01KMH1TYFH8CQR4MBPDVAZQT0Q: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-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: 01KMH1VFB2D0HGFFCB9C8D7PG0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T23:13:10.036Zjob assigned to worker 01KMH1VK536WVV3MKEEYG85DEC [factory aws, i-05227d98b62bff302] (queued for 2 m 2 s)
 
22026-03-24T23:13:19.531Zstarting task 0: "setup"
32026-03-24T23:13:19.554Z++ uname -s
42026-03-24T23:13:19.554Z+ kern=SunOS
52026-03-24T23:13:19.554Z+ build_user=build
62026-03-24T23:13:19.554Z+ build_uid=12345
72026-03-24T23:13:19.554Z+ work_dir=/work
82026-03-24T23:13:19.554Z+ input_dir=/input
92026-03-24T23:13:19.554Z+ [[ 0 == 12345 ]]
102026-03-24T23:13:19.555Z+ case "$kern" in
112026-03-24T23:13:19.555Z+ groupadd -g 12345 build
122026-03-24T23:13:19.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T23:13:21.592Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T23:13:21.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T23:13:21.676Z+ home_fs=zfs
162026-03-24T23:13:21.676Z+ [[ zfs == autofs ]]
172026-03-24T23:13:21.676Z+ mkdir -p /home/build
182026-03-24T23:13:21.681Z+ chown build:build /home/build /work
192026-03-24T23:13:23.679Z+ chmod 0700 /home/build /work
202026-03-24T23:13:23.683Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-24T23:13:23.690Zstarting task 1: "rust-toolchain"
222026-03-24T23:13:23.696Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T23:13:23.696Z * rust toolchain channel = "1.94.0"
242026-03-24T23:13:23.696Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T23:13:23.696Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-24T23:13:23.696Z * rust toolchain profile = "default"
272026-03-24T23:13:23.696Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T23:13:23.698Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T23:13:23.698Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T23:13:23.855Zinfo: downloading installer
312026-03-24T23:13:25.725Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T23:13:25.725Zwarn: /opt/ooce/bin
332026-03-24T23:13:25.725Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T23:13:25.725Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T23:13:25.725Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T23:13:25.725Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T23:13:25.725Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T23:13:25.725Zerror: cannot install while Rust is installed
392026-03-24T23:13:25.725Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T23:13:25.725Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T23:13:25.725Zwarn: /home/build/.rustup/settings.toml
422026-03-24T23:13:25.725Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T23:13:25.725Zwarn: instead of the one inferred from the default host triple.
442026-03-24T23:13:25.800Zinfo: profile set to default
452026-03-24T23:13:25.800Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T23:13:25.803Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T23:13:25.950Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T23:13:25.953Zinfo: downloading 6 components
492026-03-24T23:13:42.455Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T23:13:42.455Z
512026-03-24T23:13:42.488Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T23:13:42.488Z
532026-03-24T23:13:42.491Z
542026-03-24T23:13:42.491ZRust is installed now. Great!
552026-03-24T23:13:42.491Z
562026-03-24T23:13:42.491ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T23:13:42.491Zenvironment variable. This has not been done automatically.
582026-03-24T23:13:42.491Z
592026-03-24T23:13:42.491ZTo configure your current shell, you need to source
602026-03-24T23:13:42.491Zthe corresponding env file under $HOME/.cargo.
612026-03-24T23:13:42.491Z
622026-03-24T23:13:42.491ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T23:13:42.491Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T23:13:42.491Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T23:13:42.491Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T23:13:42.491Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T23:13:42.491Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T23:13:42.491Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T23:13:42.491Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T23:13:42.491Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T23:13:42.638Z+ rustup --version
722026-03-24T23:13:42.645Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T23:13:42.649Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T23:13:42.672Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T23:13:42.676Z+ cargo --version
762026-03-24T23:13:42.685Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T23:13:42.691Z+ rustc --version
782026-03-24T23:13:42.713Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T23:13:42.717Zprocess exited: duration 19036 ms, exit code 0
 
802026-03-24T23:13:42.723Zstarting task 2: "authentication"
812026-03-24T23:13:42.743Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T23:13:42.748Zstarting task 3: "clone repository"
832026-03-24T23:13:42.753Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T23:13:42.756Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T23:13:42.959ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T23:13:53.186Z+ cd /work/oxidecomputer/omicron
872026-03-24T23:13:53.189Z+ git fetch origin a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
882026-03-24T23:13:53.508ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T23:13:53.508Z * branch a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e -> FETCH_HEAD
902026-03-24T23:13:53.520Z+ [[ -n txn-sitrep-insert ]]
912026-03-24T23:13:53.523Z++ git branch --show-current
922026-03-24T23:13:53.526Z+ current=main
932026-03-24T23:13:53.526Z+ [[ main != txn-sitrep-insert ]]
942026-03-24T23:13:53.526Z+ git branch -f txn-sitrep-insert a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
952026-03-24T23:13:53.534Z+ git checkout -f txn-sitrep-insert
962026-03-24T23:13:53.759ZSwitched to branch 'txn-sitrep-insert'
972026-03-24T23:13:53.762Z+ git reset --hard a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
982026-03-24T23:13:53.996ZHEAD is now at a1d650fe7 better error context
992026-03-24T23:13:53.999Zprocess exited: duration 11256 ms, exit code 0
 
1002026-03-24T23:13:54.007Zstarting task 4: "build"
1012026-03-24T23:13:54.012Z+ source .github/buildomat/ci-env.sh
1022026-03-24T23:13:54.016Z++ export CARGO_TERM_COLOR=always
1032026-03-24T23:13:54.016Z++ CARGO_TERM_COLOR=always
1042026-03-24T23:13:54.016Z+ cargo --version
1052026-03-24T23:13:54.025Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T23:13:54.028Z+ rustc --version
1072026-03-24T23:13:54.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T23:13:54.057Z+ cargo tree --locked
1092026-03-24T23:13:54.271Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1102026-03-24T23:13:54.574Z Updating crates.io index
1112026-03-24T23:13:54.608Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1122026-03-24T23:13:55.326Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-03-24T23:13:55.818Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1142026-03-24T23:13:56.376Z Updating git repository `https://github.com/oxidecomputer/falcon`
1152026-03-24T23:13:57.225Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1162026-03-24T23:13:57.843Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-03-24T23:13:59.269Z Updating git repository `https://github.com/oxidecomputer/crucible`
1182026-03-24T23:14:00.893Z Updating git repository `https://github.com/oxidecomputer/opte`
1192026-03-24T23:14:01.855Z Updating git repository `https://github.com/oxidecomputer/tofino`
1202026-03-24T23:14:02.182Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1212026-03-24T23:14:03.086Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222026-03-24T23:14:03.529Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-03-24T23:14:03.835Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242026-03-24T23:14:04.195Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-03-24T23:14:05.400Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1262026-03-24T23:14:06.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1272026-03-24T23:14:06.385Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1282026-03-24T23:14:06.814Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-03-24T23:14:07.265Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1302026-03-24T23:14:07.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1312026-03-24T23:14:07.739Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1322026-03-24T23:14:08.007Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1332026-03-24T23:14:08.457Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342026-03-24T23:14:09.068Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352026-03-24T23:14:09.594Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1362026-03-24T23:14:09.838Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1372026-03-24T23:14:10.147Z Updating git repository `https://github.com/oxidecomputer/ispf`
1382026-03-24T23:14:11.272Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1392026-03-24T23:14:12.651Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-03-24T23:14:13.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
1412026-03-24T23:14:13.708Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1422026-03-24T23:14:14.014Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-03-24T23:14:14.376Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1442026-03-24T23:14:14.692Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1452026-03-24T23:14:15.316Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1462026-03-24T23:14:15.599Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472026-03-24T23:14:15.857Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-03-24T23:14:16.103Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-03-24T23:14:16.553Z Updating git repository `https://github.com/oxidecomputer/omicron`
1502026-03-24T23:14:30.437Z Downloading crates ...
1512026-03-24T23:14:30.535Z Downloaded array-init v0.0.4
1522026-03-24T23:14:30.538Z Downloaded base16ct v1.0.0
1532026-03-24T23:14:30.544Z Downloaded aead v0.5.2
1542026-03-24T23:14:30.547Z Downloaded bit-set v0.8.0
1552026-03-24T23:14:30.550Z Downloaded async-recursion v1.1.1
1562026-03-24T23:14:30.553Z Downloaded bitfield-macros v0.19.4
1572026-03-24T23:14:30.555Z Downloaded base16ct v0.2.0
1582026-03-24T23:14:30.558Z Downloaded assert_cmd v2.1.2
1592026-03-24T23:14:30.561Z Downloaded bcrypt-pbkdf v0.10.0
1602026-03-24T23:14:30.563Z Downloaded bb8 v0.8.6
1612026-03-24T23:14:30.566Z Downloaded bit-set v0.5.3
1622026-03-24T23:14:30.566Z Downloaded atomicwrites v0.4.4
1632026-03-24T23:14:30.566Z Downloaded cargo_metadata v0.19.2
1642026-03-24T23:14:30.569Z Downloaded adler2 v2.0.1
1652026-03-24T23:14:30.572Z Downloaded ciborium v0.2.2
1662026-03-24T23:14:30.576Z Downloaded crypto-common v0.1.7
1672026-03-24T23:14:30.577Z Downloaded base64ct v1.8.3
1682026-03-24T23:14:30.580Z Downloaded chacha20poly1305 v0.10.1
1692026-03-24T23:14:30.580Z Downloaded backoff v0.4.0
1702026-03-24T23:14:30.580Z Downloaded constant_time_eq v0.4.2
1712026-03-24T23:14:30.583Z Downloaded backtrace-ext v0.2.1
1722026-03-24T23:14:30.583Z Downloaded clap_lex v1.0.0
1732026-03-24T23:14:30.586Z Downloaded base64 v0.22.1
1742026-03-24T23:14:30.589Z Downloaded base64 v0.21.7
1752026-03-24T23:14:30.592Z Downloaded darling_macro v0.23.0
1762026-03-24T23:14:30.592Z Downloaded crc-catalog v2.4.0
1772026-03-24T23:14:30.592Z Downloaded diesel_table_macro_syntax v0.3.0
1782026-03-24T23:14:30.596Z Downloaded addr2line v0.25.1
1792026-03-24T23:14:30.596Z Downloaded anstyle-query v1.1.5
1802026-03-24T23:14:30.598Z Downloaded convert_case v0.4.0
1812026-03-24T23:14:30.599Z Downloaded bcs v0.1.6
1822026-03-24T23:14:30.601Z Downloaded anstyle-parse v0.2.7
1832026-03-24T23:14:30.601Z Downloaded anyhow v1.0.102
1842026-03-24T23:14:30.604Z Downloaded document-features v0.2.12
1852026-03-24T23:14:30.607Z Downloaded ciborium-ll v0.2.2
1862026-03-24T23:14:30.607Z Downloaded chacha20 v0.10.0
1872026-03-24T23:14:30.610Z Downloaded derive_builder_macro v0.20.2
1882026-03-24T23:14:30.612Z Downloaded darling_macro v0.20.11
1892026-03-24T23:14:30.613Z Downloaded cargo-platform v0.1.9
1902026-03-24T23:14:30.617Z Downloaded colored v2.2.0
1912026-03-24T23:14:30.620Z Downloaded approx v0.5.1
1922026-03-24T23:14:30.622Z Downloaded cfg_aliases v0.2.1
1932026-03-24T23:14:30.625Z Downloaded ahash v0.8.12
1942026-03-24T23:14:30.628Z Downloaded backon v1.6.0
1952026-03-24T23:14:30.630Z Downloaded bit-vec v0.8.0
1962026-03-24T23:14:30.633Z Downloaded crunchy v0.2.4
1972026-03-24T23:14:30.635Z Downloaded block-padding v0.3.3
1982026-03-24T23:14:30.635Z Downloaded bindgen v0.71.1
1992026-03-24T23:14:30.641Z Downloaded defmt v0.3.100
2002026-03-24T23:14:30.644Z Downloaded bzip2 v0.4.4
2012026-03-24T23:14:30.644Z Downloaded ascii-canvas v3.0.0
2022026-03-24T23:14:30.647Z Downloaded curve25519-dalek-derive v0.1.1
2032026-03-24T23:14:30.647Z Downloaded cargo-platform v0.2.0
2042026-03-24T23:14:30.649Z Downloaded atomic-waker v1.1.2
2052026-03-24T23:14:30.649Z Downloaded async-stream-impl v0.3.6
2062026-03-24T23:14:30.649Z Downloaded async-lock v3.4.2
2072026-03-24T23:14:30.652Z Downloaded assert-json-diff v2.0.2
2082026-03-24T23:14:30.655Z Downloaded colorchoice v1.0.4
2092026-03-24T23:14:30.655Z Downloaded dirs-next v2.0.0
2102026-03-24T23:14:30.657Z Downloaded cstr-argument v0.1.2
2112026-03-24T23:14:30.657Z Downloaded darling_macro v0.21.3
2122026-03-24T23:14:30.660Z Downloaded atty v0.2.14
2132026-03-24T23:14:30.662Z Downloaded cargo-platform v0.3.2
2142026-03-24T23:14:30.666Z Downloaded cexpr v0.6.0
2152026-03-24T23:14:30.666Z Downloaded argon2 v0.5.3
2162026-03-24T23:14:30.669Z Downloaded blake2 v0.10.6
2172026-03-24T23:14:30.669Z Downloaded const_format_proc_macros v0.2.34
2182026-03-24T23:14:30.671Z Downloaded defmt v1.0.1
2192026-03-24T23:14:30.674Z Downloaded castaway v0.2.4
2202026-03-24T23:14:30.674Z Downloaded async-object-pool v0.2.0
2212026-03-24T23:14:30.678Z Downloaded cfg-if v1.0.4
2222026-03-24T23:14:30.678Z Downloaded crc v3.4.0
2232026-03-24T23:14:30.681Z Downloaded cast v0.3.0
2242026-03-24T23:14:30.681Z Downloaded cpufeatures v0.2.17
2252026-03-24T23:14:30.681Z Downloaded block-buffer v0.10.4
2262026-03-24T23:14:30.683Z Downloaded crucible-workspace-hack v0.1.0
2272026-03-24T23:14:30.683Z Downloaded ciborium-io v0.2.2
2282026-03-24T23:14:30.687Z Downloaded cfg_aliases v0.1.1
2292026-03-24T23:14:30.689Z Downloaded dirs-sys-next v0.1.2
2302026-03-24T23:14:30.689Z Downloaded debug-ignore v1.0.5
2312026-03-24T23:14:30.692Z Downloaded constant_time_eq v0.3.1
2322026-03-24T23:14:30.695Z Downloaded downcast-rs v2.0.2
2332026-03-24T23:14:30.695Z Downloaded bitfield-struct v0.6.2
2342026-03-24T23:14:30.697Z Downloaded dof v0.4.0
2352026-03-24T23:14:30.698Z Downloaded dropshot-api-manager-types v0.6.0
2362026-03-24T23:14:30.700Z Downloaded arrayref v0.3.9
2372026-03-24T23:14:30.703Z Downloaded dof v0.3.0
2382026-03-24T23:14:30.707Z Downloaded dunce v1.0.5
2392026-03-24T23:14:30.707Z Downloaded assert_matches v1.5.0
2402026-03-24T23:14:30.710Z Downloaded dtrace-parser v0.2.0
2412026-03-24T23:14:30.713Z Downloaded difflib v0.4.0
2422026-03-24T23:14:30.713Z Downloaded dtrace-parser v0.3.0
2432026-03-24T23:14:30.713Z Downloaded embedded-io v0.4.0
2442026-03-24T23:14:30.716Z Downloaded dsl_auto_type v0.2.0
2452026-03-24T23:14:30.719Z Downloaded cpufeatures v0.3.0
2462026-03-24T23:14:30.719Z Downloaded async-stream v0.3.6
2472026-03-24T23:14:30.722Z Downloaded chacha20 v0.9.1
2482026-03-24T23:14:30.722Z Downloaded bitflags v1.3.2
2492026-03-24T23:14:30.725Z Downloaded display-error-chain v0.2.2
2502026-03-24T23:14:30.728Z Downloaded defmt-parser v1.0.0
2512026-03-24T23:14:30.728Z Downloaded crc8 v0.1.1
2522026-03-24T23:14:30.728Z Downloaded bit-vec v0.6.3
2532026-03-24T23:14:30.731Z Downloaded escape8259 v0.5.3
2542026-03-24T23:14:30.734Z Downloaded errno v0.3.14
2552026-03-24T23:14:30.734Z Downloaded derive-ex v0.1.8
2562026-03-24T23:14:30.737Z Downloaded bytecount v0.6.9
2572026-03-24T23:14:30.737Z Downloaded anstyle v1.0.13
2582026-03-24T23:14:30.739Z Downloaded env_filter v1.0.0
2592026-03-24T23:14:30.739Z Downloaded der_derive v0.7.3
2602026-03-24T23:14:30.743Z Downloaded concurrent-queue v2.5.0
2612026-03-24T23:14:30.743Z Downloaded event-listener-strategy v0.5.4
2622026-03-24T23:14:30.746Z Downloaded fixedbitset v0.4.2
2632026-03-24T23:14:30.746Z Downloaded fd-lock v4.0.4
2642026-03-24T23:14:30.749Z Downloaded equivalent v1.0.2
2652026-03-24T23:14:30.749Z Downloaded darling_core v0.20.11
2662026-03-24T23:14:30.752Z Downloaded fnv v1.0.7
2672026-03-24T23:14:30.754Z Downloaded float-ord v0.3.2
2682026-03-24T23:14:30.754Z Downloaded foreign-types v0.3.2
2692026-03-24T23:14:30.757Z Downloaded cargo_metadata v0.21.0
2702026-03-24T23:14:30.757Z Downloaded bitfield v0.19.4
2712026-03-24T23:14:30.760Z Downloaded defmt-macros v1.0.1
2722026-03-24T23:14:30.763Z Downloaded crc32fast v1.5.0
2732026-03-24T23:14:30.763Z Downloaded endian-type v0.1.2
2742026-03-24T23:14:30.763Z Downloaded camino-tempfile-ext v0.3.3
2752026-03-24T23:14:30.766Z Downloaded async-trait v0.1.89
2762026-03-24T23:14:30.768Z Downloaded anstream v0.6.21
2772026-03-24T23:14:30.771Z Downloaded corncobs v0.1.4
2782026-03-24T23:14:30.771Z Downloaded fastrand v2.3.0
2792026-03-24T23:14:30.774Z Downloaded dyn-clone v1.0.20
2802026-03-24T23:14:30.774Z Downloaded cbc v0.1.2
2812026-03-24T23:14:30.777Z Downloaded foreign-types-macros v0.2.3
2822026-03-24T23:14:30.777Z Downloaded byteorder v1.5.0
2832026-03-24T23:14:30.779Z Downloaded arrayvec v0.7.6
2842026-03-24T23:14:30.779Z Downloaded drift v0.1.3
2852026-03-24T23:14:30.787Z Downloaded funty v2.0.0
2862026-03-24T23:14:30.792Z Downloaded cipher v0.4.4
2872026-03-24T23:14:30.792Z Downloaded cancel-safe-futures v0.1.5
2882026-03-24T23:14:30.792Z Downloaded cassowary v0.3.0
2892026-03-24T23:14:30.795Z Downloaded foreign-types-shared v0.1.1
2902026-03-24T23:14:30.795Z Downloaded cargo_metadata v0.23.1
2912026-03-24T23:14:30.795Z Downloaded daft-derive v0.1.5
2922026-03-24T23:14:30.798Z Downloaded futures-core v0.3.32
2932026-03-24T23:14:30.798Z Downloaded criterion-plot v0.6.0
2942026-03-24T23:14:30.801Z Downloaded ena v0.14.4
2952026-03-24T23:14:30.801Z Downloaded bzip2 v0.6.1
2962026-03-24T23:14:30.804Z Downloaded futures-task v0.3.32
2972026-03-24T23:14:30.804Z Downloaded futures-sink v0.3.32
2982026-03-24T23:14:30.804Z Downloaded futures-io v0.3.32
2992026-03-24T23:14:30.807Z Downloaded form_urlencoded v1.2.2
3002026-03-24T23:14:30.807Z Downloaded fxhash v0.2.1
3012026-03-24T23:14:30.807Z Downloaded find-msvc-tools v0.1.9
3022026-03-24T23:14:30.810Z Downloaded filetime v0.2.27
3032026-03-24T23:14:30.810Z Downloaded des v0.8.1
3042026-03-24T23:14:30.813Z Downloaded git-stub v1.0.0
3052026-03-24T23:14:30.813Z Downloaded erased-serde v0.3.31
3062026-03-24T23:14:30.815Z Downloaded deranged v0.5.8
3072026-03-24T23:14:30.818Z Downloaded globwalk v0.9.1
3082026-03-24T23:14:30.818Z Downloaded foreign-types-shared v0.3.1
3092026-03-24T23:14:30.821Z Downloaded derive_builder v0.20.2
3102026-03-24T23:14:30.824Z Downloaded displaydoc v0.2.5
3112026-03-24T23:14:30.827Z Downloaded guppy-workspace-hack v0.1.0
3122026-03-24T23:14:30.827Z Downloaded blowfish v0.9.1
3132026-03-24T23:14:30.827Z Downloaded bitflags v2.11.0
3142026-03-24T23:14:30.830Z Downloaded futures-macro v0.3.32
3152026-03-24T23:14:30.832Z Downloaded cargo-util-schemas v0.8.2
3162026-03-24T23:14:30.835Z Downloaded generic-array v0.14.7
3172026-03-24T23:14:30.835Z Downloaded ed25519 v2.2.3
3182026-03-24T23:14:30.838Z Downloaded buf-list v1.1.2
3192026-03-24T23:14:30.841Z Downloaded hash32 v0.3.1
3202026-03-24T23:14:30.841Z Downloaded ecdsa v0.16.9
3212026-03-24T23:14:30.843Z Downloaded const-oid v0.9.6
3222026-03-24T23:14:30.844Z Downloaded gethostname v0.5.0
3232026-03-24T23:14:30.846Z Downloaded ghash v0.5.1
3242026-03-24T23:14:30.846Z Downloaded allocator-api2 v0.2.21
3252026-03-24T23:14:30.849Z Downloaded flagset v0.4.7
3262026-03-24T23:14:30.849Z Downloaded erased-serde v0.4.9
3272026-03-24T23:14:30.852Z Downloaded env_logger v0.11.9
3282026-03-24T23:14:30.854Z Downloaded hash32 v0.2.1
3292026-03-24T23:14:30.857Z Downloaded fs_extra v1.3.0
3302026-03-24T23:14:30.857Z Downloaded foldhash v0.1.5
3312026-03-24T23:14:30.861Z Downloaded hex-literal v0.4.1
3322026-03-24T23:14:30.861Z Downloaded headers-core v0.3.0
3332026-03-24T23:14:30.861Z Downloaded heck v0.4.1
3342026-03-24T23:14:30.861Z Downloaded heck v0.5.0
3352026-03-24T23:14:30.864Z Downloaded float-cmp v0.10.0
3362026-03-24T23:14:30.864Z Downloaded hex v0.4.3
3372026-03-24T23:14:30.867Z Downloaded aes v0.8.4
3382026-03-24T23:14:30.869Z Downloaded ff v0.13.1
3392026-03-24T23:14:30.869Z Downloaded fixedbitset v0.5.7
3402026-03-24T23:14:30.872Z Downloaded datatest-stable v0.3.3
3412026-03-24T23:14:30.875Z Downloaded cookie_store v0.22.1
3422026-03-24T23:14:30.877Z Downloaded fs-err v2.11.0
3432026-03-24T23:14:30.880Z Downloaded hostname v0.3.1
3442026-03-24T23:14:30.880Z Downloaded console v0.16.2
3452026-03-24T23:14:30.883Z Downloaded http-body v1.0.1
3462026-03-24T23:14:30.883Z Downloaded hostname v0.4.2
3472026-03-24T23:14:30.883Z Downloaded fs-err v3.3.0
3482026-03-24T23:14:30.886Z Downloaded hubpack_derive v0.1.1
3492026-03-24T23:14:30.886Z Downloaded ident_case v1.0.1
3502026-03-24T23:14:30.889Z Downloaded group v0.13.0
3512026-03-24T23:14:30.889Z Downloaded globset v0.4.18
3522026-03-24T23:14:30.892Z Downloaded autocfg v1.5.0
3532026-03-24T23:14:30.892Z Downloaded crossbeam-epoch v0.9.18
3542026-03-24T23:14:30.895Z Downloaded home v0.5.12
3552026-03-24T23:14:30.895Z Downloaded clap_derive v4.5.55
3562026-03-24T23:14:30.897Z Downloaded colored v3.1.1
3572026-03-24T23:14:30.900Z Downloaded httpdate v1.0.3
3582026-03-24T23:14:30.900Z Downloaded dropshot_endpoint v0.16.7
3592026-03-24T23:14:30.903Z Downloaded http-range v0.1.5
3602026-03-24T23:14:30.905Z Downloaded darling v0.20.11
3612026-03-24T23:14:30.908Z Downloaded futures-timer v3.0.3
3622026-03-24T23:14:30.911Z Downloaded hubpack v0.1.2
3632026-03-24T23:14:30.911Z Downloaded hyper-tls v0.6.0
3642026-03-24T23:14:30.914Z Downloaded arc-swap v1.8.2
3652026-03-24T23:14:30.916Z Downloaded darling_core v0.21.3
3662026-03-24T23:14:30.919Z Downloaded indoc v1.0.9
3672026-03-24T23:14:30.923Z Downloaded either v1.15.0
3682026-03-24T23:14:30.923Z Downloaded idna_adapter v1.2.1
3692026-03-24T23:14:30.926Z Downloaded is-terminal v0.4.17
3702026-03-24T23:14:30.926Z Downloaded internet-checksum v0.2.1
3712026-03-24T23:14:30.926Z Downloaded event-listener v5.4.1
3722026-03-24T23:14:30.929Z Downloaded futures-channel v0.3.32
3732026-03-24T23:14:30.929Z Downloaded indent_write v2.2.0
3742026-03-24T23:14:30.932Z Downloaded clang-sys v1.8.1
3752026-03-24T23:14:30.935Z Downloaded instability v0.3.11
3762026-03-24T23:14:30.935Z Downloaded is_ci v1.2.0
3772026-03-24T23:14:30.935Z Downloaded instant v0.1.13
3782026-03-24T23:14:30.937Z Downloaded keccak v0.1.6
3792026-03-24T23:14:30.937Z Downloaded is_terminal_polyfill v1.70.2
3802026-03-24T23:14:30.940Z Downloaded itoa v1.0.17
3812026-03-24T23:14:30.940Z Downloaded diff v0.1.13
3822026-03-24T23:14:30.943Z Downloaded lazy_static v1.5.0
3832026-03-24T23:14:30.946Z Downloaded lalrpop-util v0.19.12
3842026-03-24T23:14:30.946Z Downloaded derive-where v1.6.0
3852026-03-24T23:14:30.948Z Downloaded crc-any v2.5.0
3862026-03-24T23:14:30.974Z Downloaded derive_more v0.99.20
3872026-03-24T23:14:30.974Z Downloaded cookie v0.18.1
3882026-03-24T23:14:30.974Z Downloaded futures-executor v0.3.32
3892026-03-24T23:14:30.974Z Downloaded highway v1.3.0
3902026-03-24T23:14:30.974Z Downloaded git-stub-vcs v0.1.0
3912026-03-24T23:14:30.974Z Downloaded clap v4.5.60
3922026-03-24T23:14:30.974Z Downloaded hyper-staticfile v0.10.1
3932026-03-24T23:14:30.974Z Downloaded http-body-util v0.1.3
3942026-03-24T23:14:30.974Z Downloaded half v1.8.3
3952026-03-24T23:14:30.974Z Downloaded kstat-rs v0.2.4
3962026-03-24T23:14:30.977Z Downloaded compact_str v0.8.1
3972026-03-24T23:14:30.977Z Downloaded elliptic-curve v0.13.8
3982026-03-24T23:14:30.980Z Downloaded chumsky v0.9.3
3992026-03-24T23:14:30.983Z Downloaded linkme-impl v0.3.35
4002026-03-24T23:14:30.983Z Downloaded linked-hash-map v0.5.6
4012026-03-24T23:14:30.986Z Downloaded libscf-sys v1.1.0
4022026-03-24T23:14:30.986Z Downloaded backtrace v0.3.76
4032026-03-24T23:14:30.989Z Downloaded futures v0.3.32
4042026-03-24T23:14:30.992Z Downloaded humantime v2.3.0
4052026-03-24T23:14:30.997Z Downloaded glob v0.3.3
4062026-03-24T23:14:31.000Z Downloaded inout v0.1.4
4072026-03-24T23:14:31.000Z Downloaded darling v0.23.0
4082026-03-24T23:14:31.003Z Downloaded lzss v0.8.2
4092026-03-24T23:14:31.003Z Downloaded match_cfg v0.1.0
4102026-03-24T23:14:31.007Z Downloaded maplit v1.0.2
4112026-03-24T23:14:31.007Z Downloaded lru-slab v0.1.2
4122026-03-24T23:14:31.007Z Downloaded md-5 v0.10.6
4132026-03-24T23:14:31.010Z Downloaded ingot-types v0.1.2
4142026-03-24T23:14:31.010Z Downloaded impl-trait-for-tuples v0.2.3
4152026-03-24T23:14:31.013Z Downloaded lru v0.12.5
4162026-03-24T23:14:31.013Z Downloaded convert_case v0.10.0
4172026-03-24T23:14:31.013Z Downloaded fallible-iterator v0.2.0
4182026-03-24T23:14:31.017Z Downloaded managed v0.8.0
4192026-03-24T23:14:31.017Z Downloaded blake2b_simd v1.0.4
4202026-03-24T23:14:31.017Z Downloaded byte-wrapper v0.1.0
4212026-03-24T23:14:31.019Z Downloaded multimap v0.10.1
4222026-03-24T23:14:31.019Z Downloaded ipnetwork v0.21.1
4232026-03-24T23:14:31.022Z Downloaded miette-derive v5.10.0
4242026-03-24T23:14:31.022Z Downloaded newline-converter v0.3.0
4252026-03-24T23:14:31.025Z Downloaded memmap v0.7.0
4262026-03-24T23:14:31.025Z Downloaded memoffset v0.9.1
4272026-03-24T23:14:31.029Z Downloaded libefi-sys v0.1.0
4282026-03-24T23:14:31.029Z Downloaded nested v0.1.1
4292026-03-24T23:14:31.029Z Downloaded jobserver v0.1.34
4302026-03-24T23:14:31.032Z Downloaded const_format v0.2.35
4312026-03-24T23:14:31.034Z Downloaded darling v0.21.3
4322026-03-24T23:14:31.038Z Downloaded iana-time-zone v0.1.65
4332026-03-24T23:14:31.041Z Downloaded httptest v0.16.4
4342026-03-24T23:14:31.044Z Downloaded nodrop v0.1.14
4352026-03-24T23:14:31.047Z Downloaded getrandom v0.3.4
4362026-03-24T23:14:31.049Z Downloaded num v0.4.3
4372026-03-24T23:14:31.050Z Downloaded flume v0.11.1
4382026-03-24T23:14:31.052Z Downloaded new_debug_unreachable v1.0.6
4392026-03-24T23:14:31.055Z Downloaded nibble_vec v0.1.0
4402026-03-24T23:14:31.055Z Downloaded newtype-uuid-macros v0.1.0
4412026-03-24T23:14:31.055Z Downloaded bumpalo v3.20.2
4422026-03-24T23:14:31.058Z Downloaded hickory-client v0.25.2
4432026-03-24T23:14:31.062Z Downloaded knuffel-derive v3.2.0
4442026-03-24T23:14:31.065Z Downloaded half v2.7.1
4452026-03-24T23:14:31.065Z Downloaded darling_core v0.23.0
4462026-03-24T23:14:31.067Z Downloaded cc v1.2.56
4472026-03-24T23:14:31.070Z Downloaded libtest-mimic v0.8.1
4482026-03-24T23:14:31.073Z Downloaded md5 v0.7.0
4492026-03-24T23:14:31.073Z Downloaded indoc v2.0.7
4502026-03-24T23:14:31.076Z Downloaded normalize-line-endings v0.3.0
4512026-03-24T23:14:31.076Z Downloaded nonempty v0.12.0
4522026-03-24T23:14:31.078Z Downloaded mime v0.3.17
4532026-03-24T23:14:31.078Z Downloaded linkme v0.3.35
4542026-03-24T23:14:31.081Z Downloaded libsw-core v0.3.2
4552026-03-24T23:14:31.085Z Downloaded num-derive v0.3.3
4562026-03-24T23:14:31.085Z Downloaded num-derive v0.4.2
4572026-03-24T23:14:31.088Z Downloaded getrandom v0.4.1
4582026-03-24T23:14:31.091Z Downloaded lru-cache v0.1.2
4592026-03-24T23:14:31.091Z Downloaded macaddr v1.0.1
4602026-03-24T23:14:31.091Z Downloaded linear-map v1.2.0
4612026-03-24T23:14:31.094Z Downloaded libsw v3.5.0
4622026-03-24T23:14:31.094Z Downloaded lock_api v0.4.14
4632026-03-24T23:14:31.097Z Downloaded libloading v0.8.9
4642026-03-24T23:14:31.101Z Downloaded num_enum_derive v0.5.11
4652026-03-24T23:14:31.101Z Downloaded num_threads v0.1.7
4662026-03-24T23:14:31.101Z Downloaded ingot-macros v0.1.1
4672026-03-24T23:14:31.103Z Downloaded ingot v0.1.1
4682026-03-24T23:14:31.103Z Downloaded openssl-probe v0.2.1
4692026-03-24T23:14:31.103Z Downloaded opaque-debug v0.3.1
4702026-03-24T23:14:31.106Z Downloaded fatfs v0.3.6
4712026-03-24T23:14:31.109Z Downloaded ordered-float v2.10.1
4722026-03-24T23:14:31.109Z Downloaded nanorand v0.7.0
4732026-03-24T23:14:31.111Z Downloaded fancy-regex v0.14.0
4742026-03-24T23:14:31.114Z Downloaded ipnet v2.11.0
4752026-03-24T23:14:31.114Z Downloaded multer v3.1.0
4762026-03-24T23:14:31.117Z Downloaded num-conv v0.2.0
4772026-03-24T23:14:31.117Z Downloaded hyper-rustls v0.27.7
4782026-03-24T23:14:31.119Z Downloaded openssl-macros v0.1.1
4792026-03-24T23:14:31.122Z Downloaded olpc-cjson v0.1.4
4802026-03-24T23:14:31.122Z Downloaded getrandom v0.2.17
4812026-03-24T23:14:31.125Z Downloaded maybe-uninit v2.0.0
4822026-03-24T23:14:31.125Z Downloaded crossbeam-deque v0.8.6
4832026-03-24T23:14:31.128Z Downloaded camino v1.2.2
4842026-03-24T23:14:31.128Z Downloaded foldhash v0.2.0
4852026-03-24T23:14:31.132Z Downloaded derive_more v2.1.1
4862026-03-24T23:14:31.137Z Downloaded packed_struct_codegen v0.10.1
4872026-03-24T23:14:31.140Z Downloaded hmac v0.12.1
4882026-03-24T23:14:31.140Z Downloaded ar_archive_writer v0.5.1
4892026-03-24T23:14:31.143Z Downloaded num-iter v0.1.45
4902026-03-24T23:14:31.146Z Downloaded newtype_derive v0.1.6
4912026-03-24T23:14:31.146Z Downloaded ctr v0.9.2
4922026-03-24T23:14:31.148Z Downloaded oso-derive v0.27.3
4932026-03-24T23:14:31.148Z Downloaded newtype-uuid v1.3.2
4942026-03-24T23:14:31.152Z Downloaded parking v2.2.1
4952026-03-24T23:14:31.152Z Downloaded native-tls v0.2.18
4962026-03-24T23:14:31.155Z Downloaded crossbeam-utils v0.8.21
4972026-03-24T23:14:31.155Z Downloaded flate2 v1.1.9
4982026-03-24T23:14:31.158Z Downloaded num_enum v0.7.5
4992026-03-24T23:14:31.162Z Downloaded litrs v1.0.0
5002026-03-24T23:14:31.165Z Downloaded ignore v0.4.25
5012026-03-24T23:14:31.167Z Downloaded num_enum_derive v0.7.5
5022026-03-24T23:14:31.167Z Downloaded num-integer v0.1.46
5032026-03-24T23:14:31.170Z Downloaded pathdiff v0.2.3
5042026-03-24T23:14:31.170Z Downloaded pbkdf2 v0.12.2
5052026-03-24T23:14:31.173Z Downloaded pbkdf2 v0.11.0
5062026-03-24T23:14:31.173Z Downloaded parse-display v0.10.0
5072026-03-24T23:14:31.176Z Downloaded litemap v0.8.1
5082026-03-24T23:14:31.176Z Downloaded parse-size v1.1.0
5092026-03-24T23:14:31.179Z Downloaded httparse v1.10.1
5102026-03-24T23:14:31.182Z Downloaded icu_properties v2.1.2
5112026-03-24T23:14:31.182Z Downloaded heapless v0.8.0
5122026-03-24T23:14:31.184Z Downloaded num-complex v0.4.6
5132026-03-24T23:14:31.187Z Downloaded percent-encoding v2.3.2
5142026-03-24T23:14:31.187Z Downloaded path-slash v0.1.5
5152026-03-24T23:14:31.190Z Downloaded peg-runtime v0.8.5
5162026-03-24T23:14:31.190Z Downloaded oorandom v11.1.5
5172026-03-24T23:14:31.190Z Downloaded headers v0.4.1
5182026-03-24T23:14:31.193Z Downloaded mime_guess v2.0.5
5192026-03-24T23:14:31.196Z Downloaded icu_provider v2.1.1
5202026-03-24T23:14:31.199Z Downloaded indexmap v1.9.3
5212026-03-24T23:14:31.202Z Downloaded openssl-probe v0.1.6
5222026-03-24T23:14:31.202Z Downloaded expectorate v1.2.0
5232026-03-24T23:14:31.204Z Downloaded crypto-bigint v0.5.5
5242026-03-24T23:14:31.208Z Downloaded console v0.15.11
5252026-03-24T23:14:31.210Z Downloaded pin-utils v0.1.0
5262026-03-24T23:14:31.213Z Downloaded owo-colors v4.3.0
5272026-03-24T23:14:31.213Z Downloaded cfg-expr v0.20.6
5282026-03-24T23:14:31.216Z Downloaded memmap2 v0.9.10
5292026-03-24T23:14:31.219Z Downloaded crossbeam-channel v0.5.15
5302026-03-24T23:14:31.222Z Downloaded oxnet v0.1.4
5312026-03-24T23:14:31.224Z Downloaded heapless v0.7.17
5322026-03-24T23:14:31.227Z Downloaded nu-ansi-term v0.50.3
5332026-03-24T23:14:31.227Z Downloaded packed_struct v0.10.1
5342026-03-24T23:14:31.230Z Downloaded dropshot-api-manager v0.6.0
5352026-03-24T23:14:31.233Z Downloaded phf_shared v0.13.1
5362026-03-24T23:14:31.233Z Downloaded derive_more-impl v2.1.1
5372026-03-24T23:14:31.237Z Downloaded precomputed-hash v0.1.1
5382026-03-24T23:14:31.239Z Downloaded plotters-backend v0.3.7
5392026-03-24T23:14:31.239Z Downloaded diesel_derives v2.3.7
5402026-03-24T23:14:31.244Z Downloaded password-hash v0.5.0
5412026-03-24T23:14:31.246Z Downloaded paste v1.0.15
5422026-03-24T23:14:31.249Z Downloaded path-tree v0.8.3
5432026-03-24T23:14:31.249Z Downloaded password-hash v0.4.2
5442026-03-24T23:14:31.252Z Downloaded partial-io v0.5.4
5452026-03-24T23:14:31.255Z Downloaded potential_utf v0.1.4
5462026-03-24T23:14:31.255Z Downloaded plotters-svg v0.3.7
5472026-03-24T23:14:31.255Z Downloaded phf_shared v0.12.1
5482026-03-24T23:14:31.258Z Downloaded pem v3.0.6
5492026-03-24T23:14:31.258Z Downloaded aho-corasick v1.1.4
5502026-03-24T23:14:31.261Z Downloaded peg-macros v0.8.5
5512026-03-24T23:14:31.264Z Downloaded log v0.4.29
5522026-03-24T23:14:31.267Z Downloaded crossterm v0.28.1
5532026-03-24T23:14:31.270Z Downloaded proc-macro-crate v1.3.1
5542026-03-24T23:14:31.273Z Downloaded predicates-tree v1.0.13
5552026-03-24T23:14:31.273Z Downloaded pretty-hex v0.4.1
5562026-03-24T23:14:31.276Z Downloaded predicates-core v1.0.10
5572026-03-24T23:14:31.276Z Downloaded pem-rfc7468 v0.7.0
5582026-03-24T23:14:31.278Z Downloaded phf v0.12.1
5592026-03-24T23:14:31.278Z Downloaded hickory-resolver v0.24.4
5602026-03-24T23:14:31.281Z Downloaded num-rational v0.4.2
5612026-03-24T23:14:31.284Z Downloaded icu_normalizer_data v2.1.1
5622026-03-24T23:14:31.287Z Downloaded clap_builder v4.5.60
5632026-03-24T23:14:31.290Z Downloaded progenitor-client v0.10.0
5642026-03-24T23:14:31.293Z Downloaded plain v0.2.3
5652026-03-24T23:14:31.293Z Downloaded owo-colors v3.5.0
5662026-03-24T23:14:31.296Z Downloaded peg v0.8.5
5672026-03-24T23:14:31.298Z Downloaded psl-types v2.0.11
5682026-03-24T23:14:31.298Z Downloaded progenitor-client v0.11.2
5692026-03-24T23:14:31.301Z Downloaded progenitor-macro v0.10.0
5702026-03-24T23:14:31.301Z Downloaded proc-macro-error-attr v1.0.4
5712026-03-24T23:14:31.304Z Downloaded proc-macro-crate v3.4.0
5722026-03-24T23:14:31.304Z Downloaded pin-project-lite v0.2.17
5732026-03-24T23:14:31.306Z Downloaded progenitor-macro v0.13.0
5742026-03-24T23:14:31.310Z Downloaded hashbrown v0.12.3
5752026-03-24T23:14:31.313Z Downloaded phf v0.13.1
5762026-03-24T23:14:31.313Z Downloaded omicron-zone-package v0.12.2
5772026-03-24T23:14:31.315Z Downloaded phf_shared v0.11.3
5782026-03-24T23:14:31.315Z Downloaded hickory-resolver v0.25.2
5792026-03-24T23:14:31.319Z Downloaded parking_lot v0.11.2
5802026-03-24T23:14:31.322Z Downloaded parse-display-derive v0.10.0
5812026-03-24T23:14:31.324Z Downloaded powerfmt v0.2.0
5822026-03-24T23:14:31.324Z Downloaded polyval v0.6.2
5832026-03-24T23:14:31.325Z Downloaded pin-project-internal v1.1.11
5842026-03-24T23:14:31.327Z Downloaded quick-error v1.2.3
5852026-03-24T23:14:31.327Z Downloaded progenitor-macro v0.11.2
5862026-03-24T23:14:31.330Z Downloaded icu_collections v2.1.1
5872026-03-24T23:14:31.332Z Downloaded knuffel v3.2.0
5882026-03-24T23:14:31.335Z Downloaded predicates v3.1.4
5892026-03-24T23:14:31.338Z Downloaded ppv-lite86 v0.2.21
5902026-03-24T23:14:31.341Z Downloaded once_cell v1.21.3
5912026-03-24T23:14:31.341Z Downloaded icu_locale_core v2.1.1
5922026-03-24T23:14:31.345Z Downloaded poly1305 v0.8.0
5932026-03-24T23:14:31.347Z Downloaded pkg-config v0.3.32
5942026-03-24T23:14:31.351Z Downloaded radium v0.7.0
5952026-03-24T23:14:31.351Z Downloaded criterion v0.7.0
5962026-03-24T23:14:31.354Z Downloaded num-traits v0.2.19
5972026-03-24T23:14:31.357Z Downloaded rand_xorshift v0.4.0
5982026-03-24T23:14:31.359Z Downloaded rand_chacha v0.3.1
5992026-03-24T23:14:31.360Z Downloaded jiff-static v0.2.21
6002026-03-24T23:14:31.363Z Downloaded primeorder v0.13.6
6012026-03-24T23:14:31.367Z Downloaded hickory-server v0.25.2
6022026-03-24T23:14:31.367Z Downloaded parking_lot_core v0.9.12
6032026-03-24T23:14:31.370Z Downloaded parking_lot_core v0.8.6
6042026-03-24T23:14:31.370Z Downloaded indicatif v0.18.4
6052026-03-24T23:14:31.372Z Downloaded proc-macro-error2 v2.0.1
6062026-03-24T23:14:31.375Z Downloaded proc-macro-error-attr2 v2.0.0
6072026-03-24T23:14:31.378Z Downloaded progenitor-extras v0.1.1
6082026-03-24T23:14:31.378Z Downloaded recursive-proc-macro-impl v0.1.1
6092026-03-24T23:14:31.384Z Downloaded recursive v0.1.1
6102026-03-24T23:14:31.384Z Downloaded rfc6979 v0.4.0
6112026-03-24T23:14:31.384Z Downloaded progenitor v0.10.0
6122026-03-24T23:14:31.387Z Downloaded ref-cast-impl v1.0.25
6132026-03-24T23:14:31.387Z Downloaded proc-macro-error v1.0.4
6142026-03-24T23:14:31.387Z Downloaded progenitor-client v0.13.0
6152026-03-24T23:14:31.387Z Downloaded progenitor v0.13.0
6162026-03-24T23:14:31.390Z Downloaded pkcs8 v0.10.2
6172026-03-24T23:14:31.390Z Downloaded p256 v0.13.2
6182026-03-24T23:14:31.393Z Downloaded pkcs5 v0.7.1
6192026-03-24T23:14:31.396Z Downloaded progenitor v0.11.2
6202026-03-24T23:14:31.398Z Downloaded pkcs1 v0.7.5
6212026-03-24T23:14:31.401Z Downloaded postgres-types v0.2.12
6222026-03-24T23:14:31.406Z Downloaded postgres-protocol v0.6.10
6232026-03-24T23:14:31.406Z Downloaded miniz_oxide v0.8.9
6242026-03-24T23:14:31.409Z Downloaded papergrid v0.11.0
6252026-03-24T23:14:31.411Z Downloaded parking_lot v0.12.5
6262026-03-24T23:14:31.411Z Downloaded aes-gcm v0.10.3
6272026-03-24T23:14:31.414Z Downloaded psm v0.1.30
6282026-03-24T23:14:31.417Z Downloaded russh-cryptovec v0.7.3
6292026-03-24T23:14:31.417Z Downloaded quote v1.0.44
6302026-03-24T23:14:31.421Z Downloaded hashbrown v0.13.2
6312026-03-24T23:14:31.425Z Downloaded rustc-hash v2.1.1
6322026-03-24T23:14:31.426Z Downloaded papergrid v0.17.0
6332026-03-24T23:14:31.429Z Downloaded pest_derive v2.8.6
6342026-03-24T23:14:31.433Z Downloaded pest_generator v2.8.6
6352026-03-24T23:14:31.433Z Downloaded oxide-tokio-rt v0.1.3
6362026-03-24T23:14:31.433Z Downloaded rand_core v0.6.4
6372026-03-24T23:14:31.437Z Downloaded rand_chacha v0.9.0
6382026-03-24T23:14:31.437Z Downloaded ed25519-dalek v2.2.0
6392026-03-24T23:14:31.441Z Downloaded rustc_version v0.1.7
6402026-03-24T23:14:31.441Z Downloaded rustc_version v0.4.1
6412026-03-24T23:14:31.441Z Downloaded rtoolbox v0.0.3
6422026-03-24T23:14:31.445Z Downloaded num_enum v0.5.11
6432026-03-24T23:14:31.449Z Downloaded oso v0.27.3
6442026-03-24T23:14:31.449Z Downloaded http v1.4.0
6452026-03-24T23:14:31.452Z Downloaded rand_core v0.9.5
6462026-03-24T23:14:31.458Z Downloaded libbz2-rs-sys v0.2.2
6472026-03-24T23:14:31.458Z Downloaded icu_normalizer v2.1.1
6482026-03-24T23:14:31.462Z Downloaded der v0.7.10
6492026-03-24T23:14:31.462Z Downloaded sapling-renderdag v0.1.0
6502026-03-24T23:14:31.462Z Downloaded memchr v2.8.0
6512026-03-24T23:14:31.465Z Downloaded hyper-util v0.1.20
6522026-03-24T23:14:31.469Z Downloaded rand_seeder v0.4.0
6532026-03-24T23:14:31.472Z Downloaded indexmap v2.13.0
6542026-03-24T23:14:31.475Z Downloaded cargo_toml v0.22.3
6552026-03-24T23:14:31.478Z Downloaded diesel-dtrace v0.5.0
6562026-03-24T23:14:31.478Z Downloaded ref-cast v1.0.25
6572026-03-24T23:14:31.481Z Downloaded bytes v1.11.1
6582026-03-24T23:14:31.484Z Downloaded same-file v1.0.6
6592026-03-24T23:14:31.484Z Downloaded salsa20 v0.10.2
6602026-03-24T23:14:31.487Z Downloaded daft v0.1.5
6612026-03-24T23:14:31.487Z Downloaded scroll_derive v0.12.1
6622026-03-24T23:14:31.487Z Downloaded scheduled-thread-pool v0.2.7
6632026-03-24T23:14:31.490Z Downloaded scopeguard v1.2.0
6642026-03-24T23:14:31.490Z Downloaded resolv-conf v0.7.6
6652026-03-24T23:14:31.493Z Downloaded cmake v0.1.57
6662026-03-24T23:14:31.493Z Downloaded async-bb8-diesel v0.2.1
6672026-03-24T23:14:31.495Z Downloaded foreign-types v0.5.0
6682026-03-24T23:14:31.495Z Downloaded digest v0.10.7
6692026-03-24T23:14:31.498Z Downloaded derive_builder_core v0.20.2
6702026-03-24T23:14:31.498Z Downloaded scrypt v0.11.0
6712026-03-24T23:14:31.501Z Downloaded seq-macro v0.3.6
6722026-03-24T23:14:31.501Z Downloaded rustc-demangle v0.1.27
6732026-03-24T23:14:31.504Z Downloaded rust-argon2 v2.1.0
6742026-03-24T23:14:31.504Z Downloaded openssl-sys v0.9.111
6752026-03-24T23:14:31.509Z Downloaded critical-section v1.2.0
6762026-03-24T23:14:31.511Z Downloaded cobs v0.3.0
6772026-03-24T23:14:31.512Z Downloaded relative-path v1.9.3
6782026-03-24T23:14:31.514Z Downloaded secrecy v0.10.3
6792026-03-24T23:14:31.514Z Downloaded r2d2 v0.8.10
6802026-03-24T23:14:31.514Z Downloaded scroll_derive v0.13.1
6812026-03-24T23:14:31.517Z Downloaded camino-tempfile v1.4.1
6822026-03-24T23:14:31.517Z Downloaded secrecy v0.8.0
6832026-03-24T23:14:31.517Z Downloaded csv-core v0.1.13
6842026-03-24T23:14:31.522Z Downloaded anes v0.1.6
6852026-03-24T23:14:31.525Z Downloaded enum-as-inner v0.6.1
6862026-03-24T23:14:31.525Z Downloaded serde-value v0.7.0
6872026-03-24T23:14:31.525Z Downloaded embedded-io v0.6.1
6882026-03-24T23:14:31.528Z Downloaded semver v0.1.20
6892026-03-24T23:14:31.528Z Downloaded pin-project v1.1.11
6902026-03-24T23:14:31.535Z Downloaded serde_spanned v1.0.4
6912026-03-24T23:14:31.538Z Downloaded serde_regex v1.1.0
6922026-03-24T23:14:31.538Z Downloaded proc-macro2 v1.0.106
6932026-03-24T23:14:31.540Z Downloaded postcard v1.1.3
6942026-03-24T23:14:31.543Z Downloaded prefix-trie v0.7.0
6952026-03-24T23:14:31.546Z Downloaded serde_plain v1.0.2
6962026-03-24T23:14:31.546Z Downloaded rand_core v0.10.0
6972026-03-24T23:14:31.549Z Downloaded rusty-fork v0.3.1
6982026-03-24T23:14:31.549Z Downloaded rustversion v1.0.22
6992026-03-24T23:14:31.551Z Downloaded rustls-pemfile v2.2.0
7002026-03-24T23:14:31.554Z Downloaded serde_urlencoded v0.7.1
7012026-03-24T23:14:31.557Z Downloaded serde_spanned v0.6.9
7022026-03-24T23:14:31.557Z Downloaded sha1 v0.10.6
7032026-03-24T23:14:31.560Z Downloaded rustls-pemfile v1.0.4
7042026-03-24T23:14:31.562Z Downloaded quinn-udp v0.5.14
7052026-03-24T23:14:31.562Z Downloaded pest_meta v2.8.6
7062026-03-24T23:14:31.565Z Downloaded crossterm v0.29.0
7072026-03-24T23:14:31.570Z Downloaded data-encoding v2.10.0
7082026-03-24T23:14:31.576Z Downloaded schemars_derive v0.8.22
7092026-03-24T23:14:31.579Z Downloaded signal-hook-tokio v0.3.1
7102026-03-24T23:14:31.579Z Downloaded signature v2.2.0
7112026-03-24T23:14:31.582Z Downloaded miette v5.10.0
7122026-03-24T23:14:31.584Z Downloaded scroll v0.13.0
7132026-03-24T23:14:31.587Z Downloaded progenitor-impl v0.10.0
7142026-03-24T23:14:31.589Z Downloaded shell-words v1.1.1
7152026-03-24T23:14:31.593Z Downloaded itertools v0.10.5
7162026-03-24T23:14:31.596Z Downloaded siphasher v1.0.2
7172026-03-24T23:14:31.599Z Downloaded signal-hook-mio v0.2.5
7182026-03-24T23:14:31.601Z Downloaded sigpipe v0.1.3
7192026-03-24T23:14:31.604Z Downloaded scroll v0.12.0
7202026-03-24T23:14:31.609Z Downloaded pretty_assertions v1.4.1
7212026-03-24T23:14:31.611Z Downloaded semver v1.0.27
7222026-03-24T23:14:31.613Z Downloaded sec1 v0.7.3
7232026-03-24T23:14:31.616Z Downloaded serde_repr v0.1.20
7242026-03-24T23:14:31.618Z Downloaded serde-untagged v0.1.9
7252026-03-24T23:14:31.621Z Downloaded serde-hex v0.1.0
7262026-03-24T23:14:31.621Z Downloaded serde-big-array v0.5.1
7272026-03-24T23:14:31.623Z Downloaded sct v0.7.1
7282026-03-24T23:14:31.626Z Downloaded serde_path_to_error v0.1.20
7292026-03-24T23:14:31.626Z Downloaded slog-bunyan v2.5.0
7302026-03-24T23:14:31.629Z Downloaded serde_tokenstream v0.2.3
7312026-03-24T23:14:31.632Z Downloaded slog-envlogger v2.2.0
7322026-03-24T23:14:31.632Z Downloaded progenitor-impl v0.13.0
7332026-03-24T23:14:31.634Z Downloaded rustls-pki-types v1.14.0
7342026-03-24T23:14:31.638Z Downloaded rustls-native-certs v0.8.3
7352026-03-24T23:14:31.643Z Downloaded rcgen v0.12.1
7362026-03-24T23:14:31.647Z Downloaded serde_derive_internals v0.29.1
7372026-03-24T23:14:31.649Z Downloaded nom v7.1.3
7382026-03-24T23:14:31.652Z Downloaded smawk v0.3.2
7392026-03-24T23:14:31.655Z Downloaded chrono v0.4.44
7402026-03-24T23:14:31.660Z Downloaded guppy v0.17.25
7412026-03-24T23:14:31.668Z Downloaded ssh-cipher v0.2.0
7422026-03-24T23:14:31.670Z Downloaded blake3 v1.8.3
7432026-03-24T23:14:31.677Z Downloaded sha2 v0.10.9
7442026-03-24T23:14:31.680Z Downloaded ron v0.8.1
7452026-03-24T23:14:31.683Z Downloaded stable_deref_trait v1.2.1
7462026-03-24T23:14:31.686Z Downloaded hashbrown v0.16.1
7472026-03-24T23:14:31.689Z Downloaded strsim v0.11.1
7482026-03-24T23:14:31.691Z Downloaded shlex v1.3.0
7492026-03-24T23:14:31.693Z Downloaded ssh-encoding v0.2.0
7502026-03-24T23:14:31.693Z Downloaded minimal-lexical v0.2.1
7512026-03-24T23:14:31.697Z Downloaded itertools v0.12.1
7522026-03-24T23:14:31.702Z Downloaded serde_cbor v0.11.2
7532026-03-24T23:14:31.704Z Downloaded similar-asserts v1.7.0
7542026-03-24T23:14:31.707Z Downloaded strum v0.26.3
7552026-03-24T23:14:31.709Z Downloaded strum v0.27.2
7562026-03-24T23:14:31.709Z Downloaded structmeta-derive v0.3.0
7572026-03-24T23:14:31.712Z Downloaded structmeta v0.3.0
7582026-03-24T23:14:31.712Z Downloaded strip-ansi-escapes v0.2.1
7592026-03-24T23:14:31.714Z Downloaded serde_bytes v0.11.19
7602026-03-24T23:14:31.714Z Downloaded rustls-platform-verifier v0.6.2
7612026-03-24T23:14:31.717Z Downloaded slab v0.4.12
7622026-03-24T23:14:31.720Z Downloaded prettyplease v0.2.37
7632026-03-24T23:14:31.722Z Downloaded ryu v1.0.23
7642026-03-24T23:14:31.725Z Downloaded russh-keys v0.45.0
7652026-03-24T23:14:31.728Z Downloaded smf v0.2.3
7662026-03-24T23:14:31.728Z Downloaded supports-hyperlinks v2.1.0
7672026-03-24T23:14:31.731Z Downloaded sync_wrapper v1.0.2
7682026-03-24T23:14:31.731Z Downloaded smallvec v0.6.14
7692026-03-24T23:14:31.731Z Downloaded slog-dtrace v0.3.0
7702026-03-24T23:14:31.734Z Downloaded slog-async v2.8.0
7712026-03-24T23:14:31.734Z Downloaded serde_with_macros v3.17.0
7722026-03-24T23:14:31.736Z Downloaded slog-stdlog v4.1.1
7732026-03-24T23:14:31.738Z Downloaded slog-scope v4.4.1
7742026-03-24T23:14:31.738Z Downloaded slog-json v2.6.1
7752026-03-24T23:14:31.741Z Downloaded hyper v1.8.1
7762026-03-24T23:14:31.745Z Downloaded h2 v0.4.13
7772026-03-24T23:14:31.751Z Downloaded swrite v0.1.0
7782026-03-24T23:14:31.754Z Downloaded sync-ptr v0.1.4
7792026-03-24T23:14:31.754Z Downloaded supports-unicode v2.1.0
7802026-03-24T23:14:31.754Z Downloaded hashbrown v0.14.5
7812026-03-24T23:14:31.758Z Downloaded supports-color v2.1.0
7822026-03-24T23:14:31.760Z Downloaded rayon-core v1.13.0
7832026-03-24T23:14:31.763Z Downloaded subtle v2.6.1
7842026-03-24T23:14:31.766Z Downloaded spki v0.7.3
7852026-03-24T23:14:31.766Z Downloaded slog-term v2.9.2
7862026-03-24T23:14:31.769Z Downloaded tap v1.0.1
7872026-03-24T23:14:31.769Z Downloaded snafu-derive v0.8.9
7882026-03-24T23:14:31.774Z Downloaded tabwriter v1.4.1
7892026-03-24T23:14:31.774Z Downloaded stringmetrics v2.2.2
7902026-03-24T23:14:31.776Z Downloaded string_cache v0.8.9
7912026-03-24T23:14:31.776Z Downloaded simd-adler32 v0.3.8
7922026-03-24T23:14:31.777Z Downloaded static_assertions v1.1.0
7932026-03-24T23:14:31.779Z Downloaded tabled_derive v0.7.0
7942026-03-24T23:14:31.779Z Downloaded sqlformat v0.3.5
7952026-03-24T23:14:31.782Z Downloaded take_mut v0.2.2
7962026-03-24T23:14:31.782Z Downloaded tabled_derive v0.11.0
7972026-03-24T23:14:31.782Z Downloaded serde_derive v1.0.228
7982026-03-24T23:14:31.785Z Downloaded terminal_size v0.4.3
7992026-03-24T23:14:31.787Z Downloaded progenitor-impl v0.11.2
8002026-03-24T23:14:31.790Z Downloaded itertools v0.13.0
8012026-03-24T23:14:31.794Z Downloaded quinn v0.11.9
8022026-03-24T23:14:31.797Z Downloaded supports-color v3.0.2
8032026-03-24T23:14:31.800Z Downloaded stringprep v0.1.5
8042026-03-24T23:14:31.800Z Downloaded target-triple v1.0.0
8052026-03-24T23:14:31.803Z Downloaded smallvec v1.15.1
8062026-03-24T23:14:31.803Z Downloaded testing_table v0.3.0
8072026-03-24T23:14:31.805Z Downloaded terminal_size v0.1.17
8082026-03-24T23:14:31.805Z Downloaded mio v1.1.1
8092026-03-24T23:14:31.809Z Downloaded itertools v0.14.0
8102026-03-24T23:14:31.815Z Downloaded synstructure v0.13.2
8112026-03-24T23:14:31.818Z Downloaded serde_yaml v0.9.34+deprecated
8122026-03-24T23:14:31.821Z Downloaded publicsuffix v2.3.0
8132026-03-24T23:14:31.823Z Downloaded thiserror-impl-no-std v2.0.2
8142026-03-24T23:14:31.823Z Downloaded strum_macros v0.27.2
8152026-03-24T23:14:31.826Z Downloaded support-bundle-viewer v0.1.2
8162026-03-24T23:14:31.826Z Downloaded thread-id v4.2.2
8172026-03-24T23:14:31.829Z Downloaded strum_macros v0.26.4
8182026-03-24T23:14:31.829Z Downloaded iddqd v0.3.17
8192026-03-24T23:14:31.843Z Downloaded tinyvec_macros v0.1.1
8202026-03-24T23:14:31.847Z Downloaded thread-id v5.1.0
8212026-03-24T23:14:31.847Z Downloaded stacker v0.1.23
8222026-03-24T23:14:31.848Z Downloaded similar v2.7.0
8232026-03-24T23:14:31.851Z Downloaded target-spec v3.5.7
8242026-03-24T23:14:31.855Z Downloaded pest v2.8.6
8252026-03-24T23:14:31.858Z Downloaded signal-hook v0.3.18
8262026-03-24T23:14:31.861Z Downloaded rstest_macros v0.25.0
8272026-03-24T23:14:31.863Z Downloaded tagptr v0.2.0
8282026-03-24T23:14:31.864Z Downloaded rand_distr v0.5.1
8292026-03-24T23:14:31.867Z Downloaded qorb v0.4.1
8302026-03-24T23:14:31.870Z Downloaded hkdf v0.12.4
8312026-03-24T23:14:31.872Z Downloaded target-lexicon v0.13.3
8322026-03-24T23:14:31.875Z Downloaded strum_macros v0.24.3
8332026-03-24T23:14:31.878Z Downloaded termtree v0.5.1
8342026-03-24T23:14:31.878Z Downloaded spin v0.9.8
8352026-03-24T23:14:31.880Z Downloaded tower-service v0.3.3
8362026-03-24T23:14:31.880Z Downloaded num-bigint v0.4.6
8372026-03-24T23:14:31.884Z Downloaded topological-sort v0.2.2
8382026-03-24T23:14:31.886Z Downloaded thiserror-impl v2.0.18
8392026-03-24T23:14:31.890Z Downloaded thiserror v1.0.69
8402026-03-24T23:14:31.892Z Downloaded termios v0.3.3
8412026-03-24T23:14:31.892Z Downloaded aws-lc-rs v1.16.0
8422026-03-24T23:14:31.900Z Downloaded tiny-keccak v2.0.2
8432026-03-24T23:14:31.902Z Downloaded termcolor v1.4.1
8442026-03-24T23:14:31.905Z Downloaded libxml v0.3.3
8452026-03-24T23:14:31.908Z Downloaded tls_codec_derive v0.4.2
8462026-03-24T23:14:31.911Z Downloaded toml_write v0.1.2
8472026-03-24T23:14:31.914Z Downloaded trait-variant v0.1.2
8482026-03-24T23:14:31.914Z Downloaded thiserror-impl v1.0.69
8492026-03-24T23:14:31.914Z Downloaded tower-layer v0.3.3
8502026-03-24T23:14:31.914Z Downloaded time-macros v0.2.27
8512026-03-24T23:14:31.917Z Downloaded rand v0.10.0
8522026-03-24T23:14:31.919Z Downloaded rand v0.9.2
8532026-03-24T23:14:31.922Z Downloaded slog v2.8.2
8542026-03-24T23:14:31.925Z Downloaded typeid v1.0.3
8552026-03-24T23:14:31.928Z Downloaded try-lock v0.2.5
8562026-03-24T23:14:31.928Z Downloaded tokio-tungstenite v0.21.0
8572026-03-24T23:14:31.931Z Downloaded tokio-native-tls v0.3.1
8582026-03-24T23:14:31.931Z Downloaded typify-macro v0.4.3
8592026-03-24T23:14:31.934Z Downloaded typify-macro v0.6.1
8602026-03-24T23:14:31.934Z Downloaded icu_properties_data v2.1.2
8612026-03-24T23:14:31.942Z Downloaded tempfile v3.25.0
8622026-03-24T23:14:31.945Z Downloaded tinystr v0.8.2
8632026-03-24T23:14:31.948Z Downloaded thread_local v1.1.9
8642026-03-24T23:14:31.948Z Downloaded thiserror-no-std v2.0.2
8652026-03-24T23:14:31.952Z Downloaded tokio-dtrace v0.1.1
8662026-03-24T23:14:31.952Z Downloaded time-core v0.1.8
8672026-03-24T23:14:31.952Z Downloaded toml_datetime v0.6.11
8682026-03-24T23:14:31.955Z Downloaded socket2 v0.5.10
8692026-03-24T23:14:31.958Z Downloaded socket2 v0.6.2
8702026-03-24T23:14:31.958Z Downloaded bitvec v1.0.1
8712026-03-24T23:14:31.969Z Downloaded universal-hash v0.5.1
8722026-03-24T23:14:31.972Z Downloaded tokio-rustls v0.25.0
8732026-03-24T23:14:31.982Z Downloaded unicode-linebreak v0.1.5
8742026-03-24T23:14:31.982Z Downloaded tokio-macros v2.6.0
8752026-03-24T23:14:31.982Z Downloaded term v1.2.1
8762026-03-24T23:14:31.982Z Downloaded rustls-webpki v0.103.9
8772026-03-24T23:14:31.982Z Downloaded untrusted v0.9.0
8782026-03-24T23:14:31.982Z Downloaded usdt-attr-macro v0.6.0
8792026-03-24T23:14:31.985Z Downloaded unit-prefix v0.5.2
8802026-03-24T23:14:31.985Z Downloaded untrusted v0.7.1
8812026-03-24T23:14:31.985Z Downloaded unicode-xid v0.2.6
8822026-03-24T23:14:31.985Z Downloaded term v0.7.0
8832026-03-24T23:14:31.988Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8842026-03-24T23:14:31.991Z Downloaded serde v1.0.228
8852026-03-24T23:14:31.994Z Downloaded russh v0.45.0
8862026-03-24T23:14:31.996Z Downloaded usdt v0.5.0
8872026-03-24T23:14:31.999Z Downloaded tokio-tungstenite v0.23.1
8882026-03-24T23:14:32.002Z Downloaded usdt-macro v0.6.0
8892026-03-24T23:14:32.002Z Downloaded p521 v0.13.3
8902026-03-24T23:14:32.005Z Downloaded usdt-macro v0.5.0
8912026-03-24T23:14:32.005Z Downloaded usdt-attr-macro v0.5.0
8922026-03-24T23:14:32.007Z Downloaded thiserror v2.0.18
8932026-03-24T23:14:32.010Z Downloaded tokio-rustls v0.26.4
8942026-03-24T23:14:32.014Z Downloaded toml v0.8.23
8952026-03-24T23:14:32.016Z Downloaded utf8_iter v1.0.4
8962026-03-24T23:14:32.016Z Downloaded tui-tree-widget v0.23.1
8972026-03-24T23:14:32.016Z Downloaded unicase v2.9.0
8982026-03-24T23:14:32.019Z Downloaded unarray v0.1.4
8992026-03-24T23:14:32.019Z Downloaded utf-8 v0.7.6
9002026-03-24T23:14:32.019Z Downloaded tls_codec v0.4.2
9012026-03-24T23:14:32.022Z Downloaded subprocess v0.2.15
9022026-03-24T23:14:32.025Z Downloaded libm v0.2.16
9032026-03-24T23:14:32.031Z Downloaded wait-timeout v0.2.1
9042026-03-24T23:14:32.034Z Downloaded void v1.0.2
9052026-03-24T23:14:32.034Z Downloaded version_check v0.9.5
9062026-03-24T23:14:32.037Z Downloaded samael v0.0.19
9072026-03-24T23:14:32.039Z Downloaded snafu v0.8.9
9082026-03-24T23:14:32.044Z Downloaded git2 v0.20.4
9092026-03-24T23:14:32.051Z Downloaded waitgroup v0.1.2
9102026-03-24T23:14:32.053Z Downloaded tokio-rustls v0.24.1
9112026-03-24T23:14:32.056Z Downloaded want v0.3.1
9122026-03-24T23:14:32.056Z Downloaded test-strategy v0.4.5
9132026-03-24T23:14:32.059Z Downloaded toml_writer v1.0.6+spec-1.1.0
9142026-03-24T23:14:32.059Z Downloaded toml_datetime v1.0.0+spec-1.1.0
9152026-03-24T23:14:32.061Z Downloaded textwrap v0.16.2
9162026-03-24T23:14:32.064Z Downloaded tracing-attributes v0.1.31
9172026-03-24T23:14:32.066Z Downloaded tinytemplate v1.2.1
9182026-03-24T23:14:32.066Z Downloaded rsa v0.9.10
9192026-03-24T23:14:32.069Z Downloaded textwrap v0.15.2
9202026-03-24T23:14:32.072Z Downloaded unicode-truncate v1.1.0
9212026-03-24T23:14:32.075Z Downloaded xshell-macros v0.2.7
9222026-03-24T23:14:32.075Z Downloaded schemars v1.2.1
9232026-03-24T23:14:32.084Z Downloaded yoke-derive v0.8.1
9242026-03-24T23:14:32.086Z Downloaded xattr v1.6.1
9252026-03-24T23:14:32.086Z Downloaded usdt-impl v0.6.0
9262026-03-24T23:14:32.089Z Downloaded usdt-impl v0.5.0
9272026-03-24T23:14:32.089Z Downloaded toml_parser v1.0.9+spec-1.1.0
9282026-03-24T23:14:32.092Z Downloaded twox-hash v2.1.2
9292026-03-24T23:14:32.094Z Downloaded tar v0.4.44
9302026-03-24T23:14:32.097Z Downloaded ron v0.12.0
9312026-03-24T23:14:32.102Z Downloaded tokio-stream v0.1.18
9322026-03-24T23:14:32.106Z Downloaded zerofrom-derive v0.1.6
9332026-03-24T23:14:32.108Z Downloaded plotters v0.3.7
9342026-03-24T23:14:32.114Z Downloaded zeroize_derive v1.4.3
9352026-03-24T23:14:32.116Z Downloaded tinyvec v1.10.0
9362026-03-24T23:14:32.116Z Downloaded zerofrom v0.1.6
9372026-03-24T23:14:32.119Z Downloaded vergen-gitcl v1.0.8
9382026-03-24T23:14:32.119Z Downloaded vergen-git2 v1.0.7
9392026-03-24T23:14:32.122Z Downloaded uzers v0.12.2
9402026-03-24T23:14:32.122Z Downloaded vergen-lib v0.1.6
9412026-03-24T23:14:32.124Z Downloaded trybuild v1.0.116
9422026-03-24T23:14:32.127Z Downloaded toml v0.9.12+spec-1.1.0
9432026-03-24T23:14:32.131Z Downloaded schemars v0.9.0
9442026-03-24T23:14:32.138Z Downloaded toml v1.0.3+spec-1.1.0
9452026-03-24T23:14:32.141Z Downloaded walkdir v2.5.0
9462026-03-24T23:14:32.144Z Downloaded ucd-trie v0.1.7
9472026-03-24T23:14:32.147Z Downloaded unicode-properties v0.1.4
9482026-03-24T23:14:32.147Z Downloaded xz2 v0.1.7
9492026-03-24T23:14:32.150Z Downloaded wyz v0.5.1
9502026-03-24T23:14:32.150Z Downloaded whoami v1.6.1
9512026-03-24T23:14:32.152Z Downloaded rustyline v14.0.0
9522026-03-24T23:14:32.155Z Downloaded zone_cfg_derive v0.3.1
9532026-03-24T23:14:32.155Z Downloaded usdt v0.6.0
9542026-03-24T23:14:32.155Z Downloaded p384 v0.13.1
9552026-03-24T23:14:32.159Z Downloaded zone v0.3.1
9562026-03-24T23:14:32.162Z Downloaded writeable v0.6.2
9572026-03-24T23:14:32.162Z Downloaded toml v0.7.8
9582026-03-24T23:14:32.164Z Downloaded num-bigint-dig v0.8.6
9592026-03-24T23:14:32.168Z Downloaded goblin v0.8.2
9602026-03-24T23:14:32.173Z Downloaded whoami v2.1.0
9612026-03-24T23:14:32.176Z Downloaded xshell v0.2.7
9622026-03-24T23:14:32.179Z Downloaded utf8parse v0.2.2
9632026-03-24T23:14:32.179Z Downloaded futures-util v0.3.32
9642026-03-24T23:14:32.185Z Downloaded yoke v0.8.1
9652026-03-24T23:14:32.188Z Downloaded vergen v9.0.6
9662026-03-24T23:14:32.191Z Downloaded typify v0.4.3
9672026-03-24T23:14:32.193Z Downloaded serde_core v1.0.228
9682026-03-24T23:14:32.196Z Downloaded rpassword v7.4.0
9692026-03-24T23:14:32.196Z Downloaded vsss-rs v3.3.4
9702026-03-24T23:14:32.199Z Downloaded rand v0.8.5
9712026-03-24T23:14:32.201Z Downloaded schemars v0.8.22
9722026-03-24T23:14:32.209Z Downloaded zeroize v1.8.2
9732026-03-24T23:14:32.211Z Downloaded zerovec-derive v0.11.2
9742026-03-24T23:14:32.211Z Downloaded typify v0.6.1
9752026-03-24T23:14:32.214Z Downloaded unicode-ident v1.0.24
9762026-03-24T23:14:32.217Z Downloaded unicode-bidi v0.3.18
9772026-03-24T23:14:32.220Z Downloaded toml_edit v0.23.10+spec-1.0.0
9782026-03-24T23:14:32.222Z Downloaded unsafe-libyaml v0.2.11
9792026-03-24T23:14:32.225Z Downloaded regex v1.12.3
9802026-03-24T23:14:32.228Z Downloaded ssh-key v0.6.7
9812026-03-24T23:14:32.233Z Downloaded tracing-core v0.1.36
9822026-03-24T23:14:32.236Z Downloaded lalrpop v0.19.12
9832026-03-24T23:14:32.246Z Downloaded tungstenite v0.23.0
9842026-03-24T23:14:32.248Z Downloaded zstd-safe v7.2.4
9852026-03-24T23:14:32.251Z Downloaded tokio-postgres v0.7.16
9862026-03-24T23:14:32.254Z Downloaded steno v0.4.1
9872026-03-24T23:14:32.257Z Downloaded zstd v0.13.3
9882026-03-24T23:14:32.260Z Downloaded zerocopy-derive v0.7.35
9892026-03-24T23:14:32.263Z Downloaded vte v0.14.1
9902026-03-24T23:14:32.263Z Downloaded iri-string v0.7.10
9912026-03-24T23:14:32.268Z Downloaded hashbrown v0.15.5
9922026-03-24T23:14:32.273Z Downloaded sqlparser_derive v0.5.0
9932026-03-24T23:14:32.275Z Downloaded signal-hook-registry v1.4.8
9942026-03-24T23:14:32.275Z Downloaded goblin v0.10.5
9952026-03-24T23:14:32.280Z Downloaded portable-atomic v1.13.1
9962026-03-24T23:14:32.286Z Downloaded yasna v0.5.2
9972026-03-24T23:14:32.289Z Downloaded toml_edit v0.22.27
9982026-03-24T23:14:32.293Z Downloaded rstest v0.25.0
9992026-03-24T23:14:32.296Z Downloaded zerocopy v0.6.6
10002026-03-24T23:14:32.299Z Downloaded typenum v1.19.0
10012026-03-24T23:14:32.301Z Downloaded tungstenite v0.21.0
10022026-03-24T23:14:32.304Z Downloaded quick-xml v0.37.5
10032026-03-24T23:14:32.307Z Downloaded idna v1.1.0
10042026-03-24T23:14:32.312Z Downloaded uuid v1.21.0
10052026-03-24T23:14:32.315Z Downloaded moka v0.12.13
10062026-03-24T23:14:32.320Z Downloaded salty v0.3.0
10072026-03-24T23:14:32.325Z Downloaded reqwest v0.13.2
10082026-03-24T23:14:32.330Z Downloaded url v2.5.8
10092026-03-24T23:14:32.333Z Downloaded reedline v0.40.0
10102026-03-24T23:14:32.338Z Downloaded zmij v1.0.21
10112026-03-24T23:14:32.341Z Downloaded reqwest v0.12.28
10122026-03-24T23:14:32.354Z Downloaded zerotrie v0.2.3
10132026-03-24T23:14:32.357Z Downloaded toml_edit v0.19.15
10142026-03-24T23:14:32.380Z Downloaded tower v0.5.3
10152026-03-24T23:14:32.388Z Downloaded typed-path v0.9.3
10162026-03-24T23:14:32.405Z Downloaded zopfli v0.8.3
10172026-03-24T23:14:32.412Z Downloaded x509-cert v0.2.5
10182026-03-24T23:14:32.416Z Downloaded bstr v1.12.1
10192026-03-24T23:14:32.423Z Downloaded unicode_categories v0.1.1
10202026-03-24T23:14:32.432Z Downloaded serde_json v1.0.149
10212026-03-24T23:14:32.446Z Downloaded unicode-segmentation v1.12.0
10222026-03-24T23:14:32.452Z Downloaded zip v0.6.6
10232026-03-24T23:14:32.455Z Downloaded tough v0.20.0
10242026-03-24T23:14:32.461Z Downloaded quinn-proto v0.11.13
10252026-03-24T23:14:32.467Z Downloaded rustls-webpki v0.101.7
10262026-03-24T23:14:32.478Z Downloaded rayon v1.11.0
10272026-03-24T23:14:32.484Z Downloaded serde_with v3.17.0
10282026-03-24T23:14:32.493Z Downloaded yansi v1.0.1
10292026-03-24T23:14:32.496Z Downloaded radix_trie v0.2.1
10302026-03-24T23:14:32.499Z Downloaded gimli v0.32.3
10312026-03-24T23:14:32.505Z Downloaded zerovec v0.11.5
10322026-03-24T23:14:32.509Z Downloaded dropshot v0.16.7
10332026-03-24T23:14:32.528Z Downloaded zerocopy-derive v0.8.40
10342026-03-24T23:14:32.534Z Downloaded petname v2.0.2
10352026-03-24T23:14:32.538Z Downloaded curve25519-dalek v4.1.3
10362026-03-24T23:14:32.545Z Downloaded tabled v0.15.0
10372026-03-24T23:14:32.557Z Downloaded nix v0.29.0
10382026-03-24T23:14:32.566Z Downloaded zerocopy v0.7.35
10392026-03-24T23:14:32.578Z Downloaded tower-http v0.6.8
10402026-03-24T23:14:32.586Z Downloaded proptest v1.10.0
10412026-03-24T23:14:32.593Z Downloaded regex-syntax v0.6.29
10422026-03-24T23:14:32.598Z Downloaded syn v1.0.109
10432026-03-24T23:14:32.607Z Downloaded time v0.3.47
10442026-03-24T23:14:32.615Z Downloaded smoltcp v0.9.1
10452026-03-24T23:14:32.623Z Downloaded unicode-normalization v0.1.25
10462026-03-24T23:14:32.626Z Downloaded tokio-util v0.7.18
10472026-03-24T23:14:32.631Z Downloaded nix v0.27.1
10482026-03-24T23:14:32.640Z Downloaded object v0.30.4
10492026-03-24T23:14:32.646Z Downloaded openssl v0.10.75
10502026-03-24T23:14:32.654Z Downloaded zip v4.6.1
10512026-03-24T23:14:32.657Z Downloaded rustls-webpki v0.102.8
10522026-03-24T23:14:32.672Z Downloaded syn v2.0.117
10532026-03-24T23:14:32.681Z Downloaded rustls v0.22.4
10542026-03-24T23:14:32.691Z Downloaded vcpkg v0.2.15
10552026-03-24T23:14:32.721Z Downloaded zerocopy v0.8.40
10562026-03-24T23:14:32.728Z Downloaded polar-core v0.27.3
10572026-03-24T23:14:32.734Z Downloaded winnow v0.6.26
10582026-03-24T23:14:32.741Z Downloaded rustix v0.38.44
10592026-03-24T23:14:32.759Z Downloaded winnow v0.5.40
10602026-03-24T23:14:32.769Z Downloaded rustix v1.1.3
10612026-03-24T23:14:32.783Z Downloaded hickory-proto v0.25.2
10622026-03-24T23:14:32.795Z Downloaded winnow v0.7.14
10632026-03-24T23:14:32.802Z Downloaded tabled v0.20.0
10642026-03-24T23:14:32.817Z Downloaded rustls v0.21.12
10652026-03-24T23:14:32.824Z Downloaded object v0.37.3
10662026-03-24T23:14:32.833Z Downloaded openapiv3 v2.2.0
10672026-03-24T23:14:32.842Z Downloaded nix v0.31.1
10682026-03-24T23:14:32.851Z Downloaded nix v0.28.0
10692026-03-24T23:14:32.859Z Downloaded hickory-proto v0.24.4
10702026-03-24T23:14:32.870Z Downloaded diesel v2.3.7
10712026-03-24T23:14:32.886Z Downloaded typify-impl v0.6.1
10722026-03-24T23:14:32.898Z Downloaded zlib-rs v0.6.2
10732026-03-24T23:14:32.902Z Downloaded chrono-tz v0.10.4
10742026-03-24T23:14:32.916Z Downloaded smoltcp v0.11.0
10752026-03-24T23:14:32.925Z Downloaded regex-automata v0.4.14
10762026-03-24T23:14:32.937Z Downloaded regress v0.10.5
10772026-03-24T23:14:32.945Z Downloaded bzip2-sys v0.1.13+1.0.8
10782026-03-24T23:14:32.955Z Downloaded webpki-roots v1.0.6
10792026-03-24T23:14:32.958Z Downloaded jiff v0.2.21
10802026-03-24T23:14:32.971Z Downloaded rustls v0.23.37
10812026-03-24T23:14:32.981Z Downloaded unicode-width v0.2.0
10822026-03-24T23:14:32.984Z Downloaded unicode-width v0.1.14
10832026-03-24T23:14:32.989Z Downloaded regex-syntax v0.8.10
10842026-03-24T23:14:33.019Z Downloaded libz-sys v1.1.24
10852026-03-24T23:14:33.044Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10862026-03-24T23:14:33.122Z Downloaded sqlparser v0.61.0
10872026-03-24T23:14:33.165Z Downloaded sled v0.34.7
10882026-03-24T23:14:33.173Z Downloaded encoding_rs v0.8.35
10892026-03-24T23:14:33.226Z Downloaded tracing v0.1.44
10902026-03-24T23:14:33.236Z Downloaded typify-impl v0.4.3
10912026-03-24T23:14:33.236Z Downloaded ratatui v0.29.0
10922026-03-24T23:14:33.261Z Downloaded ring v0.17.14
10932026-03-24T23:14:33.294Z Downloaded zerocopy-derive v0.6.6
10942026-03-24T23:14:33.303Z Downloaded httpmock v0.8.3
10952026-03-24T23:14:33.320Z Downloaded petgraph v0.6.5
10962026-03-24T23:14:33.334Z Downloaded lzma-sys v0.1.20
10972026-03-24T23:14:33.366Z Downloaded libc v0.2.180
10982026-03-24T23:14:33.393Z Downloaded petgraph v0.8.3
10992026-03-24T23:14:33.409Z Downloaded csv v1.4.0
11002026-03-24T23:14:33.429Z Downloaded sha3 v0.10.8
11012026-03-24T23:14:33.447Z Downloaded tokio v1.49.0
11022026-03-24T23:14:33.522Z Downloaded libgit2-sys v0.18.3+1.9.2
11032026-03-24T23:14:33.994Z Downloaded aws-lc-sys v0.37.1
11042026-03-24T23:14:34.554Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-03-24T23:14:46.236Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-03-24T23:14:56.334Z Startup: Caching catalogs ... Done
11072026-03-24T23:15:18.594ZPlanning: Solver setup ... Done (20.821s)
11082026-03-24T23:15:18.752ZPlanning: Running solver ... Done (0.157s)
11092026-03-24T23:15:18.940ZPlanning: Finding local manifests ... Done (0.003s)
11102026-03-24T23:15:18.954ZPlanning: Fetching manifests: 0/4 0% complete
11112026-03-24T23:15:19.110ZPlanning: Fetching manifests: 4/4 100% complete
11122026-03-24T23:15:19.154ZPlanning: Package planning ... Done (0.043s)
11132026-03-24T23:15:19.196ZPlanning: Merging actions ... Done (0.043s)
11142026-03-24T23:15:19.598ZPlanning: Checking for conflicting actions ... Done (0.401s)
11152026-03-24T23:15:19.608ZPlanning: Consolidating action changes ... Done (0.010s)
11162026-03-24T23:15:21.988ZPlanning: Evaluating mediators ... Done (2.381s)
11172026-03-24T23:15:21.996ZPlanning: Planning completed in 25.53 seconds
11182026-03-24T23:15:22.010Z Packages to install: 4
11192026-03-24T23:15:22.015Z Mediators to change: 2
11202026-03-24T23:15:22.015Z Services to change: 1
11212026-03-24T23:15:22.015Z Estimated space available: 155.05 GB
11222026-03-24T23:15:22.015ZEstimated space to be consumed: 1.83 GB
11232026-03-24T23:15:22.015Z Create boot environment: No
11242026-03-24T23:15:22.015ZCreate backup boot environment: No
11252026-03-24T23:15:22.015Z Rebuild boot archive: No
11262026-03-24T23:15:22.016Z
11272026-03-24T23:15:22.016ZChanged mediators:
11282026-03-24T23:15:22.016Z mediator clang:
11292026-03-24T23:15:22.016Z version: None -> 15 (system default)
11302026-03-24T23:15:22.016Z
11312026-03-24T23:15:22.016Z mediator llvm:
11322026-03-24T23:15:22.016Z version: 14 (system default) -> 15 (system default)
11332026-03-24T23:15:22.016Z
11342026-03-24T23:15:22.016ZChanged packages:
11352026-03-24T23:15:22.016Zhelios-dev
11362026-03-24T23:15:22.016Z developer/build-essential
11372026-03-24T23:15:22.016Z None -> 11-2.0
11382026-03-24T23:15:22.016Z library/libxmlsec1
11392026-03-24T23:15:22.016Z None -> 1.2.35-2.0
11402026-03-24T23:15:22.016Z ooce/developer/clang-15
11412026-03-24T23:15:22.016Z None -> 15.0.7-2.0
11422026-03-24T23:15:22.016Z ooce/developer/llvm-15
11432026-03-24T23:15:22.016Z None -> 15.0.7-2.0
11442026-03-24T23:15:22.016Z
11452026-03-24T23:15:22.016ZServices:
11462026-03-24T23:15:22.016Z restart_fmri:
11472026-03-24T23:15:22.016Z svc:/system/update-man-index:default
11482026-03-24T23:15:22.159Z
11492026-03-24T23:15:22.159ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-03-24T23:15:27.158ZDownload: 2983/3290 items 121.0/212.6MB 56% complete (24.4M/s)
11512026-03-24T23:15:28.653ZDownload: Completed 212.60 MB in 6.50 seconds (32.7M/s)
11522026-03-24T23:15:29.000Z Actions: 1/3689 actions (Installing new actions)
11532026-03-24T23:15:33.657Z Actions: Completed 3689 actions in 4.66 seconds.
11542026-03-24T23:15:34.381Z Done (0.720s)
11552026-03-24T23:15:34.381Z Done (0.000s)
11562026-03-24T23:15:35.273Z Done (0.892s)
11572026-03-24T23:15:40.168Z Done (4.530s)
11582026-03-24T23:15:40.255Z Done (0.022s)
11592026-03-24T23:15:40.258Z Done (0.000s)
11602026-03-24T23:15:40.390Z Done (0.000s)
11612026-03-24T23:15:41.358ZPlanning: Evaluating mediator changes ... Done
11622026-03-24T23:15:41.499ZPlanning: Checking for conflicting actions ... Done
11632026-03-24T23:15:41.502ZPlanning: Consolidating action changes ... Done
11642026-03-24T23:15:41.725ZPlanning: Evaluating mediators ... Done
11652026-03-24T23:15:41.730ZPlanning: Planning completed in 0.37 seconds
11662026-03-24T23:15:41.754Z Mediators to change: 2
11672026-03-24T23:15:41.754Z Create boot environment: No
11682026-03-24T23:15:41.754ZCreate backup boot environment: No
11692026-03-24T23:15:41.819Z Done
11702026-03-24T23:15:41.819Z Done
11712026-03-24T23:15:42.579Z Done
11722026-03-24T23:15:45.904Z Done
11732026-03-24T23:15:45.993Z Done
11742026-03-24T23:15:45.996Z Done
11752026-03-24T23:15:46.124Z Done
11762026-03-24T23:15:46.671ZPlanning: Evaluating mediator changes ... Done
11772026-03-24T23:15:46.673ZPlanning: Merging actions ... Done
11782026-03-24T23:15:46.839ZPlanning: Checking for conflicting actions ... Done
11792026-03-24T23:15:46.843ZPlanning: Consolidating action changes ... Done
11802026-03-24T23:15:47.072ZPlanning: Evaluating mediators ... Done
11812026-03-24T23:15:47.112ZPlanning: Planning completed in 0.64 seconds
11822026-03-24T23:15:47.145Z Packages to change: 1
11832026-03-24T23:15:47.145Z Mediators to change: 1
11842026-03-24T23:15:47.145Z Services to change: 1
11852026-03-24T23:15:47.162Z Create boot environment: No
11862026-03-24T23:15:47.162ZCreate backup boot environment: Yes
11872026-03-24T23:15:49.668Z Actions: 1/6 actions (Updating modified actions)
11882026-03-24T23:15:49.672Z Actions: Completed 6 actions in 0.00 seconds.
11892026-03-24T23:15:49.672Z Done
11902026-03-24T23:15:49.672Z Done
11912026-03-24T23:15:49.860Z Done
11922026-03-24T23:15:53.137Z Done
11932026-03-24T23:15:53.222Z Done
11942026-03-24T23:15:53.225Z Done
11952026-03-24T23:15:53.359Z Done
11962026-03-24T23:15:53.738ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11972026-03-24T23:15:53.738Zclang system 15 system
11982026-03-24T23:15:53.738Zcsh system system illumos
11992026-03-24T23:15:53.738Zctags system system illumos
12002026-03-24T23:15:53.738Zfile system system illumos
12012026-03-24T23:15:53.738Zgcc vendor 12 vendor
12022026-03-24T23:15:53.738Zgcc system 10 system
12032026-03-24T23:15:53.738Zgcc system 7 system
12042026-03-24T23:15:53.738Zgo system 1.20 system
12052026-03-24T23:15:53.738Zgo system 1.19 system
12062026-03-24T23:15:53.738Zllvm system 15 system
12072026-03-24T23:15:53.738Zllvm system 14 system
12082026-03-24T23:15:53.738Zmariadb system 10.6 system
12092026-03-24T23:15:53.738Zmta vendor vendor dma
12102026-03-24T23:15:53.738Zopenjdk system 17 system
12112026-03-24T23:15:53.738Zopenjdk system 11 system
12122026-03-24T23:15:53.738Zopenjdk system 1.8 system
12132026-03-24T23:15:53.738Zopenssl vendor 3 vendor
12142026-03-24T23:15:53.738Zperl system 5.36 system
12152026-03-24T23:15:53.738Zpostgresql system 15 system
12162026-03-24T23:15:53.738Zpostgresql system 13 system
12172026-03-24T23:15:53.738Zpython vendor 3 vendor
12182026-03-24T23:15:53.738Zpython system 2 system
12192026-03-24T23:15:53.739Zpython3 system 3.11 system
12202026-03-24T23:15:53.739Zruby system 3.0 system
12212026-03-24T23:15:53.739Zwords vendor vendor american-english
12222026-03-24T23:15:53.739Zwords system system australian-english
12232026-03-24T23:15:53.739Zwords system system british-english
12242026-03-24T23:15:53.739Zwords system system canadian-english
12252026-03-24T23:15:53.739Zwords system system french
12262026-03-24T23:15:53.739Zwords system system italian
12272026-03-24T23:15:53.739Zwords system system ngerman
12282026-03-24T23:15:53.739Zwords system system ogerman
12292026-03-24T23:15:53.739Zwords system system spanish
12302026-03-24T23:15:54.040ZPUBLISHER TYPE STATUS P LOCATION
12312026-03-24T23:15:54.040Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12322026-03-24T23:16:00.067ZFMRI IFO
12332026-03-24T23:16:00.067Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12342026-03-24T23:16:00.067Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12352026-03-24T23:16:00.067Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12362026-03-24T23:16:00.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12372026-03-24T23:16:00.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12382026-03-24T23:16:00.067Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12392026-03-24T23:16:00.067Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12402026-03-24T23:16:00.067Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12412026-03-24T23:16:00.067Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12422026-03-24T23:16:00.067Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12432026-03-24T23:16:00.067Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12442026-03-24T23:16:00.067Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12452026-03-24T23:16:00.067Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12462026-03-24T23:16:00.067Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12472026-03-24T23:16:00.067Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12482026-03-24T23:16:00.067Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12492026-03-24T23:16:01.775Z Downloading crates ...
12502026-03-24T23:16:01.858Z Downloaded cargo_toml v0.21.0
12512026-03-24T23:16:01.924Z Compiling proc-macro2 v1.0.106
12522026-03-24T23:16:01.924Z Compiling quote v1.0.44
12532026-03-24T23:16:01.927Z Compiling unicode-ident v1.0.24
12542026-03-24T23:16:01.927Z Compiling serde_core v1.0.228
12552026-03-24T23:16:01.927Z Compiling libc v0.2.180
12562026-03-24T23:16:01.927Z Compiling version_check v0.9.5
12572026-03-24T23:16:01.927Z Compiling memchr v2.8.0
12582026-03-24T23:16:01.927Z Compiling stable_deref_trait v1.2.1
12592026-03-24T23:16:01.927Z Compiling serde v1.0.228
12602026-03-24T23:16:01.927Z Compiling zmij v1.0.21
12612026-03-24T23:16:01.927Z Compiling autocfg v1.5.0
12622026-03-24T23:16:01.927Z Compiling itoa v1.0.17
12632026-03-24T23:16:02.028Z Compiling ucd-trie v0.1.7
12642026-03-24T23:16:02.031Z Compiling thiserror v1.0.69
12652026-03-24T23:16:02.031Z Compiling litemap v0.8.1
12662026-03-24T23:16:02.199Z Compiling writeable v0.6.2
12672026-03-24T23:16:02.384Z Compiling rustix v1.1.3
12682026-03-24T23:16:02.410Z Compiling icu_normalizer_data v2.1.1
12692026-03-24T23:16:02.460Z Compiling icu_properties_data v2.1.2
12702026-03-24T23:16:02.476Z Compiling byteorder v1.5.0
12712026-03-24T23:16:02.517Z Compiling serde_json v1.0.149
12722026-03-24T23:16:02.631Z Compiling bitflags v2.11.0
12732026-03-24T23:16:02.768Z Compiling pest v2.8.6
12742026-03-24T23:16:02.903Z Compiling num-traits v0.2.19
12752026-03-24T23:16:03.078Z Compiling smallvec v1.15.1
12762026-03-24T23:16:03.224Z Compiling typeid v1.0.3
12772026-03-24T23:16:03.358Z Compiling hashbrown v0.16.1
12782026-03-24T23:16:03.406Z Compiling equivalent v1.0.2
12792026-03-24T23:16:03.419Z Compiling usdt-impl v0.5.0
12802026-03-24T23:16:03.422Z Compiling proc-macro-error-attr v1.0.4
12812026-03-24T23:16:03.422Z Compiling syn v1.0.109
12822026-03-24T23:16:03.422Z Compiling erased-serde v0.4.9
12832026-03-24T23:16:03.481Z Compiling winnow v0.7.14
12842026-03-24T23:16:03.548Z Compiling toml_write v0.1.2
12852026-03-24T23:16:03.551Z Compiling proc-macro-error v1.0.4
12862026-03-24T23:16:03.780Z Compiling thiserror v2.0.18
12872026-03-24T23:16:03.784Z Compiling plain v0.2.3
12882026-03-24T23:16:03.815Z Compiling errno v0.3.14
12892026-03-24T23:16:03.832Z Compiling thread-id v4.2.2
12902026-03-24T23:16:03.847Z Compiling log v0.4.29
12912026-03-24T23:16:03.896Z Compiling camino v1.2.2
12922026-03-24T23:16:03.912Z Compiling utf8parse v0.2.2
12932026-03-24T23:16:03.929Z Compiling percent-encoding v2.3.2
12942026-03-24T23:16:03.946Z Compiling utf8_iter v1.0.4
12952026-03-24T23:16:03.949Z Compiling getrandom v0.4.1
12962026-03-24T23:16:04.057Z Compiling indexmap v2.13.0
12972026-03-24T23:16:04.082Z Compiling anstyle-parse v0.2.7
12982026-03-24T23:16:04.156Z Compiling form_urlencoded v1.2.2
12992026-03-24T23:16:04.190Z Compiling colorchoice v1.0.4
13002026-03-24T23:16:04.312Z Compiling pest_meta v2.8.6
13012026-03-24T23:16:04.341Z Compiling cfg-if v1.0.4
13022026-03-24T23:16:04.385Z Compiling syn v2.0.117
13032026-03-24T23:16:04.440Z Compiling is_terminal_polyfill v1.70.2
13042026-03-24T23:16:04.444Z Compiling anstyle v1.0.13
13052026-03-24T23:16:04.472Z Compiling anstyle-query v1.1.5
13062026-03-24T23:16:04.490Z Compiling pretty-hex v0.4.1
13072026-03-24T23:16:04.517Z Compiling ordered-float v2.10.1
13082026-03-24T23:16:04.626Z Compiling fs-err v3.3.0
13092026-03-24T23:16:04.666Z Compiling strsim v0.11.1
13102026-03-24T23:16:04.701Z Compiling anstream v0.6.21
13112026-03-24T23:16:04.755Z Compiling unicode-width v0.1.14
13122026-03-24T23:16:04.781Z Compiling heck v0.5.0
13132026-03-24T23:16:04.868Z Compiling clap_lex v1.0.0
13142026-03-24T23:16:04.892Z Compiling unicode-xid v0.2.6
13152026-03-24T23:16:04.934Z Compiling fnv v1.0.7
13162026-03-24T23:16:05.076Z Compiling heck v0.4.1
13172026-03-24T23:16:05.093Z Compiling anyhow v1.0.102
13182026-03-24T23:16:05.125Z Compiling bytecount v0.6.9
13192026-03-24T23:16:05.141Z Compiling fastrand v2.3.0
13202026-03-24T23:16:05.158Z Compiling once_cell v1.21.3
13212026-03-24T23:16:05.190Z Compiling memmap v0.7.0
13222026-03-24T23:16:05.209Z Compiling unicode-width v0.2.0
13232026-03-24T23:16:05.300Z Compiling terminal_size v0.4.3
13242026-03-24T23:16:05.313Z Compiling papergrid v0.11.0
13252026-03-24T23:16:05.375Z Compiling tempfile v3.25.0
13262026-03-24T23:16:05.432Z Compiling unicode-linebreak v0.1.5
13272026-03-24T23:16:05.449Z Compiling clap_builder v4.5.60
13282026-03-24T23:16:05.479Z Compiling smawk v0.3.2
13292026-03-24T23:16:05.586Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13302026-03-24T23:16:05.614Z Compiling swrite v0.1.0
13312026-03-24T23:16:05.714Z Compiling textwrap v0.16.2
13322026-03-24T23:16:05.899Z Compiling semver v1.0.27
13332026-03-24T23:16:06.281Z Compiling camino-tempfile v1.4.1
13342026-03-24T23:16:06.406Z Compiling serde-untagged v0.1.9
13352026-03-24T23:16:06.592Z Compiling tabled_derive v0.7.0
13362026-03-24T23:16:07.449Z Compiling tabled v0.15.0
13372026-03-24T23:16:07.966Z Compiling synstructure v0.13.2
13382026-03-24T23:16:07.966Z Compiling pest_generator v2.8.6
13392026-03-24T23:16:08.724Z Compiling serde_derive v1.0.228
13402026-03-24T23:16:08.724Z Compiling zerofrom-derive v0.1.6
13412026-03-24T23:16:08.728Z Compiling yoke-derive v0.8.1
13422026-03-24T23:16:08.728Z Compiling zerovec-derive v0.11.2
13432026-03-24T23:16:08.728Z Compiling displaydoc v0.2.5
13442026-03-24T23:16:08.728Z Compiling thiserror-impl v1.0.69
13452026-03-24T23:16:08.728Z Compiling zerocopy-derive v0.7.35
13462026-03-24T23:16:08.728Z Compiling pest_derive v2.8.6
13472026-03-24T23:16:08.728Z Compiling scroll_derive v0.12.1
13482026-03-24T23:16:08.728Z Compiling thiserror-impl v2.0.18
13492026-03-24T23:16:08.728Z Compiling clap_derive v4.5.55
13502026-03-24T23:16:09.502Z Compiling scroll v0.12.0
13512026-03-24T23:16:09.734Z Compiling zerocopy v0.7.35
13522026-03-24T23:16:09.799Z Compiling goblin v0.8.2
13532026-03-24T23:16:10.066Z Compiling zerofrom v0.1.6
13542026-03-24T23:16:10.189Z Compiling yoke v0.8.1
13552026-03-24T23:16:10.252Z Compiling dtrace-parser v0.2.0
13562026-03-24T23:16:10.379Z Compiling zerovec v0.11.5
13572026-03-24T23:16:10.380Z Compiling zerotrie v0.2.3
13582026-03-24T23:16:10.502Z Compiling clap v4.5.60
13592026-03-24T23:16:10.940Z Compiling tinystr v0.8.2
13602026-03-24T23:16:10.940Z Compiling potential_utf v0.1.4
13612026-03-24T23:16:11.078Z Compiling icu_collections v2.1.1
13622026-03-24T23:16:11.124Z Compiling icu_locale_core v2.1.1
13632026-03-24T23:16:11.877Z Compiling icu_provider v2.1.1
13642026-03-24T23:16:12.141Z Compiling serde_spanned v0.6.9
13652026-03-24T23:16:12.141Z Compiling toml_datetime v0.6.11
13662026-03-24T23:16:12.141Z Compiling serde-value v0.7.0
13672026-03-24T23:16:12.144Z Compiling cargo-platform v0.2.0
13682026-03-24T23:16:12.144Z Compiling macaddr v1.0.1
13692026-03-24T23:16:12.154Z Compiling icu_normalizer v2.1.1
13702026-03-24T23:16:12.157Z Compiling icu_properties v2.1.2
13712026-03-24T23:16:12.157Z Compiling dof v0.3.0
13722026-03-24T23:16:12.157Z Compiling serde_tokenstream v0.2.3
13732026-03-24T23:16:12.369Z Compiling toml_edit v0.22.27
13742026-03-24T23:16:13.049Z Compiling usdt-macro v0.5.0
13752026-03-24T23:16:13.049Z Compiling usdt-attr-macro v0.5.0
13762026-03-24T23:16:13.441Z Compiling idna_adapter v1.2.1
13772026-03-24T23:16:13.563Z Compiling idna v1.1.0
13782026-03-24T23:16:13.773Z Compiling usdt v0.5.0
13792026-03-24T23:16:13.910Z Compiling url v2.5.8
13802026-03-24T23:16:14.167Z Compiling toml v0.8.23
13812026-03-24T23:16:14.617Z Compiling cargo-util-schemas v0.8.2
13822026-03-24T23:16:14.617Z Compiling cargo_toml v0.21.0
13832026-03-24T23:16:15.735Z Compiling cargo_metadata v0.21.0
13842026-03-24T23:16:17.008Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13852026-03-24T23:16:19.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
13862026-03-24T23:16:19.912Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13872026-03-24T23:16:20.998Z Compiling libc v0.2.180
13882026-03-24T23:16:21.001Z Compiling serde v1.0.228
13892026-03-24T23:16:21.001Z Compiling log v0.4.29
13902026-03-24T23:16:21.001Z Compiling shlex v1.3.0
13912026-03-24T23:16:21.001Z Compiling find-msvc-tools v0.1.9
13922026-03-24T23:16:21.001Z Compiling smallvec v1.15.1
13932026-03-24T23:16:21.001Z Compiling typenum v1.19.0
13942026-03-24T23:16:21.001Z Compiling subtle v2.6.1
13952026-03-24T23:16:21.186Z Compiling generic-array v0.14.7
13962026-03-24T23:16:21.190Z Compiling scopeguard v1.2.0
13972026-03-24T23:16:21.204Z Compiling portable-atomic v1.13.1
13982026-03-24T23:16:21.317Z Compiling const-oid v0.9.6
13992026-03-24T23:16:21.320Z Compiling critical-section v1.2.0
14002026-03-24T23:16:21.320Z Compiling zerocopy v0.8.40
14012026-03-24T23:16:21.338Z Compiling syn v2.0.117
14022026-03-24T23:16:21.403Z Compiling lock_api v0.4.14
14032026-03-24T23:16:21.406Z Compiling pin-project-lite v0.2.17
14042026-03-24T23:16:21.447Z Compiling parking_lot_core v0.9.12
14052026-03-24T23:16:21.449Z Compiling serde_json v1.0.149
14062026-03-24T23:16:21.449Z Compiling pkg-config v0.3.32
14072026-03-24T23:16:21.491Z Compiling bitflags v2.11.0
14082026-03-24T23:16:21.537Z Compiling libm v0.2.16
14092026-03-24T23:16:21.539Z Compiling num-traits v0.2.19
14102026-03-24T23:16:21.621Z Compiling futures-core v0.3.32
14112026-03-24T23:16:21.646Z Compiling percent-encoding v2.3.2
14122026-03-24T23:16:21.695Z Compiling allocator-api2 v0.2.21
14132026-03-24T23:16:21.736Z Compiling foldhash v0.2.0
14142026-03-24T23:16:21.866Z Compiling cpufeatures v0.2.17
14152026-03-24T23:16:21.869Z Compiling futures-sink v0.3.32
14162026-03-24T23:16:21.929Z Compiling futures-task v0.3.32
14172026-03-24T23:16:21.950Z Compiling getrandom v0.4.1
14182026-03-24T23:16:21.972Z Compiling futures-io v0.3.32
14192026-03-24T23:16:22.016Z Compiling slab v0.4.12
14202026-03-24T23:16:22.078Z Compiling futures-channel v0.3.32
14212026-03-24T23:16:22.082Z Compiling rustversion v1.0.22
14222026-03-24T23:16:22.123Z Compiling hashbrown v0.16.1
14232026-03-24T23:16:22.191Z Compiling getrandom v0.3.4
14242026-03-24T23:16:22.194Z Compiling rand_core v0.10.0
14252026-03-24T23:16:22.233Z Compiling form_urlencoded v1.2.2
14262026-03-24T23:16:22.256Z Compiling ident_case v1.0.1
14272026-03-24T23:16:22.297Z Compiling fs_extra v1.3.0
14282026-03-24T23:16:22.401Z Compiling dunce v1.0.5
14292026-03-24T23:16:22.453Z Compiling base64ct v1.8.3
14302026-03-24T23:16:22.458Z Compiling flagset v0.4.7
14312026-03-24T23:16:22.466Z Compiling getrandom v0.2.17
14322026-03-24T23:16:22.487Z Compiling jobserver v0.1.34
14332026-03-24T23:16:22.530Z Compiling errno v0.3.14
14342026-03-24T23:16:22.555Z Compiling mio v1.1.1
14352026-03-24T23:16:22.621Z Compiling socket2 v0.6.2
14362026-03-24T23:16:22.676Z Compiling rand_core v0.6.4
14372026-03-24T23:16:22.699Z Compiling signal-hook-registry v1.4.8
14382026-03-24T23:16:22.791Z Compiling cc v1.2.56
14392026-03-24T23:16:22.844Z Compiling once_cell v1.21.3
14402026-03-24T23:16:22.882Z Compiling parking_lot v0.12.5
14412026-03-24T23:16:22.938Z Compiling indexmap v2.13.0
14422026-03-24T23:16:22.957Z Compiling pem-rfc7468 v0.7.0
14432026-03-24T23:16:22.979Z Compiling iana-time-zone v0.1.65
14442026-03-24T23:16:23.036Z Compiling rustix v1.1.3
14452026-03-24T23:16:23.056Z Compiling uuid v1.21.0
14462026-03-24T23:16:23.078Z Compiling rustc_version v0.4.1
14472026-03-24T23:16:23.137Z Compiling vcpkg v0.2.15
14482026-03-24T23:16:23.257Z Compiling regex-syntax v0.8.10
14492026-03-24T23:16:23.296Z Compiling aws-lc-rs v1.16.0
14502026-03-24T23:16:23.400Z Compiling rand_core v0.9.5
14512026-03-24T23:16:23.401Z Compiling tracing-core v0.1.36
14522026-03-24T23:16:23.408Z Compiling crossbeam-utils v0.8.21
14532026-03-24T23:16:23.468Z Compiling untrusted v0.7.1
14542026-03-24T23:16:23.533Z Compiling untrusted v0.9.0
14552026-03-24T23:16:23.553Z Compiling httparse v1.10.1
14562026-03-24T23:16:23.642Z Compiling openssl-probe v0.2.1
14572026-03-24T23:16:23.683Z Compiling schemars v0.8.22
14582026-03-24T23:16:23.706Z Compiling syn v1.0.109
14592026-03-24T23:16:23.729Z Compiling base64 v0.22.1
14602026-03-24T23:16:23.791Z Compiling cmake v0.1.57
14612026-03-24T23:16:23.895Z Compiling tinyvec_macros v0.1.1
14622026-03-24T23:16:23.936Z Compiling try-lock v0.2.5
14632026-03-24T23:16:23.995Z Compiling rustls v0.23.37
14642026-03-24T23:16:24.016Z Compiling tower-service v0.3.3
14652026-03-24T23:16:24.021Z Compiling dyn-clone v1.0.20
14662026-03-24T23:16:24.097Z Compiling atomic-waker v1.1.2
14672026-03-24T23:16:24.146Z Compiling tower-layer v0.3.3
14682026-03-24T23:16:24.195Z Compiling want v0.3.1
14692026-03-24T23:16:24.199Z Compiling tinyvec v1.10.0
14702026-03-24T23:16:24.199Z Compiling spin v0.9.8
14712026-03-24T23:16:24.199Z Compiling aho-corasick v1.1.4
14722026-03-24T23:16:24.292Z Compiling time-core v0.1.8
14732026-03-24T23:16:24.301Z Compiling num-conv v0.2.0
14742026-03-24T23:16:24.307Z Compiling pin-utils v0.1.0
14752026-03-24T23:16:24.370Z Compiling foreign-types-shared v0.1.1
14762026-03-24T23:16:24.374Z Compiling openssl v0.10.75
14772026-03-24T23:16:24.417Z Compiling httpdate v1.0.3
14782026-03-24T23:16:24.452Z Compiling crc32fast v1.5.0
14792026-03-24T23:16:24.494Z Compiling powerfmt v0.2.0
14802026-03-24T23:16:24.512Z Compiling foreign-types v0.3.2
14812026-03-24T23:16:24.515Z Compiling wait-timeout v0.2.1
14822026-03-24T23:16:24.554Z Compiling time-macros v0.2.27
14832026-03-24T23:16:24.578Z Compiling siphasher v1.0.2
14842026-03-24T23:16:24.599Z Compiling either v1.15.0
14852026-03-24T23:16:24.633Z Compiling simd-adler32 v0.3.8
14862026-03-24T23:16:24.704Z Compiling deranged v0.5.8
14872026-03-24T23:16:24.727Z Compiling num_threads v0.1.7
14882026-03-24T23:16:24.730Z Compiling native-tls v0.2.18
14892026-03-24T23:16:24.776Z Compiling bit-vec v0.8.0
14902026-03-24T23:16:24.837Z Compiling usdt-impl v0.6.0
14912026-03-24T23:16:24.861Z Compiling quick-error v1.2.3
14922026-03-24T23:16:24.884Z Compiling unicode-normalization v0.1.25
14932026-03-24T23:16:24.929Z Compiling crossbeam-epoch v0.9.18
14942026-03-24T23:16:24.983Z Compiling aws-lc-sys v0.37.1
14952026-03-24T23:16:25.006Z Compiling ring v0.17.14
14962026-03-24T23:16:25.030Z Compiling openssl-sys v0.9.111
14972026-03-24T23:16:25.030Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-24T23:16:25.094Z Compiling bit-set v0.8.0
14992026-03-24T23:16:25.146Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-03-24T23:16:25.166Z Compiling rand_xorshift v0.4.0
15012026-03-24T23:16:25.311Z Compiling tempfile v3.25.0
15022026-03-24T23:16:25.378Z Compiling synstructure v0.13.2
15032026-03-24T23:16:25.399Z Compiling serde_derive_internals v0.29.1
15042026-03-24T23:16:25.511Z Compiling pest_generator v2.8.6
15052026-03-24T23:16:25.534Z Compiling darling_core v0.20.11
15062026-03-24T23:16:25.613Z Compiling regex-automata v0.4.14
15072026-03-24T23:16:25.838Z Compiling rusty-fork v0.3.1
15082026-03-24T23:16:26.029Z Compiling time v0.3.47
15092026-03-24T23:16:26.094Z Compiling darling_core v0.21.3
15102026-03-24T23:16:26.226Z Compiling slog v2.8.2
15112026-03-24T23:16:26.254Z Compiling heapless v0.7.17
15122026-03-24T23:16:26.471Z Compiling thread-id v5.1.0
15132026-03-24T23:16:26.474Z Compiling sync_wrapper v1.0.2
15142026-03-24T23:16:26.555Z Compiling cookie v0.18.1
15152026-03-24T23:16:26.575Z Compiling rayon-core v1.13.0
15162026-03-24T23:16:26.595Z Compiling unicode-bidi v0.3.18
15172026-03-24T23:16:26.636Z Compiling paste v1.0.15
15182026-03-24T23:16:26.659Z Compiling anyhow v1.0.102
15192026-03-24T23:16:26.681Z Compiling adler2 v2.0.1
15202026-03-24T23:16:26.793Z Compiling signal-hook v0.3.18
15212026-03-24T23:16:26.813Z Compiling unicode-segmentation v1.12.0
15222026-03-24T23:16:26.858Z Compiling unicode-properties v0.1.4
15232026-03-24T23:16:27.056Z Compiling unarray v0.1.4
15242026-03-24T23:16:27.075Z Compiling zstd-safe v7.2.4
15252026-03-24T23:16:27.172Z Compiling stringprep v0.1.5
15262026-03-24T23:16:27.329Z Compiling miniz_oxide v0.8.9
15272026-03-24T23:16:27.437Z Compiling crossbeam-deque v0.8.6
15282026-03-24T23:16:27.458Z Compiling num-integer v0.1.46
15292026-03-24T23:16:27.461Z Compiling vergen-lib v0.1.6
15302026-03-24T23:16:27.643Z Compiling curve25519-dalek v4.1.3
15312026-03-24T23:16:27.691Z Compiling ff v0.13.1
15322026-03-24T23:16:27.710Z Compiling hash32 v0.2.1
15332026-03-24T23:16:27.782Z Compiling memoffset v0.9.1
15342026-03-24T23:16:27.872Z Compiling litrs v1.0.0
15352026-03-24T23:16:27.896Z Compiling serde_derive v1.0.228
15362026-03-24T23:16:27.919Z Compiling zeroize_derive v1.4.3
15372026-03-24T23:16:27.972Z Compiling zerofrom-derive v0.1.6
15382026-03-24T23:16:28.038Z Compiling yoke-derive v0.8.1
15392026-03-24T23:16:28.077Z Compiling zerocopy-derive v0.8.40
15402026-03-24T23:16:28.175Z Compiling zerovec-derive v0.11.2
15412026-03-24T23:16:28.226Z Compiling displaydoc v0.2.5
15422026-03-24T23:16:28.341Z Compiling tokio-macros v2.6.0
15432026-03-24T23:16:28.633Z Compiling futures-macro v0.3.32
15442026-03-24T23:16:28.812Z Compiling zeroize v1.8.2
15452026-03-24T23:16:28.834Z Compiling der_derive v0.7.3
15462026-03-24T23:16:29.293Z Compiling thiserror-impl v2.0.18
15472026-03-24T23:16:29.342Z Compiling rustls-pki-types v1.14.0
15482026-03-24T23:16:29.709Z Compiling tracing-attributes v0.1.31
15492026-03-24T23:16:29.731Z Compiling scroll_derive v0.13.1
15502026-03-24T23:16:29.755Z Compiling futures-util v0.3.32
15512026-03-24T23:16:29.778Z Compiling pest_derive v2.8.6
15522026-03-24T23:16:29.913Z Compiling crypto-common v0.1.7
15532026-03-24T23:16:29.971Z Compiling zerofrom v0.1.6
15542026-03-24T23:16:29.994Z Compiling block-buffer v0.10.4
15552026-03-24T23:16:30.022Z Compiling block-padding v0.3.3
15562026-03-24T23:16:30.121Z Compiling yoke v0.8.1
15572026-03-24T23:16:30.152Z Compiling schemars_derive v0.8.22
15582026-03-24T23:16:30.176Z Compiling digest v0.10.7
15592026-03-24T23:16:30.225Z Compiling inout v0.1.4
15602026-03-24T23:16:30.247Z Compiling der v0.7.10
15612026-03-24T23:16:30.356Z Compiling zerovec v0.11.5
15622026-03-24T23:16:30.381Z Compiling zerotrie v0.2.3
15632026-03-24T23:16:30.456Z Compiling cipher v0.4.4
15642026-03-24T23:16:30.544Z Compiling hmac v0.12.1
15652026-03-24T23:16:30.759Z Compiling sha2 v0.10.9
15662026-03-24T23:16:30.792Z Compiling salsa20 v0.10.2
15672026-03-24T23:16:30.817Z Compiling pbkdf2 v0.12.2
15682026-03-24T23:16:30.840Z Compiling aes v0.8.4
15692026-03-24T23:16:30.974Z Compiling cbc v0.1.2
15702026-03-24T23:16:30.995Z Compiling scroll v0.13.0
15712026-03-24T23:16:31.088Z Compiling tinystr v0.8.2
15722026-03-24T23:16:31.141Z Compiling potential_utf v0.1.4
15732026-03-24T23:16:31.177Z Compiling thiserror v2.0.18
15742026-03-24T23:16:31.324Z Compiling icu_locale_core v2.1.1
15752026-03-24T23:16:31.364Z Compiling icu_collections v2.1.1
15762026-03-24T23:16:31.387Z Compiling scrypt v0.11.0
15772026-03-24T23:16:31.390Z Compiling spki v0.7.3
15782026-03-24T23:16:31.436Z Compiling darling_macro v0.20.11
15792026-03-24T23:16:31.582Z Compiling tracing v0.1.44
15802026-03-24T23:16:31.693Z Compiling pkcs5 v0.7.1
15812026-03-24T23:16:31.740Z Compiling goblin v0.10.5
15822026-03-24T23:16:31.869Z Compiling openssl-macros v0.1.1
15832026-03-24T23:16:31.957Z Compiling thiserror-impl v1.0.69
15842026-03-24T23:16:31.979Z Compiling dtrace-parser v0.3.0
15852026-03-24T23:16:32.034Z Compiling signature v2.2.0
15862026-03-24T23:16:32.094Z Compiling pkcs8 v0.10.2
15872026-03-24T23:16:32.274Z Compiling icu_provider v2.1.1
15882026-03-24T23:16:32.294Z Compiling darling v0.20.11
15892026-03-24T23:16:32.357Z Compiling rustls-native-certs v0.8.3
15902026-03-24T23:16:32.404Z Compiling derive_builder_core v0.20.2
15912026-03-24T23:16:32.524Z Compiling scroll_derive v0.12.1
15922026-03-24T23:16:32.582Z Compiling icu_properties v2.1.2
15932026-03-24T23:16:32.625Z Compiling icu_normalizer v2.1.1
15942026-03-24T23:16:32.682Z Compiling md-5 v0.10.6
15952026-03-24T23:16:32.742Z Compiling bytes v1.11.1
15962026-03-24T23:16:32.821Z Compiling chrono v0.4.44
15972026-03-24T23:16:32.893Z Compiling ipnet v2.11.0
15982026-03-24T23:16:32.918Z Compiling serde_tokenstream v0.2.3
15992026-03-24T23:16:33.034Z Compiling erased-serde v0.3.31
16002026-03-24T23:16:33.381Z Compiling serde_spanned v0.6.9
16012026-03-24T23:16:33.404Z Compiling toml_datetime v0.6.11
16022026-03-24T23:16:33.439Z Compiling scroll v0.12.0
16032026-03-24T23:16:33.581Z Compiling tokio v1.49.0
16042026-03-24T23:16:33.637Z Compiling http v1.4.0
16052026-03-24T23:16:33.666Z Compiling webpki-roots v1.0.6
16062026-03-24T23:16:33.689Z Compiling derive_builder_macro v0.20.2
16072026-03-24T23:16:33.707Z Compiling thiserror v1.0.69
16082026-03-24T23:16:33.766Z Compiling darling_macro v0.21.3
16092026-03-24T23:16:33.816Z Compiling zerocopy-derive v0.7.35
16102026-03-24T23:16:33.838Z Compiling idna_adapter v1.2.1
16112026-03-24T23:16:33.838Z Compiling fallible-iterator v0.2.0
16122026-03-24T23:16:33.876Z Compiling smoltcp v0.9.1
16132026-03-24T23:16:34.027Z Compiling idna v1.1.0
16142026-03-24T23:16:34.228Z Compiling ryu v1.0.23
16152026-03-24T23:16:34.322Z Compiling ref-cast v1.0.25
16162026-03-24T23:16:34.346Z Compiling ppv-lite86 v0.2.21
16172026-03-24T23:16:34.369Z Compiling cfg_aliases v0.2.1
16182026-03-24T23:16:34.433Z Compiling rustix v0.38.44
16192026-03-24T23:16:34.457Z Compiling url v2.5.8
16202026-03-24T23:16:34.479Z Compiling iri-string v0.7.10
16212026-03-24T23:16:34.482Z Compiling num-bigint-dig v0.8.6
16222026-03-24T23:16:34.592Z Compiling http-body v1.0.1
16232026-03-24T23:16:34.733Z Compiling psl-types v2.0.11
16242026-03-24T23:16:34.759Z Compiling http-body-util v0.1.3
16252026-03-24T23:16:34.803Z Compiling rand_chacha v0.9.0
16262026-03-24T23:16:34.827Z Compiling rand_chacha v0.3.1
16272026-03-24T23:16:34.850Z Compiling base16ct v0.2.0
16282026-03-24T23:16:34.907Z Compiling zlib-rs v0.6.2
16292026-03-24T23:16:34.973Z Compiling publicsuffix v2.3.0
16302026-03-24T23:16:35.029Z Compiling sec1 v0.7.3
16312026-03-24T23:16:35.052Z Compiling zerocopy v0.7.35
16322026-03-24T23:16:35.075Z Compiling rand v0.9.2
16332026-03-24T23:16:35.169Z Compiling rand v0.8.5
16342026-03-24T23:16:35.206Z Compiling nix v0.31.1
16352026-03-24T23:16:35.411Z Compiling darling v0.21.3
16362026-03-24T23:16:35.521Z Compiling serde_urlencoded v0.7.1
16372026-03-24T23:16:35.557Z Compiling dof v0.4.0
16382026-03-24T23:16:35.755Z Compiling derive_builder v0.20.2
16392026-03-24T23:16:35.855Z Compiling proptest v1.10.0
16402026-03-24T23:16:35.921Z Compiling postgres-protocol v0.6.10
16412026-03-24T23:16:35.943Z Compiling goblin v0.8.2
16422026-03-24T23:16:36.138Z Compiling cargo-platform v0.1.9
16432026-03-24T23:16:36.158Z Compiling hkdf v0.12.4
16442026-03-24T23:16:36.289Z Compiling ipnetwork v0.21.1
16452026-03-24T23:16:36.339Z Compiling hubpack_derive v0.1.1
16462026-03-24T23:16:36.379Z Compiling crypto-bigint v0.5.5
16472026-03-24T23:16:36.484Z Compiling regex v1.12.3
16482026-03-24T23:16:36.507Z Compiling document-features v0.2.12
16492026-03-24T23:16:36.692Z Compiling oxnet v0.1.4
16502026-03-24T23:16:36.948Z Compiling daft-derive v0.1.5
16512026-03-24T23:16:36.972Z Compiling curve25519-dalek-derive v0.1.1
16522026-03-24T23:16:36.992Z Compiling ref-cast-impl v1.0.25
16532026-03-24T23:16:37.083Z Compiling async-trait v0.1.89
16542026-03-24T23:16:37.207Z Compiling strum_macros v0.27.2
16552026-03-24T23:16:37.228Z Compiling group v0.13.0
16562026-03-24T23:16:37.303Z Compiling num-iter v0.1.45
16572026-03-24T23:16:37.509Z Compiling proc-macro-error v1.0.4
16582026-03-24T23:16:37.837Z Compiling heck v0.4.1
16592026-03-24T23:16:37.920Z Compiling terminal_size v0.4.3
16602026-03-24T23:16:37.942Z Compiling phf_shared v0.13.1
16612026-03-24T23:16:38.066Z Compiling lazy_static v1.5.0
16622026-03-24T23:16:38.116Z Compiling vergen v9.0.6
16632026-03-24T23:16:38.153Z Compiling fs-err v3.3.0
16642026-03-24T23:16:38.196Z Compiling ahash v0.8.12
16652026-03-24T23:16:38.219Z Compiling object v0.37.3
16662026-03-24T23:16:38.222Z Compiling libbz2-rs-sys v0.2.2
16672026-03-24T23:16:38.335Z Compiling foldhash v0.1.5
16682026-03-24T23:16:38.407Z Compiling managed v0.8.0
16692026-03-24T23:16:38.431Z Compiling winnow v0.5.40
16702026-03-24T23:16:38.434Z Compiling bitflags v1.3.2
16712026-03-24T23:16:38.472Z Compiling bumpalo v3.20.2
16722026-03-24T23:16:38.531Z Compiling console v0.16.2
16732026-03-24T23:16:38.574Z Compiling hashbrown v0.15.5
16742026-03-24T23:16:38.622Z Compiling tokio-util v0.7.18
16752026-03-24T23:16:38.644Z Compiling tower v0.5.3
16762026-03-24T23:16:38.708Z Compiling tokio-native-tls v0.3.1
16772026-03-24T23:16:38.820Z Compiling zopfli v0.8.3
16782026-03-24T23:16:38.946Z Compiling bzip2 v0.6.1
16792026-03-24T23:16:39.236Z Compiling tower-http v0.6.8
16802026-03-24T23:16:39.256Z Compiling newtype-uuid v1.3.2
16812026-03-24T23:16:39.320Z Compiling flate2 v1.1.9
16822026-03-24T23:16:39.344Z Compiling dof v0.3.0
16832026-03-24T23:16:39.414Z Compiling clap_builder v4.5.60
16842026-03-24T23:16:39.439Z Compiling phf v0.13.1
16852026-03-24T23:16:39.604Z Compiling h2 v0.4.13
16862026-03-24T23:16:39.667Z Compiling daft v0.1.5
16872026-03-24T23:16:39.754Z Compiling zone_cfg_derive v0.3.1
16882026-03-24T23:16:39.810Z Compiling signal-hook-mio v0.2.5
16892026-03-24T23:16:39.871Z Compiling rayon v1.11.0
16902026-03-24T23:16:40.008Z Compiling strum v0.27.2
16912026-03-24T23:16:40.055Z Compiling cookie_store v0.22.1
16922026-03-24T23:16:40.102Z Compiling usdt-attr-macro v0.6.0
16932026-03-24T23:16:40.183Z Compiling usdt-macro v0.6.0
16942026-03-24T23:16:40.372Z Compiling toml_edit v0.19.15
16952026-03-24T23:16:40.431Z Compiling elliptic-curve v0.13.8
16962026-03-24T23:16:40.487Z Compiling cargo_metadata v0.19.2
16972026-03-24T23:16:40.885Z Compiling hubpack v0.1.2
16982026-03-24T23:16:40.948Z Compiling bzip2 v0.4.4
16992026-03-24T23:16:40.952Z Compiling postgres-types v0.2.12
17002026-03-24T23:16:40.994Z Compiling zstd v0.13.3
17012026-03-24T23:16:41.176Z Compiling serde_with_macros v3.17.0
17022026-03-24T23:16:41.217Z Compiling dtrace-parser v0.2.0
17032026-03-24T23:16:41.244Z Compiling serde-big-array v0.5.1
17042026-03-24T23:16:41.367Z Compiling hex v0.4.3
17052026-03-24T23:16:41.437Z Compiling pkcs1 v0.7.5
17062026-03-24T23:16:41.523Z Compiling ed25519 v2.2.3
17072026-03-24T23:16:41.742Z Compiling rfc6979 v0.4.0
17082026-03-24T23:16:41.783Z Compiling bstr v1.12.1
17092026-03-24T23:16:41.932Z Compiling serde_repr v0.1.20
17102026-03-24T23:16:42.002Z Compiling strum_macros v0.26.4
17112026-03-24T23:16:42.291Z Compiling enum-as-inner v0.6.1
17122026-03-24T23:16:42.370Z Compiling clap_derive v4.5.55
17132026-03-24T23:16:42.391Z Compiling itertools v0.12.1
17142026-03-24T23:16:42.677Z Compiling phf_shared v0.11.3
17152026-03-24T23:16:42.700Z Compiling float-cmp v0.10.0
17162026-03-24T23:16:42.724Z Compiling memmap2 v0.9.10
17172026-03-24T23:16:42.744Z Compiling thread-id v4.2.2
17182026-03-24T23:16:42.808Z Compiling env_filter v1.0.0
17192026-03-24T23:16:42.863Z Compiling encoding_rs v0.8.35
17202026-03-24T23:16:42.905Z Compiling keccak v0.1.6
17212026-03-24T23:16:42.942Z Compiling normalize-line-endings v0.3.0
17222026-03-24T23:16:42.979Z Compiling rustc-hash v2.1.1
17232026-03-24T23:16:43.022Z Compiling static_assertions v1.1.0
17242026-03-24T23:16:43.078Z Compiling predicates-core v1.0.10
17252026-03-24T23:16:43.128Z Compiling mime v0.3.17
17262026-03-24T23:16:43.148Z Compiling difflib v0.4.0
17272026-03-24T23:16:43.222Z Compiling fixedbitset v0.4.2
17282026-03-24T23:16:43.328Z Compiling new_debug_unreachable v1.0.6
17292026-03-24T23:16:43.429Z Compiling whoami v2.1.0
17302026-03-24T23:16:43.544Z Compiling data-encoding v2.10.0
17312026-03-24T23:16:43.564Z Compiling jiff v0.2.21
17322026-03-24T23:16:43.780Z Compiling hyper v1.8.1
17332026-03-24T23:16:43.883Z Compiling fixedbitset v0.5.7
17342026-03-24T23:16:43.951Z Compiling unit-prefix v0.5.2
17352026-03-24T23:16:43.999Z Compiling precomputed-hash v0.1.1
17362026-03-24T23:16:44.120Z Compiling string_cache v0.8.9
17372026-03-24T23:16:44.143Z Compiling indicatif v0.18.4
17382026-03-24T23:16:44.165Z Compiling petgraph v0.8.3
17392026-03-24T23:16:44.168Z Compiling zone v0.3.1
17402026-03-24T23:16:44.210Z Compiling hickory-proto v0.25.2
17412026-03-24T23:16:44.316Z Compiling tokio-postgres v0.7.16
17422026-03-24T23:16:44.437Z Compiling toml_edit v0.22.27
17432026-03-24T23:16:44.529Z Compiling strum v0.26.3
17442026-03-24T23:16:44.553Z Compiling predicates v3.1.4
17452026-03-24T23:16:44.714Z Compiling petgraph v0.6.5
17462026-03-24T23:16:44.849Z Compiling clap v4.5.60
17472026-03-24T23:16:44.965Z Compiling sha3 v0.10.8
17482026-03-24T23:16:45.018Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-03-24T23:16:45.150Z Compiling iddqd v0.3.17
17502026-03-24T23:16:45.193Z Compiling env_logger v0.11.9
17512026-03-24T23:16:45.349Z Compiling hyper-util v0.1.20
17522026-03-24T23:16:45.464Z Compiling usdt v0.6.0
17532026-03-24T23:16:45.587Z Compiling usdt-impl v0.5.0
17542026-03-24T23:16:45.689Z Compiling serde_with v3.17.0
17552026-03-24T23:16:45.827Z Compiling crossterm v0.28.1
17562026-03-24T23:16:46.000Z Compiling similar v2.7.0
17572026-03-24T23:16:46.398Z Compiling toml v0.7.8
17582026-03-24T23:16:46.717Z Compiling ecdsa v0.16.9
17592026-03-24T23:16:46.821Z Compiling rsa v0.9.10
17602026-03-24T23:16:46.906Z Compiling ed25519-dalek v2.2.0
17612026-03-24T23:16:47.243Z Compiling hyper-tls v0.6.0
17622026-03-24T23:16:47.268Z Compiling zip v4.6.1
17632026-03-24T23:16:47.378Z Compiling zip v0.6.6
17642026-03-24T23:16:47.561Z Compiling tokio-stream v0.1.18
17652026-03-24T23:16:47.776Z Compiling buf-list v1.1.2
17662026-03-24T23:16:48.076Z Compiling toml_parser v1.0.9+spec-1.1.0
17672026-03-24T23:16:48.135Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17682026-03-24T23:16:48.159Z Compiling openapiv3 v2.2.0
17692026-03-24T23:16:48.180Z Compiling x509-cert v0.2.5
17702026-03-24T23:16:48.217Z Compiling sha1 v0.10.6
17712026-03-24T23:16:48.238Z Compiling itertools v0.13.0
17722026-03-24T23:16:48.410Z Compiling toml_datetime v0.7.5+spec-1.1.0
17732026-03-24T23:16:48.528Z Compiling peg-runtime v0.8.5
17742026-03-24T23:16:48.583Z Compiling lalrpop-util v0.19.12
17752026-03-24T23:16:48.647Z Compiling thread_local v1.1.9
17762026-03-24T23:16:48.834Z Compiling slog-async v2.8.0
17772026-03-24T23:16:48.855Z Compiling futures-executor v0.3.32
17782026-03-24T23:16:48.858Z Compiling crossbeam-channel v0.5.15
17792026-03-24T23:16:48.924Z Compiling filetime v0.2.27
17802026-03-24T23:16:49.007Z Compiling is-terminal v0.4.17
17812026-03-24T23:16:49.027Z Compiling xattr v1.6.1
17822026-03-24T23:16:49.142Z Compiling take_mut v0.2.2
17832026-03-24T23:16:49.175Z Compiling term v1.2.1
17842026-03-24T23:16:49.236Z Compiling tar v0.4.44
17852026-03-24T23:16:49.262Z Compiling futures v0.3.32
17862026-03-24T23:16:49.548Z Compiling slog-term v2.9.2
17872026-03-24T23:17:09.870Z Compiling rustls-webpki v0.103.9
17882026-03-24T23:17:13.921Z Compiling tokio-rustls v0.26.4
17892026-03-24T23:17:13.921Z Compiling rustls-platform-verifier v0.6.2
17902026-03-24T23:17:14.176Z Compiling hyper-rustls v0.27.7
17912026-03-24T23:17:14.437Z Compiling reqwest v0.13.2
17922026-03-24T23:17:14.440Z Compiling reqwest v0.12.28
17932026-03-24T23:17:17.255Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-03-24T23:17:17.545Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-03-24T23:17:21.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17962026-03-24T23:17:21.518Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17972026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: TransceiverControl
17982026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: MaghemiteMgd
17992026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: Clickhouse
18002026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: Cockroach
18012026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: DendriteStub
18022026-03-24T23:17:21.576ZMar 24 23:17:20.733 INFO Starting download, target: Console
18032026-03-24T23:17:21.579ZMar 24 23:17:20.733 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-03-24T23:17:21.579ZMar 24 23:17:20.733 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18052026-03-24T23:17:21.579ZMar 24 23:17:20.733 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18062026-03-24T23:17:21.579ZMar 24 23:17:20.733 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-03-24T23:17:21.579ZMar 24 23:17:20.733 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-03-24T23:17:21.579ZMar 24 23:17:20.734 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18092026-03-24T23:17:22.205ZMar 24 23:17:21.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18102026-03-24T23:17:22.541ZMar 24 23:17:21.697 INFO Download complete, target: TransceiverControl
18112026-03-24T23:17:22.546ZMar 24 23:17:21.701 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18122026-03-24T23:17:22.965ZMar 24 23:17:22.122 INFO Download complete, target: Console
18132026-03-24T23:17:23.154ZMar 24 23:17:22.309 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-03-24T23:17:23.347ZMar 24 23:17:22.503 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-03-24T23:17:23.787ZMar 24 23:17:22.945 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-03-24T23:17:23.929ZMar 24 23:17:23.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-03-24T23:17:23.929ZMar 24 23:17:23.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-03-24T23:17:26.857ZMar 24 23:17:26.016 INFO Download complete, target: DendriteStub
18192026-03-24T23:17:27.060ZMar 24 23:17:26.219 INFO Download complete, target: MaghemiteMgd
18202026-03-24T23:17:31.546ZMar 24 23:17:30.708 INFO Checking that binary works, target: Cockroach
18212026-03-24T23:17:31.701ZMar 24 23:17:30.863 INFO Download complete, target: Cockroach
18222026-03-24T23:17:35.049ZMar 24 23:17:34.212 INFO Checking that binary works, target: Clickhouse
18232026-03-24T23:17:35.193ZMar 24 23:17:34.354 INFO Download complete, target: Clickhouse
18242026-03-24T23:17:35.199ZAll prerequisites installed successfully
18252026-03-24T23:17:35.203Z
18262026-03-24T23:17:35.203Zreal 3:00.729681002
18272026-03-24T23:17:35.203Zuser 10:08.641548581
18282026-03-24T23:17:35.203Zsys 2:00.404860980
18292026-03-24T23:17:35.203Ztrap 0.279396727
18302026-03-24T23:17:35.203Ztflt 3.552836822
18312026-03-24T23:17:35.203Zdflt 5.201900369
18322026-03-24T23:17:35.203Zkflt 0.083322653
18332026-03-24T23:17:35.203Zlock 32:59.255256961
18342026-03-24T23:17:35.203Zslp 25:21.643399857
18352026-03-24T23:17:35.203Zlat 27.385019890
18362026-03-24T23:17:35.203Zstop 3:52.382970398
18372026-03-24T23:17:35.203Z+ source ./tools/include/force-git-over-https.sh
18382026-03-24T23:17:35.203Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18392026-03-24T23:17:35.204Z++ (( i = 0 ))
18402026-03-24T23:17:35.204Z++ (( i < 5 ))
18412026-03-24T23:17:35.204Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18422026-03-24T23:17:35.207Z++ (( i++ ))
18432026-03-24T23:17:35.207Z++ (( i < 5 ))
18442026-03-24T23:17:35.207Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18452026-03-24T23:17:35.207Z++ (( i++ ))
18462026-03-24T23:17:35.207Z++ (( i < 5 ))
18472026-03-24T23:17:35.207Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18482026-03-24T23:17:35.210Z++ (( i++ ))
18492026-03-24T23:17:35.210Z++ (( i < 5 ))
18502026-03-24T23:17:35.210Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18512026-03-24T23:17:35.215Z++ (( i++ ))
18522026-03-24T23:17:35.215Z++ (( i < 5 ))
18532026-03-24T23:17:35.215Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18542026-03-24T23:17:35.218Z++ (( i++ ))
18552026-03-24T23:17:35.218Z++ (( i < 5 ))
18562026-03-24T23:17:35.218Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18572026-03-24T23:17:35.218Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18582026-03-24T23:17:35.218Z+ rc=0
18592026-03-24T23:17:35.218Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18602026-03-24T23:18:18.768Z+ case $rc in
18612026-03-24T23:18:18.768Z+ pfexec zfs create -p rpool/images/build/host
18622026-03-24T23:18:19.094Z+ pfexec zfs create -p rpool/images/build/recovery
18632026-03-24T23:18:19.167Z+ cargo xtask releng --output-dir /work --mkincorp
18642026-03-24T23:18:19.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18652026-03-24T23:18:19.911Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18662026-03-24T23:18:21.152Z Compiling proc-macro2 v1.0.106
18672026-03-24T23:18:21.153Z Compiling quote v1.0.44
18682026-03-24T23:18:21.153Z Compiling unicode-ident v1.0.24
18692026-03-24T23:18:21.156Z Compiling libc v0.2.180
18702026-03-24T23:18:21.156Z Compiling serde_core v1.0.228
18712026-03-24T23:18:21.156Z Compiling serde v1.0.228
18722026-03-24T23:18:21.156Z Compiling cfg-if v1.0.4
18732026-03-24T23:18:21.156Z Compiling version_check v0.9.5
18742026-03-24T23:18:21.156Z Compiling find-msvc-tools v0.1.9
18752026-03-24T23:18:21.156Z Compiling shlex v1.3.0
18762026-03-24T23:18:21.156Z Compiling typenum v1.19.0
18772026-03-24T23:18:21.156Z Compiling autocfg v1.5.0
18782026-03-24T23:18:21.318Z Compiling portable-atomic v1.13.1
18792026-03-24T23:18:21.358Z Compiling zerocopy v0.8.40
18802026-03-24T23:18:21.376Z Compiling memchr v2.8.0
18812026-03-24T23:18:21.534Z Compiling zmij v1.0.21
18822026-03-24T23:18:21.556Z Compiling serde_json v1.0.149
18832026-03-24T23:18:21.649Z Compiling parking_lot_core v0.9.12
18842026-03-24T23:18:21.724Z Compiling libm v0.2.16
18852026-03-24T23:18:21.903Z Compiling generic-array v0.14.7
18862026-03-24T23:18:21.981Z Compiling num-traits v0.2.19
18872026-03-24T23:18:22.007Z Compiling smallvec v1.15.1
18882026-03-24T23:18:22.058Z Compiling icu_normalizer_data v2.1.1
18892026-03-24T23:18:22.108Z Compiling icu_properties_data v2.1.2
18902026-03-24T23:18:22.111Z Compiling pkg-config v0.3.32
18912026-03-24T23:18:22.208Z Compiling log v0.4.29
18922026-03-24T23:18:22.210Z Compiling itoa v1.0.17
18932026-03-24T23:18:22.233Z Compiling getrandom v0.4.1
18942026-03-24T23:18:22.370Z Compiling subtle v2.6.1
18952026-03-24T23:18:22.373Z Compiling getrandom v0.3.4
18962026-03-24T23:18:22.472Z Compiling scopeguard v1.2.0
18972026-03-24T23:18:22.603Z Compiling stable_deref_trait v1.2.1
18982026-03-24T23:18:22.639Z Compiling lock_api v0.4.14
18992026-03-24T23:18:22.693Z Compiling critical-section v1.2.0
19002026-03-24T23:18:22.766Z Compiling getrandom v0.2.17
19012026-03-24T23:18:22.817Z Compiling jobserver v0.1.34
19022026-03-24T23:18:22.820Z Compiling errno v0.3.14
19032026-03-24T23:18:22.994Z Compiling rand_core v0.6.4
19042026-03-24T23:18:23.044Z Compiling rustix v1.1.3
19052026-03-24T23:18:23.048Z Compiling syn v2.0.117
19062026-03-24T23:18:23.128Z Compiling cc v1.2.56
19072026-03-24T23:18:23.223Z Compiling fs_extra v1.3.0
19082026-03-24T23:18:23.295Z Compiling dunce v1.0.5
19092026-03-24T23:18:23.400Z Compiling once_cell v1.21.3
19102026-03-24T23:18:23.452Z Compiling pin-project-lite v0.2.17
19112026-03-24T23:18:23.502Z Compiling heck v0.5.0
19122026-03-24T23:18:23.529Z Compiling litemap v0.8.1
19132026-03-24T23:18:23.647Z Compiling writeable v0.6.2
19142026-03-24T23:18:23.650Z Compiling percent-encoding v2.3.2
19152026-03-24T23:18:23.650Z Compiling const-oid v0.9.6
19162026-03-24T23:18:23.723Z Compiling thiserror v2.0.18
19172026-03-24T23:18:23.866Z Compiling fnv v1.0.7
19182026-03-24T23:18:23.869Z Compiling rustversion v1.0.22
19192026-03-24T23:18:23.973Z Compiling signal-hook-registry v1.4.8
19202026-03-24T23:18:24.081Z Compiling aws-lc-rs v1.16.0
19212026-03-24T23:18:24.124Z Compiling allocator-api2 v0.2.21
19222026-03-24T23:18:24.178Z Compiling equivalent v1.0.2
19232026-03-24T23:18:24.200Z Compiling futures-core v0.3.32
19242026-03-24T23:18:24.312Z Compiling cmake v0.1.57
19252026-03-24T23:18:24.400Z Compiling parking_lot v0.12.5
19262026-03-24T23:18:24.653Z Compiling bitflags v2.11.0
19272026-03-24T23:18:24.718Z Compiling semver v1.0.27
19282026-03-24T23:18:24.824Z Compiling mio v1.1.1
19292026-03-24T23:18:24.850Z Compiling foldhash v0.2.0
19302026-03-24T23:18:24.944Z Compiling httparse v1.10.1
19312026-03-24T23:18:25.006Z Compiling socket2 v0.6.2
19322026-03-24T23:18:25.080Z Compiling ring v0.17.14
19332026-03-24T23:18:25.083Z Compiling aws-lc-sys v0.37.1
19342026-03-24T23:18:25.143Z Compiling hashbrown v0.16.1
19352026-03-24T23:18:25.172Z Compiling utf8_iter v1.0.4
19362026-03-24T23:18:25.176Z Compiling schemars v0.8.22
19372026-03-24T23:18:25.229Z Compiling vcpkg v0.2.15
19382026-03-24T23:18:25.407Z Compiling form_urlencoded v1.2.2
19392026-03-24T23:18:25.807Z Compiling rand_core v0.10.0
19402026-03-24T23:18:25.834Z Compiling futures-sink v0.3.32
19412026-03-24T23:18:25.837Z Compiling rustls v0.23.37
19422026-03-24T23:18:25.905Z Compiling futures-io v0.3.32
19432026-03-24T23:18:25.953Z Compiling cpufeatures v0.2.17
19442026-03-24T23:18:25.983Z Compiling futures-channel v0.3.32
19452026-03-24T23:18:26.027Z Compiling openssl-sys v0.9.111
19462026-03-24T23:18:26.081Z Compiling indexmap v2.13.0
19472026-03-24T23:18:26.109Z Compiling crossbeam-utils v0.8.21
19482026-03-24T23:18:26.162Z Compiling futures-task v0.3.32
19492026-03-24T23:18:26.165Z Compiling slab v0.4.12
19502026-03-24T23:18:26.368Z Compiling syn v1.0.109
19512026-03-24T23:18:26.480Z Compiling rustc_version v0.4.1
19522026-03-24T23:18:26.607Z Compiling ucd-trie v0.1.7
19532026-03-24T23:18:26.610Z Compiling crc32fast v1.5.0
19542026-03-24T23:18:26.656Z Compiling thiserror v1.0.69
19552026-03-24T23:18:26.705Z Compiling strsim v0.11.1
19562026-03-24T23:18:26.734Z Compiling byteorder v1.5.0
19572026-03-24T23:18:26.893Z Compiling pest v2.8.6
19582026-03-24T23:18:27.039Z Compiling openssl v0.10.75
19592026-03-24T23:18:27.143Z Compiling num-conv v0.2.0
19602026-03-24T23:18:27.146Z Compiling iana-time-zone v0.1.65
19612026-03-24T23:18:27.172Z Compiling synstructure v0.13.2
19622026-03-24T23:18:27.226Z Compiling serde_derive_internals v0.29.1
19632026-03-24T23:18:27.300Z Compiling ident_case v1.0.1
19642026-03-24T23:18:27.369Z Compiling time-core v0.1.8
19652026-03-24T23:18:27.656Z Compiling time-macros v0.2.27
19662026-03-24T23:18:27.707Z Compiling native-tls v0.2.18
19672026-03-24T23:18:27.923Z Compiling base64 v0.22.1
19682026-03-24T23:18:28.136Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19692026-03-24T23:18:28.191Z Compiling base64ct v1.8.3
19702026-03-24T23:18:28.244Z Compiling untrusted v0.9.0
19712026-03-24T23:18:28.272Z Compiling uuid v1.21.0
19722026-03-24T23:18:28.313Z Compiling slog v2.8.2
19732026-03-24T23:18:28.390Z Compiling pest_meta v2.8.6
19742026-03-24T23:18:28.595Z Compiling pem-rfc7468 v0.7.0
19752026-03-24T23:18:28.622Z Compiling regex-syntax v0.8.10
19762026-03-24T23:18:28.622Z Compiling flagset v0.4.7
19772026-03-24T23:18:28.673Z Compiling rand_core v0.9.5
19782026-03-24T23:18:28.750Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-03-24T23:18:28.976Z Compiling tracing-core v0.1.36
19802026-03-24T23:18:29.010Z Compiling plain v0.2.3
19812026-03-24T23:18:29.103Z Compiling rayon-core v1.13.0
19822026-03-24T23:18:29.149Z Compiling serde_derive v1.0.228
19832026-03-24T23:18:29.153Z Compiling zeroize_derive v1.4.3
19842026-03-24T23:18:29.204Z Compiling zerofrom-derive v0.1.6
19852026-03-24T23:18:29.207Z Compiling yoke-derive v0.8.1
19862026-03-24T23:18:29.253Z Compiling zerocopy-derive v0.8.40
19872026-03-24T23:18:29.280Z Compiling zerovec-derive v0.11.2
19882026-03-24T23:18:29.379Z Compiling displaydoc v0.2.5
19892026-03-24T23:18:29.459Z Compiling tokio-macros v2.6.0
19902026-03-24T23:18:29.974Z Compiling futures-macro v0.3.32
19912026-03-24T23:18:30.004Z Compiling zeroize v1.8.2
19922026-03-24T23:18:30.366Z Compiling der_derive v0.7.3
19932026-03-24T23:18:30.401Z Compiling thiserror-impl v2.0.18
19942026-03-24T23:18:30.424Z Compiling tracing-attributes v0.1.31
19952026-03-24T23:18:30.593Z Compiling schemars_derive v0.8.22
19962026-03-24T23:18:30.715Z Compiling rustls-pki-types v1.14.0
19972026-03-24T23:18:30.794Z Compiling zerofrom v0.1.6
19982026-03-24T23:18:30.986Z Compiling yoke v0.8.1
19992026-03-24T23:18:31.132Z Compiling crypto-common v0.1.7
20002026-03-24T23:18:31.275Z Compiling zerovec v0.11.5
20012026-03-24T23:18:31.342Z Compiling zerotrie v0.2.3
20022026-03-24T23:18:31.494Z Compiling block-buffer v0.10.4
20032026-03-24T23:18:31.677Z Compiling digest v0.10.7
20042026-03-24T23:18:31.842Z Compiling futures-util v0.3.32
20052026-03-24T23:18:31.933Z Compiling block-padding v0.3.3
20062026-03-24T23:18:32.032Z Compiling tinystr v0.8.2
20072026-03-24T23:18:32.032Z Compiling potential_utf v0.1.4
20082026-03-24T23:18:32.110Z Compiling hmac v0.12.1
20092026-03-24T23:18:32.161Z Compiling thiserror-impl v1.0.69
20102026-03-24T23:18:32.164Z Compiling inout v0.1.4
20112026-03-24T23:18:32.294Z Compiling icu_locale_core v2.1.1
20122026-03-24T23:18:32.318Z Compiling icu_collections v2.1.1
20132026-03-24T23:18:32.348Z Compiling pest_generator v2.8.6
20142026-03-24T23:18:32.374Z Compiling openssl-macros v0.1.1
20152026-03-24T23:18:32.427Z Compiling cipher v0.4.4
20162026-03-24T23:18:32.477Z Compiling sha2 v0.10.9
20172026-03-24T23:18:33.190Z Compiling pest_derive v2.8.6
20182026-03-24T23:18:33.250Z Compiling scroll_derive v0.13.1
20192026-03-24T23:18:33.553Z Compiling bytes v1.11.1
20202026-03-24T23:18:33.662Z Compiling icu_provider v2.1.1
20212026-03-24T23:18:33.685Z Compiling chrono v0.4.44
20222026-03-24T23:18:34.099Z Compiling icu_properties v2.1.2
20232026-03-24T23:18:34.177Z Compiling icu_normalizer v2.1.1
20242026-03-24T23:18:34.344Z Compiling der v0.7.10
20252026-03-24T23:18:34.451Z Compiling tokio v1.49.0
20262026-03-24T23:18:34.952Z Compiling http v1.4.0
20272026-03-24T23:18:35.495Z Compiling idna_adapter v1.2.1
20282026-03-24T23:18:35.539Z Compiling ppv-lite86 v0.2.21
20292026-03-24T23:18:35.625Z Compiling camino v1.2.2
20302026-03-24T23:18:35.696Z Compiling idna v1.1.0
20312026-03-24T23:18:36.063Z Compiling paste v1.0.15
20322026-03-24T23:18:36.149Z Compiling url v2.5.8
20332026-03-24T23:18:36.228Z Compiling http-body v1.0.1
20342026-03-24T23:18:36.278Z Compiling spki v0.7.3
20352026-03-24T23:18:36.484Z Compiling salsa20 v0.10.2
20362026-03-24T23:18:36.551Z Compiling pbkdf2 v0.12.2
20372026-03-24T23:18:36.729Z Compiling tracing v0.1.44
20382026-03-24T23:18:37.336Z Compiling cookie v0.18.1
20392026-03-24T23:18:37.360Z Compiling dyn-clone v1.0.20
20402026-03-24T23:18:37.505Z Compiling fastrand v2.3.0
20412026-03-24T23:18:37.594Z Compiling atomic-waker v1.1.2
20422026-03-24T23:18:37.620Z Compiling num-bigint-dig v0.8.6
20432026-03-24T23:18:37.881Z Compiling scrypt v0.11.0
20442026-03-24T23:18:38.025Z Compiling rand_chacha v0.9.0
20452026-03-24T23:18:38.378Z Compiling aes v0.8.4
20462026-03-24T23:18:38.406Z Compiling cbc v0.1.2
20472026-03-24T23:18:38.653Z Compiling ahash v0.8.12
20482026-03-24T23:18:38.711Z Compiling try-lock v0.2.5
20492026-03-24T23:18:38.916Z Compiling zstd-safe v7.2.4
20502026-03-24T23:18:38.940Z Compiling tower-layer v0.3.3
20512026-03-24T23:18:39.048Z Compiling tower-service v0.3.3
20522026-03-24T23:18:39.200Z Compiling pretty-hex v0.4.1
20532026-03-24T23:18:39.225Z Compiling untrusted v0.7.1
20542026-03-24T23:18:39.228Z Compiling anyhow v1.0.102
20552026-03-24T23:18:39.278Z Compiling usdt-impl v0.6.0
20562026-03-24T23:18:39.355Z Compiling openssl-probe v0.2.1
20572026-03-24T23:18:39.415Z Compiling pkcs5 v0.7.1
20582026-03-24T23:18:39.418Z Compiling want v0.3.1
20592026-03-24T23:18:39.591Z Compiling rand v0.9.2
20602026-03-24T23:18:39.718Z Compiling scroll v0.13.0
20612026-03-24T23:18:39.885Z Compiling tokio-util v0.7.18
20622026-03-24T23:18:40.116Z Compiling serde_tokenstream v0.2.3
20632026-03-24T23:18:40.116Z Compiling ipnet v2.11.0
20642026-03-24T23:18:40.167Z Compiling scroll_derive v0.12.1
20652026-03-24T23:18:40.298Z Compiling clap_derive v4.5.55
20662026-03-24T23:18:40.446Z Compiling async-trait v0.1.89
20672026-03-24T23:18:40.546Z Compiling daft-derive v0.1.5
20682026-03-24T23:18:41.004Z Compiling heapless v0.7.17
20692026-03-24T23:18:41.080Z Compiling aho-corasick v1.1.4
20702026-03-24T23:18:41.158Z Compiling signal-hook v0.3.18
20712026-03-24T23:18:41.212Z Compiling httpdate v1.0.3
20722026-03-24T23:18:41.469Z Compiling pin-utils v0.1.0
20732026-03-24T23:18:41.588Z Compiling h2 v0.4.13
20742026-03-24T23:18:41.726Z Compiling goblin v0.10.5
20752026-03-24T23:18:41.837Z Compiling pkcs8 v0.10.2
20762026-03-24T23:18:41.873Z Compiling tempfile v3.25.0
20772026-03-24T23:18:41.900Z Compiling darling_core v0.20.11
20782026-03-24T23:18:42.355Z Compiling regex-automata v0.4.14
20792026-03-24T23:18:42.714Z Compiling spin v0.9.8
20802026-03-24T23:18:42.950Z Compiling litrs v1.0.0
20812026-03-24T23:18:43.054Z Compiling tinyvec_macros v0.1.1
20822026-03-24T23:18:43.204Z Compiling tinyvec v1.10.0
20832026-03-24T23:18:43.671Z Compiling document-features v0.2.12
20842026-03-24T23:18:43.790Z Compiling dtrace-parser v0.3.0
20852026-03-24T23:18:44.421Z Compiling hex v0.4.3
20862026-03-24T23:18:44.594Z Compiling zerocopy-derive v0.7.35
20872026-03-24T23:18:44.752Z Compiling strum_macros v0.26.4
20882026-03-24T23:18:44.839Z Compiling darling_macro v0.20.11
20892026-03-24T23:18:44.941Z Compiling darling_core v0.21.3
20902026-03-24T23:18:44.978Z Compiling curve25519-dalek v4.1.3
20912026-03-24T23:18:45.074Z Compiling thread-id v5.1.0
20922026-03-24T23:18:45.136Z Compiling memoffset v0.9.1
20932026-03-24T23:18:45.179Z Compiling proc-macro-error-attr v1.0.4
20942026-03-24T23:18:45.226Z Compiling utf8parse v0.2.2
20952026-03-24T23:18:45.326Z Compiling smoltcp v0.9.1
20962026-03-24T23:18:45.381Z Compiling ref-cast v1.0.25
20972026-03-24T23:18:45.405Z Compiling anstyle v1.0.13
20982026-03-24T23:18:45.431Z Compiling rustix v0.38.44
20992026-03-24T23:18:45.501Z Compiling powerfmt v0.2.0
21002026-03-24T23:18:45.723Z Compiling dof v0.4.0
21012026-03-24T23:18:45.748Z Compiling foreign-types-shared v0.1.1
21022026-03-24T23:18:45.843Z Compiling deranged v0.5.8
21032026-03-24T23:18:45.871Z Compiling foreign-types v0.3.2
21042026-03-24T23:18:45.895Z Compiling darling v0.20.11
21052026-03-24T23:18:45.945Z Compiling anstyle-parse v0.2.7
21062026-03-24T23:18:46.355Z Compiling hyper v1.8.1
21072026-03-24T23:18:46.652Z Compiling rustls-native-certs v0.8.3
21082026-03-24T23:18:46.709Z Compiling http-body-util v0.1.3
21092026-03-24T23:18:46.944Z Compiling serde_spanned v0.6.9
21102026-03-24T23:18:46.971Z Compiling toml_datetime v0.6.11
21112026-03-24T23:18:47.446Z Compiling sync_wrapper v1.0.2
21122026-03-24T23:18:47.470Z Compiling wait-timeout v0.2.1
21132026-03-24T23:18:47.499Z Compiling proc-macro-error v1.0.4
21142026-03-24T23:18:47.551Z Compiling cfg_aliases v0.2.1
21152026-03-24T23:18:47.594Z Compiling quick-error v1.2.3
21162026-03-24T23:18:47.640Z Compiling is_terminal_polyfill v1.70.2
21172026-03-24T23:18:47.667Z Compiling bit-vec v0.8.0
21182026-03-24T23:18:47.748Z Compiling siphasher v1.0.2
21192026-03-24T23:18:47.777Z Compiling colorchoice v1.0.4
21202026-03-24T23:18:47.780Z Compiling simd-adler32 v0.3.8
21212026-03-24T23:18:47.825Z Compiling either v1.15.0
21222026-03-24T23:18:47.889Z Compiling num_threads v0.1.7
21232026-03-24T23:18:47.960Z Compiling unicode-segmentation v1.12.0
21242026-03-24T23:18:48.097Z Compiling darling_macro v0.21.3
21252026-03-24T23:18:48.121Z Compiling ryu v1.0.23
21262026-03-24T23:18:48.124Z Compiling anstyle-query v1.1.5
21272026-03-24T23:18:48.233Z Compiling time v0.3.47
21282026-03-24T23:18:48.290Z Compiling hyper-util v0.1.20
21292026-03-24T23:18:48.331Z Compiling serde_urlencoded v0.7.1
21302026-03-24T23:18:48.334Z Compiling anstream v0.6.21
21312026-03-24T23:18:48.558Z Compiling bit-set v0.8.0
21322026-03-24T23:18:48.757Z Compiling rusty-fork v0.3.1
21332026-03-24T23:18:48.788Z Compiling darling v0.21.3
21342026-03-24T23:18:48.889Z Compiling nix v0.31.1
21352026-03-24T23:18:48.913Z Compiling tower v0.5.3
21362026-03-24T23:18:49.374Z Compiling crossbeam-epoch v0.9.18
21372026-03-24T23:18:49.528Z Compiling derive_builder_core v0.20.2
21382026-03-24T23:18:49.798Z Compiling regex v1.12.3
21392026-03-24T23:18:49.829Z Compiling unicode-normalization v0.1.25
21402026-03-24T23:18:50.157Z Compiling erased-serde v0.3.31
21412026-03-24T23:18:50.345Z Compiling hubpack_derive v0.1.1
21422026-03-24T23:18:50.474Z Compiling signature v2.2.0
21432026-03-24T23:18:50.500Z Compiling webpki-roots v1.0.6
21442026-03-24T23:18:50.651Z Compiling ref-cast-impl v1.0.25
21452026-03-24T23:18:50.678Z Compiling curve25519-dalek-derive v0.1.1
21462026-03-24T23:18:50.705Z Compiling strum_macros v0.27.2
21472026-03-24T23:18:50.708Z Compiling rand_xorshift v0.4.0
21482026-03-24T23:18:51.095Z Compiling fs-err v3.3.0
21492026-03-24T23:18:51.121Z Compiling usdt-impl v0.5.0
21502026-03-24T23:18:51.437Z Compiling object v0.37.3
21512026-03-24T23:18:51.569Z Compiling unicode-properties v0.1.4
21522026-03-24T23:18:51.796Z Compiling iri-string v0.7.10
21532026-03-24T23:18:51.826Z Compiling unicode-bidi v0.3.18
21542026-03-24T23:18:51.852Z Compiling adler2 v2.0.1
21552026-03-24T23:18:51.855Z Compiling unarray v0.1.4
21562026-03-24T23:18:52.038Z Compiling proptest v1.10.0
21572026-03-24T23:18:52.070Z Compiling miniz_oxide v0.8.9
21582026-03-24T23:18:52.494Z Compiling stringprep v0.1.5
21592026-03-24T23:18:52.827Z Compiling derive_builder_macro v0.20.2
21602026-03-24T23:18:52.991Z Compiling crossbeam-deque v0.8.6
21612026-03-24T23:18:53.014Z Compiling serde_with_macros v3.17.0
21622026-03-24T23:18:53.218Z Compiling heck v0.4.1
21632026-03-24T23:18:53.261Z Compiling usdt-attr-macro v0.6.0
21642026-03-24T23:18:53.341Z Compiling usdt-macro v0.6.0
21652026-03-24T23:18:53.365Z Compiling ipnetwork v0.21.1
21662026-03-24T23:18:53.514Z Compiling scroll v0.12.0
21672026-03-24T23:18:53.843Z Compiling tower-http v0.6.8
21682026-03-24T23:18:53.978Z Compiling rand_chacha v0.3.1
21692026-03-24T23:18:54.289Z Compiling md-5 v0.10.6
21702026-03-24T23:18:54.486Z Compiling terminal_size v0.4.3
21712026-03-24T23:18:54.512Z Compiling num-integer v0.1.46
21722026-03-24T23:18:54.534Z Compiling hash32 v0.2.1
21732026-03-24T23:18:54.583Z Compiling vergen-lib v0.1.6
21742026-03-24T23:18:54.624Z Compiling ff v0.13.1
21752026-03-24T23:18:54.697Z Compiling fallible-iterator v0.2.0
21762026-03-24T23:18:54.835Z Compiling psl-types v2.0.11
21772026-03-24T23:18:54.883Z Compiling base16ct v0.2.0
21782026-03-24T23:18:54.931Z Compiling zlib-rs v0.6.2
21792026-03-24T23:18:55.019Z Compiling clap_lex v1.0.0
21802026-03-24T23:18:55.156Z Compiling winnow v0.7.14
21812026-03-24T23:18:55.232Z Compiling postgres-protocol v0.6.10
21822026-03-24T23:18:55.287Z Compiling sec1 v0.7.3
21832026-03-24T23:18:55.553Z Compiling clap_builder v4.5.60
21842026-03-24T23:18:55.656Z Compiling newtype-uuid v1.3.2
21852026-03-24T23:18:55.679Z Compiling publicsuffix v2.3.0
21862026-03-24T23:18:55.990Z Compiling num-iter v0.1.45
21872026-03-24T23:18:56.088Z Compiling group v0.13.0
21882026-03-24T23:18:56.252Z Compiling rand v0.8.5
21892026-03-24T23:18:57.135Z Compiling goblin v0.8.2
21902026-03-24T23:18:57.160Z Compiling oxnet v0.1.4
21912026-03-24T23:18:57.428Z Compiling zone_cfg_derive v0.3.1
21922026-03-24T23:18:57.464Z Compiling derive_builder v0.20.2
21932026-03-24T23:18:57.649Z Compiling tokio-native-tls v0.3.1
21942026-03-24T23:18:57.723Z Compiling phf_shared v0.13.1
21952026-03-24T23:18:57.819Z Compiling zerocopy v0.7.35
21962026-03-24T23:18:57.882Z Compiling flate2 v1.1.9
21972026-03-24T23:18:58.004Z Compiling lazy_static v1.5.0
21982026-03-24T23:18:58.167Z Compiling cargo-platform v0.1.9
21992026-03-24T23:18:58.206Z Compiling hkdf v0.12.4
22002026-03-24T23:18:58.257Z Compiling crypto-bigint v0.5.5
22012026-03-24T23:18:58.257Z Compiling enum-as-inner v0.6.1
22022026-03-24T23:18:58.323Z Compiling serde_repr v0.1.20
22032026-03-24T23:18:58.511Z Compiling vergen v9.0.6
22042026-03-24T23:18:58.523Z Compiling encoding_rs v0.8.35
22052026-03-24T23:18:58.654Z Compiling bumpalo v3.20.2
22062026-03-24T23:18:58.816Z Compiling bitflags v1.3.2
22072026-03-24T23:18:58.922Z Compiling winnow v0.5.40
22082026-03-24T23:18:59.023Z Compiling foldhash v0.1.5
22092026-03-24T23:18:59.059Z Compiling managed v0.8.0
22102026-03-24T23:18:59.425Z Compiling libbz2-rs-sys v0.2.2
22112026-03-24T23:18:59.613Z Compiling unicode-width v0.2.0
22122026-03-24T23:18:59.775Z Compiling mime v0.3.17
22132026-03-24T23:18:59.942Z Compiling console v0.16.2
22142026-03-24T23:19:00.009Z Compiling elliptic-curve v0.13.8
22152026-03-24T23:19:00.116Z Compiling bzip2 v0.6.1
22162026-03-24T23:19:00.450Z Compiling dof v0.3.0
22172026-03-24T23:19:00.696Z Compiling hashbrown v0.15.5
22182026-03-24T23:19:01.090Z Compiling toml_edit v0.19.15
22192026-03-24T23:19:01.441Z Compiling zopfli v0.8.3
22202026-03-24T23:19:01.563Z Compiling cargo_metadata v0.19.2
22212026-03-24T23:19:02.243Z Compiling clap v4.5.60
22222026-03-24T23:19:03.208Z Compiling phf v0.13.1
22232026-03-24T23:19:03.470Z Compiling hyper-tls v0.6.0
22242026-03-24T23:19:03.522Z Compiling signal-hook-mio v0.2.5
22252026-03-24T23:19:03.692Z Compiling daft v0.1.5
22262026-03-24T23:19:03.722Z Compiling cookie_store v0.22.1
22272026-03-24T23:19:03.771Z Compiling rayon v1.11.0
22282026-03-24T23:19:03.801Z Compiling zstd v0.13.3
22292026-03-24T23:19:03.866Z Compiling postgres-types v0.2.12
22302026-03-24T23:19:03.977Z Compiling bzip2 v0.4.4
22312026-03-24T23:19:04.018Z Compiling strum v0.27.2
22322026-03-24T23:19:04.241Z Compiling hubpack v0.1.2
22332026-03-24T23:19:04.301Z Compiling ed25519 v2.2.3
22342026-03-24T23:19:04.370Z Compiling dtrace-parser v0.2.0
22352026-03-24T23:19:04.391Z Compiling itertools v0.12.1
22362026-03-24T23:19:04.447Z Compiling phf_shared v0.11.3
22372026-03-24T23:19:04.562Z Compiling bstr v1.12.1
22382026-03-24T23:19:04.637Z Compiling pkcs1 v0.7.5
22392026-03-24T23:19:04.819Z Compiling serde-big-array v0.5.1
22402026-03-24T23:19:05.027Z Compiling rfc6979 v0.4.0
22412026-03-24T23:19:05.221Z Compiling float-cmp v0.10.0
22422026-03-24T23:19:05.224Z Compiling memmap2 v0.9.10
22432026-03-24T23:19:05.225Z Compiling thread-id v4.2.2
22442026-03-24T23:19:05.297Z Compiling env_filter v1.0.0
22452026-03-24T23:19:05.424Z Compiling difflib v0.4.0
22462026-03-24T23:19:05.448Z Compiling toml_write v0.1.2
22472026-03-24T23:19:05.543Z Compiling fixedbitset v0.5.7
22482026-03-24T23:19:05.635Z Compiling fixedbitset v0.4.2
22492026-03-24T23:19:05.658Z Compiling static_assertions v1.1.0
22502026-03-24T23:19:05.795Z Compiling jiff v0.2.21
22512026-03-24T23:19:05.918Z Compiling unit-prefix v0.5.2
22522026-03-24T23:19:05.953Z Compiling rustc-hash v2.1.1
22532026-03-24T23:19:05.977Z Compiling whoami v2.1.0
22542026-03-24T23:19:06.086Z Compiling normalize-line-endings v0.3.0
22552026-03-24T23:19:06.110Z Compiling precomputed-hash v0.1.1
22562026-03-24T23:19:06.135Z Compiling keccak v0.1.6
22572026-03-24T23:19:06.225Z Compiling predicates-core v1.0.10
22582026-03-24T23:19:06.248Z Compiling data-encoding v2.10.0
22592026-03-24T23:19:06.252Z Compiling new_debug_unreachable v1.0.6
22602026-03-24T23:19:06.298Z Compiling tokio-postgres v0.7.16
22612026-03-24T23:19:06.374Z Compiling string_cache v0.8.9
22622026-03-24T23:19:06.411Z Compiling predicates v3.1.4
22632026-03-24T23:19:06.446Z Compiling sha3 v0.10.8
22642026-03-24T23:19:06.486Z Compiling iddqd v0.3.17
22652026-03-24T23:19:06.518Z Compiling indicatif v0.18.4
22662026-03-24T23:19:06.694Z Compiling hickory-proto v0.25.2
22672026-03-24T23:19:06.879Z Compiling zone v0.3.1
22682026-03-24T23:19:07.032Z Compiling petgraph v0.8.3
22692026-03-24T23:19:07.210Z Compiling petgraph v0.6.5
22702026-03-24T23:19:07.233Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22712026-03-24T23:19:07.551Z Compiling toml_edit v0.22.27
22722026-03-24T23:19:08.032Z Compiling env_logger v0.11.9
22732026-03-24T23:19:08.394Z Compiling usdt v0.6.0
22742026-03-24T23:19:08.766Z Compiling serde_with v3.17.0
22752026-03-24T23:19:08.851Z Compiling ecdsa v0.16.9
22762026-03-24T23:19:09.152Z Compiling similar v2.7.0
22772026-03-24T23:19:09.353Z Compiling rsa v0.9.10
22782026-03-24T23:19:09.637Z Compiling zip v4.6.1
22792026-03-24T23:19:10.254Z Compiling crossterm v0.28.1
22802026-03-24T23:19:10.278Z Compiling ed25519-dalek v2.2.0
22812026-03-24T23:19:10.690Z Compiling zip v0.6.6
22822026-03-24T23:19:11.161Z Compiling toml v0.7.8
22832026-03-24T23:19:11.334Z Compiling toml_parser v1.0.9+spec-1.1.0
22842026-03-24T23:19:11.383Z Compiling itertools v0.13.0
22852026-03-24T23:19:11.409Z Compiling strum v0.26.3
22862026-03-24T23:19:11.523Z Compiling tokio-stream v0.1.18
22872026-03-24T23:19:11.606Z Compiling buf-list v1.1.2
22882026-03-24T23:19:11.777Z Compiling x509-cert v0.2.5
22892026-03-24T23:19:12.020Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22902026-03-24T23:19:12.031Z Compiling openapiv3 v2.2.0
22912026-03-24T23:19:12.113Z Compiling sha1 v0.10.6
22922026-03-24T23:19:12.215Z Compiling structmeta-derive v0.3.0
22932026-03-24T23:19:12.386Z Compiling toml_datetime v0.7.5+spec-1.1.0
22942026-03-24T23:19:12.644Z Compiling lalrpop-util v0.19.12
22952026-03-24T23:19:12.763Z Compiling peg-runtime v0.8.5
22962026-03-24T23:19:12.845Z Compiling radium v0.7.0
22972026-03-24T23:19:13.549Z Compiling structmeta v0.3.0
22982026-03-24T23:19:15.023Z Compiling tap v1.0.1
22992026-03-24T23:19:15.193Z Compiling maybe-uninit v2.0.0
23002026-03-24T23:19:15.284Z Compiling wyz v0.5.1
23012026-03-24T23:19:16.772Z Compiling funty v2.0.0
23022026-03-24T23:19:16.776Z Compiling packed_struct v0.10.1
23032026-03-24T23:19:18.155Z Compiling bitvec v1.0.1
23042026-03-24T23:19:20.210Z Compiling futures-executor v0.3.32
23052026-03-24T23:19:20.517Z Compiling packed_struct_codegen v0.10.1
23062026-03-24T23:19:20.728Z Compiling bitfield-macros v0.19.4
23072026-03-24T23:19:20.810Z Compiling zerocopy-derive v0.6.6
23082026-03-24T23:19:21.188Z Compiling indexmap v1.9.3
23092026-03-24T23:19:21.334Z Compiling typeid v1.0.3
23102026-03-24T23:19:21.463Z Compiling crc-catalog v2.4.0
23112026-03-24T23:19:21.598Z Compiling nodrop v0.1.14
23122026-03-24T23:19:21.744Z Compiling array-init v0.0.4
23132026-03-24T23:19:21.796Z Compiling bitfield v0.19.4
23142026-03-24T23:19:21.846Z Compiling zerocopy v0.6.6
23152026-03-24T23:19:22.362Z Compiling crc v3.4.0
23162026-03-24T23:19:22.811Z Compiling futures v0.3.32
23172026-03-24T23:19:23.859Z Compiling smallvec v0.6.14
23182026-03-24T23:19:23.990Z Compiling derive-ex v0.1.8
23192026-03-24T23:19:27.032Z Compiling base64 v0.21.7
23202026-03-24T23:19:27.494Z Compiling erased-serde v0.4.9
23212026-03-24T23:19:27.841Z Compiling rustls v0.22.4
23222026-03-24T23:19:27.879Z Compiling hashbrown v0.12.3
23232026-03-24T23:19:29.182Z Compiling rustls-webpki v0.103.9
23242026-03-24T23:19:30.604Z Compiling ron v0.8.1
23252026-03-24T23:19:33.163Z Compiling test-strategy v0.4.5
23262026-03-24T23:19:33.471Z Compiling serde-hex v0.1.0
23272026-03-24T23:19:33.959Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23282026-03-24T23:19:33.981Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292026-03-24T23:19:34.464Z Compiling toml v0.8.23
23302026-03-24T23:19:34.512Z Compiling hashbrown v0.13.2
23312026-03-24T23:19:34.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23322026-03-24T23:19:35.012Z Compiling tokio-rustls v0.26.4
23332026-03-24T23:19:35.041Z Compiling rustls-platform-verifier v0.6.2
23342026-03-24T23:19:35.355Z Compiling hyper-rustls v0.27.7
23352026-03-24T23:19:35.403Z Compiling rustls-webpki v0.102.8
23362026-03-24T23:19:35.464Z Compiling pin-project-internal v1.1.11
23372026-03-24T23:19:39.767Z Compiling reqwest v0.13.2
23382026-03-24T23:19:39.796Z Compiling reqwest v0.12.28
23392026-03-24T23:19:39.796Z Compiling filetime v0.2.27
23402026-03-24T23:19:39.796Z Compiling multer v3.1.0
23412026-03-24T23:19:39.796Z Compiling thread_local v1.1.9
23422026-03-24T23:19:39.796Z Compiling match_cfg v0.1.0
23432026-03-24T23:19:39.796Z Compiling slog-async v2.8.0
23442026-03-24T23:19:39.796Z Compiling xattr v1.6.1
23452026-03-24T23:19:39.796Z Compiling same-file v1.0.6
23462026-03-24T23:19:39.796Z Compiling crc-any v2.5.0
23472026-03-24T23:19:39.796Z Compiling pin-project v1.1.11
23482026-03-24T23:19:39.796Z Compiling walkdir v2.5.0
23492026-03-24T23:19:39.796Z Compiling tar v0.4.44
23502026-03-24T23:19:39.796Z Compiling hostname v0.3.1
23512026-03-24T23:19:39.797Z Compiling object v0.30.4
23522026-03-24T23:19:39.797Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23532026-03-24T23:19:39.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23542026-03-24T23:19:39.797Z Compiling slog-json v2.6.1
23552026-03-24T23:19:39.797Z Compiling crossbeam-channel v0.5.15
23562026-03-24T23:19:39.797Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572026-03-24T23:19:39.797Z Compiling snafu-derive v0.8.9
23582026-03-24T23:19:39.797Z Compiling async-stream-impl v0.3.6
23592026-03-24T23:19:39.797Z Compiling ordered-float v2.10.1
23602026-03-24T23:19:39.797Z Compiling serde_spanned v1.0.4
23612026-03-24T23:19:39.797Z Compiling serde_path_to_error v0.1.20
23622026-03-24T23:19:39.797Z Compiling is-terminal v0.4.17
23632026-03-24T23:19:39.797Z Compiling fs-err v2.11.0
23642026-03-24T23:19:39.797Z Compiling dropshot v0.16.7
23652026-03-24T23:19:39.797Z Compiling toml_writer v1.0.6+spec-1.1.0
23662026-03-24T23:19:39.797Z Compiling path-slash v0.1.5
23672026-03-24T23:19:39.797Z Compiling take_mut v0.2.2
23682026-03-24T23:19:39.797Z Compiling term v1.2.1
23692026-03-24T23:19:39.797Z Compiling debug-ignore v1.0.5
23702026-03-24T23:19:39.797Z Compiling toml v0.9.12+spec-1.1.0
23712026-03-24T23:19:39.797Z Compiling async-stream v0.3.6
23722026-03-24T23:19:39.797Z Compiling serde-value v0.7.0
23732026-03-24T23:19:39.797Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742026-03-24T23:19:39.797Z Compiling serde-untagged v0.1.9
23752026-03-24T23:19:39.849Z Compiling slog-term v2.9.2
23762026-03-24T23:19:40.188Z Compiling slog-bunyan v2.5.0
23772026-03-24T23:19:40.463Z Compiling tokio-rustls v0.25.0
23782026-03-24T23:19:40.526Z Compiling globset v0.4.18
23792026-03-24T23:19:40.555Z Compiling snafu v0.8.9
23802026-03-24T23:19:40.810Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23812026-03-24T23:19:40.863Z Compiling parse-display-derive v0.10.0
23822026-03-24T23:19:40.988Z Compiling camino-tempfile v1.4.1
23832026-03-24T23:19:41.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23842026-03-24T23:19:41.321Z Compiling olpc-cjson v0.1.4
23852026-03-24T23:19:41.536Z Compiling newtype-uuid-macros v0.1.0
23862026-03-24T23:19:41.579Z Compiling dropshot_endpoint v0.16.7
23872026-03-24T23:19:41.630Z Compiling backon v1.6.0
23882026-03-24T23:19:41.633Z Compiling waitgroup v0.1.2
23892026-03-24T23:19:41.676Z Compiling half v2.7.1
23902026-03-24T23:19:41.877Z Compiling serde_plain v1.0.2
23912026-03-24T23:19:41.985Z Compiling rustls-pemfile v2.2.0
23922026-03-24T23:19:41.987Z Compiling async-recursion v1.1.1
23932026-03-24T23:19:42.174Z Compiling pem v3.0.6
23942026-03-24T23:19:42.290Z Compiling blake3 v1.8.3
23952026-03-24T23:19:42.463Z Compiling hostname v0.4.2
23962026-03-24T23:19:42.536Z Compiling instant v0.1.13
23972026-03-24T23:19:42.707Z Compiling typed-path v0.9.3
23982026-03-24T23:19:42.787Z Compiling unicode-xid v0.2.6
23992026-03-24T23:19:42.839Z Compiling ciborium-io v0.2.2
24002026-03-24T23:19:42.926Z Compiling backoff v0.4.0
24012026-03-24T23:19:42.959Z Compiling parse-display v0.10.0
24022026-03-24T23:19:43.001Z Compiling ciborium-ll v0.2.2
24032026-03-24T23:19:43.027Z Compiling cargo-util-schemas v0.8.2
24042026-03-24T23:19:43.105Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-03-24T23:19:43.250Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24062026-03-24T23:19:43.368Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24072026-03-24T23:19:43.908Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24082026-03-24T23:19:43.976Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24092026-03-24T23:19:44.099Z Compiling itertools v0.14.0
24102026-03-24T23:19:44.128Z Compiling cargo-platform v0.2.0
24112026-03-24T23:19:44.180Z Compiling macaddr v1.0.1
24122026-03-24T23:19:44.400Z Compiling regress v0.10.5
24132026-03-24T23:19:44.468Z Compiling parse-size v1.1.0
24142026-03-24T23:19:44.657Z Compiling arrayref v0.3.9
24152026-03-24T23:19:44.780Z Compiling indent_write v2.2.0
24162026-03-24T23:19:44.808Z Compiling arrayvec v0.7.6
24172026-03-24T23:19:44.811Z Compiling constant_time_eq v0.4.2
24182026-03-24T23:19:44.942Z Compiling cargo_metadata v0.21.0
24192026-03-24T23:19:45.023Z Compiling ciborium v0.2.2
24202026-03-24T23:19:45.214Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24212026-03-24T23:19:45.587Z Compiling topological-sort v0.2.2
24222026-03-24T23:19:45.824Z Compiling display-error-chain v0.2.2
24232026-03-24T23:19:46.078Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24242026-03-24T23:19:46.177Z Compiling shell-words v1.1.1
24252026-03-24T23:19:59.427Z Compiling progenitor-client v0.10.0
24262026-03-24T23:19:59.427Z Compiling tough v0.20.0
24272026-03-24T23:19:59.430Z Compiling omicron-zone-package v0.12.2
24282026-03-24T23:19:59.598Z Compiling progenitor-client v0.13.0
24292026-03-24T23:19:59.741Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24302026-03-24T23:20:00.023Z Compiling progenitor-extras v0.1.1
24312026-03-24T23:20:00.153Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24322026-03-24T23:20:00.409Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-03-24T23:20:03.270Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24342026-03-24T23:20:07.640Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24352026-03-24T23:20:13.006Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24362026-03-24T23:20:23.405Z Finished `release` profile [optimized] target(s) in 2m 03s
24372026-03-24T23:20:23.601Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24382026-03-24T23:20:23.673ZMar 24 23:20:22.921 DEBG changing working directory to /work/oxidecomputer/omicron
24392026-03-24T23:20:23.800ZMar 24 23:20:23.048 DEBG running: git rev-parse HEAD
24402026-03-24T23:20:23.803ZMar 24 23:20:23.052 DEBG process exited with exit status: 0 (3.206699ms)
24412026-03-24T23:20:23.803ZMar 24 23:20:23.052 INFO version: 19.0.0-0.ci+gita1d650fe707
24422026-03-24T23:20:23.814ZMar 24 23:20:23.062 INFO cloning helios to /work/oxidecomputer/helios
24432026-03-24T23:20:23.814ZMar 24 23:20:23.062 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24442026-03-24T23:20:23.817ZCloning into '/work/oxidecomputer/helios'...
24452026-03-24T23:20:24.335ZMar 24 23:20:23.584 DEBG process exited with exit status: 0 (521.870623ms)
24462026-03-24T23:20:24.335ZMar 24 23:20:23.584 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24472026-03-24T23:20:24.338ZMar 24 23:20:23.587 DEBG process exited with exit status: 0 (3.138925ms)
24482026-03-24T23:20:24.338ZMar 24 23:20:23.587 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24492026-03-24T23:20:25.665ZMar 24 23:20:24.913 DEBG process exited with exit status: 0 (1.326171173s)
24502026-03-24T23:20:25.665ZMar 24 23:20:24.914 DEBG running: zfs list rpool/images/build/host
24512026-03-24T23:20:25.670ZNAME USED AVAIL REFER MOUNTPOINT
24522026-03-24T23:20:25.670Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24532026-03-24T23:20:25.674ZMar 24 23:20:24.920 DEBG process exited with exit status: 0 (6.31679ms)
24542026-03-24T23:20:25.674ZMar 24 23:20:24.920 DEBG running: zfs list rpool/images/build/recovery
24552026-03-24T23:20:25.678ZNAME USED AVAIL REFER MOUNTPOINT
24562026-03-24T23:20:25.678Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24572026-03-24T23:20:25.678ZMar 24 23:20:24.924 DEBG process exited with exit status: 0 (4.264501ms)
24582026-03-24T23:20:25.678ZMar 24 23:20:24.925 INFO [hubris-production] running task
24592026-03-24T23:20:25.678ZMar 24 23:20:24.925 INFO [incorp-manifest] running task
24602026-03-24T23:20:25.678ZMar 24 23:20:24.925 INFO [hubris-staging] running task
24612026-03-24T23:20:25.678ZMar 24 23:20:24.925 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24622026-03-24T23:20:25.678ZMar 24 23:20:24.925 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
24632026-03-24T23:20:25.678ZMar 24 23:20:24.926 INFO [incorp-create] running: pkgrepo create /work/incorporation
24642026-03-24T23:20:25.682ZMar 24 23:20:24.927 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24652026-03-24T23:20:25.776Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24662026-03-24T23:20:25.992ZMar 24 23:20:25.241 INFO [incorp-create] process exited with exit status: 0 (315.502783ms)
24672026-03-24T23:20:25.996ZMar 24 23:20:25.241 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24682026-03-24T23:20:26.305ZMar 24 23:20:25.554 INFO [incorp-publisher] process exited with exit status: 0 (312.581709ms)
24692026-03-24T23:20:26.348Z[ omicron-package] Blocking waiting for file lock on package cache
24702026-03-24T23:20:26.796Z[ omicron-package] Blocking waiting for file lock on package cache
24712026-03-24T23:20:27.214ZMar 24 23:20:26.464 INFO [hubris-production] task succeeded (1.539294758s)
24722026-03-24T23:20:28.133Z[ omicron-package] Compiling ring v0.17.14
24732026-03-24T23:20:28.455Z[ omicron-package] Compiling itertools v0.14.0
24742026-03-24T23:20:28.554Z[ omicron-package] Compiling heapless v0.8.0
24752026-03-24T23:20:28.567Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24762026-03-24T23:20:28.567Z[ omicron-package] Compiling hash32 v0.3.1
24772026-03-24T23:20:28.594Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24782026-03-24T23:20:28.648Z[ omicron-package] Compiling smoltcp v0.11.0
24792026-03-24T23:20:28.675Z[ omicron-package] Compiling cobs v0.3.0
24802026-03-24T23:20:28.675Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24812026-03-24T23:20:28.679Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24822026-03-24T23:20:28.679Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24832026-03-24T23:20:28.679Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24842026-03-24T23:20:28.684Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24852026-03-24T23:20:28.684Z[ omicron-package] Compiling cpufeatures v0.3.0
24862026-03-24T23:20:28.687Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24872026-03-24T23:20:29.842Z[ omicron-package] Compiling chacha20 v0.10.0
24882026-03-24T23:20:29.909Z[ omicron-package] Compiling tabwriter v1.4.1
24892026-03-24T23:20:29.935Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24902026-03-24T23:20:30.140Z[ omicron-package] Compiling postcard v1.1.3
24912026-03-24T23:20:30.327Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24922026-03-24T23:20:30.330Z[ omicron-package] Compiling foreign-types v0.5.0
24932026-03-24T23:20:30.763Z[ omicron-package] Compiling cstr-argument v0.1.2
24942026-03-24T23:20:30.839Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24952026-03-24T23:20:30.843Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24962026-03-24T23:20:30.843Z[ omicron-package] Compiling num_enum_derive v0.5.11
24972026-03-24T23:20:30.843Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-03-24T23:20:30.964Z[ omicron-package] Compiling ingot-macros v0.1.1
24992026-03-24T23:20:30.967Z[ omicron-package] Compiling rand v0.10.0
25002026-03-24T23:20:31.186Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25012026-03-24T23:20:31.221Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022026-03-24T23:20:31.432Z[ omicron-package] Compiling num_enum_derive v0.7.5
25032026-03-24T23:20:31.432Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25042026-03-24T23:20:31.435Z[ omicron-package] Compiling libefi-sys v0.1.0
25052026-03-24T23:20:31.444Z[ omicron-package] Compiling colored v3.1.1
25062026-03-24T23:20:31.590Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25072026-03-24T23:20:31.594Z[ omicron-package] Compiling usdt-macro v0.5.0
25082026-03-24T23:20:31.672Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25092026-03-24T23:20:32.063Z[ omicron-package] Compiling secrecy v0.10.3
25102026-03-24T23:20:32.194Z[ omicron-package] Compiling memmap v0.7.0
25112026-03-24T23:20:32.228Z[ omicron-package] Compiling sigpipe v0.1.3
25122026-03-24T23:20:32.232Z[ omicron-package] Compiling num-derive v0.4.2
25132026-03-24T23:20:32.325Z[ omicron-package] Compiling bitfield-struct v0.6.2
25142026-03-24T23:20:32.389Z[ omicron-package] Compiling glob v0.3.3
25152026-03-24T23:20:32.389Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25162026-03-24T23:20:32.505Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25172026-03-24T23:20:32.586Z[ omicron-package] Compiling num_enum v0.5.11
25182026-03-24T23:20:32.630Z[ omicron-package] Compiling smf v0.2.3
25192026-03-24T23:20:32.768Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-03-24T23:20:32.851Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25212026-03-24T23:20:32.851Z[ omicron-package] Compiling whoami v1.6.1
25222026-03-24T23:20:32.965Z[ omicron-package] Compiling num_enum v0.7.5
25232026-03-24T23:20:32.968Z[ omicron-package] Compiling usdt v0.5.0
25242026-03-24T23:20:32.968Z[ omicron-package] Compiling rustls v0.23.37
25252026-03-24T23:20:33.172Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25262026-03-24T23:20:33.373Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-03-24T23:20:33.373Z[ omicron-package] Compiling gethostname v0.5.0
25282026-03-24T23:20:33.545Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25292026-03-24T23:20:33.582Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25302026-03-24T23:20:33.586Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25312026-03-24T23:20:33.618Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25322026-03-24T23:20:33.682Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-03-24T23:20:34.029Z[ omicron-package] Compiling oxide-tokio-rt v0.1.3
25342026-03-24T23:20:34.781Z[ omicron-package] Compiling ingot-types v0.1.2
25352026-03-24T23:20:34.810Z[ omicron-package] Compiling rustls-webpki v0.103.9
25362026-03-24T23:20:35.059Z[ omicron-package] Compiling rustls v0.22.4
25372026-03-24T23:20:35.362Z[ omicron-package] Compiling ingot v0.1.1
25382026-03-24T23:20:36.865Z[ omicron-package] Compiling rustls-webpki v0.102.8
25392026-03-24T23:20:38.080Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25402026-03-24T23:20:39.632Z[ omicron-package] Compiling tokio-rustls v0.26.4
25412026-03-24T23:20:39.635Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25422026-03-24T23:20:39.777Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25432026-03-24T23:20:39.958Z[ omicron-package] Compiling hyper-rustls v0.27.7
25442026-03-24T23:20:40.250Z[ omicron-package] Compiling reqwest v0.12.28
25452026-03-24T23:20:40.250Z[ omicron-package] Compiling reqwest v0.13.2
25462026-03-24T23:20:40.304Z[ omicron-package] Compiling tokio-rustls v0.25.0
25472026-03-24T23:20:40.699Z[ omicron-package] Compiling dropshot v0.16.7
25482026-03-24T23:20:41.816Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25492026-03-24T23:20:42.225ZMar 24 23:20:41.482 INFO [hubris-staging] task succeeded (16.557389285s)
25502026-03-24T23:20:42.607Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25512026-03-24T23:20:42.611Z[ helios-setup] --> src/main.rs:79:10
25522026-03-24T23:20:42.611Z[ helios-setup] |
25532026-03-24T23:20:42.611Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25542026-03-24T23:20:42.611Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25552026-03-24T23:20:42.611Z[ helios-setup] | |
25562026-03-24T23:20:42.611Z[ helios-setup] | the lifetime is elided here
25572026-03-24T23:20:42.615Z[ helios-setup] |
25582026-03-24T23:20:42.615Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25592026-03-24T23:20:42.615Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25602026-03-24T23:20:42.619Z[ helios-setup] help: use `'_` for type paths
25612026-03-24T23:20:42.619Z[ helios-setup] |
25622026-03-24T23:20:42.620Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25632026-03-24T23:20:42.620Z[ helios-setup] | ++++
25642026-03-24T23:20:42.620Z[ helios-setup]
25652026-03-24T23:20:44.477Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25662026-03-24T23:20:45.275Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25672026-03-24T23:20:46.201Z[ omicron-package] Compiling progenitor-client v0.13.0
25682026-03-24T23:20:46.341Z[ omicron-package] Compiling progenitor-client v0.10.0
25692026-03-24T23:20:46.378Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25702026-03-24T23:20:46.411Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712026-03-24T23:20:46.478Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25722026-03-24T23:20:46.609Z[ helios-setup] Mar 24 23:20:45.868 INFO helios repository root is: /work/oxidecomputer/helios
25732026-03-24T23:20:46.612Z[ helios-setup] Mar 24 23:20:45.869 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
25742026-03-24T23:20:46.612Z[ helios-setup] Mar 24 23:20:45.869 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25752026-03-24T23:20:46.612Z[ omicron-package] Compiling progenitor-extras v0.1.1
25762026-03-24T23:20:46.612Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25772026-03-24T23:20:46.666Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25782026-03-24T23:20:46.713Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25792026-03-24T23:20:46.922Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25802026-03-24T23:20:47.501Z[ helios-setup] Mar 24 23:20:46.761 INFO clone ok!, project: dmar-report
25812026-03-24T23:20:47.505Z[ helios-setup] Mar 24 23:20:46.761 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
25822026-03-24T23:20:47.505Z[ helios-setup] Mar 24 23:20:46.761 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25832026-03-24T23:20:47.505Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25842026-03-24T23:20:48.133Z[ helios-setup] Mar 24 23:20:47.393 INFO clone ok!, project: phbl
25852026-03-24T23:20:48.134Z[ helios-setup] Mar 24 23:20:47.393 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
25862026-03-24T23:20:48.138Z[ helios-setup] Mar 24 23:20:47.393 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25872026-03-24T23:20:48.138Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25882026-03-24T23:20:49.078Z[ helios-setup] Mar 24 23:20:48.337 INFO clone ok!, project: pilot
25892026-03-24T23:20:49.081Z[ helios-setup] Mar 24 23:20:48.338 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
25902026-03-24T23:20:49.081Z[ helios-setup] Mar 24 23:20:48.338 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25912026-03-24T23:20:49.081Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25922026-03-24T23:20:54.537ZMar 24 23:20:53.801 DEBG process exited with exit status: 0 (28.875549632s)
25932026-03-24T23:20:54.540ZMar 24 23:20:53.802 INFO [incorp-manifest] task succeeded (28.876923804s)
25942026-03-24T23:20:54.540ZMar 24 23:20:53.803 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25952026-03-24T23:20:54.766ZMar 24 23:20:54.030 INFO [incorp-fmt] process exited with exit status: 0 (228.318186ms)
25962026-03-24T23:20:54.799ZMar 24 23:20:54.030 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25972026-03-24T23:20:55.034Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260324T232054Z
25982026-03-24T23:20:55.034Z[ incorp-pkgsend] PUBLISHED
25992026-03-24T23:20:55.077ZMar 24 23:20:54.341 INFO [incorp-pkgsend] process exited with exit status: 0 (310.417873ms)
26002026-03-24T23:20:55.080ZMar 24 23:20:54.341 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26012026-03-24T23:20:55.298Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26022026-03-24T23:20:55.303Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26032026-03-24T23:20:55.333Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26042026-03-24T23:20:55.333Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26052026-03-24T23:20:55.333Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26062026-03-24T23:20:55.337Z[ helios-incorp]
26072026-03-24T23:20:55.337Z[ helios-incorp] Archiving packages ...
26082026-03-24T23:20:55.340Z[ helios-incorp] Packages to add: 1
26092026-03-24T23:20:55.340Z[ helios-incorp] Files to retrieve: 0
26102026-03-24T23:20:55.340Z[ helios-incorp] Estimated transfer size: 0.00 B
26112026-03-24T23:20:55.340Z[ helios-incorp]
26122026-03-24T23:20:55.340Z[ helios-incorp] Packages to archive:
26132026-03-24T23:20:55.340Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260324T232054Z
26142026-03-24T23:20:55.340Z[ helios-incorp]
26152026-03-24T23:20:55.340Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26162026-03-24T23:20:55.340Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26172026-03-24T23:20:55.386ZMar 24 23:20:54.650 INFO [helios-incorp] process exited with exit status: 0 (309.637223ms)
26182026-03-24T23:20:55.679Z[ helios-setup] Mar 24 23:20:54.943 INFO clone ok!, project: amd-firmware
26192026-03-24T23:20:55.679Z[ helios-setup] Mar 24 23:20:54.943 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26202026-03-24T23:20:55.682Z[ helios-setup] Mar 24 23:20:54.943 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26212026-03-24T23:20:55.682Z[ helios-setup] Mar 24 23:20:54.943 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26222026-03-24T23:20:55.682Z[ helios-setup] Mar 24 23:20:54.943 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
26232026-03-24T23:20:55.682Z[ helios-setup] Mar 24 23:20:54.943 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26242026-03-24T23:20:55.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26252026-03-24T23:20:56.157Z[ helios-setup] Mar 24 23:20:55.421 INFO clone ok!, project: pinprick
26262026-03-24T23:20:56.160Z[ helios-setup] Mar 24 23:20:55.421 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
26272026-03-24T23:20:56.160Z[ helios-setup] Mar 24 23:20:55.421 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26282026-03-24T23:20:56.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26292026-03-24T23:20:56.614Z[ helios-setup] Mar 24 23:20:55.879 INFO clone ok!, project: bootserver
26302026-03-24T23:20:56.617Z[ helios-setup] Mar 24 23:20:55.879 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
26312026-03-24T23:20:56.617Z[ helios-setup] Mar 24 23:20:55.879 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26322026-03-24T23:20:56.617Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26332026-03-24T23:20:57.113Z[ helios-setup] Mar 24 23:20:56.374 INFO clone ok!, project: image-builder
26342026-03-24T23:20:57.116Z[ helios-setup] Mar 24 23:20:56.374 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
26352026-03-24T23:20:57.116Z[ helios-setup] Mar 24 23:20:56.374 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
26362026-03-24T23:20:57.116Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26372026-03-24T23:20:57.241Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-03-24T23:20:57.868Z[ helios-setup] Mar 24 23:20:57.133 INFO clone ok!, project: amd-host-image-builder
26392026-03-24T23:20:57.868Z[ helios-setup] Mar 24 23:20:57.134 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
26402026-03-24T23:20:57.871Z[ helios-setup] Mar 24 23:20:57.134 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26412026-03-24T23:20:57.872Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26422026-03-24T23:20:58.572Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26432026-03-24T23:20:58.662Z[ helios-setup] Mar 24 23:20:57.927 INFO clone ok!, project: chelsio-t6-roms
26442026-03-24T23:20:58.665Z[ helios-setup] Mar 24 23:20:57.927 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26452026-03-24T23:20:58.958Z[ helios-setup] Mar 24 23:20:58.224 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26462026-03-24T23:20:59.294Z[ helios-setup] Mar 24 23:20:58.560 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26472026-03-24T23:20:59.294Z[ helios-setup] Mar 24 23:20:58.560 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26482026-03-24T23:20:59.585Z[ helios-setup] Mar 24 23:20:58.851 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26492026-03-24T23:20:59.893Z[ helios-setup] Mar 24 23:20:59.159 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26502026-03-24T23:20:59.893Z[ helios-setup] Mar 24 23:20:59.160 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26512026-03-24T23:21:00.200Z[ helios-setup] Mar 24 23:20:59.467 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26522026-03-24T23:21:00.502Z[ helios-setup] Mar 24 23:20:59.768 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26532026-03-24T23:21:00.502Z[ helios-setup] Mar 24 23:20:59.768 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26542026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26552026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO ok!
26562026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26572026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26582026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO ok!
26592026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26602026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26612026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO ok!
26622026-03-24T23:21:00.506Z[ helios-setup] Mar 24 23:20:59.768 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26632026-03-24T23:21:00.514Z[ helios-setup] Mar 24 23:20:59.780 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
26642026-03-24T23:21:00.514Z[ helios-setup] Mar 24 23:20:59.780 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26652026-03-24T23:21:00.517Z[ helios-setup] Mar 24 23:20:59.780 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26662026-03-24T23:21:00.658Z[ helios-setup] Mar 24 23:20:59.924 INFO E| Updating crates.io index
26672026-03-24T23:21:00.759Z[ helios-setup] Mar 24 23:21:00.025 INFO E| Downloading crates ...
26682026-03-24T23:21:00.823Z[ helios-setup] Mar 24 23:21:00.090 INFO E| Downloaded time-macros v0.2.22
26692026-03-24T23:21:00.830Z[ helios-setup] Mar 24 23:21:00.097 INFO E| Downloaded time-core v0.1.4
26702026-03-24T23:21:00.833Z[ helios-setup] Mar 24 23:21:00.099 INFO E| Downloaded itoa v1.0.15
26712026-03-24T23:21:00.856Z[ helios-setup] Mar 24 23:21:00.123 INFO E| Downloaded thiserror-impl v2.0.12
26722026-03-24T23:21:00.875Z[ helios-setup] Mar 24 23:21:00.142 INFO E| Downloaded errno v0.3.12
26732026-03-24T23:21:00.884Z[ helios-setup] Mar 24 23:21:00.150 INFO E| Downloaded serde_with_macros v3.12.0
26742026-03-24T23:21:00.888Z[ helios-setup] Mar 24 23:21:00.152 INFO E| Downloaded quote v1.0.40
26752026-03-24T23:21:00.889Z[ helios-setup] Mar 24 23:21:00.154 INFO E| Downloaded indexmap v2.9.0
26762026-03-24T23:21:00.894Z[ helios-setup] Mar 24 23:21:00.157 INFO E| Downloaded deranged v0.4.0
26772026-03-24T23:21:00.897Z[ helios-setup] Mar 24 23:21:00.161 INFO E| Downloaded unicode-ident v1.0.18
26782026-03-24T23:21:00.897Z[ helios-setup] Mar 24 23:21:00.164 INFO E| Downloaded autocfg v1.4.0
26792026-03-24T23:21:00.902Z[ helios-setup] Mar 24 23:21:00.170 INFO E| Downloaded thiserror v2.0.12
26802026-03-24T23:21:00.909Z[ helios-setup] Mar 24 23:21:00.176 INFO E| Downloaded tempfile v3.20.0
26812026-03-24T23:21:00.916Z[ helios-setup] Mar 24 23:21:00.183 INFO E| Downloaded anyhow v1.0.98
26822026-03-24T23:21:00.919Z[ helios-setup] Mar 24 23:21:00.186 INFO E| Downloaded serde_derive v1.0.219
26832026-03-24T23:21:00.922Z[ helios-setup] Mar 24 23:21:00.188 INFO E| Downloaded iana-time-zone v0.1.63
26842026-03-24T23:21:00.925Z[ helios-setup] Mar 24 23:21:00.192 INFO E| Downloaded bitflags v2.9.1
26852026-03-24T23:21:00.937Z[ helios-setup] Mar 24 23:21:00.204 INFO E| Downloaded ryu v1.0.20
26862026-03-24T23:21:00.940Z[ helios-setup] Mar 24 23:21:00.207 INFO E| Downloaded proc-macro2 v1.0.95
26872026-03-24T23:21:00.943Z[ helios-setup] Mar 24 23:21:00.209 INFO E| Downloaded getrandom v0.3.3
26882026-03-24T23:21:00.948Z[ helios-setup] Mar 24 23:21:00.215 INFO E| Downloaded serde v1.0.219
26892026-03-24T23:21:00.959Z[ helios-setup] Mar 24 23:21:00.226 INFO E| Downloaded memchr v2.7.4
26902026-03-24T23:21:00.970Z[ helios-setup] Mar 24 23:21:00.237 INFO E| Downloaded time v0.3.41
26912026-03-24T23:21:00.980Z[ helios-setup] Mar 24 23:21:00.247 INFO E| Downloaded hashbrown v0.15.3
26922026-03-24T23:21:00.985Z[ helios-setup] Mar 24 23:21:00.251 INFO E| Downloaded serde_with v3.12.0
26932026-03-24T23:21:00.990Z[ helios-setup] Mar 24 23:21:00.258 INFO E| Downloaded serde_json v1.0.140
26942026-03-24T23:21:01.019Z[ helios-setup] Mar 24 23:21:00.286 INFO E| Downloaded chrono v0.4.41
26952026-03-24T23:21:01.030Z[ helios-setup] Mar 24 23:21:00.297 INFO E| Downloaded syn v2.0.101
26962026-03-24T23:21:01.048Z[ helios-setup] Mar 24 23:21:00.315 INFO E| Downloaded rustix v1.0.7
26972026-03-24T23:21:01.077Z[ helios-setup] Mar 24 23:21:00.344 INFO E| Downloaded libc v0.2.172
26982026-03-24T23:21:01.135Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling proc-macro2 v1.0.95
26992026-03-24T23:21:01.135Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling unicode-ident v1.0.18
27002026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling libc v0.2.172
27012026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling ident_case v1.0.1
27022026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling fnv v1.0.7
27032026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling strsim v0.11.1
27042026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling serde v1.0.219
27052026-03-24T23:21:01.138Z[ helios-setup] Mar 24 23:21:00.402 INFO E| Compiling getrandom v0.3.3
27062026-03-24T23:21:01.151Z[ helios-setup] Mar 24 23:21:00.418 INFO E| Compiling rustix v1.0.7
27072026-03-24T23:21:01.158Z[ helios-setup] Mar 24 23:21:00.425 INFO E| Compiling anyhow v1.0.98
27082026-03-24T23:21:01.161Z[ helios-setup] Mar 24 23:21:00.428 INFO E| Compiling thiserror v2.0.12
27092026-03-24T23:21:01.161Z[ helios-setup] Mar 24 23:21:00.428 INFO E| Compiling bitflags v2.9.1
27102026-03-24T23:21:01.161Z[ helios-setup] Mar 24 23:21:00.428 INFO E| Compiling cfg-if v1.0.0
27112026-03-24T23:21:01.161Z[ helios-setup] Mar 24 23:21:00.428 INFO E| Compiling serde_json v1.0.140
27122026-03-24T23:21:01.164Z[ helios-setup] Mar 24 23:21:00.429 INFO E| Compiling once_cell v1.21.3
27132026-03-24T23:21:01.167Z[ helios-setup] Mar 24 23:21:00.432 INFO E| Compiling ryu v1.0.20
27142026-03-24T23:21:01.273Z[ helios-setup] Mar 24 23:21:00.540 INFO E| Compiling memchr v2.7.4
27152026-03-24T23:21:01.302Z[ helios-setup] Mar 24 23:21:00.568 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27162026-03-24T23:21:01.302Z[ helios-setup] Mar 24 23:21:00.568 INFO E| Compiling fastrand v2.3.0
27172026-03-24T23:21:01.326Z[ helios-setup] Mar 24 23:21:00.593 INFO E| Compiling itoa v1.0.15
27182026-03-24T23:21:01.955Z[ helios-setup] Mar 24 23:21:01.222 INFO E| Compiling errno v0.3.12
27192026-03-24T23:21:02.251Z[ helios-setup] Mar 24 23:21:01.517 INFO E| Compiling quote v1.0.40
27202026-03-24T23:21:02.459Z[ helios-setup] Mar 24 23:21:01.727 INFO E| Compiling syn v2.0.101
27212026-03-24T23:21:03.012Z[ helios-setup] Mar 24 23:21:02.280 INFO E| Compiling tempfile v3.20.0
27222026-03-24T23:21:05.552Z[ helios-setup] Mar 24 23:21:04.821 INFO E| Compiling darling_core v0.20.11
27232026-03-24T23:21:06.042Z[ helios-setup] Mar 24 23:21:05.312 INFO E| Compiling serde_derive v1.0.219
27242026-03-24T23:21:06.043Z[ helios-setup] Mar 24 23:21:05.312 INFO E| Compiling thiserror-impl v2.0.12
27252026-03-24T23:21:07.291Z[ helios-setup] Mar 24 23:21:06.561 INFO E| Compiling darling_macro v0.20.11
27262026-03-24T23:21:07.431Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.77s
27272026-03-24T23:21:07.739Z[ omicron-package]
27282026-03-24T23:21:07.739Z[ omicron-package] real 42.014946100
27292026-03-24T23:21:07.739Z[ omicron-package] user 4:57.292504956
27302026-03-24T23:21:07.743Z[ omicron-package] sys 26.850474705
27312026-03-24T23:21:07.743Z[ omicron-package] trap 0.361600319
27322026-03-24T23:21:07.743Z[ omicron-package] tflt 0.770063630
27332026-03-24T23:21:07.743Z[ omicron-package] dflt 2.810842678
27342026-03-24T23:21:07.743Z[ omicron-package] kflt 0.000500351
27352026-03-24T23:21:07.743Z[ omicron-package] lock 10:18.336383188
27362026-03-24T23:21:07.743Z[ omicron-package] slp 6:06.565645834
27372026-03-24T23:21:07.743Z[ omicron-package] lat 50.133081247
27382026-03-24T23:21:07.743Z[ omicron-package] stop 1:22.804094882
27392026-03-24T23:21:07.743ZMar 24 23:21:07.010 INFO [omicron-package] process exited with exit status: 0 (42.084976765s)
27402026-03-24T23:21:07.743ZMar 24 23:21:07.010 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27412026-03-24T23:21:07.743ZMar 24 23:21:07.011 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27422026-03-24T23:21:07.754Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27432026-03-24T23:21:07.754Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27442026-03-24T23:21:07.758Z[ recovery-target] Created new build target 'recovery' and set it as active
27452026-03-24T23:21:07.758Z[ host-target] Created new build target 'host' and set it as active
27462026-03-24T23:21:07.761ZMar 24 23:21:07.031 INFO [host-target] process exited with exit status: 0 (20.463886ms)
27472026-03-24T23:21:07.761ZMar 24 23:21:07.031 INFO [recovery-target] process exited with exit status: 0 (20.134257ms)
27482026-03-24T23:21:07.761ZMar 24 23:21:07.031 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27492026-03-24T23:21:07.770Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27502026-03-24T23:21:07.915Z[ helios-setup] Mar 24 23:21:07.185 INFO E| Compiling darling v0.20.11
27512026-03-24T23:21:07.990Z[ helios-setup] Mar 24 23:21:07.261 INFO E| Compiling serde_with_macros v3.12.0
27522026-03-24T23:21:09.817Z[ host-package] Compiling ring v0.17.14
27532026-03-24T23:21:10.170Z[ host-package] Compiling regress v0.10.5
27542026-03-24T23:21:10.171Z[ host-package] Compiling heck v0.5.0
27552026-03-24T23:21:10.236Z[ host-package] Compiling unsafe-libyaml v0.2.11
27562026-03-24T23:21:10.268Z[ host-package] Compiling convert_case v0.4.0
27572026-03-24T23:21:10.307Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27582026-03-24T23:21:10.310Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27592026-03-24T23:21:10.372Z[ host-package] Compiling prettyplease v0.2.37
27602026-03-24T23:21:10.376Z[ host-package] Compiling universal-hash v0.5.1
27612026-03-24T23:21:10.376Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27622026-03-24T23:21:10.376Z[ host-package] Compiling unicode-width v0.1.14
27632026-03-24T23:21:10.377Z[ host-package] Compiling opaque-debug v0.3.1
27642026-03-24T23:21:10.435Z[ host-package] Compiling byte-wrapper v0.1.0
27652026-03-24T23:21:10.539Z[ host-package] Compiling typify-impl v0.6.1
27662026-03-24T23:21:10.539Z[ host-package] Compiling chacha20 v0.9.1
27672026-03-24T23:21:10.641Z[ host-package] Compiling poly1305 v0.8.0
27682026-03-24T23:21:10.679Z[ host-package] Compiling password-hash v0.5.0
27692026-03-24T23:21:10.683Z[ host-package] Compiling blake2 v0.10.6
27702026-03-24T23:21:10.748Z[ host-package] Compiling derive_more v0.99.20
27712026-03-24T23:21:10.934Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27722026-03-24T23:21:10.993Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27732026-03-24T23:21:11.037Z[ host-package] Compiling aead v0.5.2
27742026-03-24T23:21:11.157Z[ host-package] Compiling is-terminal v0.4.17
27752026-03-24T23:21:11.322Z[ host-package] Compiling swrite v0.1.0
27762026-03-24T23:21:11.381Z[ helios-setup] Mar 24 23:21:10.645 INFO E| Compiling serde_with v3.12.0
27772026-03-24T23:21:11.395Z[ host-package] Compiling chacha20poly1305 v0.10.1
27782026-03-24T23:21:11.456Z[ host-package] Compiling argon2 v0.5.3
27792026-03-24T23:21:11.536Z[ host-package] Compiling serde_spanned v1.0.4
27802026-03-24T23:21:11.621Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27812026-03-24T23:21:11.788Z[ host-package] Compiling bytecount v0.6.9
27822026-03-24T23:21:11.839Z[ host-package] Compiling derive-where v1.6.0
27832026-03-24T23:21:11.839Z[ host-package] Compiling thread_local v1.1.9
27842026-03-24T23:21:11.848Z[ host-package] Compiling match_cfg v0.1.0
27852026-03-24T23:21:11.989Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
27862026-03-24T23:21:11.993Z[ host-package] Compiling hostname v0.3.1
27872026-03-24T23:21:12.028Z[ host-package] Compiling thiserror-no-std v2.0.2
27882026-03-24T23:21:12.169Z[ host-package] Compiling vsss-rs v3.3.4
27892026-03-24T23:21:12.235Z[ host-package] Compiling multer v3.1.0
27902026-03-24T23:21:12.238Z[ host-package] Compiling slog-async v2.8.0
27912026-03-24T23:21:12.303Z[ host-package] Compiling slog-json v2.6.1
27922026-03-24T23:21:12.376Z[ host-package] Compiling crossbeam-channel v0.5.15
27932026-03-24T23:21:12.487Z[ host-package] Compiling futures-executor v0.3.32
27942026-03-24T23:21:12.715Z[ host-package] Compiling term v1.2.1
27952026-03-24T23:21:12.921Z[ host-package] Compiling take_mut v0.2.2
27962026-03-24T23:21:12.957Z[ host-package] Compiling futures v0.3.32
27972026-03-24T23:21:12.957Z[ host-package] Compiling slog-bunyan v2.5.0
27982026-03-24T23:21:13.227Z[ host-package] Compiling dropshot v0.16.7
27992026-03-24T23:21:13.295Z[ host-package] Compiling async-stream v0.3.6
28002026-03-24T23:21:13.295Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28012026-03-24T23:21:13.359Z[ host-package] Compiling slog-term v2.9.2
28022026-03-24T23:21:13.527Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28032026-03-24T23:21:13.562Z[ host-package] Compiling waitgroup v0.1.2
28042026-03-24T23:21:13.624Z[ host-package] Compiling backon v1.6.0
28052026-03-24T23:21:13.664Z[ host-package] Compiling rustls-pemfile v2.2.0
28062026-03-24T23:21:13.729Z[ host-package] Compiling serde_path_to_error v0.1.20
28072026-03-24T23:21:13.763Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28082026-03-24T23:21:13.766Z[ host-package] Compiling hostname v0.4.2
28092026-03-24T23:21:13.843Z[ host-package] Compiling instant v0.1.13
28102026-03-24T23:21:13.879Z[ host-package] Compiling debug-ignore v1.0.5
28112026-03-24T23:21:13.931Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28122026-03-24T23:21:13.968Z[ host-package] Compiling parse-display v0.10.0
28132026-03-24T23:21:13.968Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28142026-03-24T23:21:14.048Z[ host-package] Compiling backoff v0.4.0
28152026-03-24T23:21:14.086Z[ host-package] Compiling rustls v0.23.37
28162026-03-24T23:21:14.086Z[ host-package] Compiling rustls v0.22.4
28172026-03-24T23:21:14.089Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28182026-03-24T23:21:14.089Z[ host-package] Compiling macaddr v1.0.1
28192026-03-24T23:21:14.155Z[ host-package] Compiling console v0.15.11
28202026-03-24T23:21:14.289Z[ host-package] Compiling newline-converter v0.3.0
28212026-03-24T23:21:14.292Z[ host-package] Compiling atomicwrites v0.4.4
28222026-03-24T23:21:14.368Z[ host-package] Compiling num-rational v0.4.2
28232026-03-24T23:21:14.371Z[ host-package] Compiling num-complex v0.4.6
28242026-03-24T23:21:14.559Z[ host-package] Compiling slog-dtrace v0.3.0
28252026-03-24T23:21:14.620Z[ host-package] Compiling owo-colors v4.3.0
28262026-03-24T23:21:14.729Z[ host-package] Compiling float-ord v0.3.2
28272026-03-24T23:21:14.889Z[ host-package] Compiling expectorate v1.2.0
28282026-03-24T23:21:14.959Z[ host-package] Compiling cancel-safe-futures v0.1.5
28292026-03-24T23:21:15.023Z[ host-package] Compiling libsw-core v0.3.2
28302026-03-24T23:21:15.221Z[ host-package] Compiling num v0.4.3
28312026-03-24T23:21:15.330Z[ host-package] Compiling resolv-conf v0.7.6
28322026-03-24T23:21:15.428Z[ host-package] Compiling libsw v3.5.0
28332026-03-24T23:21:15.432Z[ host-package] Compiling toml v0.8.23
28342026-03-24T23:21:15.523Z[ host-package] Compiling linear-map v1.2.0
28352026-03-24T23:21:15.758Z[ host-package] Compiling minimal-lexical v0.2.1
28362026-03-24T23:21:15.795Z[ host-package] Compiling linked-hash-map v0.5.6
28372026-03-24T23:21:15.866Z[ host-package] Compiling unicode-xid v0.2.6
28382026-03-24T23:21:15.944Z[ host-package] Compiling rustls-webpki v0.103.9
28392026-03-24T23:21:16.067Z[ host-package] Compiling rustls-webpki v0.102.8
28402026-03-24T23:21:16.110Z[ host-package] Compiling lru-cache v0.1.2
28412026-03-24T23:21:16.152Z[ host-package] Compiling nom v7.1.3
28422026-03-24T23:21:16.185Z[ host-package] Compiling hickory-proto v0.24.4
28432026-03-24T23:21:16.227Z[ host-package] Compiling convert_case v0.10.0
28442026-03-24T23:21:16.268Z[ helios-setup] Mar 24 23:21:15.542 INFO E| Finished `release` profile [optimized] target(s) in 15.74s
28452026-03-24T23:21:16.285Z[ host-package] Compiling termtree v0.5.1
28462026-03-24T23:21:16.298Z[ helios-setup] Mar 24 23:21:15.572 INFO building project "dmar-report" ok (15 seconds)
28472026-03-24T23:21:16.298Z[ helios-setup] Mar 24 23:21:15.572 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28482026-03-24T23:21:16.310Z[ helios-setup] Mar 24 23:21:15.584 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
28492026-03-24T23:21:16.310Z[ helios-setup] Mar 24 23:21:15.584 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28502026-03-24T23:21:16.310Z[ helios-setup] Mar 24 23:21:15.584 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28512026-03-24T23:21:16.350Z[ host-package] Compiling phf_shared v0.12.1
28522026-03-24T23:21:16.420Z[ host-package] Compiling vte v0.14.1
28532026-03-24T23:21:16.446Z[ helios-setup] Mar 24 23:21:15.720 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28542026-03-24T23:21:16.518Z[ host-package] Compiling csv-core v0.1.13
28552026-03-24T23:21:16.568Z[ host-package] Compiling highway v1.3.0
28562026-03-24T23:21:16.647Z[ host-package] Compiling derive_more-impl v2.1.1
28572026-03-24T23:21:16.715Z[ host-package] Compiling chrono-tz v0.10.4
28582026-03-24T23:21:16.811Z[ helios-setup] Mar 24 23:21:16.081 INFO E| From https://github.com/jclulow/hiercmd
28592026-03-24T23:21:16.811Z[ helios-setup] Mar 24 23:21:16.081 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28602026-03-24T23:21:16.825Z[ helios-setup] Mar 24 23:21:16.098 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28612026-03-24T23:21:17.042Z[ host-package] Compiling csv v1.4.0
28622026-03-24T23:21:17.078Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28632026-03-24T23:21:17.119Z[ host-package] Compiling phf v0.12.1
28642026-03-24T23:21:17.119Z[ host-package] Compiling const_format_proc_macros v0.2.34
28652026-03-24T23:21:17.123Z[ helios-setup] Mar 24 23:21:16.396 INFO E| From https://github.com/oxidecomputer/network-interface
28662026-03-24T23:21:17.123Z[ helios-setup] Mar 24 23:21:16.397 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28672026-03-24T23:21:17.136Z[ helios-setup] Mar 24 23:21:16.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28682026-03-24T23:21:17.190Z[ host-package] Compiling papergrid v0.11.0
28692026-03-24T23:21:17.388Z[ host-package] Compiling fd-lock v4.0.4
28702026-03-24T23:21:17.431Z[ helios-setup] Mar 24 23:21:16.705 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28712026-03-24T23:21:17.431Z[ helios-setup] Mar 24 23:21:16.705 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28722026-03-24T23:21:17.454Z[ helios-setup] Mar 24 23:21:16.729 INFO E| Updating crates.io index
28732026-03-24T23:21:17.499Z[ host-package] Compiling peg-macros v0.8.5
28742026-03-24T23:21:17.587Z[ helios-setup] Mar 24 23:21:16.862 INFO E| Downloading crates ...
28752026-03-24T23:21:17.617Z[ host-package] Compiling tabled_derive v0.7.0
28762026-03-24T23:21:17.662Z[ helios-setup] Mar 24 23:21:16.937 INFO E| Downloaded anstyle-query v1.1.4
28772026-03-24T23:21:17.679Z[ helios-setup] Mar 24 23:21:16.954 INFO E| Downloaded getrandom v0.2.16
28782026-03-24T23:21:17.691Z[ helios-setup] Mar 24 23:21:16.966 INFO E| Downloaded futures-sink v0.3.31
28792026-03-24T23:21:17.695Z[ helios-setup] Mar 24 23:21:16.968 INFO E| Downloaded clap_lex v0.7.6
28802026-03-24T23:21:17.695Z[ helios-setup] Mar 24 23:21:16.969 INFO E| Downloaded futures-io v0.3.31
28812026-03-24T23:21:17.698Z[ helios-setup] Mar 24 23:21:16.970 INFO E| Downloaded bitfield-macros v0.19.3
28822026-03-24T23:21:17.701Z[ helios-setup] Mar 24 23:21:16.977 INFO E| Downloaded time-core v0.1.6
28832026-03-24T23:21:17.706Z[ host-package] Compiling derive_more v2.1.1
28842026-03-24T23:21:17.709Z[ helios-setup] Mar 24 23:21:16.985 INFO E| Downloaded futures-task v0.3.31
28852026-03-24T23:21:17.712Z[ helios-setup] Mar 24 23:21:16.986 INFO E| Downloaded libdevinfo-sys v1.1.0
28862026-03-24T23:21:17.719Z[ helios-setup] Mar 24 23:21:16.994 INFO E| Downloaded futures-core v0.3.31
28872026-03-24T23:21:17.722Z[ helios-setup] Mar 24 23:21:16.996 INFO E| Downloaded serde_spanned v1.0.3
28882026-03-24T23:21:17.725Z[ helios-setup] Mar 24 23:21:16.998 INFO E| Downloaded futures-macro v0.3.31
28892026-03-24T23:21:17.752Z[ helios-setup] Mar 24 23:21:17.027 INFO E| Downloaded zeroize_derive v1.4.2
28902026-03-24T23:21:17.755Z[ helios-setup] Mar 24 23:21:17.028 INFO E| Downloaded iana-time-zone v0.1.64
28912026-03-24T23:21:17.758Z[ helios-setup] Mar 24 23:21:17.031 INFO E| Downloaded env_logger v0.11.8
28922026-03-24T23:21:17.758Z[ helios-setup] Mar 24 23:21:17.033 INFO E| Downloaded deranged v0.5.5
28932026-03-24T23:21:17.769Z[ helios-setup] Mar 24 23:21:17.044 INFO E| Downloaded simd-adler32 v0.3.7
28942026-03-24T23:21:17.772Z[ helios-setup] Mar 24 23:21:17.046 INFO E| Downloaded devinfo v0.1.0
28952026-03-24T23:21:17.794Z[ helios-setup] Mar 24 23:21:17.058 INFO E| Downloaded crc v3.3.0
28962026-03-24T23:21:17.794Z[ helios-setup] Mar 24 23:21:17.058 INFO E| Downloaded toml_datetime v0.7.3
28972026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.058 INFO E| Downloaded time-macros v0.2.24
28982026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.058 INFO E| Downloaded thiserror-impl v2.0.17
28992026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.058 INFO E| Downloaded quote v1.0.41
29002026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.060 INFO E| Downloaded futures-executor v0.3.31
29012026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.061 INFO E| Downloaded base64ct v1.8.0
29022026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.064 INFO E| Downloaded slab v0.4.11
29032026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.065 INFO E| Downloaded getopts v0.2.24
29042026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.066 INFO E| Downloaded futures-channel v0.3.31
29052026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.068 INFO E| Downloaded env_filter v0.1.4
29062026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.070 INFO E| Downloaded signal-hook-registry v1.4.6
29072026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.071 INFO E| Downloaded find-msvc-tools v0.1.4
29082026-03-24T23:21:17.797Z[ helios-setup] Mar 24 23:21:17.072 INFO E| Downloaded bitflags v2.10.0
29092026-03-24T23:21:17.802Z[ helios-setup] Mar 24 23:21:17.077 INFO E| Downloaded bitfield v0.19.3
29102026-03-24T23:21:17.812Z[ helios-setup] Mar 24 23:21:17.087 INFO E| Downloaded pin-project-lite v0.2.16
29112026-03-24T23:21:17.826Z[ helios-setup] Mar 24 23:21:17.096 INFO E| Downloaded term v1.2.0
29122026-03-24T23:21:17.826Z[ helios-setup] Mar 24 23:21:17.101 INFO E| Downloaded unicode-ident v1.0.22
29132026-03-24T23:21:17.840Z[ helios-setup] Mar 24 23:21:17.115 INFO E| Downloaded proc-macro2 v1.0.103
29142026-03-24T23:21:17.846Z[ helios-setup] Mar 24 23:21:17.121 INFO E| Downloaded toml_writer v1.0.4
29152026-03-24T23:21:17.849Z[ helios-setup] Mar 24 23:21:17.122 INFO E| Downloaded generic-array v0.14.9
29162026-03-24T23:21:17.852Z[ helios-setup] Mar 24 23:21:17.124 INFO E| Downloaded thiserror v2.0.17
29172026-03-24T23:21:17.856Z[ host-package] Compiling crossterm v0.29.0
29182026-03-24T23:21:17.862Z[ helios-setup] Mar 24 23:21:17.132 INFO E| Downloaded clap_derive v4.5.49
29192026-03-24T23:21:17.862Z[ helios-setup] Mar 24 23:21:17.136 INFO E| Downloaded log v0.4.28
29202026-03-24T23:21:17.865Z[ helios-setup] Mar 24 23:21:17.139 INFO E| Downloaded clap v4.5.51
29212026-03-24T23:21:17.878Z[ helios-setup] Mar 24 23:21:17.151 INFO E| Downloaded toml_parser v1.0.4
29222026-03-24T23:21:17.882Z[ helios-setup] Mar 24 23:21:17.153 INFO E| Downloaded iddqd v0.3.14
29232026-03-24T23:21:17.885Z[ helios-setup] Mar 24 23:21:17.159 INFO E| Downloaded bytes v1.10.1
29242026-03-24T23:21:17.888Z[ helios-setup] Mar 24 23:21:17.162 INFO E| Downloaded anyhow v1.0.100
29252026-03-24T23:21:17.893Z[ helios-setup] Mar 24 23:21:17.169 INFO E| Downloaded uuid v1.18.1
29262026-03-24T23:21:17.933Z[ helios-setup] Mar 24 23:21:17.208 INFO E| Downloaded toml v0.9.8
29272026-03-24T23:21:17.936Z[ helios-setup] Mar 24 23:21:17.211 INFO E| Downloaded futures v0.3.31
29282026-03-24T23:21:17.969Z[ helios-setup] Mar 24 23:21:17.244 INFO E| Downloaded toml_edit v0.23.7
29292026-03-24T23:21:17.972Z[ helios-setup] Mar 24 23:21:17.248 INFO E| Downloaded rsa v0.9.8
29302026-03-24T23:21:17.977Z[ helios-setup] Mar 24 23:21:17.252 INFO E| Downloaded flate2 v1.1.5
29312026-03-24T23:21:17.980Z[ helios-setup] Mar 24 23:21:17.256 INFO E| Downloaded socket2 v0.6.1
29322026-03-24T23:21:17.983Z[ helios-setup] Mar 24 23:21:17.257 INFO E| Downloaded memchr v2.7.6
29332026-03-24T23:21:17.987Z[ helios-setup] Mar 24 23:21:17.261 INFO E| Downloaded zerocopy-derive v0.8.27
29342026-03-24T23:21:18.011Z[ helios-setup] Mar 24 23:21:17.287 INFO E| Downloaded indexmap v2.12.0
29352026-03-24T23:21:18.020Z[ helios-setup] Mar 24 23:21:17.290 INFO E| Downloaded mio v1.1.0
29362026-03-24T23:21:18.024Z[ helios-setup] Mar 24 23:21:17.295 INFO E| Downloaded cc v1.2.44
29372026-03-24T23:21:18.039Z[ helios-setup] Mar 24 23:21:17.314 INFO E| Downloaded num-bigint-dig v0.8.4
29382026-03-24T23:21:18.044Z[ helios-setup] Mar 24 23:21:17.319 INFO E| Downloaded hashbrown v0.16.0
29392026-03-24T23:21:18.054Z[ helios-setup] Mar 24 23:21:17.325 INFO E| Downloaded time v0.3.44
29402026-03-24T23:21:18.057Z[ helios-setup] Mar 24 23:21:17.332 INFO E| Downloaded libm v0.2.15
29412026-03-24T23:21:18.065Z[ helios-setup] Mar 24 23:21:17.341 INFO E| Downloaded winnow v0.7.13
29422026-03-24T23:21:18.073Z[ helios-setup] Mar 24 23:21:17.348 INFO E| Downloaded clap_builder v4.5.51
29432026-03-24T23:21:18.079Z[ helios-setup] Mar 24 23:21:17.354 INFO E| Downloaded serde_json v1.0.145
29442026-03-24T23:21:18.087Z[ helios-setup] Mar 24 23:21:17.360 INFO E| Downloaded futures-util v0.3.31
29452026-03-24T23:21:18.109Z[ helios-setup] Mar 24 23:21:17.384 INFO E| Downloaded zerocopy v0.8.27
29462026-03-24T23:21:18.130Z[ helios-setup] Mar 24 23:21:17.405 INFO E| Downloaded chrono v0.4.42
29472026-03-24T23:21:18.135Z[ helios-setup] Mar 24 23:21:17.411 INFO E| Downloaded unicode-width v0.2.2
29482026-03-24T23:21:18.141Z[ helios-setup] Mar 24 23:21:17.416 INFO E| Downloaded syn v2.0.108
29492026-03-24T23:21:18.159Z[ helios-setup] Mar 24 23:21:17.433 INFO E| Downloaded rustix v1.1.2
29502026-03-24T23:21:18.188Z[ host-package] Compiling typify-macro v0.6.1
29512026-03-24T23:21:18.224Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-03-24T23:21:18.229Z[ helios-setup] Mar 24 23:21:17.504 INFO E| Downloaded libc v0.2.177
29532026-03-24T23:21:18.252Z[ helios-setup] Mar 24 23:21:17.527 INFO E| Downloaded tokio v1.48.0
29542026-03-24T23:21:18.262Z[ host-package] Compiling nu-ansi-term v0.50.3
29552026-03-24T23:21:18.342Z[ host-package] Compiling const_format v0.2.35
29562026-03-24T23:21:18.379Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling proc-macro2 v1.0.103
29572026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling unicode-ident v1.0.22
29582026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling quote v1.0.41
29592026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling libc v0.2.177
29602026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling serde_core v1.0.228
29612026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling cfg-if v1.0.4
29622026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling serde v1.0.228
29632026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling version_check v0.9.5
29642026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling autocfg v1.5.0
29652026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling const-oid v0.9.6
29662026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling typenum v1.19.0
29672026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling libm v0.2.15
29682026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling zerocopy v0.8.27
29692026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling rustversion v1.0.22
29702026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling zeroize v1.8.2
29712026-03-24T23:21:18.380Z[ helios-setup] Mar 24 23:21:17.654 INFO E| Compiling base64ct v1.8.0
29722026-03-24T23:21:18.791Z[ helios-setup] Mar 24 23:21:18.066 INFO E| Compiling smallvec v1.15.1
29732026-03-24T23:21:18.920Z[ helios-setup] Mar 24 23:21:18.195 INFO E| Compiling winnow v0.7.13
29742026-03-24T23:21:18.995Z[ host-package] Compiling tabled v0.15.0
29752026-03-24T23:21:19.105Z[ host-package] Compiling reedline v0.40.0
29762026-03-24T23:21:19.153Z[ helios-setup] Mar 24 23:21:18.428 INFO E| Compiling memchr v2.7.6
29772026-03-24T23:21:19.523Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29782026-03-24T23:21:19.627Z[ helios-setup] Mar 24 23:21:18.903 INFO E| Compiling pem-rfc7468 v0.7.0
29792026-03-24T23:21:19.627Z[ helios-setup] Mar 24 23:21:18.903 INFO E| Compiling byteorder v1.5.0
29802026-03-24T23:21:19.650Z[ helios-setup] Mar 24 23:21:18.915 INFO E| Compiling generic-array v0.14.9
29812026-03-24T23:21:19.816Z[ host-package] Compiling tokio-rustls v0.25.0
29822026-03-24T23:21:19.884Z[ helios-setup] Mar 24 23:21:19.160 INFO E| Compiling num-traits v0.2.19
29832026-03-24T23:21:19.894Z[ helios-setup] Mar 24 23:21:19.161 INFO E| Compiling crc32fast v1.5.0
29842026-03-24T23:21:20.475Z[ helios-setup] Mar 24 23:21:19.751 INFO E| Compiling rustix v1.1.2
29852026-03-24T23:21:20.726Z[ helios-setup] Mar 24 23:21:20.003 INFO E| Compiling flagset v0.4.7
29862026-03-24T23:21:20.730Z[ helios-setup] Mar 24 23:21:20.003 INFO E| Compiling equivalent v1.0.2
29872026-03-24T23:21:20.857Z[ helios-setup] Mar 24 23:21:20.133 INFO E| Compiling getrandom v0.2.16
29882026-03-24T23:21:20.868Z[ helios-setup] Mar 24 23:21:20.145 INFO E| Compiling hashbrown v0.16.0
29892026-03-24T23:21:20.876Z[ helios-setup] Mar 24 23:21:20.153 INFO E| Compiling anyhow v1.0.100
29902026-03-24T23:21:20.974Z[ helios-setup] Mar 24 23:21:20.250 INFO E| Compiling utf8parse v0.2.2
29912026-03-24T23:21:21.073Z[ helios-setup] Mar 24 23:21:20.350 INFO E| Compiling errno v0.3.14
29922026-03-24T23:21:21.183Z[ helios-setup] Mar 24 23:21:20.460 INFO E| Compiling rand_core v0.6.4
29932026-03-24T23:21:21.264Z[ helios-setup] Mar 24 23:21:20.540 INFO E| Compiling anstyle-parse v0.2.7
29942026-03-24T23:21:21.505Z[ helios-setup] Mar 24 23:21:20.782 INFO E| Compiling syn v1.0.109
29952026-03-24T23:21:21.555Z[ helios-setup] Mar 24 23:21:20.832 INFO E| Compiling is_terminal_polyfill v1.70.2
29962026-03-24T23:21:21.821Z[ helios-setup] Mar 24 23:21:21.098 INFO E| Compiling toml_datetime v0.7.3
29972026-03-24T23:21:21.885Z[ helios-setup] Mar 24 23:21:21.163 INFO E| Compiling colorchoice v1.0.4
29982026-03-24T23:21:21.898Z[ helios-setup] Mar 24 23:21:21.174 INFO E| Compiling anstyle v1.0.13
29992026-03-24T23:21:21.902Z[ helios-setup] Mar 24 23:21:21.175 INFO E| Compiling cpufeatures v0.2.17
30002026-03-24T23:21:22.032Z[ helios-setup] Mar 24 23:21:21.310 INFO E| Compiling radium v0.7.0
30012026-03-24T23:21:22.073Z[ helios-setup] Mar 24 23:21:21.350 INFO E| Compiling syn v2.0.108
30022026-03-24T23:21:22.082Z[ helios-setup] Mar 24 23:21:21.359 INFO E| Compiling anstyle-query v1.1.4
30032026-03-24T23:21:22.363Z[ helios-setup] Mar 24 23:21:21.639 INFO E| Compiling find-msvc-tools v0.1.4
30042026-03-24T23:21:22.525Z[ helios-setup] Mar 24 23:21:21.802 INFO E| Compiling allocator-api2 v0.2.21
30052026-03-24T23:21:22.529Z[ helios-setup] Mar 24 23:21:21.807 INFO E| Compiling shlex v1.3.0
30062026-03-24T23:21:22.668Z[ helios-setup] Mar 24 23:21:21.946 INFO E| Compiling toml_parser v1.0.4
30072026-03-24T23:21:22.737Z[ helios-setup] Mar 24 23:21:22.014 INFO E| Compiling indexmap v2.12.0
30082026-03-24T23:21:22.891Z[ helios-setup] Mar 24 23:21:22.168 INFO E| Compiling slog v2.8.2
30092026-03-24T23:21:22.933Z[ host-package] Compiling typify v0.6.1
30102026-03-24T23:21:22.984Z[ helios-setup] Mar 24 23:21:22.262 INFO E| Compiling cc v1.2.44
30112026-03-24T23:21:22.987Z[ helios-setup] Mar 24 23:21:22.264 INFO E| Compiling anstream v0.6.21
30122026-03-24T23:21:23.140Z[ helios-setup] Mar 24 23:21:22.416 INFO E| Compiling pin-project-lite v0.2.16
30132026-03-24T23:21:23.212Z[ helios-setup] Mar 24 23:21:22.489 INFO E| Compiling futures-sink v0.3.31
30142026-03-24T23:21:23.539Z[ host-package] Compiling tokio-rustls v0.26.4
30152026-03-24T23:21:23.621Z[ helios-setup] Mar 24 23:21:22.899 INFO E| Compiling parking_lot_core v0.9.12
30162026-03-24T23:21:23.683Z[ helios-setup] Mar 24 23:21:22.961 INFO E| Compiling pkg-config v0.3.32
30172026-03-24T23:21:23.700Z[ helios-setup] Mar 24 23:21:22.978 INFO E| Compiling futures-core v0.3.31
30182026-03-24T23:21:23.703Z[ helios-setup] Mar 24 23:21:22.979 INFO E| Compiling unicode-width v0.2.2
30192026-03-24T23:21:23.757Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30202026-03-24T23:21:24.118Z[ helios-setup] Mar 24 23:21:23.396 INFO E| Compiling crypto-common v0.1.6
30212026-03-24T23:21:24.197Z[ helios-setup] Mar 24 23:21:23.476 INFO E| Compiling block-buffer v0.10.4
30222026-03-24T23:21:24.207Z[ helios-setup] Mar 24 23:21:23.486 INFO E| Compiling maybe-uninit v2.0.0
30232026-03-24T23:21:24.216Z[ helios-setup] Mar 24 23:21:23.495 INFO E| Compiling tap v1.0.1
30242026-03-24T23:21:24.259Z[ helios-setup] Mar 24 23:21:23.535 INFO E| Compiling futures-channel v0.3.31
30252026-03-24T23:21:24.473Z[ helios-setup] Mar 24 23:21:23.751 INFO E| Compiling wyz v0.5.1
30262026-03-24T23:21:24.522Z[ helios-setup] Mar 24 23:21:23.800 INFO E| Compiling getopts v0.2.24
30272026-03-24T23:21:24.583Z[ helios-setup] Mar 24 23:21:23.862 INFO E| Compiling digest v0.10.7
30282026-03-24T23:21:24.716Z[ helios-setup] Mar 24 23:21:23.988 INFO E| Compiling toml_edit v0.23.7
30292026-03-24T23:21:24.833Z[ helios-setup] Mar 24 23:21:24.111 INFO E| Compiling ahash v0.8.12
30302026-03-24T23:21:24.873Z[ helios-setup] Mar 24 23:21:24.151 INFO E| Compiling num-integer v0.1.46
30312026-03-24T23:21:24.883Z[ helios-setup] Mar 24 23:21:24.162 INFO E| Compiling funty v2.0.0
30322026-03-24T23:21:24.900Z[ helios-setup] Mar 24 23:21:24.178 INFO E| Compiling num-conv v0.1.0
30332026-03-24T23:21:24.930Z[ helios-setup] Mar 24 23:21:24.208 INFO E| Compiling getrandom v0.3.4
30342026-03-24T23:21:25.032Z[ host-package] Compiling hyper-rustls v0.27.7
30352026-03-24T23:21:25.062Z[ helios-setup] Mar 24 23:21:24.341 INFO E| Compiling slab v0.4.11
30362026-03-24T23:21:25.126Z[ helios-setup] Mar 24 23:21:24.405 INFO E| Compiling num-bigint-dig v0.8.4
30372026-03-24T23:21:25.270Z[ helios-setup] Mar 24 23:21:24.548 INFO E| Compiling clap_lex v0.7.6
30382026-03-24T23:21:25.489Z[ helios-setup] Mar 24 23:21:24.767 INFO E| Compiling bitflags v2.10.0
30392026-03-24T23:21:25.756Z[ helios-setup] Mar 24 23:21:25.035 INFO E| Compiling sha2 v0.10.9
30402026-03-24T23:21:25.765Z[ helios-setup] Mar 24 23:21:25.045 INFO E| Compiling bytes v1.10.1
30412026-03-24T23:21:25.804Z[ helios-setup] Mar 24 23:21:25.082 INFO E| Compiling scopeguard v1.2.0
30422026-03-24T23:21:25.870Z[ helios-setup] Mar 24 23:21:25.147 INFO E| Compiling itoa v1.0.15
30432026-03-24T23:21:25.927Z[ helios-setup] Mar 24 23:21:25.206 INFO E| Compiling packed_struct v0.10.1
30442026-03-24T23:21:25.958Z[ helios-setup] Mar 24 23:21:25.237 INFO E| Compiling time-core v0.1.6
30452026-03-24T23:21:26.277Z[ helios-setup] Mar 24 23:21:25.556 INFO E| Compiling futures-io v0.3.31
30462026-03-24T23:21:26.277Z[ helios-setup] Mar 24 23:21:25.556 INFO E| Compiling thiserror v1.0.69
30472026-03-24T23:21:26.280Z[ helios-setup] Mar 24 23:21:25.556 INFO E| Compiling spin v0.9.8
30482026-03-24T23:21:26.461Z[ host-package] Compiling reqwest v0.13.2
30492026-03-24T23:21:26.555Z[ host-package] Compiling reqwest v0.12.28
30502026-03-24T23:21:26.634Z[ host-package] Compiling progenitor-impl v0.13.0
30512026-03-24T23:21:26.763Z[ helios-setup] Mar 24 23:21:26.034 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30522026-03-24T23:21:26.764Z[ helios-setup] Mar 24 23:21:26.034 INFO E| Compiling proc-macro-crate v3.4.0
30532026-03-24T23:21:26.841Z[ helios-setup] Mar 24 23:21:26.121 INFO E| Compiling heck v0.5.0
30542026-03-24T23:21:26.844Z[ helios-setup] Mar 24 23:21:26.121 INFO E| Compiling futures-task v0.3.31
30552026-03-24T23:21:27.021Z[ helios-setup] Mar 24 23:21:26.301 INFO E| Compiling pin-utils v0.1.0
30562026-03-24T23:21:27.086Z[ helios-setup] Mar 24 23:21:26.366 INFO E| Compiling strsim v0.11.1
30572026-03-24T23:21:27.141Z[ host-package] Compiling hickory-resolver v0.24.4
30582026-03-24T23:21:27.199Z[ helios-setup] Mar 24 23:21:26.478 INFO E| Compiling powerfmt v0.2.0
30592026-03-24T23:21:27.220Z[ helios-setup] Mar 24 23:21:26.499 INFO E| Compiling lazy_static v1.5.0
30602026-03-24T23:21:27.282Z[ helios-setup] Mar 24 23:21:26.561 INFO E| Compiling terminal_size v0.4.3
30612026-03-24T23:21:27.437Z[ helios-setup] Mar 24 23:21:26.717 INFO E| Compiling time-macros v0.2.24
30622026-03-24T23:21:27.445Z[ helios-setup] Mar 24 23:21:26.725 INFO E| Compiling lock_api v0.4.14
30632026-03-24T23:21:27.801Z[ host-package] Compiling peg v0.8.5
30642026-03-24T23:21:27.863Z[ helios-setup] Mar 24 23:21:27.143 INFO E| Compiling clap_builder v4.5.51
30652026-03-24T23:21:27.875Z[ helios-setup] Mar 24 23:21:27.155 INFO E| Compiling bitvec v1.0.1
30662026-03-24T23:21:28.256Z[ helios-setup] Mar 24 23:21:27.536 INFO E| Compiling num-iter v0.1.45
30672026-03-24T23:21:28.350Z[ helios-setup] Mar 24 23:21:27.631 INFO E| Compiling deranged v0.5.5
30682026-03-24T23:21:28.364Z[ host-package] Compiling bcs v0.1.6
30692026-03-24T23:21:28.528Z[ helios-setup] Mar 24 23:21:27.809 INFO E| Compiling indexmap v1.9.3
30702026-03-24T23:21:28.606Z[ helios-setup] Mar 24 23:21:27.887 INFO E| Compiling nodrop v0.1.14
30712026-03-24T23:21:28.625Z[ helios-setup] Mar 24 23:21:27.905 INFO E| Compiling iana-time-zone v0.1.64
30722026-03-24T23:21:28.656Z[ helios-setup] Mar 24 23:21:27.936 INFO E| Compiling once_cell v1.21.3
30732026-03-24T23:21:28.819Z[ helios-setup] Mar 24 23:21:28.100 INFO E| Compiling thiserror v2.0.17
30742026-03-24T23:21:28.823Z[ helios-setup] Mar 24 23:21:28.100 INFO E| Compiling serde_json v1.0.145
30752026-03-24T23:21:29.168Z[ host-package] Compiling semver v0.1.20
30762026-03-24T23:21:29.348Z[ helios-setup] Mar 24 23:21:28.629 INFO E| Compiling log v0.4.28
30772026-03-24T23:21:29.465Z[ helios-setup] Mar 24 23:21:28.746 INFO E| Compiling simd-adler32 v0.3.7
30782026-03-24T23:21:29.511Z[ helios-setup] Mar 24 23:21:28.792 INFO E| Compiling adler2 v2.0.1
30792026-03-24T23:21:29.593Z[ host-package] Compiling smawk v0.3.2
30802026-03-24T23:21:29.826Z[ helios-setup] Mar 24 23:21:29.107 INFO E| Compiling crc-catalog v2.4.0
30812026-03-24T23:21:29.940Z[ helios-setup] Mar 24 23:21:29.220 INFO E| Compiling env_filter v0.1.4
30822026-03-24T23:21:29.943Z[ helios-setup] Mar 24 23:21:29.221 INFO E| Compiling miniz_oxide v0.8.9
30832026-03-24T23:21:30.072Z[ host-package] Compiling qorb v0.4.1
30842026-03-24T23:21:30.083Z[ helios-setup] Mar 24 23:21:29.363 INFO E| Compiling chrono v0.4.42
30852026-03-24T23:21:30.160Z[ host-package] Compiling rustc_version v0.1.7
30862026-03-24T23:21:30.264Z[ helios-setup] Mar 24 23:21:29.546 INFO E| Compiling parking_lot v0.12.5
30872026-03-24T23:21:30.264Z[ helios-setup] Mar 24 23:21:29.546 INFO E| Compiling array-init v0.0.4
30882026-03-24T23:21:30.337Z[ helios-setup] Mar 24 23:21:29.618 INFO E| Compiling crc v3.3.0
30892026-03-24T23:21:30.783Z[ helios-setup] Mar 24 23:21:30.064 INFO E| Compiling smallvec v0.6.14
30902026-03-24T23:21:31.495Z[ helios-setup] Mar 24 23:21:30.777 INFO E| Compiling serde_spanned v1.0.3
30912026-03-24T23:21:31.610Z[ helios-setup] Mar 24 23:21:30.891 INFO E| Compiling signature v2.2.0
30922026-03-24T23:21:31.735Z[ helios-setup] Mar 24 23:21:31.017 INFO E| Compiling time v0.3.44
30932026-03-24T23:21:31.838Z[ helios-setup] Mar 24 23:21:31.121 INFO E| Compiling socket2 v0.6.1
30942026-03-24T23:21:31.863Z[ helios-setup] Mar 24 23:21:31.145 INFO E| Compiling mio v1.1.0
30952026-03-24T23:21:31.951Z[ helios-setup] Mar 24 23:21:31.233 INFO E| Compiling signal-hook-registry v1.4.6
30962026-03-24T23:21:31.989Z[ helios-setup] Mar 24 23:21:31.271 INFO E| Compiling is-terminal v0.4.17
30972026-03-24T23:21:32.318Z[ helios-setup] Mar 24 23:21:31.600 INFO E| Compiling thread_local v1.1.9
30982026-03-24T23:21:32.418Z[ helios-setup] Mar 24 23:21:31.700 INFO E| Compiling packed_struct_codegen v0.10.1
30992026-03-24T23:21:32.641Z[ host-package] Compiling progenitor-macro v0.13.0
31002026-03-24T23:21:32.647Z[ helios-setup] Mar 24 23:21:31.929 INFO E| Compiling winnow v0.5.40
31012026-03-24T23:21:32.749Z[ helios-setup] Mar 24 23:21:32.032 INFO E| Compiling term v1.2.0
31022026-03-24T23:21:32.801Z[ helios-setup] Mar 24 23:21:32.083 INFO E| Compiling serde_derive v1.0.228
31032026-03-24T23:21:33.059Z[ helios-setup] Mar 24 23:21:32.342 INFO E| Compiling zerocopy-derive v0.8.27
31042026-03-24T23:21:33.119Z[ helios-setup] Mar 24 23:21:32.401 INFO E| Compiling der_derive v0.7.3
31052026-03-24T23:21:33.129Z[ helios-setup] Mar 24 23:21:32.412 INFO E| Compiling futures-macro v0.3.31
31062026-03-24T23:21:33.363Z[ host-package] Compiling progenitor-client v0.13.0
31072026-03-24T23:21:33.569Z[ helios-setup] Mar 24 23:21:32.852 INFO E| Compiling zerocopy-derive v0.6.6
31082026-03-24T23:21:33.730Z[ helios-setup] Mar 24 23:21:33.013 INFO E| Compiling thiserror-impl v1.0.69
31092026-03-24T23:21:33.802Z[ host-package] Compiling progenitor-client v0.10.0
31102026-03-24T23:21:33.868Z[ helios-setup] Mar 24 23:21:33.150 INFO E| Compiling clap_derive v4.5.49
31112026-03-24T23:21:33.930Z[ helios-setup] Mar 24 23:21:33.213 INFO E| Compiling num_enum_derive v0.7.5
31122026-03-24T23:21:33.967Z[ helios-setup] Mar 24 23:21:33.250 INFO E| Compiling bitfield-macros v0.19.3
31132026-03-24T23:21:34.118Z[ host-package] Compiling progenitor-extras v0.1.1
31142026-03-24T23:21:34.217Z[ host-package] Compiling newtype_derive v0.1.6
31152026-03-24T23:21:34.853Z[ host-package] Compiling humantime v2.3.0
31162026-03-24T23:21:34.947Z[ host-package] Compiling unicode-linebreak v0.1.5
31172026-03-24T23:21:35.141Z[ helios-setup] Mar 24 23:21:34.425 INFO E| Compiling thiserror-impl v2.0.17
31182026-03-24T23:21:35.790Z[ helios-setup] Mar 24 23:21:35.072 INFO E| Compiling zerocopy v0.6.6
31192026-03-24T23:21:35.931Z[ host-package] Compiling textwrap v0.16.2
31202026-03-24T23:21:36.059Z[ helios-setup] Mar 24 23:21:35.341 INFO E| Compiling futures-util v0.3.31
31212026-03-24T23:21:36.113Z[ host-package] Compiling dropshot-api-manager-types v0.6.0
31222026-03-24T23:21:36.173Z[ helios-setup] Mar 24 23:21:35.457 INFO E| Compiling der v0.7.10
31232026-03-24T23:21:36.218Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
31242026-03-24T23:21:36.363Z[ helios-setup] Mar 24 23:21:35.622 INFO E| Compiling tokio-macros v2.6.0
31252026-03-24T23:21:36.464Z[ helios-setup] Mar 24 23:21:35.748 INFO E| Compiling bitfield v0.19.3
31262026-03-24T23:21:36.566Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31272026-03-24T23:21:36.926Z[ helios-setup] Mar 24 23:21:36.211 INFO E| Compiling libdevinfo-sys v1.1.0
31282026-03-24T23:21:37.199Z[ helios-setup] Mar 24 23:21:36.484 INFO E| Compiling toml_writer v1.0.4
31292026-03-24T23:21:37.373Z[ helios-setup] Mar 24 23:21:36.658 INFO E| Compiling subtle v2.6.1
31302026-03-24T23:21:37.578Z[ helios-setup] Mar 24 23:21:36.862 INFO E| Compiling base64 v0.21.7
31312026-03-24T23:21:37.695Z[ helios-setup] Mar 24 23:21:36.977 INFO E| Compiling num_enum v0.7.5
31322026-03-24T23:21:37.695Z[ helios-setup] Mar 24 23:21:36.977 INFO E| Compiling ryu v1.0.20
31332026-03-24T23:21:37.818Z[ helios-setup] Mar 24 23:21:37.103 INFO E| Compiling hashbrown v0.12.3
31342026-03-24T23:21:37.846Z[ helios-setup] Mar 24 23:21:37.131 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31352026-03-24T23:21:37.894Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31362026-03-24T23:21:37.922Z[ helios-setup] Mar 24 23:21:37.207 INFO E| Compiling toml v0.9.8
31372026-03-24T23:21:38.173Z[ helios-setup] Mar 24 23:21:37.458 INFO E| Compiling devinfo v0.1.0
31382026-03-24T23:21:38.218Z[ helios-setup] Mar 24 23:21:37.503 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31392026-03-24T23:21:38.608Z[ helios-setup] Mar 24 23:21:37.892 INFO E| Compiling bzip2 v0.4.4
31402026-03-24T23:21:38.713Z[ helios-setup] Mar 24 23:21:37.999 INFO E| Compiling clap v4.5.51
31412026-03-24T23:21:38.809Z[ helios-setup] Mar 24 23:21:38.094 INFO E| Compiling flate2 v1.1.5
31422026-03-24T23:21:38.844Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31432026-03-24T23:21:38.918Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-03-24T23:21:38.954Z[ helios-setup] Mar 24 23:21:38.239 INFO E| Compiling tokio v1.48.0
31452026-03-24T23:21:38.954Z[ helios-setup] Mar 24 23:21:38.240 INFO E| Compiling uuid v1.18.1
31462026-03-24T23:21:38.957Z[ helios-setup] Mar 24 23:21:38.240 INFO E| Compiling env_logger v0.11.8
31472026-03-24T23:21:39.039Z[ helios-setup] Mar 24 23:21:38.325 INFO E| Compiling rustc-hash v2.1.1
31482026-03-24T23:21:39.204Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-03-24T23:21:40.314Z[ helios-setup] Mar 24 23:21:38.597 INFO E| Compiling foldhash v0.2.0
31502026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:38.723 INFO E| Compiling hex v0.4.3
31512026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:38.811 INFO E| Compiling spki v0.7.3
31522026-03-24T23:21:40.318Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31532026-03-24T23:21:40.318Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31542026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:39.257 INFO E| Compiling crc-any v2.5.0
31552026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:39.318 INFO E| Compiling bitflags v1.3.2
31562026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:39.383 INFO E| Compiling pkcs8 v0.10.2
31572026-03-24T23:21:40.318Z[ host-package] Compiling utf-8 v0.7.6
31582026-03-24T23:21:40.318Z[ helios-setup] Mar 24 23:21:39.425 INFO E| Compiling x509-cert v0.2.5
31592026-03-24T23:21:40.318Z[ host-package] Compiling tagptr v0.2.0
31602026-03-24T23:21:40.323Z[ helios-setup] Mar 24 23:21:39.610 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31612026-03-24T23:21:40.410Z[ host-package] Compiling steno v0.4.1
31622026-03-24T23:21:40.498Z[ helios-setup] Mar 24 23:21:39.784 INFO E| Compiling iddqd v0.3.14
31632026-03-24T23:21:40.792Z[ helios-setup] Mar 24 23:21:40.078 INFO E| Compiling pkcs1 v0.7.5
31642026-03-24T23:21:40.842Z[ host-package] Compiling moka v0.12.13
31652026-03-24T23:21:40.845Z[ helios-setup] Mar 24 23:21:40.130 INFO E| Compiling zip v0.6.6
31662026-03-24T23:21:41.000Z[ host-package] Compiling tungstenite v0.21.0
31672026-03-24T23:21:41.288Z[ helios-setup] Mar 24 23:21:40.575 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31682026-03-24T23:21:41.497Z[ helios-setup] Mar 24 23:21:40.783 INFO E| Compiling ppv-lite86 v0.2.21
31692026-03-24T23:21:41.534Z[ host-package] Compiling typify-impl v0.4.3
31702026-03-24T23:21:42.087Z[ helios-setup] Mar 24 23:21:41.357 INFO E| Compiling path-slash v0.1.5
31712026-03-24T23:21:42.386Z[ helios-setup] Mar 24 23:21:41.674 INFO E| Compiling hashbrown v0.13.2
31722026-03-24T23:21:42.576Z[ helios-setup] Mar 24 23:21:41.863 INFO E| Compiling rand_chacha v0.3.1
31732026-03-24T23:21:42.689Z[ helios-setup] Mar 24 23:21:41.976 INFO E| Compiling erased-serde v0.3.31
31742026-03-24T23:21:42.749Z[ helios-setup] Mar 24 23:21:42.033 INFO E| Compiling toml_datetime v0.6.11
31752026-03-24T23:21:42.871Z[ helios-setup] Mar 24 23:21:42.112 INFO E| Compiling serde_spanned v0.6.9
31762026-03-24T23:21:43.543Z[ helios-setup] Mar 24 23:21:42.831 INFO E| Compiling rand v0.8.5
31772026-03-24T23:21:43.670Z[ helios-setup] Mar 24 23:21:42.958 INFO E| Compiling futures-executor v0.3.31
31782026-03-24T23:21:43.826Z[ helios-setup] Mar 24 23:21:43.113 INFO E| Compiling toml_edit v0.19.15
31792026-03-24T23:21:43.886Z[ helios-setup] Mar 24 23:21:43.174 INFO E| Compiling ron v0.8.1
31802026-03-24T23:21:43.933Z[ helios-setup] Mar 24 23:21:43.221 INFO E| Compiling serde-hex v0.1.0
31812026-03-24T23:21:43.943Z[ helios-setup] Mar 24 23:21:43.231 INFO E| Compiling object v0.30.4
31822026-03-24T23:21:44.435Z[ helios-setup] Mar 24 23:21:43.722 INFO E| Compiling futures v0.3.31
31832026-03-24T23:21:44.914Z[ helios-setup] Mar 24 23:21:44.203 INFO E| Compiling slog-term v2.9.2
31842026-03-24T23:21:44.965Z[ helios-setup] Mar 24 23:21:44.253 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31852026-03-24T23:21:46.121Z[ host-package] Compiling progenitor v0.13.0
31862026-03-24T23:21:46.215Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-03-24T23:21:46.848Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-03-24T23:21:46.852Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31892026-03-24T23:21:47.159Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-03-24T23:21:47.227Z[ helios-setup] Mar 24 23:21:46.516 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31912026-03-24T23:21:47.303Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31922026-03-24T23:21:47.812Z[ helios-setup] Mar 24 23:21:47.102 INFO E| Compiling rsa v0.9.8
31932026-03-24T23:21:48.181Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-03-24T23:21:48.376Z[ helios-setup] Mar 24 23:21:47.666 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31952026-03-24T23:21:48.647Z[ helios-setup] Mar 24 23:21:47.937 INFO E| Compiling toml v0.7.8
31962026-03-24T23:21:49.329Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-24T23:21:50.297Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31982026-03-24T23:21:51.006Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31992026-03-24T23:21:51.315Z[ helios-setup] Mar 24 23:21:50.607 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32002026-03-24T23:21:51.315Z[ helios-setup] Mar 24 23:21:50.607 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32012026-03-24T23:21:51.611Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32022026-03-24T23:21:51.865Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32032026-03-24T23:21:52.425Z[ host-package] Compiling tough v0.20.0
32042026-03-24T23:21:55.381Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32052026-03-24T23:21:56.795Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32062026-03-24T23:21:56.908Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32072026-03-24T23:21:57.192Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32082026-03-24T23:21:57.299Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32092026-03-24T23:21:57.525Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32102026-03-24T23:21:57.808Z[ host-package] Compiling hickory-resolver v0.25.2
32112026-03-24T23:21:59.066Z[ helios-setup] Mar 24 23:21:58.362 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32122026-03-24T23:22:00.108Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-03-24T23:22:00.838Z[ helios-setup] Mar 24 23:22:00.134 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32142026-03-24T23:22:01.987Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32152026-03-24T23:22:02.715Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32162026-03-24T23:22:03.384Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32172026-03-24T23:22:05.605Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-03-24T23:22:05.930Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32192026-03-24T23:22:06.568Z[ helios-setup] Mar 24 23:22:05.867 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32202026-03-24T23:22:06.874Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32212026-03-24T23:22:07.329Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-03-24T23:22:07.372Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32232026-03-24T23:22:07.678Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32242026-03-24T23:22:08.050Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32252026-03-24T23:22:08.284Z[ host-package] Compiling tokio-tungstenite v0.21.0
32262026-03-24T23:22:08.805Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32272026-03-24T23:22:08.945Z[ host-package] Compiling typify-macro v0.4.3
32282026-03-24T23:22:09.547Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
32292026-03-24T23:22:10.798Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32302026-03-24T23:22:11.386Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32312026-03-24T23:22:11.570Z[ host-package] Compiling num-derive v0.3.3
32322026-03-24T23:22:11.614Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32332026-03-24T23:22:12.273Z[ host-package] Compiling proc-macro-error2 v2.0.1
32342026-03-24T23:22:12.754Z[ host-package] Compiling vergen-gitcl v1.0.8
32352026-03-24T23:22:13.160Z[ host-package] Compiling libscf-sys v1.1.0
32362026-03-24T23:22:13.631Z[ host-package] Compiling dirs-sys-next v0.1.2
32372026-03-24T23:22:13.710Z[ host-package] Compiling glob v0.3.3
32382026-03-24T23:22:14.144Z[ host-package] Compiling maplit v1.0.2
32392026-03-24T23:22:14.318Z[ host-package] Compiling diesel_derives v2.3.7
32402026-03-24T23:22:14.399Z[ host-package] Compiling crunchy v0.2.4
32412026-03-24T23:22:14.771Z[ host-package] Compiling clang-sys v1.8.1
32422026-03-24T23:22:14.774Z[ host-package] Compiling dirs-next v2.0.0
32432026-03-24T23:22:14.941Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32442026-03-24T23:22:14.991Z[ host-package] Compiling tabled_derive v0.11.0
32452026-03-24T23:22:15.040Z[ host-package] Compiling typify v0.4.3
32462026-03-24T23:22:15.142Z[ host-package] Compiling papergrid v0.17.0
32472026-03-24T23:22:15.174Z[ host-package] Compiling testing_table v0.3.0
32482026-03-24T23:22:15.272Z[ host-package] Compiling dsl_auto_type v0.2.0
32492026-03-24T23:22:15.384Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32502026-03-24T23:22:15.750Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32512026-03-24T23:22:15.852Z[ host-package] Compiling tiny-keccak v2.0.2
32522026-03-24T23:22:16.047Z[ host-package] Compiling r2d2 v0.8.10
32532026-03-24T23:22:16.633Z[ host-package] Compiling term v0.7.0
32542026-03-24T23:22:16.779Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32552026-03-24T23:22:16.832Z[ host-package] Compiling arc-swap v1.8.2
32562026-03-24T23:22:16.837Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32572026-03-24T23:22:16.876Z[ host-package] Compiling bit-vec v0.6.3
32582026-03-24T23:22:16.879Z[ host-package] Compiling xshell-macros v0.2.7
32592026-03-24T23:22:17.106Z[ host-package] Compiling downcast-rs v2.0.2
32602026-03-24T23:22:17.465Z[ host-package] Compiling slog-scope v4.4.1
32612026-03-24T23:22:17.535Z[ host-package] Compiling ascii-canvas v3.0.0
32622026-03-24T23:22:17.539Z[ host-package] Compiling xshell v0.2.7
32632026-03-24T23:22:17.702Z[ host-package] Compiling tabled v0.20.0
32642026-03-24T23:22:17.799Z[ host-package] Compiling bit-set v0.5.3
32652026-03-24T23:22:18.063Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32662026-03-24T23:22:18.144Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-24T23:22:18.205Z[ host-package] Compiling itertools v0.10.5
32682026-03-24T23:22:18.272Z[ host-package] Compiling ena v0.14.4
32692026-03-24T23:22:18.443Z[ host-package] Compiling libloading v0.8.9
32702026-03-24T23:22:18.734Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-24T23:22:18.833Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32722026-03-24T23:22:18.901Z[ host-package] Compiling diff v0.1.13
32732026-03-24T23:22:19.373Z[ host-package] Compiling unicase v2.9.0
32742026-03-24T23:22:19.449Z[ host-package] Compiling regex-syntax v0.6.29
32752026-03-24T23:22:19.767Z[ host-package] Compiling bindgen v0.71.1
32762026-03-24T23:22:19.883Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-03-24T23:22:20.060Z[ host-package] Compiling slog-stdlog v4.1.1
32782026-03-24T23:22:20.500Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32792026-03-24T23:22:20.710Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32802026-03-24T23:22:20.958Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-03-24T23:22:21.712Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-03-24T23:22:21.798Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32832026-03-24T23:22:22.092Z[ helios-setup] Mar 24 23:22:21.399 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s
32842026-03-24T23:22:22.095Z[ helios-setup] Mar 24 23:22:21.402 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32852026-03-24T23:22:22.095Z[ helios-setup] Mar 24 23:22:21.402 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32862026-03-24T23:22:22.164Z[ helios-setup] Mar 24 23:22:21.471 INFO building project "pilot" ok (65 seconds)
32872026-03-24T23:22:22.164Z[ helios-setup] Mar 24 23:22:21.472 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32882026-03-24T23:22:22.176Z[ helios-setup] Mar 24 23:22:21.484 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
32892026-03-24T23:22:22.176Z[ helios-setup] Mar 24 23:22:21.484 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32902026-03-24T23:22:22.176Z[ helios-setup] Mar 24 23:22:21.484 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32912026-03-24T23:22:22.313Z[ host-package] Compiling lalrpop v0.19.12
32922026-03-24T23:22:22.392Z[ helios-setup] Mar 24 23:22:21.700 INFO E| Downloading crates ...
32932026-03-24T23:22:22.438Z[ helios-setup] Mar 24 23:22:21.745 INFO E| Downloaded adler2 v2.0.0
32942026-03-24T23:22:22.448Z[ helios-setup] Mar 24 23:22:21.755 INFO E| Downloaded miniz_oxide v0.8.8
32952026-03-24T23:22:22.495Z[ helios-setup] Mar 24 23:22:21.803 INFO E| Compiling adler2 v2.0.0
32962026-03-24T23:22:22.608Z[ helios-setup] Mar 24 23:22:21.916 INFO E| Compiling miniz_oxide v0.8.8
32972026-03-24T23:22:23.072Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32982026-03-24T23:22:23.681Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32992026-03-24T23:22:23.852Z[ host-package] Compiling cexpr v0.6.0
33002026-03-24T23:22:23.911Z[ host-package] Compiling crc8 v0.1.1
33012026-03-24T23:22:24.084Z[ host-package] Compiling slog-envlogger v2.2.0
33022026-03-24T23:22:24.161Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33032026-03-24T23:22:24.173Z[ helios-setup] Mar 24 23:22:23.479 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33042026-03-24T23:22:24.488Z[ host-package] Compiling diesel v2.3.7
33052026-03-24T23:22:24.749Z[ helios-setup] Mar 24 23:22:24.058 INFO E| Finished `release` profile [optimized] target(s) in 2.55s
33062026-03-24T23:22:24.760Z[ helios-setup] Mar 24 23:22:24.068 INFO building project "pinprick" ok (2 seconds)
33072026-03-24T23:22:24.760Z[ helios-setup] Mar 24 23:22:24.068 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33082026-03-24T23:22:24.777Z[ helios-setup] Mar 24 23:22:24.084 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
33092026-03-24T23:22:24.777Z[ helios-setup] Mar 24 23:22:24.084 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33102026-03-24T23:22:24.778Z[ helios-setup] Mar 24 23:22:24.084 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33112026-03-24T23:22:24.907Z[ helios-setup] Mar 24 23:22:24.216 INFO E| Downloading crates ...
33122026-03-24T23:22:24.912Z[ host-package] Compiling headers-core v0.3.0
33132026-03-24T23:22:24.946Z[ host-package] Compiling libxml v0.3.3
33142026-03-24T23:22:24.966Z[ helios-setup] Mar 24 23:22:24.274 INFO E| Downloaded unicode-width v0.1.10
33152026-03-24T23:22:24.969Z[ helios-setup] Mar 24 23:22:24.276 INFO E| Downloaded block-buffer v0.10.3
33162026-03-24T23:22:24.972Z[ helios-setup] Mar 24 23:22:24.277 INFO E| Downloaded anyhow v1.0.62
33172026-03-24T23:22:24.972Z[ helios-setup] Mar 24 23:22:24.280 INFO E| Downloaded cpufeatures v0.2.5
33182026-03-24T23:22:24.975Z[ helios-setup] Mar 24 23:22:24.283 INFO E| Downloaded typenum v1.15.0
33192026-03-24T23:22:24.979Z[ helios-setup] Mar 24 23:22:24.286 INFO E| Downloaded generic-array v0.14.6
33202026-03-24T23:22:24.984Z[ helios-setup] Mar 24 23:22:24.291 INFO E| Downloaded digest v0.10.3
33212026-03-24T23:22:24.984Z[ helios-setup] Mar 24 23:22:24.293 INFO E| Downloaded sha2 v0.10.5
33222026-03-24T23:22:24.991Z[ helios-setup] Mar 24 23:22:24.299 INFO E| Downloaded miniz_oxide v0.6.2
33232026-03-24T23:22:24.996Z[ helios-setup] Mar 24 23:22:24.301 INFO E| Downloaded bytes v1.2.1
33242026-03-24T23:22:24.999Z[ helios-setup] Mar 24 23:22:24.304 INFO E| Downloaded flate2 v1.0.25
33252026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling typenum v1.15.0
33262026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling version_check v0.9.4
33272026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling cfg-if v1.0.0
33282026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling crc32fast v1.3.2
33292026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling adler v1.0.2
33302026-03-24T23:22:25.069Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling anyhow v1.0.62
33312026-03-24T23:22:25.073Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling unicode-width v0.1.10
33322026-03-24T23:22:25.073Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling cpufeatures v0.2.5
33332026-03-24T23:22:25.073Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling bitflags v1.3.2
33342026-03-24T23:22:25.073Z[ helios-setup] Mar 24 23:22:24.377 INFO E| Compiling bytes v1.2.1
33352026-03-24T23:22:25.132Z[ host-package] Compiling headers v0.4.1
33362026-03-24T23:22:25.187Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33372026-03-24T23:22:25.416Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33382026-03-24T23:22:25.683Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33392026-03-24T23:22:25.763Z[ helios-setup] Mar 24 23:22:25.072 INFO E| Compiling getopts v0.2.21
33402026-03-24T23:22:25.973Z[ helios-setup] Mar 24 23:22:25.282 INFO E| Compiling miniz_oxide v0.6.2
33412026-03-24T23:22:26.024Z[ host-package] Compiling strum_macros v0.24.3
33422026-03-24T23:22:26.219Z[ host-package] Compiling indoc v1.0.9
33432026-03-24T23:22:26.371Z[ helios-setup] Mar 24 23:22:25.680 INFO E| Compiling generic-array v0.14.6
33442026-03-24T23:22:26.558Z[ helios-setup] Mar 24 23:22:25.867 INFO E| Compiling flate2 v1.0.25
33452026-03-24T23:22:27.451Z[ host-package] Compiling progenitor-impl v0.10.0
33462026-03-24T23:22:27.664Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33472026-03-24T23:22:27.809Z[ host-package] Compiling derive_builder v0.20.2
33482026-03-24T23:22:28.042Z[ host-package] Compiling oso-derive v0.27.3
33492026-03-24T23:22:28.095Z[ host-package] Compiling quick-xml v0.37.5
33502026-03-24T23:22:28.269Z[ helios-setup] Mar 24 23:22:27.579 INFO E| Compiling crypto-common v0.1.6
33512026-03-24T23:22:28.269Z[ helios-setup] Mar 24 23:22:27.579 INFO E| Compiling block-buffer v0.10.3
33522026-03-24T23:22:28.433Z[ helios-setup] Mar 24 23:22:27.743 INFO E| Compiling digest v0.10.3
33532026-03-24T23:22:28.470Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33542026-03-24T23:22:28.662Z[ helios-setup] Mar 24 23:22:27.973 INFO E| Compiling sha2 v0.10.5
33552026-03-24T23:22:28.843Z[ host-package] Compiling half v1.8.3
33562026-03-24T23:22:28.979Z[ helios-setup] Mar 24 23:22:28.290 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33572026-03-24T23:22:29.387Z[ host-package] Compiling openssl-probe v0.1.6
33582026-03-24T23:22:29.431Z[ host-package] Compiling serde_cbor v0.11.2
33592026-03-24T23:22:29.694Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33602026-03-24T23:22:30.762Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33612026-03-24T23:22:31.096Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-03-24T23:22:31.157Z[ host-package] Compiling progenitor-macro v0.10.0
33632026-03-24T23:22:31.161Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33642026-03-24T23:22:31.436Z[ helios-setup] Mar 24 23:22:30.748 INFO E| Finished `release` profile [optimized] target(s) in 6.64s
33652026-03-24T23:22:31.451Z[ helios-setup] Mar 24 23:22:30.763 INFO building project "bootserver" ok (6 seconds)
33662026-03-24T23:22:31.451Z[ helios-setup] Mar 24 23:22:30.763 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33672026-03-24T23:22:31.463Z[ helios-setup] Mar 24 23:22:30.774 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
33682026-03-24T23:22:31.463Z[ helios-setup] Mar 24 23:22:30.774 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33692026-03-24T23:22:31.468Z[ helios-setup] Mar 24 23:22:30.774 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33702026-03-24T23:22:31.593Z[ helios-setup] Mar 24 23:22:30.905 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33712026-03-24T23:22:31.645Z[ host-package] Compiling bb8 v0.8.6
33722026-03-24T23:22:31.913Z[ helios-setup] Mar 24 23:22:31.225 INFO E| From https://github.com/jclulow/rust-jmclib
33732026-03-24T23:22:31.913Z[ helios-setup] Mar 24 23:22:31.225 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33742026-03-24T23:22:31.927Z[ helios-setup] Mar 24 23:22:31.239 INFO E| Updating crates.io index
33752026-03-24T23:22:32.090Z[ helios-setup] Mar 24 23:22:31.402 INFO E| Downloading crates ...
33762026-03-24T23:22:32.105Z[ host-package] Compiling trait-variant v0.1.2
33772026-03-24T23:22:32.156Z[ helios-setup] Mar 24 23:22:31.468 INFO E| Downloaded once_cell v1.18.0
33782026-03-24T23:22:32.162Z[ helios-setup] Mar 24 23:22:31.475 INFO E| Downloaded unicode-ident v1.0.11
33792026-03-24T23:22:32.165Z[ helios-setup] Mar 24 23:22:31.478 INFO E| Downloaded tempfile v3.7.0
33802026-03-24T23:22:32.170Z[ helios-setup] Mar 24 23:22:31.482 INFO E| Downloaded md-5 v0.9.1
33812026-03-24T23:22:32.174Z[ helios-setup] Mar 24 23:22:31.484 INFO E| Downloaded serde_derive v1.0.193
33822026-03-24T23:22:32.177Z[ helios-setup] Mar 24 23:22:31.487 INFO E| Downloaded block-buffer v0.9.0
33832026-03-24T23:22:32.177Z[ helios-setup] Mar 24 23:22:31.489 INFO E| Downloaded libdevinfo-sys v1.0.0
33842026-03-24T23:22:32.188Z[ helios-setup] Mar 24 23:22:31.491 INFO E| Downloaded errno v0.3.1
33852026-03-24T23:22:32.188Z[ helios-setup] Mar 24 23:22:31.493 INFO E| Downloaded fastrand v2.0.0
33862026-03-24T23:22:32.188Z[ helios-setup] Mar 24 23:22:31.494 INFO E| Downloaded digest v0.9.0
33872026-03-24T23:22:32.188Z[ helios-setup] Mar 24 23:22:31.496 INFO E| Downloaded glob v0.3.1
33882026-03-24T23:22:32.192Z[ helios-setup] Mar 24 23:22:31.501 INFO E| Downloaded sha-1 v0.9.8
33892026-03-24T23:22:32.192Z[ helios-setup] Mar 24 23:22:31.503 INFO E| Downloaded itoa v1.0.9
33902026-03-24T23:22:32.195Z[ helios-setup] Mar 24 23:22:31.505 INFO E| Downloaded quote v1.0.31
33912026-03-24T23:22:32.201Z[ helios-setup] Mar 24 23:22:31.514 INFO E| Downloaded opaque-debug v0.3.0
33922026-03-24T23:22:32.204Z[ helios-setup] Mar 24 23:22:31.515 INFO E| Downloaded walkdir v2.3.3
33932026-03-24T23:22:32.207Z[ helios-setup] Mar 24 23:22:31.517 INFO E| Downloaded cpufeatures v0.2.9
33942026-03-24T23:22:32.207Z[ helios-setup] Mar 24 23:22:31.520 INFO E| Downloaded bitflags v2.3.3
33952026-03-24T23:22:32.217Z[ helios-setup] Mar 24 23:22:31.530 INFO E| Downloaded toml v0.5.11
33962026-03-24T23:22:32.225Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-03-24T23:22:32.228Z[ helios-setup] Mar 24 23:22:31.539 INFO E| Downloaded typenum v1.16.0
33982026-03-24T23:22:32.257Z[ helios-setup] Mar 24 23:22:31.569 INFO E| Downloaded serde v1.0.193
33992026-03-24T23:22:32.260Z[ helios-setup] Mar 24 23:22:31.573 INFO E| Downloaded uuid v0.8.2
34002026-03-24T23:22:32.264Z[ helios-setup] Mar 24 23:22:31.577 INFO E| Downloaded anyhow v1.0.72
34012026-03-24T23:22:32.267Z[ helios-setup] Mar 24 23:22:31.580 INFO E| Downloaded ryu v1.0.15
34022026-03-24T23:22:32.283Z[ helios-setup] Mar 24 23:22:31.582 INFO E| Downloaded proc-macro2 v1.0.66
34032026-03-24T23:22:32.283Z[ helios-setup] Mar 24 23:22:31.585 INFO E| Downloaded getrandom v0.2.10
34042026-03-24T23:22:32.283Z[ helios-setup] Mar 24 23:22:31.587 INFO E| Downloaded serde_json v1.0.103
34052026-03-24T23:22:32.301Z[ helios-setup] Mar 24 23:22:31.614 INFO E| Downloaded syn v2.0.32
34062026-03-24T23:22:32.343Z[ helios-setup] Mar 24 23:22:31.655 INFO E| Downloaded rustix v0.38.4
34072026-03-24T23:22:32.400Z[ helios-setup] Mar 24 23:22:31.713 INFO E| Downloaded libc v0.2.147
34082026-03-24T23:22:32.481Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling libc v0.2.147
34092026-03-24T23:22:32.481Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling proc-macro2 v1.0.66
34102026-03-24T23:22:32.481Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling cfg-if v1.0.0
34112026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling unicode-ident v1.0.11
34122026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling version_check v0.9.4
34132026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling typenum v1.16.0
34142026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling serde v1.0.193
34152026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling itoa v1.0.9
34162026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling slog v2.7.0
34172026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling num-conv v0.1.0
34182026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling rustix v0.38.4
34192026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling time-core v0.1.2
34202026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling powerfmt v0.2.0
34212026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling num_threads v0.1.6
34222026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling bitflags v2.3.3
34232026-03-24T23:22:32.485Z[ helios-setup] Mar 24 23:22:31.794 INFO E| Compiling once_cell v1.18.0
34242026-03-24T23:22:32.808Z[ helios-setup] Mar 24 23:22:32.119 INFO E| Compiling serde_json v1.0.103
34252026-03-24T23:22:32.865Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34262026-03-24T23:22:32.984Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
34272026-03-24T23:22:33.073Z[ helios-setup] Mar 24 23:22:32.386 INFO E| Compiling fastrand v2.0.0
34282026-03-24T23:22:33.082Z[ host-package] Compiling samael v0.0.19
34292026-03-24T23:22:33.226Z[ helios-setup] Mar 24 23:22:32.539 INFO E| Compiling opaque-debug v0.3.0
34302026-03-24T23:22:33.300Z[ helios-setup] Mar 24 23:22:32.613 INFO E| Compiling deranged v0.3.11
34312026-03-24T23:22:33.319Z[ helios-setup] Mar 24 23:22:32.632 INFO E| Compiling thread_local v1.1.7
34322026-03-24T23:22:33.396Z[ helios-setup] Mar 24 23:22:32.709 INFO E| Compiling time-macros v0.2.18
34332026-03-24T23:22:33.441Z[ helios-setup] Mar 24 23:22:32.754 INFO E| Compiling anyhow v1.0.72
34342026-03-24T23:22:33.522Z[ helios-setup] Mar 24 23:22:32.831 INFO E| Compiling same-file v1.0.6
34352026-03-24T23:22:33.529Z[ helios-setup] Mar 24 23:22:32.842 INFO E| Compiling ryu v1.0.15
34362026-03-24T23:22:33.590Z[ helios-setup] Mar 24 23:22:32.903 INFO E| Compiling generic-array v0.14.7
34372026-03-24T23:22:33.731Z[ helios-setup] Mar 24 23:22:33.044 INFO E| Compiling cpufeatures v0.2.9
34382026-03-24T23:22:33.779Z[ helios-setup] Mar 24 23:22:33.092 INFO E| Compiling unicode-width v0.1.10
34392026-03-24T23:22:33.818Z[ helios-setup] Mar 24 23:22:33.131 INFO E| Compiling libdevinfo-sys v1.0.0
34402026-03-24T23:22:33.889Z[ helios-setup] Mar 24 23:22:33.200 INFO E| Compiling walkdir v2.3.3
34412026-03-24T23:22:33.905Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34422026-03-24T23:22:33.915Z[ helios-setup] Mar 24 23:22:33.228 INFO E| Compiling glob v0.3.1
34432026-03-24T23:22:34.040Z[ helios-setup] Mar 24 23:22:33.354 INFO E| Compiling getopts v0.2.21
34442026-03-24T23:22:34.166Z[ helios-setup] Mar 24 23:22:33.479 INFO E| Compiling quote v1.0.31
34452026-03-24T23:22:34.484Z[ helios-setup] Mar 24 23:22:33.797 INFO E| Compiling syn v2.0.32
34462026-03-24T23:22:34.542Z[ host-package] Compiling fxhash v0.2.1
34472026-03-24T23:22:34.710Z[ helios-setup] Mar 24 23:22:34.023 INFO E| Compiling dirs-sys-next v0.1.2
34482026-03-24T23:22:34.710Z[ helios-setup] Mar 24 23:22:34.023 INFO E| Compiling errno v0.3.1
34492026-03-24T23:22:34.724Z[ helios-setup] Mar 24 23:22:34.037 INFO E| Compiling atty v0.2.14
34502026-03-24T23:22:34.736Z[ helios-setup] Mar 24 23:22:34.050 INFO E| Compiling getrandom v0.2.10
34512026-03-24T23:22:34.761Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34522026-03-24T23:22:35.050Z[ helios-setup] Mar 24 23:22:34.364 INFO E| Compiling dirs-next v2.0.0
34532026-03-24T23:22:35.152Z[ helios-setup] Mar 24 23:22:34.466 INFO E| Compiling term v0.7.0
34542026-03-24T23:22:35.191Z[ host-package] Compiling kstat-rs v0.2.4
34552026-03-24T23:22:35.520Z[ helios-setup] Mar 24 23:22:34.834 INFO E| Compiling time v0.3.36
34562026-03-24T23:22:35.857Z[ host-package] Compiling libz-sys v1.1.24
34572026-03-24T23:22:36.030Z[ host-package] Compiling nonempty v0.12.0
34582026-03-24T23:22:36.110Z[ host-package] Compiling salty v0.3.0
34592026-03-24T23:22:36.208Z[ helios-setup] Mar 24 23:22:35.522 INFO E| Compiling block-buffer v0.9.0
34602026-03-24T23:22:36.208Z[ helios-setup] Mar 24 23:22:35.522 INFO E| Compiling digest v0.9.0
34612026-03-24T23:22:36.276Z[ helios-setup] Mar 24 23:22:35.590 INFO E| Compiling tempfile v3.7.0
34622026-03-24T23:22:36.393Z[ helios-setup] Mar 24 23:22:35.707 INFO E| Compiling md-5 v0.9.1
34632026-03-24T23:22:36.393Z[ helios-setup] Mar 24 23:22:35.707 INFO E| Compiling sha-1 v0.9.8
34642026-03-24T23:22:36.943Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34652026-03-24T23:22:36.946Z[ host-package] Compiling polar-core v0.27.3
34662026-03-24T23:22:37.079Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34672026-03-24T23:22:37.100Z[ helios-setup] Mar 24 23:22:36.415 INFO E| Compiling slog-term v2.9.0
34682026-03-24T23:22:37.121Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
34692026-03-24T23:22:37.125Z[ host-package] Compiling progenitor-impl v0.11.2
34702026-03-24T23:22:37.180Z[ helios-setup] Mar 24 23:22:36.495 INFO E| Compiling serde_derive v1.0.193
34712026-03-24T23:22:38.672Z[ host-package] Compiling progenitor v0.10.0
34722026-03-24T23:22:38.946Z[ host-package] Compiling darling_core v0.23.0
34732026-03-24T23:22:40.246Z[ host-package] Compiling nanorand v0.7.0
34742026-03-24T23:22:40.681Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-03-24T23:22:41.205Z[ host-package] Compiling parking_lot_core v0.8.6
34762026-03-24T23:22:41.754Z[ host-package] Compiling mime_guess v2.0.5
34772026-03-24T23:22:42.388Z[ host-package] Compiling darling_macro v0.23.0
34782026-03-24T23:22:42.567Z[ host-package] Compiling progenitor-macro v0.11.2
34792026-03-24T23:22:42.697Z[ host-package] Compiling flume v0.11.1
34802026-03-24T23:22:43.093Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
34812026-03-24T23:22:43.775Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34822026-03-24T23:22:43.959Z[ helios-setup] Mar 24 23:22:43.277 INFO E| Compiling toml v0.5.11
34832026-03-24T23:22:43.959Z[ helios-setup] Mar 24 23:22:43.277 INFO E| Compiling uuid v0.8.2
34842026-03-24T23:22:45.229Z[ helios-setup] Mar 24 23:22:44.548 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34852026-03-24T23:22:46.319Z[ helios-setup] Mar 24 23:22:45.638 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34862026-03-24T23:22:46.888Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34872026-03-24T23:22:47.858Z[ host-package] Compiling progenitor-client v0.11.2
34882026-03-24T23:22:48.565Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34892026-03-24T23:22:48.862Z[ host-package] Compiling git-stub v1.0.0
34902026-03-24T23:22:49.223Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34912026-03-24T23:22:49.327Z[ host-package] Compiling instability v0.3.11
34922026-03-24T23:22:49.922Z[ host-package] Compiling git-stub-vcs v0.1.0
34932026-03-24T23:22:50.449Z[ host-package] Compiling progenitor v0.11.2
34942026-03-24T23:22:50.542Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34952026-03-24T23:22:50.819Z[ host-package] Compiling oso v0.27.3
34962026-03-24T23:22:51.988Z[ helios-setup] Mar 24 23:22:51.310 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.52s
34972026-03-24T23:22:52.017Z[ helios-setup] Mar 24 23:22:51.339 INFO building project "image-builder" ok (20 seconds)
34982026-03-24T23:22:52.017Z[ helios-setup] Mar 24 23:22:51.339 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34992026-03-24T23:22:52.064Z[ helios-setup] Mar 24 23:22:51.386 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')"
35002026-03-24T23:22:52.064Z[ helios-setup] Mar 24 23:22:51.386 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35012026-03-24T23:22:52.064Z[ helios-setup] Mar 24 23:22:51.386 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35022026-03-24T23:22:52.320Z[ helios-setup] Mar 24 23:22:51.643 INFO E| Updating crates.io index
35032026-03-24T23:22:52.501Z[ helios-setup] Mar 24 23:22:51.824 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35042026-03-24T23:22:52.751Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35052026-03-24T23:22:52.896Z[ helios-setup] Mar 24 23:22:52.219 INFO E| From https://github.com/oxidecomputer/amd-apcb
35062026-03-24T23:22:52.896Z[ helios-setup] Mar 24 23:22:52.219 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35072026-03-24T23:22:52.914Z[ helios-setup] Mar 24 23:22:52.237 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35082026-03-24T23:22:53.562Z[ helios-setup] Mar 24 23:22:52.885 INFO E| From https://github.com/oxidecomputer/amd-efs
35092026-03-24T23:22:53.562Z[ helios-setup] Mar 24 23:22:52.885 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35102026-03-24T23:22:53.743Z[ host-package] Compiling darling v0.23.0
35112026-03-24T23:22:53.961Z[ helios-setup] Mar 24 23:22:53.284 INFO E| Downloading crates ...
35122026-03-24T23:22:54.030Z[ helios-setup] Mar 24 23:22:53.353 INFO E| Downloaded bytesize v2.0.1
35132026-03-24T23:22:54.037Z[ helios-setup] Mar 24 23:22:53.360 INFO E| Downloaded heck v0.3.3
35142026-03-24T23:22:54.043Z[ helios-setup] Mar 24 23:22:53.367 INFO E| Downloaded pest_meta v2.8.0
35152026-03-24T23:22:54.046Z[ helios-setup] Mar 24 23:22:53.369 INFO E| Downloaded unic-char-range v0.9.0
35162026-03-24T23:22:54.050Z[ helios-setup] Mar 24 23:22:53.371 INFO E| Downloaded unic-char-property v0.9.0
35172026-03-24T23:22:54.050Z[ helios-setup] Mar 24 23:22:53.373 INFO E| Downloaded parse_int v0.9.0
35182026-03-24T23:22:54.054Z[ helios-setup] Mar 24 23:22:53.373 INFO E| Downloaded strum v0.27.1
35192026-03-24T23:22:54.054Z[ helios-setup] Mar 24 23:22:53.375 INFO E| Downloaded structopt-derive v0.4.18
35202026-03-24T23:22:54.054Z[ helios-setup] Mar 24 23:22:53.376 INFO E| Downloaded strsim v0.8.0
35212026-03-24T23:22:54.057Z[ helios-setup] Mar 24 23:22:53.378 INFO E| Downloaded ansi_term v0.12.1
35222026-03-24T23:22:54.060Z[ helios-setup] Mar 24 23:22:53.382 INFO E| Downloaded unic-common v0.9.0
35232026-03-24T23:22:54.060Z[ helios-setup] Mar 24 23:22:53.383 INFO E| Downloaded fletcher v1.0.0
35242026-03-24T23:22:54.064Z[ helios-setup] Mar 24 23:22:53.386 INFO E| Downloaded vec_map v0.8.2
35252026-03-24T23:22:54.064Z[ helios-setup] Mar 24 23:22:53.387 INFO E| Downloaded unic-ucd-version v0.9.0
35262026-03-24T23:22:54.067Z[ helios-setup] Mar 24 23:22:53.388 INFO E| Downloaded unic-ucd-ident v0.9.0
35272026-03-24T23:22:54.067Z[ helios-setup] Mar 24 23:22:53.389 INFO E| Downloaded four-cc v0.4.0
35282026-03-24T23:22:54.070Z[ helios-setup] Mar 24 23:22:53.391 INFO E| Downloaded modular-bitfield-impl v0.13.1
35292026-03-24T23:22:54.073Z[ helios-setup] Mar 24 23:22:53.395 INFO E| Downloaded pest_generator v2.8.0
35302026-03-24T23:22:54.076Z[ helios-setup] Mar 24 23:22:53.398 INFO E| Downloaded rustversion v1.0.20
35312026-03-24T23:22:54.079Z[ helios-setup] Mar 24 23:22:53.401 INFO E| Downloaded modular-bitfield v0.13.1
35322026-03-24T23:22:54.084Z[ helios-setup] Mar 24 23:22:53.408 INFO E| Downloaded textwrap v0.11.0
35332026-03-24T23:22:54.087Z[ helios-setup] Mar 24 23:22:53.410 INFO E| Downloaded modular-bitfield-impl v0.11.2
35342026-03-24T23:22:54.087Z[ helios-setup] Mar 24 23:22:53.411 INFO E| Downloaded dyn-clone v1.0.19
35352026-03-24T23:22:54.090Z[ helios-setup] Mar 24 23:22:53.414 INFO E| Downloaded modular-bitfield v0.11.2
35362026-03-24T23:22:54.100Z[ helios-setup] Mar 24 23:22:53.422 INFO E| Downloaded strum_macros v0.27.1
35372026-03-24T23:22:54.103Z[ helios-setup] Mar 24 23:22:53.424 INFO E| Downloaded log v0.4.27
35382026-03-24T23:22:54.103Z[ helios-setup] Mar 24 23:22:53.426 INFO E| Downloaded structopt v0.3.26
35392026-03-24T23:22:54.108Z[ helios-setup] Mar 24 23:22:53.432 INFO E| Downloaded typenum v1.18.0
35402026-03-24T23:22:54.111Z[ helios-setup] Mar 24 23:22:53.434 INFO E| Downloaded pest_derive v2.8.0
35412026-03-24T23:22:54.114Z[ helios-setup] Mar 24 23:22:53.436 INFO E| Downloaded zerocopy-derive v0.8.25
35422026-03-24T23:22:54.118Z[ helios-setup] Mar 24 23:22:53.441 INFO E| Downloaded pest v2.8.0
35432026-03-24T23:22:54.135Z[ helios-setup] Mar 24 23:22:53.458 INFO E| Downloaded goblin v0.9.3
35442026-03-24T23:22:54.140Z[ helios-setup] Mar 24 23:22:53.464 INFO E| Downloaded clap v2.34.0
35452026-03-24T23:22:54.146Z[ helios-setup] Mar 24 23:22:53.469 INFO E| Downloaded zerocopy v0.8.25
35462026-03-24T23:22:54.234Z[ helios-setup] Mar 24 23:22:53.558 INFO E| Compiling proc-macro2 v1.0.95
35472026-03-24T23:22:54.357Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling unicode-ident v1.0.18
35482026-03-24T23:22:54.357Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling memchr v2.7.4
35492026-03-24T23:22:54.357Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling autocfg v1.4.0
35502026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling thiserror v2.0.12
35512026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling syn v1.0.109
35522026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling serde v1.0.219
35532026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling version_check v0.9.5
35542026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling serde_json v1.0.140
35552026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling ryu v1.0.20
35562026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling schemars v0.8.22
35572026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling itoa v1.0.15
35582026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling rustversion v1.0.20
35592026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling paste v1.0.15
35602026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.681 INFO E| Compiling static_assertions v1.1.0
35612026-03-24T23:22:54.361Z[ helios-setup] Mar 24 23:22:53.682 INFO E| Compiling ucd-trie v0.1.7
35622026-03-24T23:22:54.586Z[ host-package] Compiling diesel-dtrace v0.5.0
35632026-03-24T23:22:54.777Z[ helios-setup] Mar 24 23:22:54.100 INFO E| Compiling dyn-clone v1.0.19
35642026-03-24T23:22:54.942Z[ helios-setup] Mar 24 23:22:54.265 INFO E| Compiling zerocopy v0.8.25
35652026-03-24T23:22:55.188Z[ helios-setup] Mar 24 23:22:54.511 INFO E| Compiling libc v0.2.172
35662026-03-24T23:22:55.293Z[ helios-setup] Mar 24 23:22:54.608 INFO E| Compiling once_cell v1.21.3
35672026-03-24T23:22:55.413Z[ helios-setup] Mar 24 23:22:54.736 INFO E| Compiling heck v0.5.0
35682026-03-24T23:22:55.575Z[ helios-setup] Mar 24 23:22:54.900 INFO E| Compiling proc-macro-error-attr v1.0.4
35692026-03-24T23:22:55.628Z[ helios-setup] Mar 24 23:22:54.952 INFO E| Compiling proc-macro-error v1.0.4
35702026-03-24T23:22:55.634Z[ helios-setup] Mar 24 23:22:54.959 INFO E| Compiling unicode-segmentation v1.12.0
35712026-03-24T23:22:55.683Z[ helios-setup] Mar 24 23:22:55.007 INFO E| Compiling unicode-width v0.1.14
35722026-03-24T23:22:55.832Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35732026-03-24T23:22:55.881Z[ helios-setup] Mar 24 23:22:55.206 INFO E| Compiling byteorder v1.5.0
35742026-03-24T23:22:55.939Z[ helios-setup] Mar 24 23:22:55.263 INFO E| Compiling ansi_term v0.12.1
35752026-03-24T23:22:55.955Z[ helios-setup] Mar 24 23:22:55.279 INFO E| Compiling num-traits v0.2.19
35762026-03-24T23:22:56.025Z[ helios-setup] Mar 24 23:22:55.349 INFO E| Compiling memoffset v0.9.1
35772026-03-24T23:22:56.078Z[ helios-setup] Mar 24 23:22:55.402 INFO E| Compiling bitflags v1.3.2
35782026-03-24T23:22:56.179Z[ helios-setup] Mar 24 23:22:55.503 INFO E| Compiling strsim v0.8.0
35792026-03-24T23:22:56.258Z[ helios-setup] Mar 24 23:22:55.583 INFO E| Compiling quote v1.0.40
35802026-03-24T23:22:56.354Z[ helios-setup] Mar 24 23:22:55.678 INFO E| Compiling textwrap v0.11.0
35812026-03-24T23:22:56.476Z[ helios-setup] Mar 24 23:22:55.800 INFO E| Compiling vec_map v0.8.2
35822026-03-24T23:22:56.528Z[ helios-setup] Mar 24 23:22:55.853 INFO E| Compiling fletcher v1.0.0
35832026-03-24T23:22:56.577Z[ helios-setup] Mar 24 23:22:55.902 INFO E| Compiling heck v0.3.3
35842026-03-24T23:22:56.604Z[ helios-setup] Mar 24 23:22:55.909 INFO E| Compiling unic-common v0.9.0
35852026-03-24T23:22:56.695Z[ helios-setup] Mar 24 23:22:56.019 INFO E| Compiling strum v0.27.1
35862026-03-24T23:22:56.791Z[ helios-setup] Mar 24 23:22:56.116 INFO E| Compiling unic-char-range v0.9.0
35872026-03-24T23:22:56.795Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35882026-03-24T23:22:56.858Z[ helios-setup] Mar 24 23:22:56.183 INFO E| Compiling unic-ucd-version v0.9.0
35892026-03-24T23:22:56.879Z[ helios-setup] Mar 24 23:22:56.202 INFO E| Compiling log v0.4.27
35902026-03-24T23:22:56.906Z[ helios-setup] Mar 24 23:22:56.230 INFO E| Compiling lazy_static v1.5.0
35912026-03-24T23:22:56.962Z[ helios-setup] Mar 24 23:22:56.287 INFO E| Compiling plain v0.2.3
35922026-03-24T23:22:56.971Z[ helios-setup] Mar 24 23:22:56.295 INFO E| Compiling unic-char-property v0.9.0
35932026-03-24T23:22:57.064Z[ helios-setup] Mar 24 23:22:56.388 INFO E| Compiling bytesize v2.0.1
35942026-03-24T23:22:57.083Z[ helios-setup] Mar 24 23:22:56.408 INFO E| Compiling syn v2.0.101
35952026-03-24T23:22:57.102Z[ helios-setup] Mar 24 23:22:56.427 INFO E| Compiling unic-ucd-ident v0.9.0
35962026-03-24T23:22:57.236Z[ helios-setup] Mar 24 23:22:56.561 INFO E| Compiling atty v0.2.14
35972026-03-24T23:22:57.347Z[ helios-setup] Mar 24 23:22:56.672 INFO E| Compiling clap v2.34.0
35982026-03-24T23:22:57.695Z[ host-package] Compiling async-bb8-diesel v0.2.1
35992026-03-24T23:22:58.411Z[ helios-setup] Mar 24 23:22:57.736 INFO E| Compiling parse_int v0.9.0
36002026-03-24T23:22:58.638Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-03-24T23:23:00.364Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36022026-03-24T23:23:01.078Z[ helios-setup] Mar 24 23:23:00.405 INFO E| Compiling serde_derive_internals v0.29.1
36032026-03-24T23:23:01.259Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36042026-03-24T23:23:02.513Z[ helios-setup] Mar 24 23:23:01.840 INFO E| Compiling modular-bitfield-impl v0.11.2
36052026-03-24T23:23:02.513Z[ helios-setup] Mar 24 23:23:01.840 INFO E| Compiling structopt-derive v0.4.18
36062026-03-24T23:23:02.784Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling thiserror-impl v2.0.12
36072026-03-24T23:23:02.784Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling serde_derive v1.0.219
36082026-03-24T23:23:02.788Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling schemars_derive v0.8.22
36092026-03-24T23:23:02.788Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling zerocopy-derive v0.8.25
36102026-03-24T23:23:02.788Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling num-derive v0.4.2
36112026-03-24T23:23:02.788Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling modular-bitfield-impl v0.13.1
36122026-03-24T23:23:02.789Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling scroll_derive v0.12.1
36132026-03-24T23:23:02.789Z[ helios-setup] Mar 24 23:23:02.112 INFO E| Compiling strum_macros v0.27.1
36142026-03-24T23:23:04.173Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36152026-03-24T23:23:04.503Z[ helios-setup] Mar 24 23:23:03.832 INFO E| Compiling modular-bitfield v0.11.2
36162026-03-24T23:23:04.597Z[ helios-setup] Mar 24 23:23:03.925 INFO E| Compiling structopt v0.3.26
36172026-03-24T23:23:04.632Z[ helios-setup] Mar 24 23:23:03.960 INFO E| Compiling scroll v0.12.0
36182026-03-24T23:23:05.036Z[ helios-setup] Mar 24 23:23:04.364 INFO E| Compiling goblin v0.9.3
36192026-03-24T23:23:05.884Z[ helios-setup] Mar 24 23:23:05.213 INFO E| Compiling pest v2.8.0
36202026-03-24T23:23:05.978Z[ host-package] Compiling ignore v0.4.25
36212026-03-24T23:23:05.984Z[ helios-setup] Mar 24 23:23:05.313 INFO E| Compiling modular-bitfield v0.13.1
36222026-03-24T23:23:06.621Z[ host-package] Compiling primeorder v0.13.6
36232026-03-24T23:23:06.935Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36242026-03-24T23:23:07.223Z[ host-package] Compiling castaway v0.2.4
36252026-03-24T23:23:07.503Z[ host-package] Compiling nibble_vec v0.1.0
36262026-03-24T23:23:07.833Z[ host-package] Compiling atty v0.2.14
36272026-03-24T23:23:07.983Z[ helios-setup] Mar 24 23:23:07.313 INFO E| Compiling pest_meta v2.8.0
36282026-03-24T23:23:08.426Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36292026-03-24T23:23:08.922Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-03-24T23:23:08.934Z[ helios-setup] Mar 24 23:23:08.264 INFO E| Compiling pest_generator v2.8.0
36312026-03-24T23:23:09.027Z[ host-package] Compiling indoc v2.0.7
36322026-03-24T23:23:09.154Z[ host-package] Compiling http-range v0.1.5
36332026-03-24T23:23:09.387Z[ host-package] Compiling endian-type v0.1.2
36342026-03-24T23:23:09.602Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36352026-03-24T23:23:09.755Z[ host-package] Compiling radix_trie v0.2.1
36362026-03-24T23:23:09.978Z[ helios-setup] Mar 24 23:23:09.309 INFO E| Compiling pest_derive v2.8.0
36372026-03-24T23:23:10.009Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36382026-03-24T23:23:10.071Z[ host-package] Compiling compact_str v0.8.1
36392026-03-24T23:23:10.237Z[ host-package] Compiling globwalk v0.9.1
36402026-03-24T23:23:10.411Z[ host-package] Compiling p384 v0.13.1
36412026-03-24T23:23:10.897Z[ host-package] Compiling parking_lot v0.11.2
36422026-03-24T23:23:11.159Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-24T23:23:11.295Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36442026-03-24T23:23:11.790Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36452026-03-24T23:23:12.013Z[ helios-setup] Mar 24 23:23:11.344 INFO E| Compiling json5 v0.4.1
36462026-03-24T23:23:12.034Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36472026-03-24T23:23:12.124Z[ host-package] Compiling predicates-tree v1.0.13
36482026-03-24T23:23:12.128Z[ host-package] Compiling unicode-truncate v1.1.0
36492026-03-24T23:23:12.559Z[ host-package] Compiling lru v0.12.5
36502026-03-24T23:23:12.785Z[ host-package] Compiling prefix-trie v0.7.0
36512026-03-24T23:23:13.021Z[ host-package] Compiling vergen-git2 v1.0.7
36522026-03-24T23:23:13.148Z[ host-package] Compiling cassowary v0.3.0
36532026-03-24T23:23:13.223Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-03-24T23:23:13.507Z[ host-package] Compiling hickory-server v0.25.2
36552026-03-24T23:23:13.682Z[ host-package] Compiling ratatui v0.29.0
36562026-03-24T23:23:13.782Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36572026-03-24T23:23:14.467Z[ helios-setup] Mar 24 23:23:13.800 INFO E| Compiling four-cc v0.4.0
36582026-03-24T23:23:14.467Z[ helios-setup] Mar 24 23:23:13.800 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36592026-03-24T23:23:14.627Z[ helios-setup] Mar 24 23:23:13.960 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36602026-03-24T23:23:14.793Z[ host-package] Compiling hyper-staticfile v0.10.1
36612026-03-24T23:23:15.401Z[ host-package] Compiling sled v0.34.7
36622026-03-24T23:23:16.006Z[ host-package] Compiling hickory-client v0.25.2
36632026-03-24T23:23:16.621Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36642026-03-24T23:23:16.857Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36652026-03-24T23:23:17.212Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-03-24T23:23:17.273Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36672026-03-24T23:23:17.696Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-03-24T23:23:18.103Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36692026-03-24T23:23:18.281Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-03-24T23:23:19.110Z[ host-package] Compiling rand_seeder v0.4.0
36712026-03-24T23:23:19.368Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36722026-03-24T23:23:19.455Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36732026-03-24T23:23:19.706Z[ host-package] Compiling lzma-sys v0.1.20
36742026-03-24T23:23:20.073Z[ host-package] Compiling rustls v0.21.12
36752026-03-24T23:23:20.274Z[ host-package] Compiling corncobs v0.1.4
36762026-03-24T23:23:20.396Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36772026-03-24T23:23:20.577Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-03-24T23:23:20.850Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36792026-03-24T23:23:20.890Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36802026-03-24T23:23:21.136Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36812026-03-24T23:23:21.258Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-03-24T23:23:21.525Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-03-24T23:23:21.631Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36842026-03-24T23:23:21.698Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36852026-03-24T23:23:21.701Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36862026-03-24T23:23:23.122Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36872026-03-24T23:23:25.225Z[ host-package] Compiling git2 v0.20.4
36882026-03-24T23:23:25.329Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36892026-03-24T23:23:25.757Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36902026-03-24T23:23:26.020Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36912026-03-24T23:23:26.124Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36922026-03-24T23:23:26.405Z[ host-package] Compiling rustls-webpki v0.101.7
36932026-03-24T23:23:26.508Z[ host-package] Compiling sct v0.7.1
36942026-03-24T23:23:26.943Z[ host-package] Compiling cargo_toml v0.22.3
36952026-03-24T23:23:28.324Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36962026-03-24T23:23:29.138Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36972026-03-24T23:23:29.921Z[ host-package] Compiling nix v0.29.0
36982026-03-24T23:23:30.178Z[ host-package] Compiling secrecy v0.8.0
36992026-03-24T23:23:30.510Z[ host-package] Compiling void v1.0.2
37002026-03-24T23:23:30.562Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37012026-03-24T23:23:30.661Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37022026-03-24T23:23:30.735Z[ host-package] Compiling lzss v0.8.2
37032026-03-24T23:23:30.738Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37042026-03-24T23:23:31.143Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37052026-03-24T23:23:31.197Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37062026-03-24T23:23:31.291Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37072026-03-24T23:23:31.746Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-03-24T23:23:32.413Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37092026-03-24T23:23:32.550Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-03-24T23:23:32.640Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37112026-03-24T23:23:33.017Z[ host-package] Compiling tungstenite v0.23.0
37122026-03-24T23:23:33.592Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37132026-03-24T23:23:33.930Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37142026-03-24T23:23:34.083Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37152026-03-24T23:23:34.274Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37162026-03-24T23:23:34.416Z[ host-package] Compiling nix v0.27.1
37172026-03-24T23:23:34.473Z[ host-package] Compiling serde_bytes v0.11.19
37182026-03-24T23:23:34.966Z[ host-package] Compiling tokio-tungstenite v0.23.1
37192026-03-24T23:23:35.015Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37202026-03-24T23:23:35.513Z[ host-package] Compiling tokio-rustls v0.24.1
37212026-03-24T23:23:35.820Z[ helios-setup] Mar 24 23:23:35.165 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37222026-03-24T23:23:35.914Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37232026-03-24T23:23:36.145Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37242026-03-24T23:23:36.293Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37252026-03-24T23:23:37.096Z[ host-package] Compiling xz2 v0.1.7
37262026-03-24T23:23:37.632Z[ host-package] Compiling ron v0.12.0
37272026-03-24T23:23:37.909Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37282026-03-24T23:23:40.454Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37292026-03-24T23:23:42.042Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-03-24T23:23:42.135Z[ helios-setup] Mar 24 23:23:41.482 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37312026-03-24T23:23:43.163Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37322026-03-24T23:23:43.197Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37332026-03-24T23:23:44.761Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37342026-03-24T23:23:44.925Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37352026-03-24T23:23:45.665Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37362026-03-24T23:23:47.234Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-03-24T23:23:47.870Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37382026-03-24T23:23:49.200Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37392026-03-24T23:23:49.581Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37402026-03-24T23:23:49.703Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37412026-03-24T23:23:51.001Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37422026-03-24T23:23:51.771Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37432026-03-24T23:23:52.228Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37442026-03-24T23:23:53.502Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-03-24T23:23:54.223Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37462026-03-24T23:23:54.718Z[ host-package] Compiling rustls-pemfile v1.0.4
37472026-03-24T23:23:55.102Z[ host-package] Compiling signal-hook-tokio v0.3.1
37482026-03-24T23:23:55.197Z[ host-package] Compiling twox-hash v2.1.2
37492026-03-24T23:23:55.381Z[ host-package] Compiling yasna v0.5.2
37502026-03-24T23:23:55.483Z[ host-package] Compiling base16ct v1.0.0
37512026-03-24T23:23:55.577Z[ host-package] Compiling is_ci v1.2.0
37522026-03-24T23:23:55.873Z[ host-package] Compiling supports-color v3.0.2
37532026-03-24T23:23:56.278Z[ host-package] Compiling rcgen v0.12.1
37542026-03-24T23:23:56.615Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37552026-03-24T23:23:56.949Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-03-24T23:23:57.447Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37572026-03-24T23:23:58.022Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37582026-03-24T23:23:58.114Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37592026-03-24T23:23:59.153Z[ helios-setup] Mar 24 23:23:58.509 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
37602026-03-24T23:23:59.179Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37612026-03-24T23:23:59.194Z[ helios-setup] Mar 24 23:23:58.550 INFO building project "amd-host-image-builder" ok (67 seconds)
37622026-03-24T23:23:59.198Z[ helios-setup] rm -f helios-build
37632026-03-24T23:23:59.198Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37642026-03-24T23:23:59.201Z[ helios-setup]
37652026-03-24T23:23:59.204Z[ helios-setup] Setup complete! ./helios-build is now available.
37662026-03-24T23:23:59.204Z[ helios-setup]
37672026-03-24T23:23:59.204Z[ helios-setup]
37682026-03-24T23:23:59.204Z[ helios-setup] real 3:33.630579040
37692026-03-24T23:23:59.204Z[ helios-setup] user 9:28.305781995
37702026-03-24T23:23:59.204Z[ helios-setup] sys 1:30.277294100
37712026-03-24T23:23:59.204Z[ helios-setup] trap 0.621622948
37722026-03-24T23:23:59.204Z[ helios-setup] tflt 2.999235934
37732026-03-24T23:23:59.204Z[ helios-setup] dflt 11.185458227
37742026-03-24T23:23:59.207Z[ helios-setup] kflt 0.001565516
37752026-03-24T23:23:59.207Z[ helios-setup] lock 53:54.954865511
37762026-03-24T23:23:59.208Z[ helios-setup] slp 46:44.970499781
37772026-03-24T23:23:59.208Z[ helios-setup] lat 9:22.063392616
37782026-03-24T23:23:59.208Z[ helios-setup] stop 2:59.497757566
37792026-03-24T23:23:59.208ZMar 24 23:23:58.561 INFO [helios-setup] process exited with exit status: 0 (213.634211088s)
37802026-03-24T23:23:59.208ZMar 24 23:23:58.561 INFO [helios-record] running task
37812026-03-24T23:23:59.208ZMar 24 23:23:58.561 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37822026-03-24T23:23:59.215ZMar 24 23:23:58.571 DEBG process exited with exit status: 0 (9.362338ms)
37832026-03-24T23:23:59.215ZMar 24 23:23:58.571 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37842026-03-24T23:23:59.221ZMar 24 23:23:58.576 DEBG process exited with exit status: 0 (5.121029ms)
37852026-03-24T23:23:59.221ZMar 24 23:23:58.576 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37862026-03-24T23:23:59.235ZMar 24 23:23:58.591 DEBG process exited with exit status: 0 (15.426679ms)
37872026-03-24T23:23:59.236ZMar 24 23:23:58.591 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37882026-03-24T23:23:59.240ZMar 24 23:23:58.596 DEBG process exited with exit status: 0 (5.107952ms)
37892026-03-24T23:23:59.240ZMar 24 23:23:58.597 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37902026-03-24T23:23:59.246ZMar 24 23:23:58.602 DEBG process exited with exit status: 0 (5.147832ms)
37912026-03-24T23:23:59.246ZMar 24 23:23:58.602 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37922026-03-24T23:23:59.250ZMar 24 23:23:58.607 DEBG process exited with exit status: 0 (4.999907ms)
37932026-03-24T23:23:59.250ZMar 24 23:23:58.607 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37942026-03-24T23:23:59.255ZMar 24 23:23:58.612 DEBG process exited with exit status: 0 (5.090854ms)
37952026-03-24T23:23:59.256ZMar 24 23:23:58.612 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37962026-03-24T23:23:59.260ZMar 24 23:23:58.617 DEBG process exited with exit status: 0 (4.829169ms)
37972026-03-24T23:23:59.260ZMar 24 23:23:58.617 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37982026-03-24T23:23:59.265ZMar 24 23:23:58.622 DEBG process exited with exit status: 0 (5.00641ms)
37992026-03-24T23:23:59.269ZMar 24 23:23:58.622 INFO [helios-record] task succeeded (60.922987ms)
38002026-03-24T23:24:01.270Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38012026-03-24T23:24:02.216Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38022026-03-24T23:24:02.250Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38032026-03-24T23:24:02.378Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38042026-03-24T23:24:04.732Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38052026-03-24T23:24:05.053Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38062026-03-24T23:24:05.365Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38072026-03-24T23:24:05.662Z[ host-package] Compiling fatfs v0.3.6
38082026-03-24T23:24:07.233Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38092026-03-24T23:24:07.467Z[ host-package] Compiling subprocess v0.2.15
38102026-03-24T23:24:10.229Z[ host-package] Compiling rtoolbox v0.0.3
38112026-03-24T23:24:10.646Z[ host-package] Compiling seq-macro v0.3.6
38122026-03-24T23:24:11.057Z[ host-package] Compiling assert_matches v1.5.0
38132026-03-24T23:24:11.202Z[ host-package] Compiling rpassword v7.4.0
38142026-03-24T23:24:11.312Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38152026-03-24T23:24:11.446Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38162026-03-24T23:24:11.499Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38172026-03-24T23:24:11.558Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38182026-03-24T23:24:12.392Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38192026-03-24T23:24:12.575Z[ host-package] Compiling tui-tree-widget v0.23.1
38202026-03-24T23:24:12.950Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38212026-03-24T23:24:13.253Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38222026-03-24T23:24:13.924Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38232026-03-24T23:24:14.576Z[ host-package] Compiling uzers v0.12.2
38242026-03-24T23:24:16.455Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38252026-03-24T23:24:17.255Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38262026-03-24T23:24:18.578Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38272026-03-24T23:24:18.645Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38282026-03-24T23:24:23.037Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38292026-03-24T23:24:24.480Z[ host-package] Compiling support-bundle-viewer v0.1.2
38302026-03-24T23:24:25.429Z[ host-package] Compiling multimap v0.10.1
38312026-03-24T23:24:39.221Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38322026-03-24T23:24:46.892Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38332026-03-24T23:32:01.300Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 53s
38342026-03-24T23:32:53.963ZMar 24 23:32:53.587 INFO [host-package] process exited with exit status: 0 (706.55601882s)
38352026-03-24T23:32:53.963ZMar 24 23:32:53.587 INFO [host-stamp] running task
38362026-03-24T23:32:53.966ZMar 24 23:32:53.587 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+gita1d650fe707
38372026-03-24T23:32:53.966ZMar 24 23:32:53.587 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38382026-03-24T23:32:53.966ZMar 24 23:32:53.588 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+gita1d650fe707
38392026-03-24T23:32:53.966ZMar 24 23:32:53.588 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+gita1d650fe707
38402026-03-24T23:32:53.966ZMar 24 23:32:53.589 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+gita1d650fe707
38412026-03-24T23:32:53.966ZMar 24 23:32:53.589 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+gita1d650fe707
38422026-03-24T23:32:53.966ZMar 24 23:32:53.589 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+gita1d650fe707
38432026-03-24T23:32:53.966ZMar 24 23:32:53.589 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+gita1d650fe707
38442026-03-24T23:32:53.966ZMar 24 23:32:53.590 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+gita1d650fe707
38452026-03-24T23:32:53.976Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-03-24T23:32:53.976Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-03-24T23:32:53.991Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-03-24T23:32:53.991Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-03-24T23:32:53.991Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-03-24T23:32:53.991Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-03-24T23:32:53.991Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-03-24T23:32:53.991Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38532026-03-24T23:32:53.991Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-03-24T23:32:53.991Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38552026-03-24T23:32:53.991ZMar 24 23:32:53.607 INFO [stamp-overlay] process exited with exit status: 0 (17.862455ms)
38562026-03-24T23:32:53.994Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38572026-03-24T23:32:53.998ZMar 24 23:32:53.619 INFO [stamp-oxlog] process exited with exit status: 0 (29.803662ms)
38582026-03-24T23:32:54.051Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38592026-03-24T23:32:54.054ZMar 24 23:32:53.669 INFO [stamp-crucible-utils] process exited with exit status: 0 (80.957273ms)
38602026-03-24T23:32:54.054Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38612026-03-24T23:32:54.054ZMar 24 23:32:53.676 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (88.371174ms)
38622026-03-24T23:32:54.161Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38632026-03-24T23:32:54.166ZMar 24 23:32:53.790 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.478259ms)
38642026-03-24T23:32:54.394Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38652026-03-24T23:32:54.399ZMar 24 23:32:54.023 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (435.523823ms)
38662026-03-24T23:32:54.616Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38672026-03-24T23:32:54.620ZMar 24 23:32:54.245 INFO [stamp-propolis-server] process exited with exit status: 0 (654.83075ms)
38682026-03-24T23:32:55.392Z[recovery-package] Compiling newtype-uuid v1.3.2
38692026-03-24T23:32:55.712Z[recovery-package] Compiling daft v0.1.5
38702026-03-24T23:32:55.994Z[recovery-package] Compiling iddqd v0.3.17
38712026-03-24T23:32:57.229Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38722026-03-24T23:32:57.554Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38732026-03-24T23:32:57.554Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38742026-03-24T23:32:57.557Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38752026-03-24T23:32:57.557Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38762026-03-24T23:32:57.557Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38772026-03-24T23:32:57.557Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38782026-03-24T23:32:57.663Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38792026-03-24T23:32:58.136Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38802026-03-24T23:33:00.682Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38812026-03-24T23:33:00.686ZMar 24 23:33:00.314 INFO [stamp-switch-asic] process exited with exit status: 0 (6.724433068s)
38822026-03-24T23:33:00.689ZMar 24 23:33:00.314 INFO [host-stamp] task succeeded (6.727087966s)
38832026-03-24T23:33:00.689ZMar 24 23:33:00.314 INFO [host-proto] running task
38842026-03-24T23:33:01.154ZMar 24 23:33:00.782 INFO [host-proto] task succeeded (467.501928ms)
38852026-03-24T23:33:01.154ZMar 24 23:33:00.782 INFO [host-profile] running task
38862026-03-24T23:33:01.157ZMar 24 23:33:00.782 INFO [host-profile] task succeeded (161.362µs)
38872026-03-24T23:33:01.157ZMar 24 23:33:00.782 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.39.455' -P /tmp/.tmpOfiUse/proto/host/root -N 'ci a1d650f/${os_short_commit} 2026-03-24 23:20' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38882026-03-24T23:33:01.161Z[ host-image] Mar 24 23:33:00.789 INFO Checking files for board 'gimlet'
38892026-03-24T23:33:01.161Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38902026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38912026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO Checking files for board 'cosmo-mbist-noaggr'
38922026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38932026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO Checking files for board 'cosmo-mbist'
38942026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38952026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO Checking files for board 'cosmo'
38962026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38972026-03-24T23:33:01.164Z[ host-image] Mar 24 23:33:00.789 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38982026-03-24T23:33:01.172Z[ host-image] Mar 24 23:33:00.800 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpOfiUse/proto/host/root"
38992026-03-24T23:33:01.172Z[ host-image] Mar 24 23:33:00.800 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39002026-03-24T23:33:01.175Z[ host-image] Mar 24 23:33:00.800 INFO image builder template: ramdisk-01-os...
39012026-03-24T23:33:01.175Z[ host-image] Mar 24 23:33:00.800 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/.tmpOfiUse/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39022026-03-24T23:33:01.188Z[ host-image] Mar 24 23:33:00.816 INFO O| Mar 24 23:33:00.816 INFO CREATE DATASET: rpool/images/build/host/output
39032026-03-24T23:33:01.768Z[ host-image] Mar 24 23:33:01.397 INFO O| Mar 24 23:33:01.396 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39042026-03-24T23:33:01.772Z[ host-image] Mar 24 23:33:01.400 INFO O| Mar 24 23:33:01.400 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39052026-03-24T23:33:02.019Z[ host-image] Mar 24 23:33:01.647 INFO O| Mar 24 23:33:01.647 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39062026-03-24T23:33:02.062Z[ host-image] Mar 24 23:33:01.690 INFO O| Mar 24 23:33:01.690 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39072026-03-24T23:33:02.062Z[ host-image] Mar 24 23:33:01.690 INFO O| Mar 24 23:33:01.690 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39082026-03-24T23:33:02.065Z[ host-image] Mar 24 23:33:01.690 INFO O| Mar 24 23:33:01.690 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39092026-03-24T23:33:02.065Z[ host-image] Mar 24 23:33:01.690 INFO O| Mar 24 23:33:01.690 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39102026-03-24T23:33:02.069Z[ host-image] Mar 24 23:33:01.697 INFO O| Mar 24 23:33:01.697 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39112026-03-24T23:33:02.290Z[ host-image] Mar 24 23:33:01.918 INFO O| Mar 24 23:33:01.918 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-03-24T23:33:02.297Z[ host-image] Mar 24 23:33:01.926 INFO O| Mar 24 23:33:01.925 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39132026-03-24T23:33:02.620Z[ host-image] Mar 24 23:33:02.248 INFO O| Mar 24 23:33:02.248 INFO O| Caching catalogs ... Done
39142026-03-24T23:33:02.695Z[ host-image] Mar 24 23:33:02.324 INFO O| Mar 24 23:33:02.323 INFO STEP 0 (pkg_image_create) COMPLETE
39152026-03-24T23:33:02.695Z[ host-image] Mar 24 23:33:02.324 INFO O| Mar 24 23:33:02.323 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-03-24T23:33:02.703Z[ host-image] Mar 24 23:33:02.332 INFO O| Mar 24 23:33:02.332 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
39172026-03-24T23:33:03.002Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO STEP 1 (pkg_set_publisher) COMPLETE
39182026-03-24T23:33:03.002Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO skip step because feature "publisher_1_name" is not enabled
39202026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO skip step because feature "publisher_2_name" is not enabled
39222026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO skip step because feature "publisher_3_name" is not enabled
39242026-03-24T23:33:03.006Z[ host-image] Mar 24 23:33:02.630 INFO O| Mar 24 23:33:02.630 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-03-24T23:33:03.295Z[ host-image] Mar 24 23:33:02.924 INFO O| Mar 24 23:33:02.924 INFO variant opensolaris.zone is already global
39262026-03-24T23:33:03.295Z[ host-image] Mar 24 23:33:02.924 INFO O| Mar 24 23:33:02.924 INFO STEP 5 (pkg_change_variant) COMPLETE
39272026-03-24T23:33:03.299Z[ host-image] Mar 24 23:33:02.924 INFO O| Mar 24 23:33:02.924 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-03-24T23:33:03.590Z[ host-image] Mar 24 23:33:03.219 INFO O| Mar 24 23:33:03.218 INFO variant opensolaris.imagetype is full; changing to partial
39292026-03-24T23:33:03.590Z[ host-image] Mar 24 23:33:03.219 INFO O| Mar 24 23:33:03.218 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39302026-03-24T23:33:04.585Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39312026-03-24T23:33:04.585Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39322026-03-24T23:33:04.590Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39332026-03-24T23:33:04.590Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39342026-03-24T23:33:04.590Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39352026-03-24T23:33:07.740Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39362026-03-24T23:33:07.740Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39372026-03-24T23:33:09.170Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39382026-03-24T23:33:09.974Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39392026-03-24T23:33:25.116Z[recovery-package] Finished `release` profile [optimized] target(s) in 30.97s
39402026-03-24T23:33:25.188Z[ host-image] Mar 24 23:33:24.826 INFO O| Mar 24 23:33:24.826 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39412026-03-24T23:33:26.949ZMar 24 23:33:26.570 INFO [recovery-package] process exited with exit status: 0 (32.982633257s)
39422026-03-24T23:33:26.949ZMar 24 23:33:26.570 INFO [recovery-stamp] running task
39432026-03-24T23:33:26.952ZMar 24 23:33:26.570 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39442026-03-24T23:33:26.952ZMar 24 23:33:26.570 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+gita1d650fe707
39452026-03-24T23:33:26.952ZMar 24 23:33:26.571 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gita1d650fe707
39462026-03-24T23:33:26.952Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39472026-03-24T23:33:26.952Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39482026-03-24T23:33:27.070Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39492026-03-24T23:33:27.074ZMar 24 23:33:26.715 INFO [stamp-installinator] process exited with exit status: 0 (144.077844ms)
39502026-03-24T23:33:27.111Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39512026-03-24T23:33:27.115ZMar 24 23:33:26.756 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.297955ms)
39522026-03-24T23:33:27.115ZMar 24 23:33:26.756 INFO [recovery-stamp] task succeeded (186.48108ms)
39532026-03-24T23:33:27.115ZMar 24 23:33:26.756 INFO [recovery-proto] running task
39542026-03-24T23:33:27.115ZMar 24 23:33:26.756 INFO [tuf-stamp] running task
39552026-03-24T23:33:27.119ZMar 24 23:33:26.757 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+gita1d650fe707
39562026-03-24T23:33:27.119ZMar 24 23:33:26.757 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+gita1d650fe707
39572026-03-24T23:33:27.119ZMar 24 23:33:26.758 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gita1d650fe707
39582026-03-24T23:33:27.119ZMar 24 23:33:26.758 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+gita1d650fe707
39592026-03-24T23:33:27.119ZMar 24 23:33:26.758 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gita1d650fe707
39602026-03-24T23:33:27.119ZMar 24 23:33:26.759 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+gita1d650fe707
39612026-03-24T23:33:27.119ZMar 24 23:33:26.759 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gita1d650fe707
39622026-03-24T23:33:27.119ZMar 24 23:33:26.759 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+gita1d650fe707
39632026-03-24T23:33:27.122ZMar 24 23:33:26.760 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+gita1d650fe707
39642026-03-24T23:33:27.122ZMar 24 23:33:26.760 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+gita1d650fe707
39652026-03-24T23:33:27.122ZMar 24 23:33:26.761 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+gita1d650fe707
39662026-03-24T23:33:27.122ZMar 24 23:33:26.761 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+gita1d650fe707
39672026-03-24T23:33:27.129Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39682026-03-24T23:33:27.133Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-03-24T23:33:27.133Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39702026-03-24T23:33:27.133Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39712026-03-24T23:33:27.133Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39722026-03-24T23:33:27.133Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39732026-03-24T23:33:27.133Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-03-24T23:33:27.133Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-03-24T23:33:27.133Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-03-24T23:33:27.133Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-03-24T23:33:27.133Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-03-24T23:33:27.133Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-03-24T23:33:27.192Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39802026-03-24T23:33:27.197ZMar 24 23:33:26.838 INFO [stamp-probe] process exited with exit status: 0 (77.971716ms)
39812026-03-24T23:33:27.268ZMar 24 23:33:26.909 INFO [recovery-proto] task succeeded (129.123025ms)
39822026-03-24T23:33:27.268ZMar 24 23:33:26.909 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.39.455' -P /tmp/.tmpOfiUse/proto/recovery/root -N 'recovery a1d650f/${os_short_commit} 2026-03-24 23:20' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39832026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.915 INFO Checking files for board 'cosmo-mbist'
39842026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39852026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO Checking files for board 'cosmo'
39862026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39872026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39882026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO Checking files for board 'gimlet'
39892026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39902026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39912026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO Checking files for board 'cosmo-mbist-noaggr'
39922026-03-24T23:33:27.275Z[ recovery-image] Mar 24 23:33:26.916 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39932026-03-24T23:33:27.287Z[ recovery-image] Mar 24 23:33:26.928 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpOfiUse/proto/recovery/root"
39942026-03-24T23:33:27.287Z[ recovery-image] Mar 24 23:33:26.928 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39952026-03-24T23:33:27.287Z[ recovery-image] Mar 24 23:33:26.928 INFO image builder template: ramdisk-01-os...
39962026-03-24T23:33:27.287Z[ recovery-image] Mar 24 23:33:26.928 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/.tmpOfiUse/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39972026-03-24T23:33:27.308Z[ recovery-image] Mar 24 23:33:26.949 INFO O| Mar 24 23:33:26.949 INFO CREATE DATASET: rpool/images/build/recovery/output
39982026-03-24T23:33:27.649Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39992026-03-24T23:33:27.654ZMar 24 23:33:27.296 INFO [stamp-ntp] process exited with exit status: 0 (536.678475ms)
40002026-03-24T23:33:27.691Z[ recovery-image] Mar 24 23:33:27.332 INFO O| Mar 24 23:33:27.332 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40012026-03-24T23:33:27.695Z[ recovery-image] Mar 24 23:33:27.337 INFO O| Mar 24 23:33:27.336 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40022026-03-24T23:33:27.776Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
40032026-03-24T23:33:27.830Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40042026-03-24T23:33:27.925Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40052026-03-24T23:33:27.930ZMar 24 23:33:27.571 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (812.835536ms)
40062026-03-24T23:33:27.952Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40072026-03-24T23:33:27.956ZMar 24 23:33:27.597 INFO [stamp-external-dns] process exited with exit status: 0 (840.330397ms)
40082026-03-24T23:33:27.997Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40092026-03-24T23:33:28.003ZMar 24 23:33:27.643 INFO [stamp-internal-dns] process exited with exit status: 0 (883.733665ms)
40102026-03-24T23:33:28.140Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40112026-03-24T23:33:28.145ZMar 24 23:33:27.787 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.026355052s)
40122026-03-24T23:33:28.225Z[ recovery-image] Mar 24 23:33:27.866 INFO O| Mar 24 23:33:27.866 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40132026-03-24T23:33:28.264Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40142026-03-24T23:33:28.269ZMar 24 23:33:27.910 INFO [stamp-oximeter] process exited with exit status: 0 (1.152535073s)
40152026-03-24T23:33:28.418Z[ recovery-image] Mar 24 23:33:28.059 INFO O| Mar 24 23:33:28.059 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40162026-03-24T23:33:28.418Z[ recovery-image] Mar 24 23:33:28.059 INFO O| Mar 24 23:33:28.059 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40172026-03-24T23:33:28.421Z[ recovery-image] Mar 24 23:33:28.059 INFO O| Mar 24 23:33:28.059 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40182026-03-24T23:33:28.421Z[ recovery-image] Mar 24 23:33:28.059 INFO O| Mar 24 23:33:28.059 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40192026-03-24T23:33:28.425Z[ recovery-image] Mar 24 23:33:28.067 INFO O| Mar 24 23:33:28.067 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40202026-03-24T23:33:28.761Z[ recovery-image] Mar 24 23:33:28.403 INFO O| Mar 24 23:33:28.403 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-03-24T23:33:28.770Z[ recovery-image] Mar 24 23:33:28.412 INFO O| Mar 24 23:33:28.412 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40222026-03-24T23:33:29.094Z[ recovery-image] Mar 24 23:33:28.736 INFO O| Mar 24 23:33:28.736 INFO O| Caching catalogs ... Done
40232026-03-24T23:33:29.178Z[ recovery-image] Mar 24 23:33:28.818 INFO O| Mar 24 23:33:28.818 INFO STEP 0 (pkg_image_create) COMPLETE
40242026-03-24T23:33:29.178Z[ recovery-image] Mar 24 23:33:28.818 INFO O| Mar 24 23:33:28.818 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40252026-03-24T23:33:29.185Z[ recovery-image] Mar 24 23:33:28.827 INFO O| Mar 24 23:33:28.827 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
40262026-03-24T23:33:29.495Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO STEP 1 (pkg_set_publisher) COMPLETE
40272026-03-24T23:33:29.495Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO skip step because feature "publisher_1_name" is not enabled
40292026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO skip step because feature "publisher_2_name" is not enabled
40312026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40322026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO skip step because feature "publisher_3_name" is not enabled
40332026-03-24T23:33:29.499Z[ recovery-image] Mar 24 23:33:29.137 INFO O| Mar 24 23:33:29.137 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342026-03-24T23:33:29.801Z[ recovery-image] Mar 24 23:33:29.443 INFO O| Mar 24 23:33:29.443 INFO variant opensolaris.zone is already global
40352026-03-24T23:33:29.801Z[ recovery-image] Mar 24 23:33:29.443 INFO O| Mar 24 23:33:29.443 INFO STEP 5 (pkg_change_variant) COMPLETE
40362026-03-24T23:33:29.801Z[ recovery-image] Mar 24 23:33:29.443 INFO O| Mar 24 23:33:29.443 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-03-24T23:33:30.106Z[ recovery-image] Mar 24 23:33:29.748 INFO O| Mar 24 23:33:29.748 INFO variant opensolaris.imagetype is full; changing to partial
40382026-03-24T23:33:30.106Z[ recovery-image] Mar 24 23:33:29.748 INFO O| Mar 24 23:33:29.748 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40392026-03-24T23:33:30.228Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40402026-03-24T23:33:30.233ZMar 24 23:33:29.875 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.118011457s)
40412026-03-24T23:33:31.068Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40422026-03-24T23:33:31.073ZMar 24 23:33:30.716 INFO [stamp-nexus] process exited with exit status: 0 (3.957767522s)
40432026-03-24T23:33:32.605Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40442026-03-24T23:33:32.610ZMar 24 23:33:32.254 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.494941987s)
40452026-03-24T23:33:32.842Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40462026-03-24T23:33:32.847ZMar 24 23:33:32.491 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.73041103s)
40472026-03-24T23:33:32.852Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40482026-03-24T23:33:32.855ZMar 24 23:33:32.499 INFO [stamp-clickhouse] process exited with exit status: 0 (5.740732618s)
40492026-03-24T23:33:32.855ZMar 24 23:33:32.499 INFO [tuf-stamp] task succeeded (5.742932564s)
40502026-03-24T23:33:33.353Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40512026-03-24T23:33:33.596Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40522026-03-24T23:33:33.629Z[verify-libraries] Compiling stacker v0.1.23
40532026-03-24T23:33:33.629Z[verify-libraries] Compiling cfg_aliases v0.1.1
40542026-03-24T23:33:33.686Z[verify-libraries] Compiling home v0.5.12
40552026-03-24T23:33:33.713Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40562026-03-24T23:33:33.744Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40572026-03-24T23:33:33.776Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40582026-03-24T23:33:33.783Z[verify-libraries] Compiling winnow v0.6.26
40592026-03-24T23:33:33.842Z[verify-libraries] Compiling nix v0.28.0
40602026-03-24T23:33:33.845Z[verify-libraries] Compiling unicode_categories v0.1.1
40612026-03-24T23:33:33.936Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40622026-03-24T23:33:33.975Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40632026-03-24T23:33:34.047Z[verify-libraries] Compiling polyval v0.6.2
40642026-03-24T23:33:34.084Z[verify-libraries] Compiling ctr v0.9.2
40652026-03-24T23:33:34.117Z[verify-libraries] Compiling colored v2.2.0
40662026-03-24T23:33:34.117Z[verify-libraries] Compiling blowfish v0.9.1
40672026-03-24T23:33:34.120Z[verify-libraries] Compiling ssh-encoding v0.2.0
40682026-03-24T23:33:34.227Z[verify-libraries] Compiling password-hash v0.4.2
40692026-03-24T23:33:34.227Z[verify-libraries] Compiling petname v2.0.2
40702026-03-24T23:33:34.313Z[verify-libraries] Compiling ghash v0.5.1
40712026-03-24T23:33:34.396Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40722026-03-24T23:33:34.431Z[verify-libraries] Compiling p521 v0.13.3
40732026-03-24T23:33:34.524Z[verify-libraries] Compiling aes-gcm v0.10.3
40742026-03-24T23:33:34.528Z[verify-libraries] Compiling p256 v0.13.2
40752026-03-24T23:33:34.562Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40762026-03-24T23:33:34.598Z[verify-libraries] Compiling pbkdf2 v0.11.0
40772026-03-24T23:33:34.661Z[verify-libraries] Compiling psm v0.1.30
40782026-03-24T23:33:34.769Z[verify-libraries] Compiling md5 v0.7.0
40792026-03-24T23:33:34.868Z[verify-libraries] Compiling ssh-cipher v0.2.0
40802026-03-24T23:33:34.994Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40812026-03-24T23:33:35.092Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40822026-03-24T23:33:35.156Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40832026-03-24T23:33:35.192Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40842026-03-24T23:33:35.235Z[verify-libraries] Compiling num-bigint v0.4.6
40852026-03-24T23:33:35.313Z[verify-libraries] Compiling ssh-key v0.6.7
40862026-03-24T23:33:35.361Z[verify-libraries] Compiling des v0.8.1
40872026-03-24T23:33:35.398Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40882026-03-24T23:33:35.451Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40892026-03-24T23:33:35.538Z[verify-libraries] Compiling hex-literal v0.4.1
40902026-03-24T23:33:35.685Z[verify-libraries] Compiling sync-ptr v0.1.4
40912026-03-24T23:33:35.786Z[ host-image] Mar 24 23:33:35.429 INFO O| Mar 24 23:33:35.428 INFO O| Startup: Caching catalogs ... Done
40922026-03-24T23:33:35.854Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40932026-03-24T23:33:35.890Z[ host-image] Mar 24 23:33:35.533 INFO O| Mar 24 23:33:35.533 INFO O| Planning: Planning completed in 0.00 seconds
40942026-03-24T23:33:35.890Z[ host-image] Mar 24 23:33:35.533 INFO O| Mar 24 23:33:35.533 INFO O| Planning: Consolidating action changes ... Done
40952026-03-24T23:33:35.890Z[ host-image] Mar 24 23:33:35.533 INFO O| Mar 24 23:33:35.533 INFO O| Planning: Evaluating mediators ... Done
40962026-03-24T23:33:35.890Z[ host-image] Mar 24 23:33:35.533 INFO O| Mar 24 23:33:35.533 INFO O| Planning: Planning completed in 0.00 seconds
40972026-03-24T23:33:35.891Z[ host-image] Mar 24 23:33:35.533 INFO O| Mar 24 23:33:35.533 INFO O| Variants/Facets to change: 1
40982026-03-24T23:33:35.937Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40992026-03-24T23:33:35.937Z[verify-libraries] Compiling socket2 v0.5.10
41002026-03-24T23:33:36.007Z[verify-libraries] Compiling sqlformat v0.3.5
41012026-03-24T23:33:36.129Z[verify-libraries] Compiling recursive v0.1.1
41022026-03-24T23:33:36.225Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41032026-03-24T23:33:36.289Z[verify-libraries] Compiling internet-checksum v0.2.1
41042026-03-24T23:33:36.371Z[verify-libraries] Compiling sqlparser v0.61.0
41052026-03-24T23:33:36.374Z[verify-libraries] Compiling rustyline v14.0.0
41062026-03-24T23:33:36.503Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41072026-03-24T23:33:36.565Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41082026-03-24T23:33:36.881Z[verify-libraries] Compiling russh-keys v0.45.0
41092026-03-24T23:33:37.101Z[verify-libraries] Compiling git-stub v1.0.0
41102026-03-24T23:33:37.131Z[verify-libraries] Compiling yansi v1.0.1
41112026-03-24T23:33:37.773Z[verify-libraries] Compiling diff v0.1.13
41122026-03-24T23:33:37.829Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41132026-03-24T23:33:37.971Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41142026-03-24T23:33:38.341Z[verify-libraries] Compiling pretty_assertions v1.4.1
41152026-03-24T23:33:38.591Z[verify-libraries] Compiling russh v0.45.0
41162026-03-24T23:33:38.942Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41172026-03-24T23:33:39.014Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41182026-03-24T23:33:39.107Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41192026-03-24T23:33:39.319Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41202026-03-24T23:33:39.385Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41212026-03-24T23:33:39.451Z[verify-libraries] Compiling drift v0.1.3
41222026-03-24T23:33:39.509Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41232026-03-24T23:33:39.941Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41242026-03-24T23:33:39.963Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41252026-03-24T23:33:40.366Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41262026-03-24T23:33:41.056Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41272026-03-24T23:33:41.092Z[verify-libraries] Compiling dropshot-api-manager v0.6.0
41282026-03-24T23:33:42.155Z[ host-image] Mar 24 23:33:41.804 INFO O| Mar 24 23:33:41.803 INFO O| Done
41292026-03-24T23:33:42.155Z[ host-image] Mar 24 23:33:41.804 INFO O| Mar 24 23:33:41.804 INFO O| Done
41302026-03-24T23:33:42.425Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41312026-03-24T23:33:43.031Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41322026-03-24T23:33:43.395Z[verify-libraries] Compiling termios v0.3.3
41332026-03-24T23:33:43.532Z[ host-image] Mar 24 23:33:43.181 INFO O| Mar 24 23:33:43.180 INFO O| Done
41342026-03-24T23:33:43.649Z[ host-image] Mar 24 23:33:43.297 INFO O| Mar 24 23:33:43.297 INFO O| Done
41352026-03-24T23:33:43.652Z[ host-image] Mar 24 23:33:43.298 INFO O| Mar 24 23:33:43.298 INFO O| Done
41362026-03-24T23:33:43.652Z[ host-image] Mar 24 23:33:43.298 INFO O| Mar 24 23:33:43.298 INFO O| Done
41372026-03-24T23:33:43.652Z[ host-image] Mar 24 23:33:43.299 INFO O| Mar 24 23:33:43.299 INFO O| Done
41382026-03-24T23:33:43.930Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
41392026-03-24T23:33:44.011Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41402026-03-24T23:33:44.977Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41412026-03-24T23:33:45.387Z[ host-image] Mar 24 23:33:45.037 INFO O| Mar 24 23:33:45.037 INFO STEP 6 (pkg_change_variant) COMPLETE
41422026-03-24T23:33:45.387Z[ host-image] Mar 24 23:33:45.037 INFO O| Mar 24 23:33:45.037 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41432026-03-24T23:33:45.391Z[ host-image] Mar 24 23:33:45.037 INFO O| Mar 24 23:33:45.037 INFO skip step because feature "debug_variant" is not enabled
41442026-03-24T23:33:45.394Z[ host-image] Mar 24 23:33:45.037 INFO O| Mar 24 23:33:45.037 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41452026-03-24T23:33:45.829Z[ host-image] Mar 24 23:33:45.479 INFO O| Mar 24 23:33:45.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41462026-03-24T23:33:47.269Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41472026-03-24T23:33:47.837Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41482026-03-24T23:33:48.043Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
41492026-03-24T23:33:48.487Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41502026-03-24T23:33:49.186Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41512026-03-24T23:33:51.018Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41522026-03-24T23:33:52.247Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41532026-03-24T23:33:54.284Z[ recovery-image] Mar 24 23:33:53.938 INFO O| Mar 24 23:33:53.938 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41542026-03-24T23:33:56.422Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41552026-03-24T23:33:57.729Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41562026-03-24T23:34:02.802Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41572026-03-24T23:34:02.961Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41582026-03-24T23:34:05.589Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41592026-03-24T23:34:06.343Z[ recovery-image] Mar 24 23:34:06.003 INFO O| Mar 24 23:34:06.003 INFO O| Startup: Caching catalogs ... Done
41602026-03-24T23:34:06.446Z[ recovery-image] Mar 24 23:34:06.106 INFO O| Mar 24 23:34:06.106 INFO O| Planning: Planning completed in 0.00 seconds
41612026-03-24T23:34:06.449Z[ recovery-image] Mar 24 23:34:06.106 INFO O| Mar 24 23:34:06.106 INFO O| Planning: Consolidating action changes ... Done
41622026-03-24T23:34:06.449Z[ recovery-image] Mar 24 23:34:06.106 INFO O| Mar 24 23:34:06.106 INFO O| Planning: Evaluating mediators ... Done
41632026-03-24T23:34:06.449Z[ recovery-image] Mar 24 23:34:06.107 INFO O| Mar 24 23:34:06.107 INFO O| Planning: Planning completed in 0.00 seconds
41642026-03-24T23:34:06.449Z[ recovery-image] Mar 24 23:34:06.107 INFO O| Mar 24 23:34:06.107 INFO O| Variants/Facets to change: 1
41652026-03-24T23:34:06.489Z[ recovery-image] Mar 24 23:34:06.150 INFO O| Mar 24 23:34:06.150 INFO O| Done
41662026-03-24T23:34:06.489Z[ recovery-image] Mar 24 23:34:06.150 INFO O| Mar 24 23:34:06.150 INFO O| Done
41672026-03-24T23:34:08.040Z[ recovery-image] Mar 24 23:34:07.700 INFO O| Mar 24 23:34:07.699 INFO O| Done
41682026-03-24T23:34:08.164Z[ recovery-image] Mar 24 23:34:07.821 INFO O| Mar 24 23:34:07.821 INFO O| Done
41692026-03-24T23:34:08.176Z[ recovery-image] Mar 24 23:34:07.822 INFO O| Mar 24 23:34:07.822 INFO O| Done
41702026-03-24T23:34:08.176Z[ recovery-image] Mar 24 23:34:07.822 INFO O| Mar 24 23:34:07.822 INFO O| Done
41712026-03-24T23:34:08.176Z[ recovery-image] Mar 24 23:34:07.823 INFO O| Mar 24 23:34:07.823 INFO O| Done
41722026-03-24T23:34:08.248Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41732026-03-24T23:34:10.906Z[ recovery-image] Mar 24 23:34:09.564 INFO O| Mar 24 23:34:09.564 INFO STEP 6 (pkg_change_variant) COMPLETE
41742026-03-24T23:34:10.906Z[ recovery-image] Mar 24 23:34:09.564 INFO O| Mar 24 23:34:09.564 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-03-24T23:34:10.909Z[ recovery-image] Mar 24 23:34:09.564 INFO O| Mar 24 23:34:09.564 INFO skip step because feature "debug_variant" is not enabled
41762026-03-24T23:34:10.909Z[ recovery-image] Mar 24 23:34:09.564 INFO O| Mar 24 23:34:09.564 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772026-03-24T23:34:10.909Z[ recovery-image] Mar 24 23:34:09.943 INFO O| Mar 24 23:34:09.943 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41782026-03-24T23:34:10.909Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41792026-03-24T23:34:11.519Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41802026-03-24T23:34:12.151Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41812026-03-24T23:34:12.902Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41822026-03-24T23:34:14.401Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41832026-03-24T23:34:14.489Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41842026-03-24T23:34:14.762Z[ host-image] Mar 24 23:34:14.426 INFO O| Mar 24 23:34:14.426 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41852026-03-24T23:34:17.024Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41862026-03-24T23:34:17.993Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-03-24T23:34:22.065Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41882026-03-24T23:34:23.275Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
41892026-03-24T23:34:25.677Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41902026-03-24T23:34:26.562Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41912026-03-24T23:34:26.615Z[ host-image] Mar 24 23:34:26.285 INFO O| Mar 24 23:34:26.285 INFO O| Startup: Caching catalogs ... Done
41922026-03-24T23:34:26.720Z[ host-image] Mar 24 23:34:26.390 INFO O| Mar 24 23:34:26.390 INFO O| Planning: Planning completed in 0.00 seconds
41932026-03-24T23:34:26.723Z[ host-image] Mar 24 23:34:26.391 INFO O| Mar 24 23:34:26.390 INFO O| Planning: Consolidating action changes ... Done
41942026-03-24T23:34:26.723Z[ host-image] Mar 24 23:34:26.391 INFO O| Mar 24 23:34:26.391 INFO O| Planning: Evaluating mediators ... Done
41952026-03-24T23:34:26.723Z[ host-image] Mar 24 23:34:26.391 INFO O| Mar 24 23:34:26.391 INFO O| Planning: Planning completed in 0.00 seconds
41962026-03-24T23:34:26.723Z[ host-image] Mar 24 23:34:26.391 INFO O| Mar 24 23:34:26.391 INFO O| Variants/Facets to change: 1
41972026-03-24T23:34:26.755Z[ host-image] Mar 24 23:34:26.425 INFO O| Mar 24 23:34:26.425 INFO O| Done
41982026-03-24T23:34:26.755Z[ host-image] Mar 24 23:34:26.425 INFO O| Mar 24 23:34:26.425 INFO O| Done
41992026-03-24T23:34:28.073Z[ host-image] Mar 24 23:34:27.744 INFO O| Mar 24 23:34:27.744 INFO O| Done
42002026-03-24T23:34:28.220Z[ host-image] Mar 24 23:34:27.891 INFO O| Mar 24 23:34:27.891 INFO O| Done
42012026-03-24T23:34:28.223Z[ host-image] Mar 24 23:34:27.892 INFO O| Mar 24 23:34:27.892 INFO O| Done
42022026-03-24T23:34:28.223Z[ host-image] Mar 24 23:34:27.892 INFO O| Mar 24 23:34:27.892 INFO O| Done
42032026-03-24T23:34:28.288Z[ host-image] Mar 24 23:34:27.959 INFO O| Mar 24 23:34:27.959 INFO O| Done
42042026-03-24T23:34:30.004Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO STEP 8 (pkg_change_facet) COMPLETE
42052026-03-24T23:34:30.004Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42062026-03-24T23:34:30.008Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO skip step because feature "recovery" is not enabled
42072026-03-24T23:34:30.008Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-03-24T23:34:30.008Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO skip step because feature "recovery" is not enabled
42092026-03-24T23:34:30.008Z[ host-image] Mar 24 23:34:29.676 INFO O| Mar 24 23:34:29.676 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-03-24T23:34:30.016Z[ host-image] Mar 24 23:34:29.688 INFO O| Mar 24 23:34:29.688 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@19.0.0.0"]
42112026-03-24T23:34:31.252Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-03-24T23:34:31.490Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-03-24T23:34:34.735Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42142026-03-24T23:34:34.936Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42152026-03-24T23:34:37.740Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42162026-03-24T23:34:38.980Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-03-24T23:34:40.512Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42182026-03-24T23:34:40.764Z[ recovery-image] Mar 24 23:34:40.441 INFO O| Mar 24 23:34:40.441 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42192026-03-24T23:34:40.926Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42202026-03-24T23:34:42.114Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42212026-03-24T23:34:42.521Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42222026-03-24T23:34:42.600Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42232026-03-24T23:34:46.669Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42242026-03-24T23:34:51.304Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42252026-03-24T23:34:52.937Z[ recovery-image] Mar 24 23:34:52.621 INFO O| Mar 24 23:34:52.621 INFO O| Startup: Caching catalogs ... Done
42262026-03-24T23:34:53.061Z[ recovery-image] Mar 24 23:34:52.740 INFO O| Mar 24 23:34:52.739 INFO O| Planning: Planning completed in 0.00 seconds
42272026-03-24T23:34:53.066Z[ recovery-image] Mar 24 23:34:52.740 INFO O| Mar 24 23:34:52.740 INFO O| Planning: Consolidating action changes ... Done
42282026-03-24T23:34:53.066Z[ recovery-image] Mar 24 23:34:52.740 INFO O| Mar 24 23:34:52.740 INFO O| Planning: Evaluating mediators ... Done
42292026-03-24T23:34:53.066Z[ recovery-image] Mar 24 23:34:52.740 INFO O| Mar 24 23:34:52.740 INFO O| Planning: Planning completed in 0.00 seconds
42302026-03-24T23:34:53.066Z[ recovery-image] Mar 24 23:34:52.741 INFO O| Mar 24 23:34:52.741 INFO O| Variants/Facets to change: 1
42312026-03-24T23:34:53.111Z[ recovery-image] Mar 24 23:34:52.792 INFO O| Mar 24 23:34:52.792 INFO O| Done
42322026-03-24T23:34:53.111Z[ recovery-image] Mar 24 23:34:52.792 INFO O| Mar 24 23:34:52.792 INFO O| Done
42332026-03-24T23:34:54.322Z[ recovery-image] Mar 24 23:34:54.006 INFO O| Mar 24 23:34:54.006 INFO O| Done
42342026-03-24T23:34:54.430Z[ recovery-image] Mar 24 23:34:54.113 INFO O| Mar 24 23:34:54.113 INFO O| Done
42352026-03-24T23:34:54.440Z[ recovery-image] Mar 24 23:34:54.114 INFO O| Mar 24 23:34:54.114 INFO O| Done
42362026-03-24T23:34:54.440Z[ recovery-image] Mar 24 23:34:54.114 INFO O| Mar 24 23:34:54.114 INFO O| Done
42372026-03-24T23:34:54.440Z[ recovery-image] Mar 24 23:34:54.115 INFO O| Mar 24 23:34:54.115 INFO O| Done
42382026-03-24T23:34:56.308Z[ recovery-image] Mar 24 23:34:55.957 INFO O| Mar 24 23:34:55.957 INFO STEP 8 (pkg_change_facet) COMPLETE
42392026-03-24T23:34:56.308Z[ recovery-image] Mar 24 23:34:55.957 INFO O| Mar 24 23:34:55.957 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-03-24T23:34:56.682Z[ recovery-image] Mar 24 23:34:56.366 INFO O| Mar 24 23:34:56.365 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42412026-03-24T23:34:56.898Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42422026-03-24T23:34:58.166Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-24T23:35:00.057Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-03-24T23:35:00.936Z[ host-image] Mar 24 23:35:00.622 INFO O| Mar 24 23:35:00.622 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42452026-03-24T23:35:09.073Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42462026-03-24T23:35:10.785Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-03-24T23:35:12.817Z[ host-image] Mar 24 23:35:12.479 INFO O| Mar 24 23:35:12.479 INFO O| Startup: Caching catalogs ... Done
42482026-03-24T23:35:19.131Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-24T23:35:24.946Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42502026-03-24T23:35:27.002Z[ recovery-image] Mar 24 23:35:26.702 INFO O| Mar 24 23:35:26.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42512026-03-24T23:35:27.169Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42522026-03-24T23:35:30.384Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42532026-03-24T23:35:39.078Z[ recovery-image] Mar 24 23:35:38.784 INFO O| Mar 24 23:35:38.784 INFO O| Startup: Caching catalogs ... Done
42542026-03-24T23:35:39.176Z[ recovery-image] Mar 24 23:35:38.883 INFO O| Mar 24 23:35:38.883 INFO O| Planning: Planning completed in 0.00 seconds
42552026-03-24T23:35:39.180Z[ recovery-image] Mar 24 23:35:38.883 INFO O| Mar 24 23:35:38.883 INFO O| Planning: Consolidating action changes ... Done
42562026-03-24T23:35:39.180Z[ recovery-image] Mar 24 23:35:38.883 INFO O| Mar 24 23:35:38.883 INFO O| Planning: Evaluating mediators ... Done
42572026-03-24T23:35:39.180Z[ recovery-image] Mar 24 23:35:38.884 INFO O| Mar 24 23:35:38.884 INFO O| Planning: Planning completed in 0.00 seconds
42582026-03-24T23:35:39.180Z[ recovery-image] Mar 24 23:35:38.884 INFO O| Mar 24 23:35:38.884 INFO O| Variants/Facets to change: 1
42592026-03-24T23:35:39.240Z[ recovery-image] Mar 24 23:35:38.939 INFO O| Mar 24 23:35:38.939 INFO O| Done
42602026-03-24T23:35:39.240Z[ recovery-image] Mar 24 23:35:38.939 INFO O| Mar 24 23:35:38.939 INFO O| Done
42612026-03-24T23:35:40.751Z[ recovery-image] Mar 24 23:35:40.458 INFO O| Mar 24 23:35:40.458 INFO O| Done
42622026-03-24T23:35:40.933Z[ recovery-image] Mar 24 23:35:40.640 INFO O| Mar 24 23:35:40.640 INFO O| Done
42632026-03-24T23:35:40.937Z[ recovery-image] Mar 24 23:35:40.641 INFO O| Mar 24 23:35:40.641 INFO O| Done
42642026-03-24T23:35:40.937Z[ recovery-image] Mar 24 23:35:40.641 INFO O| Mar 24 23:35:40.641 INFO O| Done
42652026-03-24T23:35:40.937Z[ recovery-image] Mar 24 23:35:40.642 INFO O| Mar 24 23:35:40.642 INFO O| Done
42662026-03-24T23:35:42.942Z[ recovery-image] Mar 24 23:35:42.650 INFO O| Mar 24 23:35:42.650 INFO STEP 9 (pkg_change_facet) COMPLETE
42672026-03-24T23:35:42.942Z[ recovery-image] Mar 24 23:35:42.650 INFO O| Mar 24 23:35:42.650 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-03-24T23:35:43.350Z[ recovery-image] Mar 24 23:35:43.059 INFO O| Mar 24 23:35:43.059 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42692026-03-24T23:35:50.074Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42702026-03-24T23:35:50.378Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42712026-03-24T23:35:51.521Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42722026-03-24T23:35:54.357Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-03-24T23:36:00.490Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42742026-03-24T23:36:01.587Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42752026-03-24T23:36:11.049Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42762026-03-24T23:36:12.827Z[ recovery-image] Mar 24 23:36:12.551 INFO O| Mar 24 23:36:12.551 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42772026-03-24T23:36:21.541Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42782026-03-24T23:36:23.047Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42792026-03-24T23:36:24.628Z[ recovery-image] Mar 24 23:36:24.358 INFO O| Mar 24 23:36:24.357 INFO O| Startup: Caching catalogs ... Done
42802026-03-24T23:36:24.763Z[ recovery-image] Mar 24 23:36:24.493 INFO O| Mar 24 23:36:24.493 INFO O| Planning: Planning completed in 0.00 seconds
42812026-03-24T23:36:24.767Z[ recovery-image] Mar 24 23:36:24.493 INFO O| Mar 24 23:36:24.493 INFO O| Planning: Consolidating action changes ... Done
42822026-03-24T23:36:24.767Z[ recovery-image] Mar 24 23:36:24.494 INFO O| Mar 24 23:36:24.494 INFO O| Planning: Evaluating mediators ... Done
42832026-03-24T23:36:24.767Z[ recovery-image] Mar 24 23:36:24.494 INFO O| Mar 24 23:36:24.494 INFO O| Planning: Planning completed in 0.00 seconds
42842026-03-24T23:36:24.767Z[ recovery-image] Mar 24 23:36:24.494 INFO O| Mar 24 23:36:24.494 INFO O| Variants/Facets to change: 1
42852026-03-24T23:36:24.825Z[ recovery-image] Mar 24 23:36:24.554 INFO O| Mar 24 23:36:24.554 INFO O| Done
42862026-03-24T23:36:24.825Z[ recovery-image] Mar 24 23:36:24.554 INFO O| Mar 24 23:36:24.554 INFO O| Done
42872026-03-24T23:36:26.231Z[ recovery-image] Mar 24 23:36:25.960 INFO O| Mar 24 23:36:25.959 INFO O| Done
42882026-03-24T23:36:26.370Z[ recovery-image] Mar 24 23:36:26.099 INFO O| Mar 24 23:36:26.099 INFO O| Done
42892026-03-24T23:36:26.370Z[ recovery-image] Mar 24 23:36:26.100 INFO O| Mar 24 23:36:26.100 INFO O| Done
42902026-03-24T23:36:26.370Z[ recovery-image] Mar 24 23:36:26.100 INFO O| Mar 24 23:36:26.100 INFO O| Done
42912026-03-24T23:36:26.378Z[ recovery-image] Mar 24 23:36:26.101 INFO O| Mar 24 23:36:26.101 INFO O| Done
42922026-03-24T23:36:26.635Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42932026-03-24T23:36:28.318Z[ recovery-image] Mar 24 23:36:28.049 INFO O| Mar 24 23:36:28.049 INFO STEP 10 (pkg_change_facet) COMPLETE
42942026-03-24T23:36:28.318Z[ recovery-image] Mar 24 23:36:28.050 INFO O| Mar 24 23:36:28.049 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42952026-03-24T23:36:28.333Z[ recovery-image] Mar 24 23:36:28.064 INFO O| Mar 24 23:36:28.064 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@19.0.0.0"]
42962026-03-24T23:36:48.460Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42972026-03-24T23:36:58.444Z[ recovery-image] Mar 24 23:36:58.190 INFO O| Mar 24 23:36:58.190 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42982026-03-24T23:37:03.515Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42992026-03-24T23:37:03.515Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43002026-03-24T23:37:03.884Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43012026-03-24T23:37:04.118Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43022026-03-24T23:37:04.381Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43032026-03-24T23:37:04.420Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43042026-03-24T23:37:07.168Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43052026-03-24T23:37:09.409Z[ host-image] Mar 24 23:37:09.161 INFO O| Mar 24 23:37:09.161 INFO O| Planning: Solver setup ... Done
43062026-03-24T23:37:10.018Z[ recovery-image] Mar 24 23:37:09.770 INFO O| Mar 24 23:37:09.770 INFO O| Startup: Caching catalogs ... Done
43072026-03-24T23:37:13.125Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43082026-03-24T23:37:27.400Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43092026-03-24T23:38:52.621Z[ recovery-image] Mar 24 23:38:52.425 INFO O| Mar 24 23:38:52.425 INFO O| Planning: Solver setup ... Done
43102026-03-24T23:42:24.333Z[ host-image] Mar 24 23:42:24.243 INFO O| Mar 24 23:42:24.243 INFO O| Planning: Running solver ... Done
43112026-03-24T23:42:25.475Z[ host-image] Mar 24 23:42:25.386 INFO O| Mar 24 23:42:25.386 INFO O| Planning: Finding local manifests ... Done
43122026-03-24T23:42:25.585Z[ host-image] Mar 24 23:42:25.496 INFO O| Mar 24 23:42:25.496 INFO O| Planning: Fetching manifests: 0/126 0% complete
43132026-03-24T23:42:30.605Z[ host-image] Mar 24 23:42:30.518 INFO O| Mar 24 23:42:30.518 INFO O| Planning: Fetching manifests: 125/126 99% complete
43142026-03-24T23:42:30.910Z[ host-image] Mar 24 23:42:30.823 INFO O| Mar 24 23:42:30.823 INFO O| Planning: Fetching manifests: 126/126 100% complete
43152026-03-24T23:42:31.474Z[ host-image] Mar 24 23:42:31.387 INFO O| Mar 24 23:42:31.387 INFO O| Planning: Package planning ... Done
43162026-03-24T23:42:32.103Z[ host-image] Mar 24 23:42:32.016 INFO O| Mar 24 23:42:32.016 INFO O| Planning: Merging actions ... Done
43172026-03-24T23:42:32.241Z[ host-image] Mar 24 23:42:32.155 INFO O| Mar 24 23:42:32.155 INFO O| Planning: Checking for conflicting actions ... Done
43182026-03-24T23:42:32.394Z[ host-image] Mar 24 23:42:32.307 INFO O| Mar 24 23:42:32.307 INFO O| Planning: Consolidating action changes ... Done
43192026-03-24T23:42:32.645Z[ host-image] Mar 24 23:42:32.558 INFO O| Mar 24 23:42:32.558 INFO O| Planning: Evaluating mediators ... Done
43202026-03-24T23:42:35.405Z[ host-image] Mar 24 23:42:35.320 INFO O| Mar 24 23:42:35.320 INFO O| Planning: Planning completed in 442.70 seconds
43212026-03-24T23:42:35.409Z[ host-image] Mar 24 23:42:35.323 INFO O| Mar 24 23:42:35.323 INFO O| Packages to install: 126
43222026-03-24T23:42:35.409Z[ host-image] Mar 24 23:42:35.323 INFO O| Mar 24 23:42:35.323 INFO O| Mediators to change: 5
43232026-03-24T23:42:35.409Z[ host-image] Mar 24 23:42:35.323 INFO O| Mar 24 23:42:35.323 INFO O| Services to change: 6
43242026-03-24T23:42:35.491Z[ host-image] Mar 24 23:42:35.407 INFO O| Mar 24 23:42:35.407 INFO O| Download: 0/22925 items 0.0/210.7MB 0% complete
43252026-03-24T23:42:40.843Z[ host-image] Mar 24 23:42:40.761 INFO O| Mar 24 23:42:40.761 INFO O| Download: 1619/22925 items 9.7/210.7MB 4% complete (2.0M/s)
43262026-03-24T23:42:46.035Z[ host-image] Mar 24 23:42:45.956 INFO O| Mar 24 23:42:45.956 INFO O| Download: 2153/22925 items 24.0/210.7MB 11% complete (2.3M/s)
43272026-03-24T23:42:51.035Z[ host-image] Mar 24 23:42:50.957 INFO O| Mar 24 23:42:50.957 INFO O| Download: 3592/22925 items 36.1/210.7MB 17% complete (2.6M/s)
43282026-03-24T23:42:56.033Z[ host-image] Mar 24 23:42:55.959 INFO O| Mar 24 23:42:55.959 INFO O| Download: 5125/22925 items 46.2/210.7MB 21% complete (2.2M/s)
43292026-03-24T23:43:01.032Z[ host-image] Mar 24 23:43:00.960 INFO O| Mar 24 23:43:00.960 INFO O| Download: 7645/22925 items 58.7/210.7MB 27% complete (2.2M/s)
43302026-03-24T23:43:06.032Z[ host-image] Mar 24 23:43:05.962 INFO O| Mar 24 23:43:05.962 INFO O| Download: 9475/22925 items 86.4/210.7MB 41% complete (4.0M/s)
43312026-03-24T23:43:11.321Z[ host-image] Mar 24 23:43:11.253 INFO O| Mar 24 23:43:11.253 INFO O| Download: 11318/22925 items 99.0/210.7MB 46% complete (4.0M/s)
43322026-03-24T23:43:16.318Z[ host-image] Mar 24 23:43:16.254 INFO O| Mar 24 23:43:16.254 INFO O| Download: 12914/22925 items 114.6/210.7MB 54% complete (2.6M/s)
43332026-03-24T23:43:21.372Z[ host-image] Mar 24 23:43:21.310 INFO O| Mar 24 23:43:21.310 INFO O| Download: 14487/22925 items 116.6/210.7MB 55% complete (1.8M/s)
43342026-03-24T23:43:26.624Z[ host-image] Mar 24 23:43:26.565 INFO O| Mar 24 23:43:26.565 INFO O| Download: 15921/22925 items 134.3/210.7MB 63% complete (1.9M/s)
43352026-03-24T23:43:31.622Z[ host-image] Mar 24 23:43:31.565 INFO O| Mar 24 23:43:31.565 INFO O| Download: 18354/22925 items 168.2/210.7MB 79% complete (5.2M/s)
43362026-03-24T23:43:36.836Z[ host-image] Mar 24 23:43:36.782 INFO O| Mar 24 23:43:36.782 INFO O| Download: 20744/22925 items 178.2/210.7MB 84% complete (4.4M/s)
43372026-03-24T23:43:42.059Z[ host-image] Mar 24 23:43:42.008 INFO O| Mar 24 23:43:42.008 INFO O| Download: 22076/22925 items 203.6/210.7MB 96% complete (3.5M/s)
43382026-03-24T23:43:46.285Z[ host-image] Mar 24 23:43:46.236 INFO O| Mar 24 23:43:46.236 INFO O| Download: Completed 210.65 MB in 70.83 seconds (3.0M/s)
43392026-03-24T23:43:46.863Z[ host-image] Mar 24 23:43:46.814 INFO O| Mar 24 23:43:46.814 INFO O| Actions: 1/50885 actions (Installing new actions)
43402026-03-24T23:43:51.861Z[ host-image] Mar 24 23:43:51.815 INFO O| Mar 24 23:43:51.815 INFO O| Actions: 21426/50885 actions (Installing new actions)
43412026-03-24T23:43:55.344Z[ host-image] Mar 24 23:43:55.299 INFO O| Mar 24 23:43:55.299 INFO O| Actions: Completed 50885 actions in 8.48 seconds.
43422026-03-24T23:43:55.794Z[ host-image] Mar 24 23:43:55.749 INFO O| Mar 24 23:43:55.749 INFO O| Done
43432026-03-24T23:43:55.794Z[ host-image] Mar 24 23:43:55.749 INFO O| Mar 24 23:43:55.749 INFO O| Done
43442026-03-24T23:43:57.140Z[ host-image] Mar 24 23:43:57.096 INFO O| Mar 24 23:43:57.096 INFO O| Done
43452026-03-24T23:43:57.551Z[ recovery-image] Mar 24 23:43:57.508 INFO O| Mar 24 23:43:57.508 INFO O| Planning: Running solver ... Done
43462026-03-24T23:43:58.484Z[ recovery-image] Mar 24 23:43:58.441 INFO O| Mar 24 23:43:58.441 INFO O| Planning: Finding local manifests ... Done
43472026-03-24T23:43:58.511Z[ recovery-image] Mar 24 23:43:58.468 INFO O| Mar 24 23:43:58.468 INFO O| Planning: Fetching manifests: 0/126 0% complete
43482026-03-24T23:43:58.785Z[ host-image] Mar 24 23:43:58.742 INFO O| Mar 24 23:43:58.742 INFO O| Done
43492026-03-24T23:43:58.810Z[ host-image] Mar 24 23:43:58.767 INFO O| Mar 24 23:43:58.767 INFO O| Done
43502026-03-24T23:43:59.676Z[verify-libraries] Finished `release` profile [optimized] target(s) in 10m 28s
43512026-03-24T23:44:00.129ZMar 24 23:44:00.087 INFO [verify-libraries] process exited with exit status: 0 (633.516706231s)
43522026-03-24T23:44:00.422Z[ recovery-image] Mar 24 23:44:00.380 INFO O| Mar 24 23:44:00.380 INFO O| Planning: Fetching manifests: 126/126 100% complete
43532026-03-24T23:44:00.848Z[ recovery-image] Mar 24 23:44:00.806 INFO O| Mar 24 23:44:00.806 INFO O| Planning: Package planning ... Done
43542026-03-24T23:44:01.106Z[ recovery-image] Mar 24 23:44:01.064 INFO O| Mar 24 23:44:01.064 INFO O| Planning: Merging actions ... Done
43552026-03-24T23:44:01.179Z[ recovery-image] Mar 24 23:44:01.137 INFO O| Mar 24 23:44:01.137 INFO O| Planning: Checking for conflicting actions ... Done
43562026-03-24T23:44:01.240Z[ recovery-image] Mar 24 23:44:01.199 INFO O| Mar 24 23:44:01.199 INFO O| Planning: Consolidating action changes ... Done
43572026-03-24T23:44:01.404Z[ recovery-image] Mar 24 23:44:01.363 INFO O| Mar 24 23:44:01.363 INFO O| Planning: Evaluating mediators ... Done
43582026-03-24T23:44:01.458Z[ host-image] Mar 24 23:44:01.417 INFO O| Mar 24 23:44:01.417 INFO O| Done
43592026-03-24T23:44:01.907Z[ host-image] Mar 24 23:44:01.866 INFO O| Mar 24 23:44:01.866 INFO O| Done
43602026-03-24T23:44:03.879Z[ recovery-image] Mar 24 23:44:03.838 INFO O| Mar 24 23:44:03.838 INFO O| Planning: Planning completed in 413.93 seconds
43612026-03-24T23:44:03.882Z[ recovery-image] Mar 24 23:44:03.841 INFO O| Mar 24 23:44:03.841 INFO O| Packages to install: 126
43622026-03-24T23:44:03.882Z[ recovery-image] Mar 24 23:44:03.841 INFO O| Mar 24 23:44:03.841 INFO O| Mediators to change: 5
43632026-03-24T23:44:03.882Z[ recovery-image] Mar 24 23:44:03.841 INFO O| Mar 24 23:44:03.841 INFO O| Services to change: 5
43642026-03-24T23:44:03.924Z[ recovery-image] Mar 24 23:44:03.884 INFO O| Mar 24 23:44:03.884 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43652026-03-24T23:44:04.570Z[ host-image] Mar 24 23:44:04.531 INFO O| Mar 24 23:44:04.531 INFO STEP 11 (pkg_install) COMPLETE
43662026-03-24T23:44:04.571Z[ host-image] Mar 24 23:44:04.531 INFO O| Mar 24 23:44:04.531 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43672026-03-24T23:44:04.579Z[ host-image] Mar 24 23:44:04.540 INFO O| Mar 24 23:44:04.539 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"]
43682026-03-24T23:44:08.923Z[ recovery-image] Mar 24 23:44:08.885 INFO O| Mar 24 23:44:08.885 INFO O| Download: 1369/15969 items 20.5/187.3MB 10% complete (4.1M/s)
43692026-03-24T23:44:13.921Z[ recovery-image] Mar 24 23:44:13.886 INFO O| Mar 24 23:44:13.886 INFO O| Download: 3520/15969 items 38.6/187.3MB 20% complete (3.9M/s)
43702026-03-24T23:44:19.186Z[ recovery-image] Mar 24 23:44:19.154 INFO O| Mar 24 23:44:19.153 INFO O| Download: 5782/15969 items 45.8/187.3MB 24% complete (2.6M/s)
43712026-03-24T23:44:24.185Z[ recovery-image] Mar 24 23:44:24.155 INFO O| Mar 24 23:44:24.155 INFO O| Download: 7287/15969 items 78.0/187.3MB 41% complete (3.9M/s)
43722026-03-24T23:44:26.286Z[ host-image] Mar 24 23:44:26.256 INFO O| Mar 24 23:44:26.256 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43732026-03-24T23:44:29.183Z[ recovery-image] Mar 24 23:44:29.155 INFO O| Mar 24 23:44:29.155 INFO O| Download: 8786/15969 items 88.8/187.3MB 47% complete (4.2M/s)
43742026-03-24T23:44:34.180Z[ recovery-image] Mar 24 23:44:34.155 INFO O| Mar 24 23:44:34.155 INFO O| Download: 10780/15969 items 98.4/187.3MB 52% complete (2.0M/s)
43752026-03-24T23:44:36.586Z[ host-image] Mar 24 23:44:36.562 INFO O| Mar 24 23:44:36.562 INFO O| Startup: Caching catalogs ... Done
43762026-03-24T23:44:39.209Z[ recovery-image] Mar 24 23:44:39.186 INFO O| Mar 24 23:44:39.186 INFO O| Download: 12073/15969 items 145.3/187.3MB 77% complete (5.7M/s)
43772026-03-24T23:44:42.857Z[ host-image] Mar 24 23:44:42.836 INFO O| Mar 24 23:44:42.836 INFO O| Planning: Solver setup ... Done
43782026-03-24T23:44:42.864Z[ host-image] Mar 24 23:44:42.843 INFO O| Mar 24 23:44:42.843 INFO O| Planning: Running solver ... Done
43792026-03-24T23:44:42.997Z[ host-image] Mar 24 23:44:42.976 INFO O| Mar 24 23:44:42.976 INFO O| Planning: Finding local manifests ... Done
43802026-03-24T23:44:43.034Z[ host-image] Mar 24 23:44:43.014 INFO O| Mar 24 23:44:43.013 INFO O| Planning: Fetching manifests: 0/6 0% complete
43812026-03-24T23:44:43.124Z[ host-image] Mar 24 23:44:43.103 INFO O| Mar 24 23:44:43.103 INFO O| Planning: Fetching manifests: 6/6 100% complete
43822026-03-24T23:44:43.144Z[ host-image] Mar 24 23:44:43.124 INFO O| Mar 24 23:44:43.124 INFO O| Planning: Package planning ... Done
43832026-03-24T23:44:43.148Z[ host-image] Mar 24 23:44:43.127 INFO O| Mar 24 23:44:43.127 INFO O| Planning: Merging actions ... Done
43842026-03-24T23:44:43.208Z[ host-image] Mar 24 23:44:43.188 INFO O| Mar 24 23:44:43.188 INFO O| Planning: Checking for conflicting actions ... Done
43852026-03-24T23:44:43.215Z[ host-image] Mar 24 23:44:43.189 INFO O| Mar 24 23:44:43.189 INFO O| Planning: Consolidating action changes ... Done
43862026-03-24T23:44:43.356Z[ host-image] Mar 24 23:44:43.336 INFO O| Mar 24 23:44:43.336 INFO O| Planning: Evaluating mediators ... Done
43872026-03-24T23:44:43.359Z[ host-image] Mar 24 23:44:43.337 INFO O| Mar 24 23:44:43.337 INFO O| Planning: Planning completed in 6.69 seconds
43882026-03-24T23:44:43.359Z[ host-image] Mar 24 23:44:43.337 INFO O| Mar 24 23:44:43.337 INFO O| Packages to install: 6
43892026-03-24T23:44:43.359Z[ host-image] Mar 24 23:44:43.337 INFO O| Mar 24 23:44:43.337 INFO O| Services to change: 2
43902026-03-24T23:44:43.373Z[ host-image] Mar 24 23:44:43.353 INFO O| Mar 24 23:44:43.353 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43912026-03-24T23:44:44.249Z[ recovery-image] Mar 24 23:44:44.229 INFO O| Mar 24 23:44:44.229 INFO O| Download: 14748/15969 items 155.9/187.3MB 83% complete (5.8M/s)
43922026-03-24T23:44:45.957Z[ host-image] Mar 24 23:44:45.938 INFO O| Mar 24 23:44:45.938 INFO O| Download: Completed 1.75 MB in 2.58 seconds (690k/s)
43932026-03-24T23:44:45.989Z[ host-image] Mar 24 23:44:45.970 INFO O| Mar 24 23:44:45.970 INFO O| Actions: 1/390 actions (Installing new actions)
43942026-03-24T23:44:46.158Z[ host-image] Mar 24 23:44:46.138 INFO O| Mar 24 23:44:46.138 INFO O| Actions: Completed 390 actions in 0.17 seconds.
43952026-03-24T23:44:47.236Z[ host-image] Mar 24 23:44:47.218 INFO O| Mar 24 23:44:47.218 INFO O| Done
43962026-03-24T23:44:47.236Z[ host-image] Mar 24 23:44:47.218 INFO O| Mar 24 23:44:47.218 INFO O| Done
43972026-03-24T23:44:48.228Z[ host-image] Mar 24 23:44:48.209 INFO O| Mar 24 23:44:48.209 INFO O| Done
43982026-03-24T23:44:49.412Z[ recovery-image] Mar 24 23:44:49.394 INFO O| Mar 24 23:44:49.394 INFO O| Download: 15396/15969 items 166.5/187.3MB 88% complete (2.2M/s)
43992026-03-24T23:44:49.426Z[ host-image] Mar 24 23:44:49.408 INFO O| Mar 24 23:44:49.408 INFO O| Done
44002026-03-24T23:44:49.450Z[ host-image] Mar 24 23:44:49.432 INFO O| Mar 24 23:44:49.432 INFO O| Done
44012026-03-24T23:44:49.453Z[ host-image] Mar 24 23:44:49.433 INFO O| Mar 24 23:44:49.433 INFO O| Done
44022026-03-24T23:44:49.469Z[ host-image] Mar 24 23:44:49.452 INFO O| Mar 24 23:44:49.452 INFO O| Done
44032026-03-24T23:44:50.886Z[ host-image] Mar 24 23:44:50.869 INFO O| Mar 24 23:44:50.869 INFO STEP 12 (pkg_install) COMPLETE
44042026-03-24T23:44:50.886Z[ host-image] Mar 24 23:44:50.869 INFO O| Mar 24 23:44:50.869 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44052026-03-24T23:44:50.895Z[ host-image] Mar 24 23:44:50.879 INFO O| Mar 24 23:44:50.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44062026-03-24T23:44:53.102Z[ recovery-image] Mar 24 23:44:53.086 INFO O| Mar 24 23:44:53.086 INFO O| Download: Completed 187.27 MB in 49.20 seconds (3.8M/s)
44072026-03-24T23:44:53.459Z[ recovery-image] Mar 24 23:44:53.444 INFO O| Mar 24 23:44:53.444 INFO O| Actions: 1/26357 actions (Installing new actions)
44082026-03-24T23:44:58.460Z[ recovery-image] Mar 24 23:44:58.447 INFO O| Mar 24 23:44:58.447 INFO O| Actions: 16980/26357 actions (Installing new actions)
44092026-03-24T23:45:00.277Z[ recovery-image] Mar 24 23:45:00.265 INFO O| Mar 24 23:45:00.265 INFO O| Actions: Completed 26357 actions in 6.82 seconds.
44102026-03-24T23:45:01.378Z[ recovery-image] Mar 24 23:45:01.366 INFO O| Mar 24 23:45:01.366 INFO O| Done
44112026-03-24T23:45:01.378Z[ recovery-image] Mar 24 23:45:01.366 INFO O| Mar 24 23:45:01.366 INFO O| Done
44122026-03-24T23:45:02.689Z[ recovery-image] Mar 24 23:45:02.679 INFO O| Mar 24 23:45:02.679 INFO O| Done
44132026-03-24T23:45:03.638Z[ recovery-image] Mar 24 23:45:03.627 INFO O| Mar 24 23:45:03.627 INFO O| Done
44142026-03-24T23:45:03.649Z[ recovery-image] Mar 24 23:45:03.639 INFO O| Mar 24 23:45:03.639 INFO O| Done
44152026-03-24T23:45:05.367Z[ recovery-image] Mar 24 23:45:05.357 INFO O| Mar 24 23:45:05.357 INFO O| Done
44162026-03-24T23:45:05.663Z[ recovery-image] Mar 24 23:45:05.653 INFO O| Mar 24 23:45:05.653 INFO O| Done
44172026-03-24T23:45:08.089Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO STEP 11 (pkg_install) COMPLETE
44182026-03-24T23:45:08.089Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44192026-03-24T23:45:08.089Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO skip step because feature "recovery" is enabled
44202026-03-24T23:45:08.093Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44212026-03-24T23:45:08.093Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO skip step because feature "omicron1" is not enabled
44222026-03-24T23:45:08.093Z[ recovery-image] Mar 24 23:45:08.081 INFO O| Mar 24 23:45:08.081 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44232026-03-24T23:45:08.096Z[ recovery-image] Mar 24 23:45:08.089 INFO O| Mar 24 23:45:08.089 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44242026-03-24T23:45:12.800Z[ host-image] Mar 24 23:45:12.794 INFO O| Mar 24 23:45:12.794 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44252026-03-24T23:45:23.351Z[ host-image] Mar 24 23:45:23.350 INFO O| Mar 24 23:45:23.350 INFO O| Startup: Caching catalogs ... Done
44262026-03-24T23:45:28.490Z[ host-image] Mar 24 23:45:28.492 INFO O| Mar 24 23:45:28.492 INFO O| Planning: Solver setup ... Done
44272026-03-24T23:45:28.497Z[ host-image] Mar 24 23:45:28.499 INFO O| Mar 24 23:45:28.499 INFO O| Planning: Running solver ... Done
44282026-03-24T23:45:28.614Z[ host-image] Mar 24 23:45:28.616 INFO O| Mar 24 23:45:28.616 INFO O| Planning: Finding local manifests ... Done
44292026-03-24T23:45:28.627Z[ host-image] Mar 24 23:45:28.630 INFO O| Mar 24 23:45:28.630 INFO O| Planning: Fetching manifests: 0/6 0% complete
44302026-03-24T23:45:28.692Z[ host-image] Mar 24 23:45:28.694 INFO O| Mar 24 23:45:28.694 INFO O| Planning: Fetching manifests: 6/6 100% complete
44312026-03-24T23:45:28.718Z[ host-image] Mar 24 23:45:28.721 INFO O| Mar 24 23:45:28.721 INFO O| Planning: Package planning ... Done
44322026-03-24T23:45:28.733Z[ host-image] Mar 24 23:45:28.735 INFO O| Mar 24 23:45:28.735 INFO O| Planning: Merging actions ... Done
44332026-03-24T23:45:28.785Z[ host-image] Mar 24 23:45:28.787 INFO O| Mar 24 23:45:28.787 INFO O| Planning: Checking for conflicting actions ... Done
44342026-03-24T23:45:28.788Z[ host-image] Mar 24 23:45:28.791 INFO O| Mar 24 23:45:28.791 INFO O| Planning: Consolidating action changes ... Done
44352026-03-24T23:45:28.939Z[ host-image] Mar 24 23:45:28.942 INFO O| Mar 24 23:45:28.942 INFO O| Planning: Evaluating mediators ... Done
44362026-03-24T23:45:28.942Z[ host-image] Mar 24 23:45:28.945 INFO O| Mar 24 23:45:28.945 INFO O| Planning: Planning completed in 5.50 seconds
44372026-03-24T23:45:28.945Z[ host-image] Mar 24 23:45:28.945 INFO O| Mar 24 23:45:28.945 INFO O| Packages to install: 6
44382026-03-24T23:45:28.945Z[ host-image] Mar 24 23:45:28.945 INFO O| Mar 24 23:45:28.945 INFO O| Mediators to change: 1
44392026-03-24T23:45:28.946Z[ host-image] Mar 24 23:45:28.945 INFO O| Mar 24 23:45:28.945 INFO O| Services to change: 1
44402026-03-24T23:45:28.960Z[ host-image] Mar 24 23:45:28.963 INFO O| Mar 24 23:45:28.963 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44412026-03-24T23:45:29.620Z[ recovery-image] Mar 24 23:45:29.623 INFO O| Mar 24 23:45:29.623 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44422026-03-24T23:45:31.435Z[ host-image] Mar 24 23:45:31.438 INFO O| Mar 24 23:45:31.438 INFO O| Download: Completed 7.71 MB in 2.48 seconds (3.1M/s)
44432026-03-24T23:45:31.487Z[ host-image] Mar 24 23:45:31.491 INFO O| Mar 24 23:45:31.491 INFO O| Actions: 1/1361 actions (Installing new actions)
44442026-03-24T23:45:31.800Z[ host-image] Mar 24 23:45:31.804 INFO O| Mar 24 23:45:31.804 INFO O| Actions: Completed 1361 actions in 0.31 seconds.
44452026-03-24T23:45:32.932Z[ host-image] Mar 24 23:45:32.936 INFO O| Mar 24 23:45:32.936 INFO O| Done
44462026-03-24T23:45:32.932Z[ host-image] Mar 24 23:45:32.936 INFO O| Mar 24 23:45:32.936 INFO O| Done
44472026-03-24T23:45:33.907Z[ host-image] Mar 24 23:45:33.912 INFO O| Mar 24 23:45:33.912 INFO O| Done
44482026-03-24T23:45:35.102Z[ host-image] Mar 24 23:45:35.108 INFO O| Mar 24 23:45:35.108 INFO O| Done
44492026-03-24T23:45:35.127Z[ host-image] Mar 24 23:45:35.132 INFO O| Mar 24 23:45:35.132 INFO O| Done
44502026-03-24T23:45:35.130Z[ host-image] Mar 24 23:45:35.132 INFO O| Mar 24 23:45:35.132 INFO O| Done
44512026-03-24T23:45:35.164Z[ host-image] Mar 24 23:45:35.170 INFO O| Mar 24 23:45:35.170 INFO O| Done
44522026-03-24T23:45:36.689Z[ host-image] Mar 24 23:45:36.695 INFO O| Mar 24 23:45:36.695 INFO STEP 13 (pkg_install) COMPLETE
44532026-03-24T23:45:36.689Z[ host-image] Mar 24 23:45:36.695 INFO O| Mar 24 23:45:36.695 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-03-24T23:45:36.697Z[ host-image] Mar 24 23:45:36.704 INFO O| Mar 24 23:45:36.704 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44552026-03-24T23:45:40.042Z[ recovery-image] Mar 24 23:45:40.050 INFO O| Mar 24 23:45:40.050 INFO O| Startup: Caching catalogs ... Done
44562026-03-24T23:45:45.248Z[ recovery-image] Mar 24 23:45:45.258 INFO O| Mar 24 23:45:45.258 INFO O| Planning: Solver setup ... Done
44572026-03-24T23:45:45.255Z[ recovery-image] Mar 24 23:45:45.265 INFO O| Mar 24 23:45:45.265 INFO O| Planning: Running solver ... Done
44582026-03-24T23:45:45.375Z[ recovery-image] Mar 24 23:45:45.386 INFO O| Mar 24 23:45:45.386 INFO O| Planning: Finding local manifests ... Done
44592026-03-24T23:45:45.390Z[ recovery-image] Mar 24 23:45:45.401 INFO O| Mar 24 23:45:45.401 INFO O| Planning: Fetching manifests: 0/1 0% complete
44602026-03-24T23:45:45.395Z[ recovery-image] Mar 24 23:45:45.406 INFO O| Mar 24 23:45:45.406 INFO O| Planning: Fetching manifests: 1/1 100% complete
44612026-03-24T23:45:45.410Z[ recovery-image] Mar 24 23:45:45.421 INFO O| Mar 24 23:45:45.421 INFO O| Planning: Package planning ... Done
44622026-03-24T23:45:45.413Z[ recovery-image] Mar 24 23:45:45.421 INFO O| Mar 24 23:45:45.421 INFO O| Planning: Merging actions ... Done
44632026-03-24T23:45:45.435Z[ recovery-image] Mar 24 23:45:45.446 INFO O| Mar 24 23:45:45.446 INFO O| Planning: Checking for conflicting actions ... Done
44642026-03-24T23:45:45.439Z[ recovery-image] Mar 24 23:45:45.446 INFO O| Mar 24 23:45:45.446 INFO O| Planning: Consolidating action changes ... Done
44652026-03-24T23:45:45.545Z[ recovery-image] Mar 24 23:45:45.555 INFO O| Mar 24 23:45:45.555 INFO O| Planning: Evaluating mediators ... Done
44662026-03-24T23:45:45.548Z[ recovery-image] Mar 24 23:45:45.556 INFO O| Mar 24 23:45:45.556 INFO O| Planning: Planning completed in 5.41 seconds
44672026-03-24T23:45:45.548Z[ recovery-image] Mar 24 23:45:45.556 INFO O| Mar 24 23:45:45.556 INFO O| Packages to install: 1
44682026-03-24T23:45:45.560Z[ recovery-image] Mar 24 23:45:45.571 INFO O| Mar 24 23:45:45.571 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44692026-03-24T23:45:45.689Z[ recovery-image] Mar 24 23:45:45.700 INFO O| Mar 24 23:45:45.700 INFO O| Download: Completed 12.26 MB in 0.13 seconds (95.3M/s)
44702026-03-24T23:45:45.716Z[ recovery-image] Mar 24 23:45:45.727 INFO O| Mar 24 23:45:45.727 INFO O| Actions: 1/22 actions (Installing new actions)
44712026-03-24T23:45:45.972Z[ recovery-image] Mar 24 23:45:45.983 INFO O| Mar 24 23:45:45.983 INFO O| Actions: Completed 22 actions in 0.26 seconds.
44722026-03-24T23:45:46.367Z[ recovery-image] Mar 24 23:45:46.378 INFO O| Mar 24 23:45:46.378 INFO O| Done
44732026-03-24T23:45:46.367Z[ recovery-image] Mar 24 23:45:46.378 INFO O| Mar 24 23:45:46.378 INFO O| Done
44742026-03-24T23:45:47.341Z[ recovery-image] Mar 24 23:45:47.352 INFO O| Mar 24 23:45:47.352 INFO O| Done
44752026-03-24T23:45:48.668Z[ recovery-image] Mar 24 23:45:48.681 INFO O| Mar 24 23:45:48.681 INFO O| Done
44762026-03-24T23:45:48.682Z[ recovery-image] Mar 24 23:45:48.695 INFO O| Mar 24 23:45:48.695 INFO O| Done
44772026-03-24T23:45:48.685Z[ recovery-image] Mar 24 23:45:48.695 INFO O| Mar 24 23:45:48.695 INFO O| Done
44782026-03-24T23:45:48.694Z[ recovery-image] Mar 24 23:45:48.707 INFO O| Mar 24 23:45:48.707 INFO O| Done
44792026-03-24T23:45:50.188Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.200 INFO STEP 14 (pkg_install) COMPLETE
44802026-03-24T23:45:50.188Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-03-24T23:45:50.188Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "mbist" is not enabled
44822026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "mfg" is not enabled
44842026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "compliance" is not enabled
44862026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44872026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "stress" is not enabled
44882026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "compliance" is not enabled
44902026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO skip step because feature "nfs" is not enabled
44922026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44932026-03-24T23:45:50.191Z[ recovery-image] Mar 24 23:45:50.201 INFO O| Mar 24 23:45:50.201 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44942026-03-24T23:45:50.303Z[ recovery-image] Mar 24 23:45:50.316 INFO O| Mar 24 23:45:50.316 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44952026-03-24T23:45:50.429Z[ recovery-image] Mar 24 23:45:50.443 INFO O| Mar 24 23:45:50.443 INFO completed processing sled/ramdisk-01-os
44962026-03-24T23:45:50.433Z[ recovery-image] Mar 24 23:45:50.445 INFO image builder template: ramdisk-02-trim...
44972026-03-24T23:45:50.433Z[ recovery-image] Mar 24 23:45:50.445 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/.tmpOfiUse/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
44982026-03-24T23:45:50.451Z[ recovery-image] Mar 24 23:45:50.464 INFO O| Mar 24 23:45:50.464 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44992026-03-24T23:45:50.454Z[ recovery-image] Mar 24 23:45:50.467 INFO O| Mar 24 23:45:50.467 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45002026-03-24T23:45:50.522Z[ recovery-image] Mar 24 23:45:50.535 INFO O| Mar 24 23:45:50.535 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45012026-03-24T23:45:50.587Z[ recovery-image] Mar 24 23:45:50.600 INFO O| Mar 24 23:45:50.600 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45022026-03-24T23:45:50.587Z[ recovery-image] Mar 24 23:45:50.600 INFO O| Mar 24 23:45:50.600 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45032026-03-24T23:45:50.590Z[ recovery-image] Mar 24 23:45:50.604 INFO O| Mar 24 23:45:50.604 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45042026-03-24T23:45:50.594Z[ recovery-image] Mar 24 23:45:50.607 INFO O| Mar 24 23:45:50.607 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45052026-03-24T23:45:50.598Z[ recovery-image] Mar 24 23:45:50.612 INFO O| Mar 24 23:45:50.612 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45062026-03-24T23:45:50.820Z[ recovery-image] Mar 24 23:45:50.834 INFO O| Mar 24 23:45:50.833 INFO rolled back to input snapshot; work may begin
45072026-03-24T23:45:50.820Z[ recovery-image] Mar 24 23:45:50.834 INFO O| Mar 24 23:45:50.834 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45082026-03-24T23:45:50.825Z[ recovery-image] Mar 24 23:45:50.838 INFO O| Mar 24 23:45:50.838 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45092026-03-24T23:45:50.831Z[ recovery-image] Mar 24 23:45:50.845 INFO O| Mar 24 23:45:50.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45102026-03-24T23:45:50.873Z[ recovery-image] Mar 24 23:45:50.886 INFO O| Mar 24 23:45:50.885 INFO STEP 0 (remove_files) COMPLETE
45112026-03-24T23:45:50.873Z[ recovery-image] Mar 24 23:45:50.886 INFO O| Mar 24 23:45:50.885 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45122026-03-24T23:45:50.881Z[ recovery-image] Mar 24 23:45:50.894 INFO O| Mar 24 23:45:50.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45132026-03-24T23:45:50.885Z[ recovery-image] Mar 24 23:45:50.895 INFO O| Mar 24 23:45:50.895 INFO STEP 1 (remove_files) COMPLETE
45142026-03-24T23:45:50.885Z[ recovery-image] Mar 24 23:45:50.895 INFO O| Mar 24 23:45:50.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45152026-03-24T23:45:50.889Z[ recovery-image] Mar 24 23:45:50.903 INFO O| Mar 24 23:45:50.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45162026-03-24T23:45:50.901Z[ recovery-image] Mar 24 23:45:50.915 INFO O| Mar 24 23:45:50.915 INFO STEP 2 (remove_files) COMPLETE
45172026-03-24T23:45:50.901Z[ recovery-image] Mar 24 23:45:50.915 INFO O| Mar 24 23:45:50.915 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45182026-03-24T23:45:50.909Z[ recovery-image] Mar 24 23:45:50.923 INFO O| Mar 24 23:45:50.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45192026-03-24T23:45:50.912Z[ recovery-image] Mar 24 23:45:50.924 INFO O| Mar 24 23:45:50.924 INFO STEP 3 (remove_files) COMPLETE
45202026-03-24T23:45:50.912Z[ recovery-image] Mar 24 23:45:50.924 INFO O| Mar 24 23:45:50.924 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45212026-03-24T23:45:50.917Z[ recovery-image] Mar 24 23:45:50.931 INFO O| Mar 24 23:45:50.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45222026-03-24T23:45:50.920Z[ recovery-image] Mar 24 23:45:50.934 INFO O| Mar 24 23:45:50.934 INFO STEP 4 (remove_files) COMPLETE
45232026-03-24T23:45:50.920Z[ recovery-image] Mar 24 23:45:50.934 INFO O| Mar 24 23:45:50.934 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45242026-03-24T23:45:50.927Z[ recovery-image] Mar 24 23:45:50.941 INFO O| Mar 24 23:45:50.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45252026-03-24T23:45:50.930Z[ recovery-image] Mar 24 23:45:50.941 INFO O| Mar 24 23:45:50.941 INFO STEP 5 (remove_files) COMPLETE
45262026-03-24T23:45:50.930Z[ recovery-image] Mar 24 23:45:50.941 INFO O| Mar 24 23:45:50.941 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45272026-03-24T23:45:50.936Z[ recovery-image] Mar 24 23:45:50.950 INFO O| Mar 24 23:45:50.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45282026-03-24T23:45:50.946Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO STEP 6 (remove_files) COMPLETE
45292026-03-24T23:45:50.946Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45302026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO skip step because feature "recovery" is enabled
45312026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45322026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO skip step because feature "recovery" is enabled
45332026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO skip step because feature "recovery" is enabled
45352026-03-24T23:45:50.949Z[ recovery-image] Mar 24 23:45:50.959 INFO O| Mar 24 23:45:50.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-03-24T23:45:50.952Z[ recovery-image] Mar 24 23:45:50.966 INFO O| Mar 24 23:45:50.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45372026-03-24T23:45:50.955Z[ recovery-image] Mar 24 23:45:50.969 INFO O| Mar 24 23:45:50.969 INFO STEP 10 (remove_files) COMPLETE
45382026-03-24T23:45:50.956Z[ recovery-image] Mar 24 23:45:50.969 INFO O| Mar 24 23:45:50.969 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-03-24T23:45:50.962Z[ recovery-image] Mar 24 23:45:50.976 INFO O| Mar 24 23:45:50.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45402026-03-24T23:45:50.965Z[ recovery-image] Mar 24 23:45:50.977 INFO O| Mar 24 23:45:50.977 INFO STEP 11 (remove_files) COMPLETE
45412026-03-24T23:45:50.965Z[ recovery-image] Mar 24 23:45:50.977 INFO O| Mar 24 23:45:50.977 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-24T23:45:50.969Z[ recovery-image] Mar 24 23:45:50.983 INFO O| Mar 24 23:45:50.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45432026-03-24T23:45:50.972Z[ recovery-image] Mar 24 23:45:50.985 INFO O| Mar 24 23:45:50.985 INFO STEP 12 (remove_files) COMPLETE
45442026-03-24T23:45:50.972Z[ recovery-image] Mar 24 23:45:50.985 INFO O| Mar 24 23:45:50.985 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-03-24T23:45:51.074Z[ recovery-image] Mar 24 23:45:51.088 INFO O| Mar 24 23:45:51.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45462026-03-24T23:45:51.077Z[ recovery-image] Mar 24 23:45:51.090 INFO O| Mar 24 23:45:51.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45472026-03-24T23:45:51.081Z[ recovery-image] Mar 24 23:45:51.093 INFO O| Mar 24 23:45:51.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45482026-03-24T23:45:51.084Z[ recovery-image] Mar 24 23:45:51.097 INFO O| Mar 24 23:45:51.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45492026-03-24T23:45:51.144Z[ recovery-image] Mar 24 23:45:51.157 INFO O| Mar 24 23:45:51.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45502026-03-24T23:45:51.149Z[ recovery-image] Mar 24 23:45:51.162 INFO O| Mar 24 23:45:51.162 INFO STEP 13 (remove_files) COMPLETE
45512026-03-24T23:45:51.149Z[ recovery-image] Mar 24 23:45:51.162 INFO O| Mar 24 23:45:51.162 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-24T23:45:51.157Z[ recovery-image] Mar 24 23:45:51.171 INFO O| Mar 24 23:45:51.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45532026-03-24T23:45:51.160Z[ recovery-image] Mar 24 23:45:51.172 INFO O| Mar 24 23:45:51.172 INFO STEP 14 (remove_files) COMPLETE
45542026-03-24T23:45:51.160Z[ recovery-image] Mar 24 23:45:51.172 INFO O| Mar 24 23:45:51.172 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-24T23:45:51.164Z[ recovery-image] Mar 24 23:45:51.178 INFO O| Mar 24 23:45:51.178 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45562026-03-24T23:45:51.169Z[ recovery-image] Mar 24 23:45:51.183 INFO O| Mar 24 23:45:51.183 INFO STEP 15 (remove_files) COMPLETE
45572026-03-24T23:45:51.169Z[ recovery-image] Mar 24 23:45:51.183 INFO O| Mar 24 23:45:51.183 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45582026-03-24T23:45:51.179Z[ recovery-image] Mar 24 23:45:51.192 INFO O| Mar 24 23:45:51.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45592026-03-24T23:45:51.182Z[ recovery-image] Mar 24 23:45:51.193 INFO O| Mar 24 23:45:51.193 INFO STEP 16 (remove_files) COMPLETE
45602026-03-24T23:45:51.182Z[ recovery-image] Mar 24 23:45:51.193 INFO O| Mar 24 23:45:51.193 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-03-24T23:45:51.187Z[ recovery-image] Mar 24 23:45:51.201 INFO O| Mar 24 23:45:51.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45622026-03-24T23:45:51.190Z[ recovery-image] Mar 24 23:45:51.202 INFO O| Mar 24 23:45:51.202 INFO STEP 17 (remove_files) COMPLETE
45632026-03-24T23:45:51.190Z[ recovery-image] Mar 24 23:45:51.202 INFO O| Mar 24 23:45:51.202 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-03-24T23:45:51.196Z[ recovery-image] Mar 24 23:45:51.210 INFO O| Mar 24 23:45:51.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45652026-03-24T23:45:51.199Z[ recovery-image] Mar 24 23:45:51.210 INFO O| Mar 24 23:45:51.210 INFO STEP 18 (remove_files) COMPLETE
45662026-03-24T23:45:51.199Z[ recovery-image] Mar 24 23:45:51.210 INFO O| Mar 24 23:45:51.210 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-24T23:45:51.204Z[ recovery-image] Mar 24 23:45:51.218 INFO O| Mar 24 23:45:51.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45682026-03-24T23:45:51.204Z[ recovery-image] Mar 24 23:45:51.218 INFO O| Mar 24 23:45:51.218 INFO STEP 19 (remove_files) COMPLETE
45692026-03-24T23:45:51.207Z[ recovery-image] Mar 24 23:45:51.218 INFO O| Mar 24 23:45:51.218 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-24T23:45:51.211Z[ recovery-image] Mar 24 23:45:51.225 INFO O| Mar 24 23:45:51.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45712026-03-24T23:45:51.214Z[ recovery-image] Mar 24 23:45:51.225 INFO O| Mar 24 23:45:51.225 INFO STEP 20 (remove_files) COMPLETE
45722026-03-24T23:45:51.214Z[ recovery-image] Mar 24 23:45:51.225 INFO O| Mar 24 23:45:51.225 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-03-24T23:45:51.218Z[ recovery-image] Mar 24 23:45:51.232 INFO O| Mar 24 23:45:51.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45742026-03-24T23:45:51.221Z[ recovery-image] Mar 24 23:45:51.232 INFO O| Mar 24 23:45:51.232 INFO STEP 21 (remove_files) COMPLETE
45752026-03-24T23:45:51.222Z[ recovery-image] Mar 24 23:45:51.232 INFO O| Mar 24 23:45:51.232 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-03-24T23:45:51.227Z[ recovery-image] Mar 24 23:45:51.241 INFO O| Mar 24 23:45:51.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45772026-03-24T23:45:51.229Z[ recovery-image] Mar 24 23:45:51.241 INFO O| Mar 24 23:45:51.241 INFO STEP 22 (remove_files) COMPLETE
45782026-03-24T23:45:51.229Z[ recovery-image] Mar 24 23:45:51.241 INFO O| Mar 24 23:45:51.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-24T23:45:51.234Z[ recovery-image] Mar 24 23:45:51.248 INFO O| Mar 24 23:45:51.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45802026-03-24T23:45:51.234Z[ recovery-image] Mar 24 23:45:51.248 INFO O| Mar 24 23:45:51.248 INFO STEP 23 (remove_files) COMPLETE
45812026-03-24T23:45:51.237Z[ recovery-image] Mar 24 23:45:51.248 INFO O| Mar 24 23:45:51.248 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-24T23:45:51.242Z[ recovery-image] Mar 24 23:45:51.256 INFO O| Mar 24 23:45:51.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45832026-03-24T23:45:51.244Z[ recovery-image] Mar 24 23:45:51.256 INFO O| Mar 24 23:45:51.256 INFO STEP 24 (remove_files) COMPLETE
45842026-03-24T23:45:51.244Z[ recovery-image] Mar 24 23:45:51.256 INFO O| Mar 24 23:45:51.256 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-24T23:45:51.249Z[ recovery-image] Mar 24 23:45:51.263 INFO O| Mar 24 23:45:51.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45862026-03-24T23:45:51.252Z[ recovery-image] Mar 24 23:45:51.263 INFO O| Mar 24 23:45:51.263 INFO STEP 25 (remove_files) COMPLETE
45872026-03-24T23:45:51.252Z[ recovery-image] Mar 24 23:45:51.263 INFO O| Mar 24 23:45:51.263 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-24T23:45:51.257Z[ recovery-image] Mar 24 23:45:51.271 INFO O| Mar 24 23:45:51.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45892026-03-24T23:45:51.261Z[ recovery-image] Mar 24 23:45:51.271 INFO O| Mar 24 23:45:51.271 INFO STEP 26 (remove_files) COMPLETE
45902026-03-24T23:45:51.261Z[ recovery-image] Mar 24 23:45:51.271 INFO O| Mar 24 23:45:51.271 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-24T23:45:51.264Z[ recovery-image] Mar 24 23:45:51.278 INFO O| Mar 24 23:45:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45922026-03-24T23:45:51.267Z[ recovery-image] Mar 24 23:45:51.278 INFO O| Mar 24 23:45:51.278 INFO STEP 27 (remove_files) COMPLETE
45932026-03-24T23:45:51.267Z[ recovery-image] Mar 24 23:45:51.278 INFO O| Mar 24 23:45:51.278 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-03-24T23:45:51.271Z[ recovery-image] Mar 24 23:45:51.285 INFO O| Mar 24 23:45:51.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45952026-03-24T23:45:51.274Z[ recovery-image] Mar 24 23:45:51.285 INFO O| Mar 24 23:45:51.285 INFO STEP 28 (remove_files) COMPLETE
45962026-03-24T23:45:51.274Z[ recovery-image] Mar 24 23:45:51.285 INFO O| Mar 24 23:45:51.285 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-24T23:45:51.277Z[ recovery-image] Mar 24 23:45:51.291 INFO O| Mar 24 23:45:51.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45982026-03-24T23:45:51.280Z[ recovery-image] Mar 24 23:45:51.291 INFO O| Mar 24 23:45:51.291 INFO STEP 29 (remove_files) COMPLETE
45992026-03-24T23:45:51.280Z[ recovery-image] Mar 24 23:45:51.291 INFO O| Mar 24 23:45:51.291 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-24T23:45:51.285Z[ recovery-image] Mar 24 23:45:51.299 INFO O| Mar 24 23:45:51.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46012026-03-24T23:45:51.288Z[ recovery-image] Mar 24 23:45:51.299 INFO O| Mar 24 23:45:51.299 INFO STEP 30 (remove_files) COMPLETE
46022026-03-24T23:45:51.288Z[ recovery-image] Mar 24 23:45:51.299 INFO O| Mar 24 23:45:51.299 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-24T23:45:51.293Z[ recovery-image] Mar 24 23:45:51.307 INFO O| Mar 24 23:45:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46042026-03-24T23:45:51.296Z[ recovery-image] Mar 24 23:45:51.307 INFO O| Mar 24 23:45:51.307 INFO STEP 31 (remove_files) COMPLETE
46052026-03-24T23:45:51.296Z[ recovery-image] Mar 24 23:45:51.307 INFO O| Mar 24 23:45:51.307 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-24T23:45:51.300Z[ recovery-image] Mar 24 23:45:51.314 INFO O| Mar 24 23:45:51.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46072026-03-24T23:45:51.300Z[ recovery-image] Mar 24 23:45:51.314 INFO O| Mar 24 23:45:51.314 INFO STEP 32 (remove_files) COMPLETE
46082026-03-24T23:45:51.303Z[ recovery-image] Mar 24 23:45:51.314 INFO O| Mar 24 23:45:51.314 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-24T23:45:51.308Z[ recovery-image] Mar 24 23:45:51.322 INFO O| Mar 24 23:45:51.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46102026-03-24T23:45:51.311Z[ recovery-image] Mar 24 23:45:51.322 INFO O| Mar 24 23:45:51.322 INFO STEP 33 (remove_files) COMPLETE
46112026-03-24T23:45:51.311Z[ recovery-image] Mar 24 23:45:51.322 INFO O| Mar 24 23:45:51.322 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-24T23:45:51.315Z[ recovery-image] Mar 24 23:45:51.329 INFO O| Mar 24 23:45:51.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46132026-03-24T23:45:51.315Z[ recovery-image] Mar 24 23:45:51.329 INFO O| Mar 24 23:45:51.329 INFO STEP 34 (remove_files) COMPLETE
46142026-03-24T23:45:51.315Z[ recovery-image] Mar 24 23:45:51.329 INFO O| Mar 24 23:45:51.329 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-03-24T23:45:51.322Z[ recovery-image] Mar 24 23:45:51.336 INFO O| Mar 24 23:45:51.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46162026-03-24T23:45:51.322Z[ recovery-image] Mar 24 23:45:51.336 INFO O| Mar 24 23:45:51.336 INFO STEP 35 (remove_files) COMPLETE
46172026-03-24T23:45:51.325Z[ recovery-image] Mar 24 23:45:51.336 INFO O| Mar 24 23:45:51.336 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-03-24T23:45:51.328Z[ recovery-image] Mar 24 23:45:51.342 INFO O| Mar 24 23:45:51.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46192026-03-24T23:45:51.333Z[ recovery-image] Mar 24 23:45:51.342 INFO O| Mar 24 23:45:51.342 INFO STEP 36 (remove_files) COMPLETE
46202026-03-24T23:45:51.333Z[ recovery-image] Mar 24 23:45:51.342 INFO O| Mar 24 23:45:51.342 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-03-24T23:45:51.336Z[ recovery-image] Mar 24 23:45:51.349 INFO O| Mar 24 23:45:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46222026-03-24T23:45:51.336Z[ recovery-image] Mar 24 23:45:51.349 INFO O| Mar 24 23:45:51.349 INFO STEP 37 (remove_files) COMPLETE
46232026-03-24T23:45:51.336Z[ recovery-image] Mar 24 23:45:51.349 INFO O| Mar 24 23:45:51.349 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-03-24T23:45:51.341Z[ recovery-image] Mar 24 23:45:51.355 INFO O| Mar 24 23:45:51.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46252026-03-24T23:45:51.345Z[ recovery-image] Mar 24 23:45:51.355 INFO O| Mar 24 23:45:51.355 INFO STEP 38 (remove_files) COMPLETE
46262026-03-24T23:45:51.345Z[ recovery-image] Mar 24 23:45:51.355 INFO O| Mar 24 23:45:51.355 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-03-24T23:45:51.348Z[ recovery-image] Mar 24 23:45:51.362 INFO O| Mar 24 23:45:51.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46282026-03-24T23:45:51.348Z[ recovery-image] Mar 24 23:45:51.362 INFO O| Mar 24 23:45:51.362 INFO STEP 39 (remove_files) COMPLETE
46292026-03-24T23:45:51.348Z[ recovery-image] Mar 24 23:45:51.362 INFO O| Mar 24 23:45:51.362 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-24T23:45:51.355Z[ recovery-image] Mar 24 23:45:51.369 INFO O| Mar 24 23:45:51.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46312026-03-24T23:45:51.355Z[ recovery-image] Mar 24 23:45:51.369 INFO O| Mar 24 23:45:51.369 INFO STEP 40 (remove_files) COMPLETE
46322026-03-24T23:45:51.358Z[ recovery-image] Mar 24 23:45:51.369 INFO O| Mar 24 23:45:51.369 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-24T23:45:51.362Z[ recovery-image] Mar 24 23:45:51.376 INFO O| Mar 24 23:45:51.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46342026-03-24T23:45:51.362Z[ recovery-image] Mar 24 23:45:51.376 INFO O| Mar 24 23:45:51.376 INFO STEP 41 (remove_files) COMPLETE
46352026-03-24T23:45:51.366Z[ recovery-image] Mar 24 23:45:51.376 INFO O| Mar 24 23:45:51.376 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-24T23:45:51.372Z[ recovery-image] Mar 24 23:45:51.382 INFO O| Mar 24 23:45:51.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46372026-03-24T23:45:51.372Z[ recovery-image] Mar 24 23:45:51.382 INFO O| Mar 24 23:45:51.382 INFO STEP 42 (remove_files) COMPLETE
46382026-03-24T23:45:51.372Z[ recovery-image] Mar 24 23:45:51.382 INFO O| Mar 24 23:45:51.382 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-24T23:45:51.377Z[ recovery-image] Mar 24 23:45:51.391 INFO O| Mar 24 23:45:51.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46402026-03-24T23:45:51.383Z[ recovery-image] Mar 24 23:45:51.391 INFO O| Mar 24 23:45:51.391 INFO STEP 43 (remove_files) COMPLETE
46412026-03-24T23:45:51.383Z[ recovery-image] Mar 24 23:45:51.391 INFO O| Mar 24 23:45:51.391 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-24T23:45:51.386Z[ recovery-image] Mar 24 23:45:51.399 INFO O| Mar 24 23:45:51.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46432026-03-24T23:45:51.386Z[ recovery-image] Mar 24 23:45:51.399 INFO O| Mar 24 23:45:51.399 INFO STEP 44 (remove_files) COMPLETE
46442026-03-24T23:45:51.386Z[ recovery-image] Mar 24 23:45:51.399 INFO O| Mar 24 23:45:51.399 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-24T23:45:51.393Z[ recovery-image] Mar 24 23:45:51.407 INFO O| Mar 24 23:45:51.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46462026-03-24T23:45:51.397Z[ recovery-image] Mar 24 23:45:51.407 INFO O| Mar 24 23:45:51.407 INFO STEP 45 (remove_files) COMPLETE
46472026-03-24T23:45:51.397Z[ recovery-image] Mar 24 23:45:51.407 INFO O| Mar 24 23:45:51.407 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-24T23:45:51.400Z[ recovery-image] Mar 24 23:45:51.414 INFO O| Mar 24 23:45:51.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46492026-03-24T23:45:51.401Z[ recovery-image] Mar 24 23:45:51.414 INFO O| Mar 24 23:45:51.414 INFO STEP 46 (remove_files) COMPLETE
46502026-03-24T23:45:51.404Z[ recovery-image] Mar 24 23:45:51.414 INFO O| Mar 24 23:45:51.414 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-24T23:45:51.409Z[ recovery-image] Mar 24 23:45:51.422 INFO O| Mar 24 23:45:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46522026-03-24T23:45:51.409Z[ recovery-image] Mar 24 23:45:51.422 INFO O| Mar 24 23:45:51.422 INFO STEP 47 (remove_files) COMPLETE
46532026-03-24T23:45:51.415Z[ recovery-image] Mar 24 23:45:51.423 INFO O| Mar 24 23:45:51.422 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-03-24T23:45:51.419Z[ recovery-image] Mar 24 23:45:51.429 INFO O| Mar 24 23:45:51.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46552026-03-24T23:45:51.419Z[ recovery-image] Mar 24 23:45:51.429 INFO O| Mar 24 23:45:51.429 INFO STEP 48 (remove_files) COMPLETE
46562026-03-24T23:45:51.419Z[ recovery-image] Mar 24 23:45:51.429 INFO O| Mar 24 23:45:51.429 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-24T23:45:51.422Z[ recovery-image] Mar 24 23:45:51.436 INFO O| Mar 24 23:45:51.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46582026-03-24T23:45:51.422Z[ recovery-image] Mar 24 23:45:51.436 INFO O| Mar 24 23:45:51.436 INFO STEP 49 (remove_files) COMPLETE
46592026-03-24T23:45:51.422Z[ recovery-image] Mar 24 23:45:51.436 INFO O| Mar 24 23:45:51.436 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-03-24T23:45:51.429Z[ recovery-image] Mar 24 23:45:51.443 INFO O| Mar 24 23:45:51.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46612026-03-24T23:45:51.429Z[ recovery-image] Mar 24 23:45:51.443 INFO O| Mar 24 23:45:51.443 INFO STEP 50 (remove_files) COMPLETE
46622026-03-24T23:45:51.432Z[ recovery-image] Mar 24 23:45:51.443 INFO O| Mar 24 23:45:51.443 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-03-24T23:45:51.437Z[ recovery-image] Mar 24 23:45:51.451 INFO O| Mar 24 23:45:51.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46642026-03-24T23:45:51.437Z[ recovery-image] Mar 24 23:45:51.451 INFO O| Mar 24 23:45:51.451 INFO STEP 51 (remove_files) COMPLETE
46652026-03-24T23:45:51.437Z[ recovery-image] Mar 24 23:45:51.451 INFO O| Mar 24 23:45:51.451 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-24T23:45:51.446Z[ recovery-image] Mar 24 23:45:51.459 INFO O| Mar 24 23:45:51.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46672026-03-24T23:45:51.446Z[ recovery-image] Mar 24 23:45:51.459 INFO O| Mar 24 23:45:51.459 INFO STEP 52 (remove_files) COMPLETE
46682026-03-24T23:45:51.446Z[ recovery-image] Mar 24 23:45:51.459 INFO O| Mar 24 23:45:51.459 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-03-24T23:45:51.452Z[ recovery-image] Mar 24 23:45:51.466 INFO O| Mar 24 23:45:51.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46702026-03-24T23:45:51.455Z[ recovery-image] Mar 24 23:45:51.466 INFO O| Mar 24 23:45:51.466 INFO STEP 53 (remove_files) COMPLETE
46712026-03-24T23:45:51.455Z[ recovery-image] Mar 24 23:45:51.466 INFO O| Mar 24 23:45:51.466 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-24T23:45:51.509Z[ recovery-image] Mar 24 23:45:51.473 INFO O| Mar 24 23:45:51.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46732026-03-24T23:45:51.514Z[ recovery-image] Mar 24 23:45:51.473 INFO O| Mar 24 23:45:51.473 INFO STEP 54 (remove_files) COMPLETE
46742026-03-24T23:45:51.514Z[ recovery-image] Mar 24 23:45:51.473 INFO O| Mar 24 23:45:51.473 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-03-24T23:45:51.514Z[ recovery-image] Mar 24 23:45:51.479 INFO O| Mar 24 23:45:51.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46762026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.479 INFO O| Mar 24 23:45:51.479 INFO STEP 55 (remove_files) COMPLETE
46772026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.479 INFO O| Mar 24 23:45:51.479 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.486 INFO O| Mar 24 23:45:51.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46792026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.486 INFO O| Mar 24 23:45:51.486 INFO STEP 56 (remove_files) COMPLETE
46802026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.486 INFO O| Mar 24 23:45:51.486 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.492 INFO O| Mar 24 23:45:51.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46822026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.492 INFO O| Mar 24 23:45:51.492 INFO STEP 57 (remove_files) COMPLETE
46832026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.493 INFO O| Mar 24 23:45:51.492 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46852026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46862026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46872026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46882026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46892026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46902026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO ok!
46912026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO STEP 58 (ensure_file) COMPLETE
46922026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.499 INFO O| Mar 24 23:45:51.499 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46942026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46952026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46962026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46972026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46982026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46992026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO ok!
47002026-03-24T23:45:51.515Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO STEP 59 (ensure_file) COMPLETE
47012026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.506 INFO O| Mar 24 23:45:51.506 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47032026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47042026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47052026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO ok!
47062026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO STEP 60 (ensure_file) COMPLETE
47072026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.513 INFO O| Mar 24 23:45:51.513 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47092026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47102026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47112026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 INFO ok!
47122026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 INFO STEP 61 (ensure_file) COMPLETE
47132026-03-24T23:45:51.516Z[ recovery-image] Mar 24 23:45:51.520 INFO O| Mar 24 23:45:51.520 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47152026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47162026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47172026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47182026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO ok!
47192026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO STEP 62 (ensure_file) COMPLETE
47202026-03-24T23:45:51.520Z[ recovery-image] Mar 24 23:45:51.527 INFO O| Mar 24 23:45:51.527 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47222026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47232026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47242026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47252026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO ok!
47262026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO STEP 63 (ensure_file) COMPLETE
47272026-03-24T23:45:51.526Z[ recovery-image] Mar 24 23:45:51.535 INFO O| Mar 24 23:45:51.535 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-03-24T23:45:51.530Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47292026-03-24T23:45:51.530Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47302026-03-24T23:45:51.535Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47312026-03-24T23:45:51.535Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO ok!
47322026-03-24T23:45:51.535Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO STEP 64 (assemble_files) COMPLETE
47332026-03-24T23:45:51.535Z[ recovery-image] Mar 24 23:45:51.544 INFO O| Mar 24 23:45:51.544 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47352026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47362026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47372026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47382026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO ok!
47392026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO STEP 65 (ensure_file) COMPLETE
47402026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO skip step because feature "omicron1" is not enabled
47422026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO skip step because feature "omicron1" is not enabled
47442026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO skip step because feature "omicron1" is not enabled
47462026-03-24T23:45:51.540Z[ recovery-image] Mar 24 23:45:51.552 INFO O| Mar 24 23:45:51.552 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-03-24T23:45:51.549Z[ recovery-image] Mar 24 23:45:51.563 INFO O| Mar 24 23:45:51.563 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47482026-03-24T23:45:51.549Z[ recovery-image] Mar 24 23:45:51.563 INFO O| Mar 24 23:45:51.563 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47492026-03-24T23:45:52.831Z[ recovery-image] Mar 24 23:45:52.845 INFO O| Mar 24 23:45:52.845 INFO STEP 69 (pack_tar) COMPLETE
47502026-03-24T23:45:52.831Z[ recovery-image] Mar 24 23:45:52.845 INFO O| Mar 24 23:45:52.845 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47512026-03-24T23:45:52.831Z[ recovery-image] Mar 24 23:45:52.845 INFO O| Mar 24 23:45:52.845 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47522026-03-24T23:45:53.293Z[ recovery-image] Mar 24 23:45:53.308 INFO O| Mar 24 23:45:53.308 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47532026-03-24T23:45:53.374Z[ recovery-image] Mar 24 23:45:53.389 INFO O| Mar 24 23:45:53.389 INFO completed processing sled/ramdisk-02-trim
47542026-03-24T23:45:53.378Z[ recovery-image] Mar 24 23:45:53.391 INFO image builder template: ramdisk-03-recovery-trim...
47552026-03-24T23:45:53.378Z[ recovery-image] Mar 24 23:45:53.391 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/.tmpOfiUse/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47562026-03-24T23:45:53.470Z[ recovery-image] Mar 24 23:45:53.485 INFO O| Mar 24 23:45:53.485 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47572026-03-24T23:45:53.474Z[ recovery-image] Mar 24 23:45:53.489 INFO O| Mar 24 23:45:53.489 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47582026-03-24T23:45:53.562Z[ recovery-image] Mar 24 23:45:53.577 INFO O| Mar 24 23:45:53.577 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47592026-03-24T23:45:53.629Z[ recovery-image] Mar 24 23:45:53.644 INFO O| Mar 24 23:45:53.644 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47602026-03-24T23:45:53.629Z[ recovery-image] Mar 24 23:45:53.644 INFO O| Mar 24 23:45:53.644 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47612026-03-24T23:45:53.634Z[ recovery-image] Mar 24 23:45:53.649 INFO O| Mar 24 23:45:53.649 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47622026-03-24T23:45:53.638Z[ recovery-image] Mar 24 23:45:53.653 INFO O| Mar 24 23:45:53.653 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47632026-03-24T23:45:53.645Z[ recovery-image] Mar 24 23:45:53.657 INFO O| Mar 24 23:45:53.657 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47642026-03-24T23:45:53.897Z[ recovery-image] Mar 24 23:45:53.912 INFO O| Mar 24 23:45:53.912 INFO rolled back to input snapshot; work may begin
47652026-03-24T23:45:53.897Z[ recovery-image] Mar 24 23:45:53.912 INFO O| Mar 24 23:45:53.912 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47662026-03-24T23:45:53.900Z[ recovery-image] Mar 24 23:45:53.916 INFO O| Mar 24 23:45:53.916 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672026-03-24T23:45:53.910Z[ recovery-image] Mar 24 23:45:53.925 INFO O| Mar 24 23:45:53.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47682026-03-24T23:45:53.913Z[ recovery-image] Mar 24 23:45:53.929 INFO O| Mar 24 23:45:53.929 INFO STEP 0 (remove_files) COMPLETE
47692026-03-24T23:45:53.914Z[ recovery-image] Mar 24 23:45:53.929 INFO O| Mar 24 23:45:53.929 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702026-03-24T23:45:53.920Z[ recovery-image] Mar 24 23:45:53.936 INFO O| Mar 24 23:45:53.936 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47712026-03-24T23:45:53.973Z[ recovery-image] Mar 24 23:45:53.989 INFO O| Mar 24 23:45:53.988 INFO STEP 1 (remove_files) COMPLETE
47722026-03-24T23:45:53.973Z[ recovery-image] Mar 24 23:45:53.989 INFO O| Mar 24 23:45:53.989 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732026-03-24T23:45:53.983Z[ recovery-image] Mar 24 23:45:53.998 INFO O| Mar 24 23:45:53.998 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47742026-03-24T23:45:53.986Z[ recovery-image] Mar 24 23:45:54.000 INFO O| Mar 24 23:45:54.000 INFO STEP 2 (remove_files) COMPLETE
47752026-03-24T23:45:53.986Z[ recovery-image] Mar 24 23:45:54.000 INFO O| Mar 24 23:45:54.000 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762026-03-24T23:45:53.995Z[ recovery-image] Mar 24 23:45:54.010 INFO O| Mar 24 23:45:54.010 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47772026-03-24T23:45:54.036Z[ recovery-image] Mar 24 23:45:54.051 INFO O| Mar 24 23:45:54.051 INFO STEP 3 (remove_files) COMPLETE
47782026-03-24T23:45:54.036Z[ recovery-image] Mar 24 23:45:54.051 INFO O| Mar 24 23:45:54.051 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792026-03-24T23:45:54.046Z[ recovery-image] Mar 24 23:45:54.061 INFO O| Mar 24 23:45:54.061 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47802026-03-24T23:45:54.062Z[ recovery-image] Mar 24 23:45:54.077 INFO O| Mar 24 23:45:54.077 INFO STEP 4 (remove_files) COMPLETE
47812026-03-24T23:45:54.062Z[ recovery-image] Mar 24 23:45:54.077 INFO O| Mar 24 23:45:54.077 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822026-03-24T23:45:54.069Z[ recovery-image] Mar 24 23:45:54.085 INFO O| Mar 24 23:45:54.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47832026-03-24T23:45:54.072Z[ recovery-image] Mar 24 23:45:54.086 INFO O| Mar 24 23:45:54.086 INFO STEP 5 (remove_files) COMPLETE
47842026-03-24T23:45:54.072Z[ recovery-image] Mar 24 23:45:54.086 INFO O| Mar 24 23:45:54.086 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852026-03-24T23:45:54.079Z[ recovery-image] Mar 24 23:45:54.094 INFO O| Mar 24 23:45:54.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47862026-03-24T23:45:54.082Z[ recovery-image] Mar 24 23:45:54.096 INFO O| Mar 24 23:45:54.096 INFO STEP 6 (remove_files) COMPLETE
47872026-03-24T23:45:54.082Z[ recovery-image] Mar 24 23:45:54.096 INFO O| Mar 24 23:45:54.096 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882026-03-24T23:45:54.087Z[ recovery-image] Mar 24 23:45:54.102 INFO O| Mar 24 23:45:54.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47892026-03-24T23:45:54.091Z[ recovery-image] Mar 24 23:45:54.107 INFO O| Mar 24 23:45:54.107 INFO STEP 7 (remove_files) COMPLETE
47902026-03-24T23:45:54.091Z[ recovery-image] Mar 24 23:45:54.107 INFO O| Mar 24 23:45:54.107 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912026-03-24T23:45:54.099Z[ recovery-image] Mar 24 23:45:54.115 INFO O| Mar 24 23:45:54.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47922026-03-24T23:45:54.102Z[ recovery-image] Mar 24 23:45:54.116 INFO O| Mar 24 23:45:54.116 INFO STEP 8 (remove_files) COMPLETE
47932026-03-24T23:45:54.102Z[ recovery-image] Mar 24 23:45:54.116 INFO O| Mar 24 23:45:54.116 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942026-03-24T23:45:54.107Z[ recovery-image] Mar 24 23:45:54.123 INFO O| Mar 24 23:45:54.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47952026-03-24T23:45:54.110Z[ recovery-image] Mar 24 23:45:54.124 INFO O| Mar 24 23:45:54.124 INFO STEP 9 (remove_files) COMPLETE
47962026-03-24T23:45:54.110Z[ recovery-image] Mar 24 23:45:54.124 INFO O| Mar 24 23:45:54.124 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972026-03-24T23:45:54.116Z[ recovery-image] Mar 24 23:45:54.131 INFO O| Mar 24 23:45:54.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
47982026-03-24T23:45:54.161Z[ recovery-image] Mar 24 23:45:54.176 INFO O| Mar 24 23:45:54.176 INFO STEP 10 (remove_files) COMPLETE
47992026-03-24T23:45:54.161Z[ recovery-image] Mar 24 23:45:54.176 INFO O| Mar 24 23:45:54.176 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-03-24T23:45:54.169Z[ recovery-image] Mar 24 23:45:54.184 INFO O| Mar 24 23:45:54.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48012026-03-24T23:45:54.172Z[ recovery-image] Mar 24 23:45:54.187 INFO O| Mar 24 23:45:54.186 INFO STEP 11 (remove_files) COMPLETE
48022026-03-24T23:45:54.172Z[ recovery-image] Mar 24 23:45:54.187 INFO O| Mar 24 23:45:54.186 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-03-24T23:45:54.178Z[ recovery-image] Mar 24 23:45:54.193 INFO O| Mar 24 23:45:54.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48042026-03-24T23:45:54.181Z[ recovery-image] Mar 24 23:45:54.196 INFO O| Mar 24 23:45:54.196 INFO STEP 12 (remove_files) COMPLETE
48052026-03-24T23:45:54.181Z[ recovery-image] Mar 24 23:45:54.196 INFO O| Mar 24 23:45:54.196 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-03-24T23:45:54.190Z[ recovery-image] Mar 24 23:45:54.205 INFO O| Mar 24 23:45:54.205 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48072026-03-24T23:45:54.193Z[ recovery-image] Mar 24 23:45:54.206 INFO O| Mar 24 23:45:54.206 INFO STEP 13 (remove_files) COMPLETE
48082026-03-24T23:45:54.193Z[ recovery-image] Mar 24 23:45:54.206 INFO O| Mar 24 23:45:54.206 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-03-24T23:45:54.197Z[ recovery-image] Mar 24 23:45:54.213 INFO O| Mar 24 23:45:54.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48102026-03-24T23:45:54.200Z[ recovery-image] Mar 24 23:45:54.213 INFO O| Mar 24 23:45:54.213 INFO STEP 14 (remove_files) COMPLETE
48112026-03-24T23:45:54.200Z[ recovery-image] Mar 24 23:45:54.213 INFO O| Mar 24 23:45:54.213 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-03-24T23:45:54.205Z[ recovery-image] Mar 24 23:45:54.221 INFO O| Mar 24 23:45:54.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48132026-03-24T23:45:54.215Z[ recovery-image] Mar 24 23:45:54.231 INFO O| Mar 24 23:45:54.231 INFO STEP 15 (remove_files) COMPLETE
48142026-03-24T23:45:54.215Z[ recovery-image] Mar 24 23:45:54.231 INFO O| Mar 24 23:45:54.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-03-24T23:45:54.223Z[ recovery-image] Mar 24 23:45:54.238 INFO O| Mar 24 23:45:54.238 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48162026-03-24T23:45:54.226Z[ recovery-image] Mar 24 23:45:54.239 INFO O| Mar 24 23:45:54.239 INFO STEP 16 (remove_files) COMPLETE
48172026-03-24T23:45:54.226Z[ recovery-image] Mar 24 23:45:54.239 INFO O| Mar 24 23:45:54.239 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-03-24T23:45:54.230Z[ recovery-image] Mar 24 23:45:54.246 INFO O| Mar 24 23:45:54.246 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48192026-03-24T23:45:54.233Z[ recovery-image] Mar 24 23:45:54.246 INFO O| Mar 24 23:45:54.246 INFO STEP 17 (remove_files) COMPLETE
48202026-03-24T23:45:54.233Z[ recovery-image] Mar 24 23:45:54.246 INFO O| Mar 24 23:45:54.246 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-03-24T23:45:54.238Z[ recovery-image] Mar 24 23:45:54.253 INFO O| Mar 24 23:45:54.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48222026-03-24T23:45:54.276Z[ recovery-image] Mar 24 23:45:54.291 INFO O| Mar 24 23:45:54.291 INFO STEP 18 (remove_files) COMPLETE
48232026-03-24T23:45:54.276Z[ recovery-image] Mar 24 23:45:54.292 INFO O| Mar 24 23:45:54.291 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-03-24T23:45:54.284Z[ recovery-image] Mar 24 23:45:54.299 INFO O| Mar 24 23:45:54.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48252026-03-24T23:45:54.287Z[ recovery-image] Mar 24 23:45:54.300 INFO O| Mar 24 23:45:54.300 INFO STEP 19 (remove_files) COMPLETE
48262026-03-24T23:45:54.287Z[ recovery-image] Mar 24 23:45:54.300 INFO O| Mar 24 23:45:54.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-03-24T23:45:54.294Z[ recovery-image] Mar 24 23:45:54.309 INFO O| Mar 24 23:45:54.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48282026-03-24T23:45:54.297Z[ recovery-image] Mar 24 23:45:54.310 INFO O| Mar 24 23:45:54.310 INFO STEP 20 (remove_files) COMPLETE
48292026-03-24T23:45:54.297Z[ recovery-image] Mar 24 23:45:54.310 INFO O| Mar 24 23:45:54.310 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-03-24T23:45:54.301Z[ recovery-image] Mar 24 23:45:54.317 INFO O| Mar 24 23:45:54.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48312026-03-24T23:45:54.304Z[ recovery-image] Mar 24 23:45:54.317 INFO O| Mar 24 23:45:54.317 INFO STEP 21 (remove_files) COMPLETE
48322026-03-24T23:45:54.305Z[ recovery-image] Mar 24 23:45:54.317 INFO O| Mar 24 23:45:54.317 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-03-24T23:45:54.310Z[ recovery-image] Mar 24 23:45:54.325 INFO O| Mar 24 23:45:54.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48342026-03-24T23:45:54.313Z[ recovery-image] Mar 24 23:45:54.326 INFO O| Mar 24 23:45:54.326 INFO STEP 22 (remove_files) COMPLETE
48352026-03-24T23:45:54.313Z[ recovery-image] Mar 24 23:45:54.326 INFO O| Mar 24 23:45:54.326 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-03-24T23:45:54.317Z[ recovery-image] Mar 24 23:45:54.333 INFO O| Mar 24 23:45:54.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48372026-03-24T23:45:54.320Z[ recovery-image] Mar 24 23:45:54.334 INFO O| Mar 24 23:45:54.334 INFO STEP 23 (remove_files) COMPLETE
48382026-03-24T23:45:54.320Z[ recovery-image] Mar 24 23:45:54.334 INFO O| Mar 24 23:45:54.334 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-03-24T23:45:54.326Z[ recovery-image] Mar 24 23:45:54.341 INFO O| Mar 24 23:45:54.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48402026-03-24T23:45:54.329Z[ recovery-image] Mar 24 23:45:54.342 INFO O| Mar 24 23:45:54.342 INFO STEP 24 (remove_files) COMPLETE
48412026-03-24T23:45:54.329Z[ recovery-image] Mar 24 23:45:54.342 INFO O| Mar 24 23:45:54.342 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-03-24T23:45:54.333Z[ recovery-image] Mar 24 23:45:54.349 INFO O| Mar 24 23:45:54.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48432026-03-24T23:45:54.336Z[ recovery-image] Mar 24 23:45:54.350 INFO O| Mar 24 23:45:54.350 INFO STEP 25 (remove_files) COMPLETE
48442026-03-24T23:45:54.336Z[ recovery-image] Mar 24 23:45:54.350 INFO O| Mar 24 23:45:54.350 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-03-24T23:45:54.342Z[ recovery-image] Mar 24 23:45:54.358 INFO O| Mar 24 23:45:54.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48462026-03-24T23:45:54.342Z[ recovery-image] Mar 24 23:45:54.358 INFO O| Mar 24 23:45:54.358 INFO STEP 26 (remove_files) COMPLETE
48472026-03-24T23:45:54.342Z[ recovery-image] Mar 24 23:45:54.358 INFO O| Mar 24 23:45:54.358 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-03-24T23:45:54.349Z[ recovery-image] Mar 24 23:45:54.364 INFO O| Mar 24 23:45:54.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48492026-03-24T23:45:54.352Z[ recovery-image] Mar 24 23:45:54.365 INFO O| Mar 24 23:45:54.365 INFO STEP 27 (remove_files) COMPLETE
48502026-03-24T23:45:54.352Z[ recovery-image] Mar 24 23:45:54.365 INFO O| Mar 24 23:45:54.365 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-03-24T23:45:54.356Z[ recovery-image] Mar 24 23:45:54.372 INFO O| Mar 24 23:45:54.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48522026-03-24T23:45:54.359Z[ recovery-image] Mar 24 23:45:54.372 INFO O| Mar 24 23:45:54.372 INFO STEP 28 (remove_files) COMPLETE
48532026-03-24T23:45:54.359Z[ recovery-image] Mar 24 23:45:54.372 INFO O| Mar 24 23:45:54.372 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-03-24T23:45:54.365Z[ recovery-image] Mar 24 23:45:54.381 INFO O| Mar 24 23:45:54.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48552026-03-24T23:45:54.368Z[ recovery-image] Mar 24 23:45:54.381 INFO O| Mar 24 23:45:54.381 INFO STEP 29 (remove_files) COMPLETE
48562026-03-24T23:45:54.368Z[ recovery-image] Mar 24 23:45:54.381 INFO O| Mar 24 23:45:54.381 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-03-24T23:45:54.372Z[ recovery-image] Mar 24 23:45:54.388 INFO O| Mar 24 23:45:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48582026-03-24T23:45:54.372Z[ recovery-image] Mar 24 23:45:54.388 INFO O| Mar 24 23:45:54.388 INFO STEP 30 (remove_files) COMPLETE
48592026-03-24T23:45:54.375Z[ recovery-image] Mar 24 23:45:54.388 INFO O| Mar 24 23:45:54.388 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-03-24T23:45:54.379Z[ recovery-image] Mar 24 23:45:54.395 INFO O| Mar 24 23:45:54.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48612026-03-24T23:45:54.382Z[ recovery-image] Mar 24 23:45:54.395 INFO O| Mar 24 23:45:54.395 INFO STEP 31 (remove_files) COMPLETE
48622026-03-24T23:45:54.382Z[ recovery-image] Mar 24 23:45:54.395 INFO O| Mar 24 23:45:54.395 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-03-24T23:45:54.388Z[ recovery-image] Mar 24 23:45:54.404 INFO O| Mar 24 23:45:54.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48642026-03-24T23:45:54.388Z[ recovery-image] Mar 24 23:45:54.404 INFO O| Mar 24 23:45:54.404 INFO STEP 32 (remove_files) COMPLETE
48652026-03-24T23:45:54.388Z[ recovery-image] Mar 24 23:45:54.404 INFO O| Mar 24 23:45:54.404 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-03-24T23:45:54.395Z[ recovery-image] Mar 24 23:45:54.411 INFO O| Mar 24 23:45:54.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48672026-03-24T23:45:54.395Z[ recovery-image] Mar 24 23:45:54.411 INFO O| Mar 24 23:45:54.411 INFO STEP 33 (remove_files) COMPLETE
48682026-03-24T23:45:54.398Z[ recovery-image] Mar 24 23:45:54.411 INFO O| Mar 24 23:45:54.411 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-03-24T23:45:54.403Z[ recovery-image] Mar 24 23:45:54.419 INFO O| Mar 24 23:45:54.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48702026-03-24T23:45:54.403Z[ recovery-image] Mar 24 23:45:54.419 INFO O| Mar 24 23:45:54.419 INFO STEP 34 (remove_files) COMPLETE
48712026-03-24T23:45:54.406Z[ recovery-image] Mar 24 23:45:54.419 INFO O| Mar 24 23:45:54.419 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-03-24T23:45:54.412Z[ recovery-image] Mar 24 23:45:54.427 INFO O| Mar 24 23:45:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48732026-03-24T23:45:54.412Z[ recovery-image] Mar 24 23:45:54.427 INFO O| Mar 24 23:45:54.427 INFO STEP 35 (remove_files) COMPLETE
48742026-03-24T23:45:54.415Z[ recovery-image] Mar 24 23:45:54.427 INFO O| Mar 24 23:45:54.427 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-03-24T23:45:54.419Z[ recovery-image] Mar 24 23:45:54.435 INFO O| Mar 24 23:45:54.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48762026-03-24T23:45:54.419Z[ recovery-image] Mar 24 23:45:54.435 INFO O| Mar 24 23:45:54.435 INFO STEP 36 (remove_files) COMPLETE
48772026-03-24T23:45:54.424Z[ recovery-image] Mar 24 23:45:54.435 INFO O| Mar 24 23:45:54.435 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-03-24T23:45:54.427Z[ recovery-image] Mar 24 23:45:54.441 INFO O| Mar 24 23:45:54.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48792026-03-24T23:45:54.427Z[ recovery-image] Mar 24 23:45:54.441 INFO O| Mar 24 23:45:54.441 INFO STEP 37 (remove_files) COMPLETE
48802026-03-24T23:45:54.427Z[ recovery-image] Mar 24 23:45:54.441 INFO O| Mar 24 23:45:54.441 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-03-24T23:45:54.434Z[ recovery-image] Mar 24 23:45:54.449 INFO O| Mar 24 23:45:54.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48822026-03-24T23:45:54.434Z[ recovery-image] Mar 24 23:45:54.449 INFO O| Mar 24 23:45:54.449 INFO STEP 38 (remove_files) COMPLETE
48832026-03-24T23:45:54.437Z[ recovery-image] Mar 24 23:45:54.449 INFO O| Mar 24 23:45:54.449 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-03-24T23:45:54.440Z[ recovery-image] Mar 24 23:45:54.456 INFO O| Mar 24 23:45:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48852026-03-24T23:45:54.443Z[ recovery-image] Mar 24 23:45:54.456 INFO O| Mar 24 23:45:54.456 INFO STEP 39 (remove_files) COMPLETE
48862026-03-24T23:45:54.443Z[ recovery-image] Mar 24 23:45:54.456 INFO O| Mar 24 23:45:54.456 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-03-24T23:45:54.448Z[ recovery-image] Mar 24 23:45:54.464 INFO O| Mar 24 23:45:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48882026-03-24T23:45:54.451Z[ recovery-image] Mar 24 23:45:54.464 INFO O| Mar 24 23:45:54.464 INFO STEP 40 (remove_files) COMPLETE
48892026-03-24T23:45:54.451Z[ recovery-image] Mar 24 23:45:54.464 INFO O| Mar 24 23:45:54.464 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-03-24T23:45:54.455Z[ recovery-image] Mar 24 23:45:54.471 INFO O| Mar 24 23:45:54.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48912026-03-24T23:45:54.458Z[ recovery-image] Mar 24 23:45:54.471 INFO O| Mar 24 23:45:54.471 INFO STEP 41 (remove_files) COMPLETE
48922026-03-24T23:45:54.458Z[ recovery-image] Mar 24 23:45:54.471 INFO O| Mar 24 23:45:54.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-03-24T23:45:54.462Z[ recovery-image] Mar 24 23:45:54.477 INFO O| Mar 24 23:45:54.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48942026-03-24T23:45:54.465Z[ recovery-image] Mar 24 23:45:54.477 INFO O| Mar 24 23:45:54.477 INFO STEP 42 (remove_files) COMPLETE
48952026-03-24T23:45:54.465Z[ recovery-image] Mar 24 23:45:54.478 INFO O| Mar 24 23:45:54.477 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-03-24T23:45:54.469Z[ recovery-image] Mar 24 23:45:54.485 INFO O| Mar 24 23:45:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48972026-03-24T23:45:54.472Z[ recovery-image] Mar 24 23:45:54.485 INFO O| Mar 24 23:45:54.485 INFO STEP 43 (remove_files) COMPLETE
48982026-03-24T23:45:54.472Z[ recovery-image] Mar 24 23:45:54.485 INFO O| Mar 24 23:45:54.485 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-03-24T23:45:54.476Z[ recovery-image] Mar 24 23:45:54.491 INFO O| Mar 24 23:45:54.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49002026-03-24T23:45:54.480Z[ recovery-image] Mar 24 23:45:54.492 INFO O| Mar 24 23:45:54.491 INFO STEP 44 (remove_files) COMPLETE
49012026-03-24T23:45:54.480Z[ recovery-image] Mar 24 23:45:54.492 INFO O| Mar 24 23:45:54.492 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-03-24T23:45:54.484Z[ recovery-image] Mar 24 23:45:54.500 INFO O| Mar 24 23:45:54.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49032026-03-24T23:45:54.484Z[ recovery-image] Mar 24 23:45:54.500 INFO O| Mar 24 23:45:54.500 INFO STEP 45 (remove_files) COMPLETE
49042026-03-24T23:45:54.487Z[ recovery-image] Mar 24 23:45:54.500 INFO O| Mar 24 23:45:54.500 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-03-24T23:45:54.491Z[ recovery-image] Mar 24 23:45:54.507 INFO O| Mar 24 23:45:54.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49062026-03-24T23:45:54.491Z[ recovery-image] Mar 24 23:45:54.507 INFO O| Mar 24 23:45:54.507 INFO STEP 46 (remove_files) COMPLETE
49072026-03-24T23:45:54.496Z[ recovery-image] Mar 24 23:45:54.507 INFO O| Mar 24 23:45:54.507 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-03-24T23:45:54.500Z[ recovery-image] Mar 24 23:45:54.515 INFO O| Mar 24 23:45:54.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49092026-03-24T23:45:54.500Z[ recovery-image] Mar 24 23:45:54.515 INFO O| Mar 24 23:45:54.515 INFO STEP 47 (remove_files) COMPLETE
49102026-03-24T23:45:54.500Z[ recovery-image] Mar 24 23:45:54.515 INFO O| Mar 24 23:45:54.515 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-03-24T23:45:54.506Z[ recovery-image] Mar 24 23:45:54.522 INFO O| Mar 24 23:45:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49122026-03-24T23:45:54.509Z[ recovery-image] Mar 24 23:45:54.522 INFO O| Mar 24 23:45:54.522 INFO STEP 48 (remove_files) COMPLETE
49132026-03-24T23:45:54.509Z[ recovery-image] Mar 24 23:45:54.522 INFO O| Mar 24 23:45:54.522 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-03-24T23:45:54.514Z[ recovery-image] Mar 24 23:45:54.529 INFO O| Mar 24 23:45:54.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49152026-03-24T23:45:54.517Z[ recovery-image] Mar 24 23:45:54.529 INFO O| Mar 24 23:45:54.529 INFO STEP 49 (remove_files) COMPLETE
49162026-03-24T23:45:54.517Z[ recovery-image] Mar 24 23:45:54.529 INFO O| Mar 24 23:45:54.529 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-03-24T23:45:54.521Z[ recovery-image] Mar 24 23:45:54.537 INFO O| Mar 24 23:45:54.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49182026-03-24T23:45:54.524Z[ recovery-image] Mar 24 23:45:54.538 INFO O| Mar 24 23:45:54.538 INFO STEP 50 (remove_files) COMPLETE
49192026-03-24T23:45:54.524Z[ recovery-image] Mar 24 23:45:54.538 INFO O| Mar 24 23:45:54.538 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-03-24T23:45:54.530Z[ recovery-image] Mar 24 23:45:54.545 INFO O| Mar 24 23:45:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49212026-03-24T23:45:54.530Z[ recovery-image] Mar 24 23:45:54.545 INFO O| Mar 24 23:45:54.545 INFO STEP 51 (remove_files) COMPLETE
49222026-03-24T23:45:54.533Z[ recovery-image] Mar 24 23:45:54.545 INFO O| Mar 24 23:45:54.545 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-03-24T23:45:54.537Z[ recovery-image] Mar 24 23:45:54.552 INFO O| Mar 24 23:45:54.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49242026-03-24T23:45:54.537Z[ recovery-image] Mar 24 23:45:54.552 INFO O| Mar 24 23:45:54.552 INFO STEP 52 (remove_files) COMPLETE
49252026-03-24T23:45:54.540Z[ recovery-image] Mar 24 23:45:54.553 INFO O| Mar 24 23:45:54.552 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-03-24T23:45:54.545Z[ recovery-image] Mar 24 23:45:54.560 INFO O| Mar 24 23:45:54.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49272026-03-24T23:45:54.548Z[ recovery-image] Mar 24 23:45:54.560 INFO O| Mar 24 23:45:54.560 INFO STEP 53 (remove_files) COMPLETE
49282026-03-24T23:45:54.548Z[ recovery-image] Mar 24 23:45:54.560 INFO O| Mar 24 23:45:54.560 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-03-24T23:45:54.551Z[ recovery-image] Mar 24 23:45:54.567 INFO O| Mar 24 23:45:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49302026-03-24T23:45:54.551Z[ recovery-image] Mar 24 23:45:54.567 INFO O| Mar 24 23:45:54.567 INFO STEP 54 (remove_files) COMPLETE
49312026-03-24T23:45:54.556Z[ recovery-image] Mar 24 23:45:54.567 INFO O| Mar 24 23:45:54.567 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-03-24T23:45:54.559Z[ recovery-image] Mar 24 23:45:54.574 INFO O| Mar 24 23:45:54.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49332026-03-24T23:45:54.561Z[ recovery-image] Mar 24 23:45:54.575 INFO O| Mar 24 23:45:54.575 INFO STEP 55 (remove_files) COMPLETE
49342026-03-24T23:45:54.561Z[ recovery-image] Mar 24 23:45:54.575 INFO O| Mar 24 23:45:54.575 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-03-24T23:45:54.566Z[ recovery-image] Mar 24 23:45:54.582 INFO O| Mar 24 23:45:54.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49362026-03-24T23:45:54.569Z[ recovery-image] Mar 24 23:45:54.582 INFO O| Mar 24 23:45:54.582 INFO STEP 56 (remove_files) COMPLETE
49372026-03-24T23:45:54.569Z[ recovery-image] Mar 24 23:45:54.582 INFO O| Mar 24 23:45:54.582 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-03-24T23:45:54.573Z[ recovery-image] Mar 24 23:45:54.589 INFO O| Mar 24 23:45:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49392026-03-24T23:45:54.576Z[ recovery-image] Mar 24 23:45:54.589 INFO O| Mar 24 23:45:54.589 INFO STEP 57 (remove_files) COMPLETE
49402026-03-24T23:45:54.576Z[ recovery-image] Mar 24 23:45:54.589 INFO O| Mar 24 23:45:54.589 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-03-24T23:45:54.580Z[ recovery-image] Mar 24 23:45:54.596 INFO O| Mar 24 23:45:54.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49422026-03-24T23:45:54.580Z[ recovery-image] Mar 24 23:45:54.596 INFO O| Mar 24 23:45:54.596 INFO STEP 58 (remove_files) COMPLETE
49432026-03-24T23:45:54.580Z[ recovery-image] Mar 24 23:45:54.596 INFO O| Mar 24 23:45:54.596 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-03-24T23:45:54.587Z[ recovery-image] Mar 24 23:45:54.602 INFO O| Mar 24 23:45:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49452026-03-24T23:45:54.590Z[ recovery-image] Mar 24 23:45:54.602 INFO O| Mar 24 23:45:54.602 INFO STEP 59 (remove_files) COMPLETE
49462026-03-24T23:45:54.590Z[ recovery-image] Mar 24 23:45:54.602 INFO O| Mar 24 23:45:54.602 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-03-24T23:45:54.594Z[ recovery-image] Mar 24 23:45:54.610 INFO O| Mar 24 23:45:54.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49482026-03-24T23:45:54.597Z[ recovery-image] Mar 24 23:45:54.610 INFO O| Mar 24 23:45:54.610 INFO STEP 60 (remove_files) COMPLETE
49492026-03-24T23:45:54.597Z[ recovery-image] Mar 24 23:45:54.610 INFO O| Mar 24 23:45:54.610 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-03-24T23:45:54.601Z[ recovery-image] Mar 24 23:45:54.617 INFO O| Mar 24 23:45:54.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49512026-03-24T23:45:54.604Z[ recovery-image] Mar 24 23:45:54.617 INFO O| Mar 24 23:45:54.617 INFO STEP 61 (remove_files) COMPLETE
49522026-03-24T23:45:54.605Z[ recovery-image] Mar 24 23:45:54.617 INFO O| Mar 24 23:45:54.617 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-03-24T23:45:54.610Z[ recovery-image] Mar 24 23:45:54.626 INFO O| Mar 24 23:45:54.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49542026-03-24T23:45:54.614Z[ recovery-image] Mar 24 23:45:54.626 INFO O| Mar 24 23:45:54.626 INFO STEP 62 (remove_files) COMPLETE
49552026-03-24T23:45:54.614Z[ recovery-image] Mar 24 23:45:54.626 INFO O| Mar 24 23:45:54.626 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-03-24T23:45:54.617Z[ recovery-image] Mar 24 23:45:54.633 INFO O| Mar 24 23:45:54.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49572026-03-24T23:45:54.617Z[ recovery-image] Mar 24 23:45:54.633 INFO O| Mar 24 23:45:54.633 INFO STEP 63 (remove_files) COMPLETE
49582026-03-24T23:45:54.617Z[ recovery-image] Mar 24 23:45:54.633 INFO O| Mar 24 23:45:54.633 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-03-24T23:45:54.625Z[ recovery-image] Mar 24 23:45:54.640 INFO O| Mar 24 23:45:54.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49602026-03-24T23:45:54.627Z[ recovery-image] Mar 24 23:45:54.640 INFO O| Mar 24 23:45:54.640 INFO STEP 64 (remove_files) COMPLETE
49612026-03-24T23:45:54.627Z[ recovery-image] Mar 24 23:45:54.640 INFO O| Mar 24 23:45:54.640 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-03-24T23:45:54.631Z[ recovery-image] Mar 24 23:45:54.647 INFO O| Mar 24 23:45:54.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49632026-03-24T23:45:54.634Z[ recovery-image] Mar 24 23:45:54.647 INFO O| Mar 24 23:45:54.647 INFO STEP 65 (remove_files) COMPLETE
49642026-03-24T23:45:54.634Z[ recovery-image] Mar 24 23:45:54.648 INFO O| Mar 24 23:45:54.647 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-03-24T23:45:54.639Z[ recovery-image] Mar 24 23:45:54.655 INFO O| Mar 24 23:45:54.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49662026-03-24T23:45:54.642Z[ recovery-image] Mar 24 23:45:54.655 INFO O| Mar 24 23:45:54.655 INFO STEP 66 (remove_files) COMPLETE
49672026-03-24T23:45:54.642Z[ recovery-image] Mar 24 23:45:54.655 INFO O| Mar 24 23:45:54.655 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-03-24T23:45:54.646Z[ recovery-image] Mar 24 23:45:54.661 INFO O| Mar 24 23:45:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49692026-03-24T23:45:54.646Z[ recovery-image] Mar 24 23:45:54.661 INFO O| Mar 24 23:45:54.661 INFO STEP 67 (remove_files) COMPLETE
49702026-03-24T23:45:54.649Z[ recovery-image] Mar 24 23:45:54.661 INFO O| Mar 24 23:45:54.661 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-03-24T23:45:54.654Z[ recovery-image] Mar 24 23:45:54.670 INFO O| Mar 24 23:45:54.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49722026-03-24T23:45:54.657Z[ recovery-image] Mar 24 23:45:54.670 INFO O| Mar 24 23:45:54.670 INFO STEP 68 (remove_files) COMPLETE
49732026-03-24T23:45:54.657Z[ recovery-image] Mar 24 23:45:54.670 INFO O| Mar 24 23:45:54.670 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-03-24T23:45:54.662Z[ recovery-image] Mar 24 23:45:54.678 INFO O| Mar 24 23:45:54.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49752026-03-24T23:45:54.662Z[ recovery-image] Mar 24 23:45:54.678 INFO O| Mar 24 23:45:54.678 INFO STEP 69 (remove_files) COMPLETE
49762026-03-24T23:45:54.662Z[ recovery-image] Mar 24 23:45:54.678 INFO O| Mar 24 23:45:54.678 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-03-24T23:45:54.668Z[ recovery-image] Mar 24 23:45:54.684 INFO O| Mar 24 23:45:54.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49782026-03-24T23:45:54.668Z[ recovery-image] Mar 24 23:45:54.684 INFO O| Mar 24 23:45:54.684 INFO STEP 70 (remove_files) COMPLETE
49792026-03-24T23:45:54.672Z[ recovery-image] Mar 24 23:45:54.684 INFO O| Mar 24 23:45:54.684 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-03-24T23:45:54.676Z[ recovery-image] Mar 24 23:45:54.692 INFO O| Mar 24 23:45:54.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49812026-03-24T23:45:54.679Z[ recovery-image] Mar 24 23:45:54.692 INFO O| Mar 24 23:45:54.692 INFO STEP 71 (remove_files) COMPLETE
49822026-03-24T23:45:54.679Z[ recovery-image] Mar 24 23:45:54.692 INFO O| Mar 24 23:45:54.692 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-03-24T23:45:54.684Z[ recovery-image] Mar 24 23:45:54.700 INFO O| Mar 24 23:45:54.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49842026-03-24T23:45:54.684Z[ recovery-image] Mar 24 23:45:54.700 INFO O| Mar 24 23:45:54.700 INFO STEP 72 (remove_files) COMPLETE
49852026-03-24T23:45:54.684Z[ recovery-image] Mar 24 23:45:54.700 INFO O| Mar 24 23:45:54.700 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-03-24T23:45:54.691Z[ recovery-image] Mar 24 23:45:54.707 INFO O| Mar 24 23:45:54.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49872026-03-24T23:45:54.695Z[ recovery-image] Mar 24 23:45:54.707 INFO O| Mar 24 23:45:54.707 INFO STEP 73 (remove_files) COMPLETE
49882026-03-24T23:45:54.695Z[ recovery-image] Mar 24 23:45:54.707 INFO O| Mar 24 23:45:54.707 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-03-24T23:45:54.699Z[ recovery-image] Mar 24 23:45:54.715 INFO O| Mar 24 23:45:54.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49902026-03-24T23:45:54.699Z[ recovery-image] Mar 24 23:45:54.715 INFO O| Mar 24 23:45:54.715 INFO STEP 74 (remove_files) COMPLETE
49912026-03-24T23:45:54.699Z[ recovery-image] Mar 24 23:45:54.715 INFO O| Mar 24 23:45:54.715 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-03-24T23:45:54.707Z[ recovery-image] Mar 24 23:45:54.722 INFO O| Mar 24 23:45:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49932026-03-24T23:45:54.710Z[ recovery-image] Mar 24 23:45:54.722 INFO O| Mar 24 23:45:54.722 INFO STEP 75 (remove_files) COMPLETE
49942026-03-24T23:45:54.710Z[ recovery-image] Mar 24 23:45:54.722 INFO O| Mar 24 23:45:54.722 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-03-24T23:45:54.714Z[ recovery-image] Mar 24 23:45:54.730 INFO O| Mar 24 23:45:54.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49962026-03-24T23:45:54.717Z[ recovery-image] Mar 24 23:45:54.730 INFO O| Mar 24 23:45:54.730 INFO STEP 76 (remove_files) COMPLETE
49972026-03-24T23:45:54.717Z[ recovery-image] Mar 24 23:45:54.730 INFO O| Mar 24 23:45:54.730 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-03-24T23:45:54.722Z[ recovery-image] Mar 24 23:45:54.738 INFO O| Mar 24 23:45:54.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49992026-03-24T23:45:54.725Z[ recovery-image] Mar 24 23:45:54.738 INFO O| Mar 24 23:45:54.738 INFO STEP 77 (remove_files) COMPLETE
50002026-03-24T23:45:54.725Z[ recovery-image] Mar 24 23:45:54.738 INFO O| Mar 24 23:45:54.738 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-03-24T23:45:54.729Z[ recovery-image] Mar 24 23:45:54.745 INFO O| Mar 24 23:45:54.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50022026-03-24T23:45:54.729Z[ recovery-image] Mar 24 23:45:54.745 INFO O| Mar 24 23:45:54.745 INFO STEP 78 (remove_files) COMPLETE
50032026-03-24T23:45:54.732Z[ recovery-image] Mar 24 23:45:54.745 INFO O| Mar 24 23:45:54.745 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-03-24T23:45:54.736Z[ recovery-image] Mar 24 23:45:54.751 INFO O| Mar 24 23:45:54.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50052026-03-24T23:45:54.736Z[ recovery-image] Mar 24 23:45:54.751 INFO O| Mar 24 23:45:54.751 INFO STEP 79 (remove_files) COMPLETE
50062026-03-24T23:45:54.739Z[ recovery-image] Mar 24 23:45:54.751 INFO O| Mar 24 23:45:54.751 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-03-24T23:45:54.743Z[ recovery-image] Mar 24 23:45:54.759 INFO O| Mar 24 23:45:54.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50082026-03-24T23:45:54.746Z[ recovery-image] Mar 24 23:45:54.759 INFO O| Mar 24 23:45:54.759 INFO STEP 80 (remove_files) COMPLETE
50092026-03-24T23:45:54.746Z[ recovery-image] Mar 24 23:45:54.759 INFO O| Mar 24 23:45:54.759 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-03-24T23:45:54.751Z[ recovery-image] Mar 24 23:45:54.767 INFO O| Mar 24 23:45:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50112026-03-24T23:45:54.755Z[ recovery-image] Mar 24 23:45:54.767 INFO O| Mar 24 23:45:54.767 INFO STEP 81 (remove_files) COMPLETE
50122026-03-24T23:45:54.755Z[ recovery-image] Mar 24 23:45:54.767 INFO O| Mar 24 23:45:54.767 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-03-24T23:45:54.759Z[ recovery-image] Mar 24 23:45:54.775 INFO O| Mar 24 23:45:54.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50142026-03-24T23:45:54.759Z[ recovery-image] Mar 24 23:45:54.775 INFO O| Mar 24 23:45:54.775 INFO STEP 82 (remove_files) COMPLETE
50152026-03-24T23:45:54.762Z[ recovery-image] Mar 24 23:45:54.775 INFO O| Mar 24 23:45:54.775 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-03-24T23:45:54.766Z[ recovery-image] Mar 24 23:45:54.782 INFO O| Mar 24 23:45:54.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50172026-03-24T23:45:54.769Z[ recovery-image] Mar 24 23:45:54.782 INFO O| Mar 24 23:45:54.782 INFO STEP 83 (remove_files) COMPLETE
50182026-03-24T23:45:54.769Z[ recovery-image] Mar 24 23:45:54.782 INFO O| Mar 24 23:45:54.782 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-03-24T23:45:54.774Z[ recovery-image] Mar 24 23:45:54.790 INFO O| Mar 24 23:45:54.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50202026-03-24T23:45:54.777Z[ recovery-image] Mar 24 23:45:54.791 INFO O| Mar 24 23:45:54.791 INFO STEP 84 (remove_files) COMPLETE
50212026-03-24T23:45:54.777Z[ recovery-image] Mar 24 23:45:54.791 INFO O| Mar 24 23:45:54.791 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-03-24T23:45:54.782Z[ recovery-image] Mar 24 23:45:54.798 INFO O| Mar 24 23:45:54.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50232026-03-24T23:45:54.782Z[ recovery-image] Mar 24 23:45:54.798 INFO O| Mar 24 23:45:54.798 INFO STEP 85 (remove_files) COMPLETE
50242026-03-24T23:45:54.785Z[ recovery-image] Mar 24 23:45:54.798 INFO O| Mar 24 23:45:54.798 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-03-24T23:45:54.790Z[ recovery-image] Mar 24 23:45:54.806 INFO O| Mar 24 23:45:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50262026-03-24T23:45:54.790Z[ recovery-image] Mar 24 23:45:54.806 INFO O| Mar 24 23:45:54.806 INFO STEP 86 (remove_files) COMPLETE
50272026-03-24T23:45:54.794Z[ recovery-image] Mar 24 23:45:54.806 INFO O| Mar 24 23:45:54.806 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-03-24T23:45:54.797Z[ recovery-image] Mar 24 23:45:54.813 INFO O| Mar 24 23:45:54.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50292026-03-24T23:45:54.800Z[ recovery-image] Mar 24 23:45:54.813 INFO O| Mar 24 23:45:54.813 INFO STEP 87 (remove_files) COMPLETE
50302026-03-24T23:45:54.800Z[ recovery-image] Mar 24 23:45:54.813 INFO O| Mar 24 23:45:54.813 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-03-24T23:45:54.805Z[ recovery-image] Mar 24 23:45:54.821 INFO O| Mar 24 23:45:54.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50322026-03-24T23:45:54.805Z[ recovery-image] Mar 24 23:45:54.821 INFO O| Mar 24 23:45:54.821 INFO STEP 88 (remove_files) COMPLETE
50332026-03-24T23:45:54.808Z[ recovery-image] Mar 24 23:45:54.821 INFO O| Mar 24 23:45:54.821 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-03-24T23:45:54.812Z[ recovery-image] Mar 24 23:45:54.828 INFO O| Mar 24 23:45:54.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50352026-03-24T23:45:54.815Z[ recovery-image] Mar 24 23:45:54.828 INFO O| Mar 24 23:45:54.828 INFO STEP 89 (remove_files) COMPLETE
50362026-03-24T23:45:54.815Z[ recovery-image] Mar 24 23:45:54.828 INFO O| Mar 24 23:45:54.828 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-03-24T23:45:54.820Z[ recovery-image] Mar 24 23:45:54.836 INFO O| Mar 24 23:45:54.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50382026-03-24T23:45:54.823Z[ recovery-image] Mar 24 23:45:54.836 INFO O| Mar 24 23:45:54.836 INFO STEP 90 (remove_files) COMPLETE
50392026-03-24T23:45:54.823Z[ recovery-image] Mar 24 23:45:54.836 INFO O| Mar 24 23:45:54.836 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-03-24T23:45:54.827Z[ recovery-image] Mar 24 23:45:54.843 INFO O| Mar 24 23:45:54.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50412026-03-24T23:45:54.830Z[ recovery-image] Mar 24 23:45:54.844 INFO O| Mar 24 23:45:54.844 INFO STEP 91 (remove_files) COMPLETE
50422026-03-24T23:45:54.830Z[ recovery-image] Mar 24 23:45:54.844 INFO O| Mar 24 23:45:54.844 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-03-24T23:45:54.835Z[ recovery-image] Mar 24 23:45:54.850 INFO O| Mar 24 23:45:54.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50442026-03-24T23:45:54.837Z[ recovery-image] Mar 24 23:45:54.850 INFO O| Mar 24 23:45:54.850 INFO STEP 92 (remove_files) COMPLETE
50452026-03-24T23:45:54.838Z[ recovery-image] Mar 24 23:45:54.850 INFO O| Mar 24 23:45:54.850 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-03-24T23:45:54.841Z[ recovery-image] Mar 24 23:45:54.857 INFO O| Mar 24 23:45:54.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50472026-03-24T23:45:54.841Z[ recovery-image] Mar 24 23:45:54.857 INFO O| Mar 24 23:45:54.857 INFO STEP 93 (remove_files) COMPLETE
50482026-03-24T23:45:54.844Z[ recovery-image] Mar 24 23:45:54.857 INFO O| Mar 24 23:45:54.857 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-03-24T23:45:54.849Z[ recovery-image] Mar 24 23:45:54.865 INFO O| Mar 24 23:45:54.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50502026-03-24T23:45:54.849Z[ recovery-image] Mar 24 23:45:54.865 INFO O| Mar 24 23:45:54.865 INFO STEP 94 (remove_files) COMPLETE
50512026-03-24T23:45:54.852Z[ recovery-image] Mar 24 23:45:54.865 INFO O| Mar 24 23:45:54.865 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-03-24T23:45:54.856Z[ recovery-image] Mar 24 23:45:54.872 INFO O| Mar 24 23:45:54.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50532026-03-24T23:45:54.859Z[ recovery-image] Mar 24 23:45:54.872 INFO O| Mar 24 23:45:54.872 INFO STEP 95 (remove_files) COMPLETE
50542026-03-24T23:45:54.859Z[ recovery-image] Mar 24 23:45:54.872 INFO O| Mar 24 23:45:54.872 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-03-24T23:45:54.864Z[ recovery-image] Mar 24 23:45:54.880 INFO O| Mar 24 23:45:54.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50562026-03-24T23:45:54.867Z[ recovery-image] Mar 24 23:45:54.880 INFO O| Mar 24 23:45:54.880 INFO STEP 96 (remove_files) COMPLETE
50572026-03-24T23:45:54.867Z[ recovery-image] Mar 24 23:45:54.880 INFO O| Mar 24 23:45:54.880 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-03-24T23:45:54.871Z[ recovery-image] Mar 24 23:45:54.887 INFO O| Mar 24 23:45:54.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50592026-03-24T23:45:54.871Z[ recovery-image] Mar 24 23:45:54.887 INFO O| Mar 24 23:45:54.887 INFO STEP 97 (remove_files) COMPLETE
50602026-03-24T23:45:54.874Z[ recovery-image] Mar 24 23:45:54.887 INFO O| Mar 24 23:45:54.887 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-03-24T23:45:54.878Z[ recovery-image] Mar 24 23:45:54.894 INFO O| Mar 24 23:45:54.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50622026-03-24T23:45:54.878Z[ recovery-image] Mar 24 23:45:54.894 INFO O| Mar 24 23:45:54.894 INFO STEP 98 (remove_files) COMPLETE
50632026-03-24T23:45:54.882Z[ recovery-image] Mar 24 23:45:54.894 INFO O| Mar 24 23:45:54.894 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-03-24T23:45:54.885Z[ recovery-image] Mar 24 23:45:54.901 INFO O| Mar 24 23:45:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50652026-03-24T23:45:54.885Z[ recovery-image] Mar 24 23:45:54.901 INFO O| Mar 24 23:45:54.901 INFO STEP 99 (remove_files) COMPLETE
50662026-03-24T23:45:54.888Z[ recovery-image] Mar 24 23:45:54.901 INFO O| Mar 24 23:45:54.901 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-03-24T23:45:54.891Z[ recovery-image] Mar 24 23:45:54.907 INFO O| Mar 24 23:45:54.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50682026-03-24T23:45:54.895Z[ recovery-image] Mar 24 23:45:54.908 INFO O| Mar 24 23:45:54.907 INFO STEP 100 (remove_files) COMPLETE
50692026-03-24T23:45:54.895Z[ recovery-image] Mar 24 23:45:54.908 INFO O| Mar 24 23:45:54.908 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-03-24T23:45:54.900Z[ recovery-image] Mar 24 23:45:54.916 INFO O| Mar 24 23:45:54.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50712026-03-24T23:45:54.903Z[ recovery-image] Mar 24 23:45:54.916 INFO O| Mar 24 23:45:54.916 INFO STEP 101 (remove_files) COMPLETE
50722026-03-24T23:45:54.903Z[ recovery-image] Mar 24 23:45:54.916 INFO O| Mar 24 23:45:54.916 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-03-24T23:45:54.908Z[ recovery-image] Mar 24 23:45:54.923 INFO O| Mar 24 23:45:54.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50742026-03-24T23:45:54.911Z[ recovery-image] Mar 24 23:45:54.924 INFO O| Mar 24 23:45:54.924 INFO STEP 102 (remove_files) COMPLETE
50752026-03-24T23:45:54.911Z[ recovery-image] Mar 24 23:45:54.924 INFO O| Mar 24 23:45:54.924 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-03-24T23:45:54.916Z[ recovery-image] Mar 24 23:45:54.932 INFO O| Mar 24 23:45:54.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50772026-03-24T23:45:54.916Z[ recovery-image] Mar 24 23:45:54.932 INFO O| Mar 24 23:45:54.932 INFO STEP 103 (remove_files) COMPLETE
50782026-03-24T23:45:54.916Z[ recovery-image] Mar 24 23:45:54.932 INFO O| Mar 24 23:45:54.932 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-03-24T23:45:54.922Z[ recovery-image] Mar 24 23:45:54.938 INFO O| Mar 24 23:45:54.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50802026-03-24T23:45:54.922Z[ recovery-image] Mar 24 23:45:54.938 INFO O| Mar 24 23:45:54.938 INFO STEP 104 (remove_files) COMPLETE
50812026-03-24T23:45:54.925Z[ recovery-image] Mar 24 23:45:54.938 INFO O| Mar 24 23:45:54.938 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-03-24T23:45:54.929Z[ recovery-image] Mar 24 23:45:54.945 INFO O| Mar 24 23:45:54.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50832026-03-24T23:45:54.929Z[ recovery-image] Mar 24 23:45:54.945 INFO O| Mar 24 23:45:54.945 INFO STEP 105 (remove_files) COMPLETE
50842026-03-24T23:45:54.929Z[ recovery-image] Mar 24 23:45:54.945 INFO O| Mar 24 23:45:54.945 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-03-24T23:45:54.936Z[ recovery-image] Mar 24 23:45:54.952 INFO O| Mar 24 23:45:54.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50862026-03-24T23:45:54.939Z[ recovery-image] Mar 24 23:45:54.952 INFO O| Mar 24 23:45:54.952 INFO STEP 106 (remove_files) COMPLETE
50872026-03-24T23:45:54.939Z[ recovery-image] Mar 24 23:45:54.952 INFO O| Mar 24 23:45:54.952 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-03-24T23:45:54.942Z[ recovery-image] Mar 24 23:45:54.958 INFO O| Mar 24 23:45:54.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50892026-03-24T23:45:54.942Z[ recovery-image] Mar 24 23:45:54.958 INFO O| Mar 24 23:45:54.958 INFO STEP 107 (remove_files) COMPLETE
50902026-03-24T23:45:54.945Z[ recovery-image] Mar 24 23:45:54.958 INFO O| Mar 24 23:45:54.958 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-03-24T23:45:54.949Z[ recovery-image] Mar 24 23:45:54.965 INFO O| Mar 24 23:45:54.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50922026-03-24T23:45:54.949Z[ recovery-image] Mar 24 23:45:54.965 INFO O| Mar 24 23:45:54.965 INFO STEP 108 (remove_files) COMPLETE
50932026-03-24T23:45:54.951Z[ recovery-image] Mar 24 23:45:54.965 INFO O| Mar 24 23:45:54.965 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-03-24T23:45:54.955Z[ recovery-image] Mar 24 23:45:54.971 INFO O| Mar 24 23:45:54.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50952026-03-24T23:45:54.955Z[ recovery-image] Mar 24 23:45:54.971 INFO O| Mar 24 23:45:54.971 INFO STEP 109 (remove_files) COMPLETE
50962026-03-24T23:45:54.958Z[ recovery-image] Mar 24 23:45:54.971 INFO O| Mar 24 23:45:54.971 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-03-24T23:45:54.962Z[ recovery-image] Mar 24 23:45:54.978 INFO O| Mar 24 23:45:54.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50982026-03-24T23:45:54.965Z[ recovery-image] Mar 24 23:45:54.978 INFO O| Mar 24 23:45:54.978 INFO STEP 110 (remove_files) COMPLETE
50992026-03-24T23:45:54.965Z[ recovery-image] Mar 24 23:45:54.978 INFO O| Mar 24 23:45:54.978 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-03-24T23:45:54.971Z[ recovery-image] Mar 24 23:45:54.987 INFO O| Mar 24 23:45:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51012026-03-24T23:45:54.971Z[ recovery-image] Mar 24 23:45:54.987 INFO O| Mar 24 23:45:54.987 INFO STEP 111 (remove_files) COMPLETE
51022026-03-24T23:45:54.974Z[ recovery-image] Mar 24 23:45:54.987 INFO O| Mar 24 23:45:54.987 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-03-24T23:45:54.979Z[ recovery-image] Mar 24 23:45:54.995 INFO O| Mar 24 23:45:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51042026-03-24T23:45:54.979Z[ recovery-image] Mar 24 23:45:54.995 INFO O| Mar 24 23:45:54.995 INFO STEP 112 (remove_files) COMPLETE
51052026-03-24T23:45:54.983Z[ recovery-image] Mar 24 23:45:54.995 INFO O| Mar 24 23:45:54.995 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-03-24T23:45:54.987Z[ recovery-image] Mar 24 23:45:55.003 INFO O| Mar 24 23:45:55.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51072026-03-24T23:45:54.987Z[ recovery-image] Mar 24 23:45:55.003 INFO O| Mar 24 23:45:55.003 INFO STEP 113 (remove_files) COMPLETE
51082026-03-24T23:45:54.987Z[ recovery-image] Mar 24 23:45:55.003 INFO O| Mar 24 23:45:55.003 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-03-24T23:45:54.995Z[ recovery-image] Mar 24 23:45:55.011 INFO O| Mar 24 23:45:55.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51102026-03-24T23:45:54.998Z[ recovery-image] Mar 24 23:45:55.011 INFO O| Mar 24 23:45:55.011 INFO STEP 114 (remove_files) COMPLETE
51112026-03-24T23:45:54.998Z[ recovery-image] Mar 24 23:45:55.011 INFO O| Mar 24 23:45:55.011 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-03-24T23:45:55.002Z[ recovery-image] Mar 24 23:45:55.018 INFO O| Mar 24 23:45:55.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51132026-03-24T23:45:55.002Z[ recovery-image] Mar 24 23:45:55.018 INFO O| Mar 24 23:45:55.018 INFO STEP 115 (remove_files) COMPLETE
51142026-03-24T23:45:55.005Z[ recovery-image] Mar 24 23:45:55.018 INFO O| Mar 24 23:45:55.018 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-03-24T23:45:55.011Z[ recovery-image] Mar 24 23:45:55.027 INFO O| Mar 24 23:45:55.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51162026-03-24T23:45:55.014Z[ recovery-image] Mar 24 23:45:55.027 INFO O| Mar 24 23:45:55.027 INFO STEP 116 (remove_files) COMPLETE
51172026-03-24T23:45:55.014Z[ recovery-image] Mar 24 23:45:55.027 INFO O| Mar 24 23:45:55.027 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-03-24T23:45:55.018Z[ recovery-image] Mar 24 23:45:55.034 INFO O| Mar 24 23:45:55.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51192026-03-24T23:45:55.020Z[ recovery-image] Mar 24 23:45:55.034 INFO O| Mar 24 23:45:55.034 INFO STEP 117 (remove_files) COMPLETE
51202026-03-24T23:45:55.021Z[ recovery-image] Mar 24 23:45:55.034 INFO O| Mar 24 23:45:55.034 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-03-24T23:45:55.025Z[ recovery-image] Mar 24 23:45:55.041 INFO O| Mar 24 23:45:55.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51222026-03-24T23:45:55.028Z[ recovery-image] Mar 24 23:45:55.041 INFO O| Mar 24 23:45:55.041 INFO STEP 118 (remove_files) COMPLETE
51232026-03-24T23:45:55.028Z[ recovery-image] Mar 24 23:45:55.041 INFO O| Mar 24 23:45:55.041 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-03-24T23:45:55.031Z[ recovery-image] Mar 24 23:45:55.047 INFO O| Mar 24 23:45:55.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51252026-03-24T23:45:55.032Z[ recovery-image] Mar 24 23:45:55.047 INFO O| Mar 24 23:45:55.047 INFO STEP 119 (remove_files) COMPLETE
51262026-03-24T23:45:55.032Z[ recovery-image] Mar 24 23:45:55.047 INFO O| Mar 24 23:45:55.047 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-03-24T23:45:55.040Z[ recovery-image] Mar 24 23:45:55.056 INFO O| Mar 24 23:45:55.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51282026-03-24T23:45:55.043Z[ recovery-image] Mar 24 23:45:55.056 INFO O| Mar 24 23:45:55.056 INFO STEP 120 (remove_files) COMPLETE
51292026-03-24T23:45:55.043Z[ recovery-image] Mar 24 23:45:55.056 INFO O| Mar 24 23:45:55.056 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-03-24T23:45:55.048Z[ recovery-image] Mar 24 23:45:55.064 INFO O| Mar 24 23:45:55.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51312026-03-24T23:45:55.048Z[ recovery-image] Mar 24 23:45:55.064 INFO O| Mar 24 23:45:55.064 INFO STEP 121 (remove_files) COMPLETE
51322026-03-24T23:45:55.051Z[ recovery-image] Mar 24 23:45:55.064 INFO O| Mar 24 23:45:55.064 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-03-24T23:45:55.055Z[ recovery-image] Mar 24 23:45:55.071 INFO O| Mar 24 23:45:55.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51342026-03-24T23:45:55.055Z[ recovery-image] Mar 24 23:45:55.071 INFO O| Mar 24 23:45:55.071 INFO STEP 122 (remove_files) COMPLETE
51352026-03-24T23:45:55.058Z[ recovery-image] Mar 24 23:45:55.071 INFO O| Mar 24 23:45:55.071 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-03-24T23:45:55.062Z[ recovery-image] Mar 24 23:45:55.078 INFO O| Mar 24 23:45:55.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51372026-03-24T23:45:55.065Z[ recovery-image] Mar 24 23:45:55.079 INFO O| Mar 24 23:45:55.079 INFO STEP 123 (remove_files) COMPLETE
51382026-03-24T23:45:55.065Z[ recovery-image] Mar 24 23:45:55.079 INFO O| Mar 24 23:45:55.079 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-03-24T23:45:55.072Z[ recovery-image] Mar 24 23:45:55.088 INFO O| Mar 24 23:45:55.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51402026-03-24T23:45:55.072Z[ recovery-image] Mar 24 23:45:55.088 INFO O| Mar 24 23:45:55.088 INFO STEP 124 (remove_files) COMPLETE
51412026-03-24T23:45:55.075Z[ recovery-image] Mar 24 23:45:55.088 INFO O| Mar 24 23:45:55.088 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-03-24T23:45:55.078Z[ recovery-image] Mar 24 23:45:55.094 INFO O| Mar 24 23:45:55.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51432026-03-24T23:45:55.081Z[ recovery-image] Mar 24 23:45:55.094 INFO O| Mar 24 23:45:55.094 INFO STEP 125 (remove_files) COMPLETE
51442026-03-24T23:45:55.081Z[ recovery-image] Mar 24 23:45:55.094 INFO O| Mar 24 23:45:55.094 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-03-24T23:45:55.085Z[ recovery-image] Mar 24 23:45:55.101 INFO O| Mar 24 23:45:55.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51462026-03-24T23:45:55.088Z[ recovery-image] Mar 24 23:45:55.101 INFO O| Mar 24 23:45:55.101 INFO STEP 126 (remove_files) COMPLETE
51472026-03-24T23:45:55.088Z[ recovery-image] Mar 24 23:45:55.101 INFO O| Mar 24 23:45:55.101 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-03-24T23:45:55.092Z[ recovery-image] Mar 24 23:45:55.108 INFO O| Mar 24 23:45:55.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51492026-03-24T23:45:55.095Z[ recovery-image] Mar 24 23:45:55.108 INFO O| Mar 24 23:45:55.108 INFO STEP 127 (remove_files) COMPLETE
51502026-03-24T23:45:55.095Z[ recovery-image] Mar 24 23:45:55.108 INFO O| Mar 24 23:45:55.108 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-03-24T23:45:55.100Z[ recovery-image] Mar 24 23:45:55.116 INFO O| Mar 24 23:45:55.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51522026-03-24T23:45:55.103Z[ recovery-image] Mar 24 23:45:55.117 INFO O| Mar 24 23:45:55.117 INFO STEP 128 (remove_files) COMPLETE
51532026-03-24T23:45:55.104Z[ recovery-image] Mar 24 23:45:55.117 INFO O| Mar 24 23:45:55.117 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-03-24T23:45:55.108Z[ recovery-image] Mar 24 23:45:55.124 INFO O| Mar 24 23:45:55.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51552026-03-24T23:45:55.112Z[ recovery-image] Mar 24 23:45:55.125 INFO O| Mar 24 23:45:55.125 INFO STEP 129 (remove_files) COMPLETE
51562026-03-24T23:45:55.112Z[ recovery-image] Mar 24 23:45:55.125 INFO O| Mar 24 23:45:55.125 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-03-24T23:45:55.116Z[ recovery-image] Mar 24 23:45:55.132 INFO O| Mar 24 23:45:55.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51582026-03-24T23:45:55.119Z[ recovery-image] Mar 24 23:45:55.132 INFO O| Mar 24 23:45:55.132 INFO STEP 130 (remove_files) COMPLETE
51592026-03-24T23:45:55.119Z[ recovery-image] Mar 24 23:45:55.132 INFO O| Mar 24 23:45:55.132 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-03-24T23:45:55.123Z[ recovery-image] Mar 24 23:45:55.139 INFO O| Mar 24 23:45:55.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51612026-03-24T23:45:55.126Z[ recovery-image] Mar 24 23:45:55.139 INFO O| Mar 24 23:45:55.139 INFO STEP 131 (remove_files) COMPLETE
51622026-03-24T23:45:55.126Z[ recovery-image] Mar 24 23:45:55.139 INFO O| Mar 24 23:45:55.139 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-03-24T23:45:55.129Z[ recovery-image] Mar 24 23:45:55.145 INFO O| Mar 24 23:45:55.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51642026-03-24T23:45:55.187Z[ recovery-image] Mar 24 23:45:55.145 INFO O| Mar 24 23:45:55.145 INFO STEP 132 (remove_files) COMPLETE
51652026-03-24T23:45:55.187Z[ recovery-image] Mar 24 23:45:55.145 INFO O| Mar 24 23:45:55.145 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.153 INFO O| Mar 24 23:45:55.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51672026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.153 INFO O| Mar 24 23:45:55.153 INFO STEP 133 (remove_files) COMPLETE
51682026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.153 INFO O| Mar 24 23:45:55.153 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.160 INFO O| Mar 24 23:45:55.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51702026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.160 INFO O| Mar 24 23:45:55.160 INFO STEP 134 (remove_files) COMPLETE
51712026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.160 INFO O| Mar 24 23:45:55.160 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.169 INFO O| Mar 24 23:45:55.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51732026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.169 INFO O| Mar 24 23:45:55.169 INFO STEP 135 (remove_files) COMPLETE
51742026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.169 INFO O| Mar 24 23:45:55.169 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.176 INFO O| Mar 24 23:45:55.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51762026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.177 INFO O| Mar 24 23:45:55.177 INFO STEP 136 (remove_files) COMPLETE
51772026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.177 INFO O| Mar 24 23:45:55.177 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.183 INFO O| Mar 24 23:45:55.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51792026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.183 INFO O| Mar 24 23:45:55.183 INFO STEP 137 (remove_files) COMPLETE
51802026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.183 INFO O| Mar 24 23:45:55.183 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.190 INFO O| Mar 24 23:45:55.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51822026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.190 INFO O| Mar 24 23:45:55.190 INFO STEP 138 (remove_files) COMPLETE
51832026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.190 INFO O| Mar 24 23:45:55.190 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.197 INFO O| Mar 24 23:45:55.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51852026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.197 INFO O| Mar 24 23:45:55.197 INFO STEP 139 (remove_files) COMPLETE
51862026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.197 INFO O| Mar 24 23:45:55.197 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.203 INFO O| Mar 24 23:45:55.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51882026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.203 INFO O| Mar 24 23:45:55.203 INFO STEP 140 (remove_files) COMPLETE
51892026-03-24T23:45:55.190Z[ recovery-image] Mar 24 23:45:55.203 INFO O| Mar 24 23:45:55.203 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-03-24T23:45:55.196Z[ recovery-image] Mar 24 23:45:55.212 INFO O| Mar 24 23:45:55.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51912026-03-24T23:45:55.199Z[ recovery-image] Mar 24 23:45:55.212 INFO O| Mar 24 23:45:55.212 INFO STEP 141 (remove_files) COMPLETE
51922026-03-24T23:45:55.199Z[ recovery-image] Mar 24 23:45:55.212 INFO O| Mar 24 23:45:55.212 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-03-24T23:45:55.204Z[ recovery-image] Mar 24 23:45:55.220 INFO O| Mar 24 23:45:55.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51942026-03-24T23:45:55.204Z[ recovery-image] Mar 24 23:45:55.220 INFO O| Mar 24 23:45:55.220 INFO STEP 142 (remove_files) COMPLETE
51952026-03-24T23:45:55.207Z[ recovery-image] Mar 24 23:45:55.220 INFO O| Mar 24 23:45:55.220 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-03-24T23:45:55.211Z[ recovery-image] Mar 24 23:45:55.227 INFO O| Mar 24 23:45:55.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51972026-03-24T23:45:55.214Z[ recovery-image] Mar 24 23:45:55.227 INFO O| Mar 24 23:45:55.227 INFO STEP 143 (remove_files) COMPLETE
51982026-03-24T23:45:55.214Z[ recovery-image] Mar 24 23:45:55.227 INFO O| Mar 24 23:45:55.227 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-03-24T23:45:55.218Z[ recovery-image] Mar 24 23:45:55.234 INFO O| Mar 24 23:45:55.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52002026-03-24T23:45:55.221Z[ recovery-image] Mar 24 23:45:55.234 INFO O| Mar 24 23:45:55.234 INFO STEP 144 (remove_files) COMPLETE
52012026-03-24T23:45:55.221Z[ recovery-image] Mar 24 23:45:55.234 INFO O| Mar 24 23:45:55.234 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-03-24T23:45:55.225Z[ recovery-image] Mar 24 23:45:55.241 INFO O| Mar 24 23:45:55.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52032026-03-24T23:45:55.225Z[ recovery-image] Mar 24 23:45:55.241 INFO O| Mar 24 23:45:55.241 INFO STEP 145 (remove_files) COMPLETE
52042026-03-24T23:45:55.227Z[ recovery-image] Mar 24 23:45:55.241 INFO O| Mar 24 23:45:55.241 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-03-24T23:45:55.231Z[ recovery-image] Mar 24 23:45:55.247 INFO O| Mar 24 23:45:55.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52062026-03-24T23:45:55.231Z[ recovery-image] Mar 24 23:45:55.247 INFO O| Mar 24 23:45:55.247 INFO STEP 146 (remove_files) COMPLETE
52072026-03-24T23:45:55.234Z[ recovery-image] Mar 24 23:45:55.247 INFO O| Mar 24 23:45:55.247 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-03-24T23:45:55.238Z[ recovery-image] Mar 24 23:45:55.254 INFO O| Mar 24 23:45:55.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52092026-03-24T23:45:55.241Z[ recovery-image] Mar 24 23:45:55.254 INFO O| Mar 24 23:45:55.254 INFO STEP 147 (remove_files) COMPLETE
52102026-03-24T23:45:55.241Z[ recovery-image] Mar 24 23:45:55.254 INFO O| Mar 24 23:45:55.254 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-03-24T23:45:55.245Z[ recovery-image] Mar 24 23:45:55.261 INFO O| Mar 24 23:45:55.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52122026-03-24T23:45:55.248Z[ recovery-image] Mar 24 23:45:55.261 INFO O| Mar 24 23:45:55.261 INFO STEP 148 (remove_files) COMPLETE
52132026-03-24T23:45:55.248Z[ recovery-image] Mar 24 23:45:55.261 INFO O| Mar 24 23:45:55.261 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-03-24T23:45:55.254Z[ recovery-image] Mar 24 23:45:55.270 INFO O| Mar 24 23:45:55.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52152026-03-24T23:45:55.257Z[ recovery-image] Mar 24 23:45:55.270 INFO O| Mar 24 23:45:55.270 INFO STEP 149 (remove_files) COMPLETE
52162026-03-24T23:45:55.257Z[ recovery-image] Mar 24 23:45:55.270 INFO O| Mar 24 23:45:55.270 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-03-24T23:45:55.261Z[ recovery-image] Mar 24 23:45:55.277 INFO O| Mar 24 23:45:55.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52182026-03-24T23:45:55.261Z[ recovery-image] Mar 24 23:45:55.277 INFO O| Mar 24 23:45:55.277 INFO STEP 150 (remove_files) COMPLETE
52192026-03-24T23:45:55.263Z[ recovery-image] Mar 24 23:45:55.277 INFO O| Mar 24 23:45:55.277 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-03-24T23:45:55.267Z[ recovery-image] Mar 24 23:45:55.283 INFO O| Mar 24 23:45:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52212026-03-24T23:45:55.270Z[ recovery-image] Mar 24 23:45:55.284 INFO O| Mar 24 23:45:55.284 INFO STEP 151 (remove_files) COMPLETE
52222026-03-24T23:45:55.270Z[ recovery-image] Mar 24 23:45:55.284 INFO O| Mar 24 23:45:55.284 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-03-24T23:45:55.274Z[ recovery-image] Mar 24 23:45:55.290 INFO O| Mar 24 23:45:55.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52242026-03-24T23:45:55.274Z[ recovery-image] Mar 24 23:45:55.290 INFO O| Mar 24 23:45:55.290 INFO STEP 152 (remove_files) COMPLETE
52252026-03-24T23:45:55.277Z[ recovery-image] Mar 24 23:45:55.290 INFO O| Mar 24 23:45:55.290 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-03-24T23:45:55.281Z[ recovery-image] Mar 24 23:45:55.297 INFO O| Mar 24 23:45:55.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52272026-03-24T23:45:55.284Z[ recovery-image] Mar 24 23:45:55.297 INFO O| Mar 24 23:45:55.297 INFO STEP 153 (remove_files) COMPLETE
52282026-03-24T23:45:55.284Z[ recovery-image] Mar 24 23:45:55.297 INFO O| Mar 24 23:45:55.297 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-03-24T23:45:55.287Z[ recovery-image] Mar 24 23:45:55.303 INFO O| Mar 24 23:45:55.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52302026-03-24T23:45:55.287Z[ recovery-image] Mar 24 23:45:55.303 INFO O| Mar 24 23:45:55.303 INFO STEP 154 (remove_files) COMPLETE
52312026-03-24T23:45:55.290Z[ recovery-image] Mar 24 23:45:55.303 INFO O| Mar 24 23:45:55.303 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-03-24T23:45:55.294Z[ recovery-image] Mar 24 23:45:55.311 INFO O| Mar 24 23:45:55.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52332026-03-24T23:45:55.295Z[ recovery-image] Mar 24 23:45:55.311 INFO O| Mar 24 23:45:55.311 INFO STEP 155 (remove_files) COMPLETE
52342026-03-24T23:45:55.298Z[ recovery-image] Mar 24 23:45:55.311 INFO O| Mar 24 23:45:55.311 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-03-24T23:45:55.301Z[ recovery-image] Mar 24 23:45:55.317 INFO O| Mar 24 23:45:55.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52362026-03-24T23:45:55.304Z[ recovery-image] Mar 24 23:45:55.317 INFO O| Mar 24 23:45:55.317 INFO STEP 156 (remove_files) COMPLETE
52372026-03-24T23:45:55.304Z[ recovery-image] Mar 24 23:45:55.317 INFO O| Mar 24 23:45:55.317 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-03-24T23:45:55.308Z[ recovery-image] Mar 24 23:45:55.324 INFO O| Mar 24 23:45:55.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52392026-03-24T23:45:55.311Z[ recovery-image] Mar 24 23:45:55.324 INFO O| Mar 24 23:45:55.324 INFO STEP 157 (remove_files) COMPLETE
52402026-03-24T23:45:55.311Z[ recovery-image] Mar 24 23:45:55.324 INFO O| Mar 24 23:45:55.324 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-03-24T23:45:55.314Z[ recovery-image] Mar 24 23:45:55.330 INFO O| Mar 24 23:45:55.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52422026-03-24T23:45:55.314Z[ recovery-image] Mar 24 23:45:55.330 INFO O| Mar 24 23:45:55.330 INFO STEP 158 (remove_files) COMPLETE
52432026-03-24T23:45:55.317Z[ recovery-image] Mar 24 23:45:55.330 INFO O| Mar 24 23:45:55.330 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-03-24T23:45:55.321Z[ recovery-image] Mar 24 23:45:55.337 INFO O| Mar 24 23:45:55.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52452026-03-24T23:45:55.324Z[ recovery-image] Mar 24 23:45:55.337 INFO O| Mar 24 23:45:55.337 INFO STEP 159 (remove_files) COMPLETE
52462026-03-24T23:45:55.324Z[ recovery-image] Mar 24 23:45:55.337 INFO O| Mar 24 23:45:55.337 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-03-24T23:45:55.330Z[ recovery-image] Mar 24 23:45:55.346 INFO O| Mar 24 23:45:55.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52482026-03-24T23:45:55.330Z[ recovery-image] Mar 24 23:45:55.346 INFO O| Mar 24 23:45:55.346 INFO STEP 160 (remove_files) COMPLETE
52492026-03-24T23:45:55.333Z[ recovery-image] Mar 24 23:45:55.346 INFO O| Mar 24 23:45:55.346 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-03-24T23:45:55.337Z[ recovery-image] Mar 24 23:45:55.353 INFO O| Mar 24 23:45:55.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52512026-03-24T23:45:55.337Z[ recovery-image] Mar 24 23:45:55.353 INFO O| Mar 24 23:45:55.353 INFO STEP 161 (remove_files) COMPLETE
52522026-03-24T23:45:55.337Z[ recovery-image] Mar 24 23:45:55.354 INFO O| Mar 24 23:45:55.353 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-03-24T23:45:55.345Z[ recovery-image] Mar 24 23:45:55.361 INFO O| Mar 24 23:45:55.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52542026-03-24T23:45:55.347Z[ recovery-image] Mar 24 23:45:55.361 INFO O| Mar 24 23:45:55.361 INFO STEP 162 (remove_files) COMPLETE
52552026-03-24T23:45:55.347Z[ recovery-image] Mar 24 23:45:55.361 INFO O| Mar 24 23:45:55.361 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-03-24T23:45:55.354Z[ recovery-image] Mar 24 23:45:55.370 INFO O| Mar 24 23:45:55.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52572026-03-24T23:45:55.356Z[ recovery-image] Mar 24 23:45:55.370 INFO O| Mar 24 23:45:55.370 INFO STEP 163 (remove_files) COMPLETE
52582026-03-24T23:45:55.356Z[ recovery-image] Mar 24 23:45:55.370 INFO O| Mar 24 23:45:55.370 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-03-24T23:45:55.360Z[ recovery-image] Mar 24 23:45:55.376 INFO O| Mar 24 23:45:55.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52602026-03-24T23:45:55.363Z[ recovery-image] Mar 24 23:45:55.377 INFO O| Mar 24 23:45:55.377 INFO STEP 164 (remove_files) COMPLETE
52612026-03-24T23:45:55.363Z[ recovery-image] Mar 24 23:45:55.377 INFO O| Mar 24 23:45:55.377 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-03-24T23:45:55.369Z[ recovery-image] Mar 24 23:45:55.385 INFO O| Mar 24 23:45:55.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52632026-03-24T23:45:55.372Z[ recovery-image] Mar 24 23:45:55.386 INFO O| Mar 24 23:45:55.386 INFO STEP 165 (remove_files) COMPLETE
52642026-03-24T23:45:55.372Z[ recovery-image] Mar 24 23:45:55.386 INFO O| Mar 24 23:45:55.386 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-03-24T23:45:55.377Z[ recovery-image] Mar 24 23:45:55.393 INFO O| Mar 24 23:45:55.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52662026-03-24T23:45:55.380Z[ recovery-image] Mar 24 23:45:55.394 INFO O| Mar 24 23:45:55.394 INFO STEP 166 (remove_files) COMPLETE
52672026-03-24T23:45:55.380Z[ recovery-image] Mar 24 23:45:55.394 INFO O| Mar 24 23:45:55.394 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-03-24T23:45:55.384Z[ recovery-image] Mar 24 23:45:55.401 INFO O| Mar 24 23:45:55.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52692026-03-24T23:45:55.384Z[ recovery-image] Mar 24 23:45:55.401 INFO O| Mar 24 23:45:55.401 INFO STEP 167 (remove_files) COMPLETE
52702026-03-24T23:45:55.387Z[ recovery-image] Mar 24 23:45:55.401 INFO O| Mar 24 23:45:55.401 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-03-24T23:45:55.392Z[ recovery-image] Mar 24 23:45:55.408 INFO O| Mar 24 23:45:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52722026-03-24T23:45:55.394Z[ recovery-image] Mar 24 23:45:55.408 INFO O| Mar 24 23:45:55.408 INFO STEP 168 (remove_files) COMPLETE
52732026-03-24T23:45:55.394Z[ recovery-image] Mar 24 23:45:55.408 INFO O| Mar 24 23:45:55.408 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-03-24T23:45:55.399Z[ recovery-image] Mar 24 23:45:55.415 INFO O| Mar 24 23:45:55.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52752026-03-24T23:45:55.401Z[ recovery-image] Mar 24 23:45:55.416 INFO O| Mar 24 23:45:55.416 INFO STEP 169 (remove_files) COMPLETE
52762026-03-24T23:45:55.401Z[ recovery-image] Mar 24 23:45:55.416 INFO O| Mar 24 23:45:55.416 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-03-24T23:45:55.406Z[ recovery-image] Mar 24 23:45:55.422 INFO O| Mar 24 23:45:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52782026-03-24T23:45:55.406Z[ recovery-image] Mar 24 23:45:55.422 INFO O| Mar 24 23:45:55.422 INFO STEP 170 (remove_files) COMPLETE
52792026-03-24T23:45:55.409Z[ recovery-image] Mar 24 23:45:55.422 INFO O| Mar 24 23:45:55.422 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-03-24T23:45:55.413Z[ recovery-image] Mar 24 23:45:55.429 INFO O| Mar 24 23:45:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52812026-03-24T23:45:55.416Z[ recovery-image] Mar 24 23:45:55.429 INFO O| Mar 24 23:45:55.429 INFO STEP 171 (remove_files) COMPLETE
52822026-03-24T23:45:55.416Z[ recovery-image] Mar 24 23:45:55.429 INFO O| Mar 24 23:45:55.429 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-03-24T23:45:55.420Z[ recovery-image] Mar 24 23:45:55.437 INFO O| Mar 24 23:45:55.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52842026-03-24T23:45:55.424Z[ recovery-image] Mar 24 23:45:55.437 INFO O| Mar 24 23:45:55.437 INFO STEP 172 (remove_files) COMPLETE
52852026-03-24T23:45:55.424Z[ recovery-image] Mar 24 23:45:55.437 INFO O| Mar 24 23:45:55.437 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-03-24T23:45:55.427Z[ recovery-image] Mar 24 23:45:55.444 INFO O| Mar 24 23:45:55.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52872026-03-24T23:45:55.438Z[ recovery-image] Mar 24 23:45:55.444 INFO O| Mar 24 23:45:55.444 INFO STEP 173 (remove_files) COMPLETE
52882026-03-24T23:45:55.438Z[ recovery-image] Mar 24 23:45:55.444 INFO O| Mar 24 23:45:55.444 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-03-24T23:45:55.438Z[ recovery-image] Mar 24 23:45:55.451 INFO O| Mar 24 23:45:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52902026-03-24T23:45:55.438Z[ recovery-image] Mar 24 23:45:55.451 INFO O| Mar 24 23:45:55.451 INFO STEP 174 (remove_files) COMPLETE
52912026-03-24T23:45:55.438Z[ recovery-image] Mar 24 23:45:55.451 INFO O| Mar 24 23:45:55.451 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-03-24T23:45:55.442Z[ recovery-image] Mar 24 23:45:55.458 INFO O| Mar 24 23:45:55.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52932026-03-24T23:45:55.442Z[ recovery-image] Mar 24 23:45:55.458 INFO O| Mar 24 23:45:55.458 INFO STEP 175 (remove_files) COMPLETE
52942026-03-24T23:45:55.444Z[ recovery-image] Mar 24 23:45:55.458 INFO O| Mar 24 23:45:55.458 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-03-24T23:45:55.448Z[ recovery-image] Mar 24 23:45:55.465 INFO O| Mar 24 23:45:55.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52962026-03-24T23:45:55.451Z[ recovery-image] Mar 24 23:45:55.465 INFO O| Mar 24 23:45:55.465 INFO STEP 176 (remove_files) COMPLETE
52972026-03-24T23:45:55.451Z[ recovery-image] Mar 24 23:45:55.465 INFO O| Mar 24 23:45:55.465 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-03-24T23:45:55.456Z[ recovery-image] Mar 24 23:45:55.472 INFO O| Mar 24 23:45:55.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52992026-03-24T23:45:55.459Z[ recovery-image] Mar 24 23:45:55.472 INFO O| Mar 24 23:45:55.472 INFO STEP 177 (remove_files) COMPLETE
53002026-03-24T23:45:55.459Z[ recovery-image] Mar 24 23:45:55.472 INFO O| Mar 24 23:45:55.472 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-03-24T23:45:55.463Z[ recovery-image] Mar 24 23:45:55.479 INFO O| Mar 24 23:45:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53022026-03-24T23:45:55.463Z[ recovery-image] Mar 24 23:45:55.479 INFO O| Mar 24 23:45:55.479 INFO STEP 178 (remove_files) COMPLETE
53032026-03-24T23:45:55.465Z[ recovery-image] Mar 24 23:45:55.479 INFO O| Mar 24 23:45:55.479 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-03-24T23:45:55.470Z[ recovery-image] Mar 24 23:45:55.486 INFO O| Mar 24 23:45:55.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53052026-03-24T23:45:55.472Z[ recovery-image] Mar 24 23:45:55.486 INFO O| Mar 24 23:45:55.486 INFO STEP 179 (remove_files) COMPLETE
53062026-03-24T23:45:55.473Z[ recovery-image] Mar 24 23:45:55.486 INFO O| Mar 24 23:45:55.486 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-03-24T23:45:55.477Z[ recovery-image] Mar 24 23:45:55.493 INFO O| Mar 24 23:45:55.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53082026-03-24T23:45:55.477Z[ recovery-image] Mar 24 23:45:55.493 INFO O| Mar 24 23:45:55.493 INFO STEP 180 (remove_files) COMPLETE
53092026-03-24T23:45:55.480Z[ recovery-image] Mar 24 23:45:55.493 INFO O| Mar 24 23:45:55.493 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-03-24T23:45:55.485Z[ recovery-image] Mar 24 23:45:55.502 INFO O| Mar 24 23:45:55.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53112026-03-24T23:45:55.485Z[ recovery-image] Mar 24 23:45:55.502 INFO O| Mar 24 23:45:55.502 INFO STEP 181 (remove_files) COMPLETE
53122026-03-24T23:45:55.488Z[ recovery-image] Mar 24 23:45:55.502 INFO O| Mar 24 23:45:55.502 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-03-24T23:45:55.493Z[ recovery-image] Mar 24 23:45:55.509 INFO O| Mar 24 23:45:55.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53142026-03-24T23:45:55.496Z[ recovery-image] Mar 24 23:45:55.510 INFO O| Mar 24 23:45:55.510 INFO STEP 182 (remove_files) COMPLETE
53152026-03-24T23:45:55.496Z[ recovery-image] Mar 24 23:45:55.510 INFO O| Mar 24 23:45:55.510 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-03-24T23:45:55.501Z[ recovery-image] Mar 24 23:45:55.517 INFO O| Mar 24 23:45:55.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53172026-03-24T23:45:55.501Z[ recovery-image] Mar 24 23:45:55.517 INFO O| Mar 24 23:45:55.517 INFO STEP 183 (remove_files) COMPLETE
53182026-03-24T23:45:55.504Z[ recovery-image] Mar 24 23:45:55.517 INFO O| Mar 24 23:45:55.517 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-03-24T23:45:55.508Z[ recovery-image] Mar 24 23:45:55.525 INFO O| Mar 24 23:45:55.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53202026-03-24T23:45:55.508Z[ recovery-image] Mar 24 23:45:55.525 INFO O| Mar 24 23:45:55.525 INFO STEP 184 (remove_files) COMPLETE
53212026-03-24T23:45:55.511Z[ recovery-image] Mar 24 23:45:55.525 INFO O| Mar 24 23:45:55.525 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-03-24T23:45:55.517Z[ recovery-image] Mar 24 23:45:55.533 INFO O| Mar 24 23:45:55.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53232026-03-24T23:45:55.517Z[ recovery-image] Mar 24 23:45:55.533 INFO O| Mar 24 23:45:55.533 INFO STEP 185 (remove_files) COMPLETE
53242026-03-24T23:45:55.519Z[ recovery-image] Mar 24 23:45:55.533 INFO O| Mar 24 23:45:55.533 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-03-24T23:45:55.525Z[ recovery-image] Mar 24 23:45:55.541 INFO O| Mar 24 23:45:55.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53262026-03-24T23:45:55.528Z[ recovery-image] Mar 24 23:45:55.541 INFO O| Mar 24 23:45:55.541 INFO STEP 186 (remove_files) COMPLETE
53272026-03-24T23:45:55.528Z[ recovery-image] Mar 24 23:45:55.541 INFO O| Mar 24 23:45:55.541 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-03-24T23:45:55.531Z[ recovery-image] Mar 24 23:45:55.548 INFO O| Mar 24 23:45:55.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53292026-03-24T23:45:55.534Z[ recovery-image] Mar 24 23:45:55.548 INFO O| Mar 24 23:45:55.548 INFO STEP 187 (remove_files) COMPLETE
53302026-03-24T23:45:55.534Z[ recovery-image] Mar 24 23:45:55.548 INFO O| Mar 24 23:45:55.548 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-03-24T23:45:55.538Z[ recovery-image] Mar 24 23:45:55.554 INFO O| Mar 24 23:45:55.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53322026-03-24T23:45:55.538Z[ recovery-image] Mar 24 23:45:55.554 INFO O| Mar 24 23:45:55.554 INFO STEP 188 (remove_files) COMPLETE
53332026-03-24T23:45:55.541Z[ recovery-image] Mar 24 23:45:55.554 INFO O| Mar 24 23:45:55.554 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-03-24T23:45:55.546Z[ recovery-image] Mar 24 23:45:55.562 INFO O| Mar 24 23:45:55.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53352026-03-24T23:45:55.549Z[ recovery-image] Mar 24 23:45:55.562 INFO O| Mar 24 23:45:55.562 INFO STEP 189 (remove_files) COMPLETE
53362026-03-24T23:45:55.549Z[ recovery-image] Mar 24 23:45:55.562 INFO O| Mar 24 23:45:55.562 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-03-24T23:45:55.553Z[ recovery-image] Mar 24 23:45:55.569 INFO O| Mar 24 23:45:55.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53382026-03-24T23:45:55.553Z[ recovery-image] Mar 24 23:45:55.569 INFO O| Mar 24 23:45:55.569 INFO STEP 190 (remove_files) COMPLETE
53392026-03-24T23:45:55.556Z[ recovery-image] Mar 24 23:45:55.569 INFO O| Mar 24 23:45:55.569 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-03-24T23:45:55.562Z[ recovery-image] Mar 24 23:45:55.578 INFO O| Mar 24 23:45:55.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53412026-03-24T23:45:55.562Z[ recovery-image] Mar 24 23:45:55.578 INFO O| Mar 24 23:45:55.578 INFO STEP 191 (remove_files) COMPLETE
53422026-03-24T23:45:55.562Z[ recovery-image] Mar 24 23:45:55.578 INFO O| Mar 24 23:45:55.578 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-03-24T23:45:55.569Z[ recovery-image] Mar 24 23:45:55.586 INFO O| Mar 24 23:45:55.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53442026-03-24T23:45:55.569Z[ recovery-image] Mar 24 23:45:55.586 INFO O| Mar 24 23:45:55.586 INFO STEP 192 (remove_files) COMPLETE
53452026-03-24T23:45:55.572Z[ recovery-image] Mar 24 23:45:55.586 INFO O| Mar 24 23:45:55.586 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-03-24T23:45:55.577Z[ recovery-image] Mar 24 23:45:55.593 INFO O| Mar 24 23:45:55.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53472026-03-24T23:45:55.577Z[ recovery-image] Mar 24 23:45:55.593 INFO O| Mar 24 23:45:55.593 INFO STEP 193 (remove_files) COMPLETE
53482026-03-24T23:45:55.580Z[ recovery-image] Mar 24 23:45:55.593 INFO O| Mar 24 23:45:55.593 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-03-24T23:45:55.585Z[ recovery-image] Mar 24 23:45:55.601 INFO O| Mar 24 23:45:55.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53502026-03-24T23:45:55.587Z[ recovery-image] Mar 24 23:45:55.601 INFO O| Mar 24 23:45:55.601 INFO STEP 194 (remove_files) COMPLETE
53512026-03-24T23:45:55.587Z[ recovery-image] Mar 24 23:45:55.601 INFO O| Mar 24 23:45:55.601 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-03-24T23:45:55.593Z[ recovery-image] Mar 24 23:45:55.609 INFO O| Mar 24 23:45:55.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53532026-03-24T23:45:55.596Z[ recovery-image] Mar 24 23:45:55.609 INFO O| Mar 24 23:45:55.609 INFO STEP 195 (remove_files) COMPLETE
53542026-03-24T23:45:55.596Z[ recovery-image] Mar 24 23:45:55.609 INFO O| Mar 24 23:45:55.609 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-03-24T23:45:55.600Z[ recovery-image] Mar 24 23:45:55.617 INFO O| Mar 24 23:45:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53562026-03-24T23:45:55.600Z[ recovery-image] Mar 24 23:45:55.617 INFO O| Mar 24 23:45:55.617 INFO STEP 196 (remove_files) COMPLETE
53572026-03-24T23:45:55.603Z[ recovery-image] Mar 24 23:45:55.617 INFO O| Mar 24 23:45:55.617 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-03-24T23:45:55.608Z[ recovery-image] Mar 24 23:45:55.624 INFO O| Mar 24 23:45:55.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53592026-03-24T23:45:55.608Z[ recovery-image] Mar 24 23:45:55.624 INFO O| Mar 24 23:45:55.624 INFO STEP 197 (remove_files) COMPLETE
53602026-03-24T23:45:55.610Z[ recovery-image] Mar 24 23:45:55.624 INFO O| Mar 24 23:45:55.624 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-03-24T23:45:55.615Z[ recovery-image] Mar 24 23:45:55.632 INFO O| Mar 24 23:45:55.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53622026-03-24T23:45:55.618Z[ recovery-image] Mar 24 23:45:55.632 INFO O| Mar 24 23:45:55.632 INFO STEP 198 (remove_files) COMPLETE
53632026-03-24T23:45:55.618Z[ recovery-image] Mar 24 23:45:55.632 INFO O| Mar 24 23:45:55.632 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-03-24T23:45:55.622Z[ recovery-image] Mar 24 23:45:55.638 INFO O| Mar 24 23:45:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53652026-03-24T23:45:55.625Z[ recovery-image] Mar 24 23:45:55.639 INFO O| Mar 24 23:45:55.639 INFO STEP 199 (remove_files) COMPLETE
53662026-03-24T23:45:55.625Z[ recovery-image] Mar 24 23:45:55.639 INFO O| Mar 24 23:45:55.639 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-03-24T23:45:55.631Z[ recovery-image] Mar 24 23:45:55.647 INFO O| Mar 24 23:45:55.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53682026-03-24T23:45:55.634Z[ recovery-image] Mar 24 23:45:55.647 INFO O| Mar 24 23:45:55.647 INFO STEP 200 (remove_files) COMPLETE
53692026-03-24T23:45:55.634Z[ recovery-image] Mar 24 23:45:55.647 INFO O| Mar 24 23:45:55.647 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-03-24T23:45:55.638Z[ recovery-image] Mar 24 23:45:55.654 INFO O| Mar 24 23:45:55.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53712026-03-24T23:45:55.638Z[ recovery-image] Mar 24 23:45:55.654 INFO O| Mar 24 23:45:55.654 INFO STEP 201 (remove_files) COMPLETE
53722026-03-24T23:45:55.641Z[ recovery-image] Mar 24 23:45:55.654 INFO O| Mar 24 23:45:55.654 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-03-24T23:45:55.645Z[ recovery-image] Mar 24 23:45:55.661 INFO O| Mar 24 23:45:55.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53742026-03-24T23:45:55.645Z[ recovery-image] Mar 24 23:45:55.661 INFO O| Mar 24 23:45:55.661 INFO STEP 202 (remove_files) COMPLETE
53752026-03-24T23:45:55.648Z[ recovery-image] Mar 24 23:45:55.661 INFO O| Mar 24 23:45:55.661 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-03-24T23:45:55.653Z[ recovery-image] Mar 24 23:45:55.669 INFO O| Mar 24 23:45:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53772026-03-24T23:45:55.656Z[ recovery-image] Mar 24 23:45:55.669 INFO O| Mar 24 23:45:55.669 INFO STEP 203 (remove_files) COMPLETE
53782026-03-24T23:45:55.656Z[ recovery-image] Mar 24 23:45:55.669 INFO O| Mar 24 23:45:55.669 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-03-24T23:45:55.660Z[ recovery-image] Mar 24 23:45:55.676 INFO O| Mar 24 23:45:55.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53802026-03-24T23:45:55.662Z[ recovery-image] Mar 24 23:45:55.677 INFO O| Mar 24 23:45:55.677 INFO STEP 204 (remove_files) COMPLETE
53812026-03-24T23:45:55.662Z[ recovery-image] Mar 24 23:45:55.677 INFO O| Mar 24 23:45:55.677 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-03-24T23:45:55.668Z[ recovery-image] Mar 24 23:45:55.684 INFO O| Mar 24 23:45:55.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53832026-03-24T23:45:55.671Z[ recovery-image] Mar 24 23:45:55.685 INFO O| Mar 24 23:45:55.685 INFO STEP 205 (remove_files) COMPLETE
53842026-03-24T23:45:55.671Z[ recovery-image] Mar 24 23:45:55.685 INFO O| Mar 24 23:45:55.685 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-03-24T23:45:55.677Z[ recovery-image] Mar 24 23:45:55.694 INFO O| Mar 24 23:45:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53862026-03-24T23:45:55.680Z[ recovery-image] Mar 24 23:45:55.694 INFO O| Mar 24 23:45:55.694 INFO STEP 206 (remove_files) COMPLETE
53872026-03-24T23:45:55.680Z[ recovery-image] Mar 24 23:45:55.694 INFO O| Mar 24 23:45:55.694 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-03-24T23:45:55.685Z[ recovery-image] Mar 24 23:45:55.702 INFO O| Mar 24 23:45:55.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53892026-03-24T23:45:55.685Z[ recovery-image] Mar 24 23:45:55.702 INFO O| Mar 24 23:45:55.702 INFO STEP 207 (remove_files) COMPLETE
53902026-03-24T23:45:55.688Z[ recovery-image] Mar 24 23:45:55.702 INFO O| Mar 24 23:45:55.702 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-03-24T23:45:55.693Z[ recovery-image] Mar 24 23:45:55.709 INFO O| Mar 24 23:45:55.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53922026-03-24T23:45:55.693Z[ recovery-image] Mar 24 23:45:55.709 INFO O| Mar 24 23:45:55.709 INFO STEP 208 (remove_files) COMPLETE
53932026-03-24T23:45:55.696Z[ recovery-image] Mar 24 23:45:55.709 INFO O| Mar 24 23:45:55.709 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-03-24T23:45:55.700Z[ recovery-image] Mar 24 23:45:55.716 INFO O| Mar 24 23:45:55.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53952026-03-24T23:45:55.700Z[ recovery-image] Mar 24 23:45:55.716 INFO O| Mar 24 23:45:55.716 INFO STEP 209 (remove_files) COMPLETE
53962026-03-24T23:45:55.700Z[ recovery-image] Mar 24 23:45:55.716 INFO O| Mar 24 23:45:55.716 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-03-24T23:45:55.708Z[ recovery-image] Mar 24 23:45:55.724 INFO O| Mar 24 23:45:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53982026-03-24T23:45:55.711Z[ recovery-image] Mar 24 23:45:55.724 INFO O| Mar 24 23:45:55.724 INFO STEP 210 (remove_files) COMPLETE
53992026-03-24T23:45:55.711Z[ recovery-image] Mar 24 23:45:55.724 INFO O| Mar 24 23:45:55.724 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-03-24T23:45:55.715Z[ recovery-image] Mar 24 23:45:55.732 INFO O| Mar 24 23:45:55.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54012026-03-24T23:45:55.718Z[ recovery-image] Mar 24 23:45:55.733 INFO O| Mar 24 23:45:55.733 INFO STEP 211 (remove_files) COMPLETE
54022026-03-24T23:45:55.718Z[ recovery-image] Mar 24 23:45:55.733 INFO O| Mar 24 23:45:55.733 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-03-24T23:45:55.725Z[ recovery-image] Mar 24 23:45:55.741 INFO O| Mar 24 23:45:55.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54042026-03-24T23:45:55.728Z[ recovery-image] Mar 24 23:45:55.741 INFO O| Mar 24 23:45:55.741 INFO STEP 212 (remove_files) COMPLETE
54052026-03-24T23:45:55.728Z[ recovery-image] Mar 24 23:45:55.741 INFO O| Mar 24 23:45:55.741 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-03-24T23:45:55.733Z[ recovery-image] Mar 24 23:45:55.748 INFO O| Mar 24 23:45:55.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54072026-03-24T23:45:55.735Z[ recovery-image] Mar 24 23:45:55.748 INFO O| Mar 24 23:45:55.748 INFO STEP 213 (remove_files) COMPLETE
54082026-03-24T23:45:55.735Z[ recovery-image] Mar 24 23:45:55.748 INFO O| Mar 24 23:45:55.748 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-03-24T23:45:55.740Z[ recovery-image] Mar 24 23:45:55.756 INFO O| Mar 24 23:45:55.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54102026-03-24T23:45:55.740Z[ recovery-image] Mar 24 23:45:55.756 INFO O| Mar 24 23:45:55.756 INFO STEP 214 (remove_files) COMPLETE
54112026-03-24T23:45:55.743Z[ recovery-image] Mar 24 23:45:55.756 INFO O| Mar 24 23:45:55.756 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-03-24T23:45:55.747Z[ recovery-image] Mar 24 23:45:55.763 INFO O| Mar 24 23:45:55.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54132026-03-24T23:45:55.747Z[ recovery-image] Mar 24 23:45:55.763 INFO O| Mar 24 23:45:55.763 INFO STEP 215 (remove_files) COMPLETE
54142026-03-24T23:45:55.747Z[ recovery-image] Mar 24 23:45:55.763 INFO O| Mar 24 23:45:55.763 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-03-24T23:45:55.754Z[ recovery-image] Mar 24 23:45:55.770 INFO O| Mar 24 23:45:55.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54162026-03-24T23:45:55.756Z[ recovery-image] Mar 24 23:45:55.770 INFO O| Mar 24 23:45:55.770 INFO STEP 216 (remove_files) COMPLETE
54172026-03-24T23:45:55.756Z[ recovery-image] Mar 24 23:45:55.770 INFO O| Mar 24 23:45:55.770 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-03-24T23:45:55.762Z[ recovery-image] Mar 24 23:45:55.778 INFO O| Mar 24 23:45:55.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54192026-03-24T23:45:55.765Z[ recovery-image] Mar 24 23:45:55.778 INFO O| Mar 24 23:45:55.778 INFO STEP 217 (remove_files) COMPLETE
54202026-03-24T23:45:55.765Z[ recovery-image] Mar 24 23:45:55.778 INFO O| Mar 24 23:45:55.778 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-03-24T23:45:55.770Z[ recovery-image] Mar 24 23:45:55.786 INFO O| Mar 24 23:45:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54222026-03-24T23:45:55.770Z[ recovery-image] Mar 24 23:45:55.786 INFO O| Mar 24 23:45:55.786 INFO STEP 218 (remove_files) COMPLETE
54232026-03-24T23:45:55.773Z[ recovery-image] Mar 24 23:45:55.786 INFO O| Mar 24 23:45:55.786 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-03-24T23:45:55.776Z[ recovery-image] Mar 24 23:45:55.793 INFO O| Mar 24 23:45:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54252026-03-24T23:45:55.779Z[ recovery-image] Mar 24 23:45:55.793 INFO O| Mar 24 23:45:55.793 INFO STEP 219 (remove_files) COMPLETE
54262026-03-24T23:45:55.779Z[ recovery-image] Mar 24 23:45:55.793 INFO O| Mar 24 23:45:55.793 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-03-24T23:45:55.784Z[ recovery-image] Mar 24 23:45:55.800 INFO O| Mar 24 23:45:55.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54282026-03-24T23:45:55.786Z[ recovery-image] Mar 24 23:45:55.800 INFO O| Mar 24 23:45:55.800 INFO STEP 220 (remove_files) COMPLETE
54292026-03-24T23:45:55.786Z[ recovery-image] Mar 24 23:45:55.800 INFO O| Mar 24 23:45:55.800 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-03-24T23:45:55.791Z[ recovery-image] Mar 24 23:45:55.808 INFO O| Mar 24 23:45:55.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54312026-03-24T23:45:55.794Z[ recovery-image] Mar 24 23:45:55.808 INFO O| Mar 24 23:45:55.808 INFO STEP 221 (remove_files) COMPLETE
54322026-03-24T23:45:55.794Z[ recovery-image] Mar 24 23:45:55.808 INFO O| Mar 24 23:45:55.808 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-03-24T23:45:55.799Z[ recovery-image] Mar 24 23:45:55.816 INFO O| Mar 24 23:45:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54342026-03-24T23:45:55.799Z[ recovery-image] Mar 24 23:45:55.816 INFO O| Mar 24 23:45:55.816 INFO STEP 222 (remove_files) COMPLETE
54352026-03-24T23:45:55.802Z[ recovery-image] Mar 24 23:45:55.816 INFO O| Mar 24 23:45:55.816 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-03-24T23:45:55.806Z[ recovery-image] Mar 24 23:45:55.823 INFO O| Mar 24 23:45:55.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54372026-03-24T23:45:55.806Z[ recovery-image] Mar 24 23:45:55.823 INFO O| Mar 24 23:45:55.823 INFO STEP 223 (remove_files) COMPLETE
54382026-03-24T23:45:55.806Z[ recovery-image] Mar 24 23:45:55.823 INFO O| Mar 24 23:45:55.823 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-03-24T23:45:55.813Z[ recovery-image] Mar 24 23:45:55.829 INFO O| Mar 24 23:45:55.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54402026-03-24T23:45:55.816Z[ recovery-image] Mar 24 23:45:55.829 INFO O| Mar 24 23:45:55.829 INFO STEP 224 (remove_files) COMPLETE
54412026-03-24T23:45:55.816Z[ recovery-image] Mar 24 23:45:55.829 INFO O| Mar 24 23:45:55.829 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-03-24T23:45:55.820Z[ recovery-image] Mar 24 23:45:55.837 INFO O| Mar 24 23:45:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54432026-03-24T23:45:55.820Z[ recovery-image] Mar 24 23:45:55.837 INFO O| Mar 24 23:45:55.837 INFO STEP 225 (remove_files) COMPLETE
54442026-03-24T23:45:55.823Z[ recovery-image] Mar 24 23:45:55.837 INFO O| Mar 24 23:45:55.837 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-03-24T23:45:55.828Z[ recovery-image] Mar 24 23:45:55.844 INFO O| Mar 24 23:45:55.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54462026-03-24T23:45:55.828Z[ recovery-image] Mar 24 23:45:55.844 INFO O| Mar 24 23:45:55.844 INFO STEP 226 (remove_files) COMPLETE
54472026-03-24T23:45:55.828Z[ recovery-image] Mar 24 23:45:55.844 INFO O| Mar 24 23:45:55.844 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-03-24T23:45:55.834Z[ recovery-image] Mar 24 23:45:55.851 INFO O| Mar 24 23:45:55.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54492026-03-24T23:45:55.834Z[ recovery-image] Mar 24 23:45:55.851 INFO O| Mar 24 23:45:55.851 INFO STEP 227 (remove_files) COMPLETE
54502026-03-24T23:45:55.837Z[ recovery-image] Mar 24 23:45:55.851 INFO O| Mar 24 23:45:55.851 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-03-24T23:45:55.841Z[ recovery-image] Mar 24 23:45:55.857 INFO O| Mar 24 23:45:55.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54522026-03-24T23:45:55.841Z[ recovery-image] Mar 24 23:45:55.858 INFO O| Mar 24 23:45:55.857 INFO STEP 228 (remove_files) COMPLETE
54532026-03-24T23:45:55.841Z[ recovery-image] Mar 24 23:45:55.858 INFO O| Mar 24 23:45:55.857 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-03-24T23:45:55.848Z[ recovery-image] Mar 24 23:45:55.864 INFO O| Mar 24 23:45:55.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54552026-03-24T23:45:55.848Z[ recovery-image] Mar 24 23:45:55.864 INFO O| Mar 24 23:45:55.864 INFO STEP 229 (remove_files) COMPLETE
54562026-03-24T23:45:55.851Z[ recovery-image] Mar 24 23:45:55.864 INFO O| Mar 24 23:45:55.864 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-03-24T23:45:55.855Z[ recovery-image] Mar 24 23:45:55.871 INFO O| Mar 24 23:45:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54582026-03-24T23:45:55.858Z[ recovery-image] Mar 24 23:45:55.871 INFO O| Mar 24 23:45:55.871 INFO STEP 230 (remove_files) COMPLETE
54592026-03-24T23:45:55.858Z[ recovery-image] Mar 24 23:45:55.871 INFO O| Mar 24 23:45:55.871 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-03-24T23:45:55.861Z[ recovery-image] Mar 24 23:45:55.878 INFO O| Mar 24 23:45:55.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54612026-03-24T23:45:55.864Z[ recovery-image] Mar 24 23:45:55.878 INFO O| Mar 24 23:45:55.878 INFO STEP 231 (remove_files) COMPLETE
54622026-03-24T23:45:55.864Z[ recovery-image] Mar 24 23:45:55.878 INFO O| Mar 24 23:45:55.878 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-03-24T23:45:55.868Z[ recovery-image] Mar 24 23:45:55.885 INFO O| Mar 24 23:45:55.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54642026-03-24T23:45:55.868Z[ recovery-image] Mar 24 23:45:55.885 INFO O| Mar 24 23:45:55.885 INFO STEP 232 (remove_files) COMPLETE
54652026-03-24T23:45:55.871Z[ recovery-image] Mar 24 23:45:55.885 INFO O| Mar 24 23:45:55.885 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-03-24T23:45:55.875Z[ recovery-image] Mar 24 23:45:55.892 INFO O| Mar 24 23:45:55.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54672026-03-24T23:45:55.875Z[ recovery-image] Mar 24 23:45:55.892 INFO O| Mar 24 23:45:55.892 INFO STEP 233 (remove_files) COMPLETE
54682026-03-24T23:45:55.875Z[ recovery-image] Mar 24 23:45:55.892 INFO O| Mar 24 23:45:55.892 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-03-24T23:45:55.882Z[ recovery-image] Mar 24 23:45:55.898 INFO O| Mar 24 23:45:55.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54702026-03-24T23:45:55.882Z[ recovery-image] Mar 24 23:45:55.898 INFO O| Mar 24 23:45:55.898 INFO STEP 234 (remove_files) COMPLETE
54712026-03-24T23:45:55.882Z[ recovery-image] Mar 24 23:45:55.898 INFO O| Mar 24 23:45:55.898 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-03-24T23:45:55.888Z[ recovery-image] Mar 24 23:45:55.905 INFO O| Mar 24 23:45:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54732026-03-24T23:45:55.889Z[ recovery-image] Mar 24 23:45:55.905 INFO O| Mar 24 23:45:55.905 INFO STEP 235 (remove_files) COMPLETE
54742026-03-24T23:45:55.891Z[ recovery-image] Mar 24 23:45:55.905 INFO O| Mar 24 23:45:55.905 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-03-24T23:45:55.896Z[ recovery-image] Mar 24 23:45:55.912 INFO O| Mar 24 23:45:55.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54762026-03-24T23:45:55.898Z[ recovery-image] Mar 24 23:45:55.912 INFO O| Mar 24 23:45:55.912 INFO STEP 236 (remove_files) COMPLETE
54772026-03-24T23:45:55.898Z[ recovery-image] Mar 24 23:45:55.912 INFO O| Mar 24 23:45:55.912 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-03-24T23:45:55.902Z[ recovery-image] Mar 24 23:45:55.919 INFO O| Mar 24 23:45:55.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54792026-03-24T23:45:55.905Z[ recovery-image] Mar 24 23:45:55.919 INFO O| Mar 24 23:45:55.919 INFO STEP 237 (remove_files) COMPLETE
54802026-03-24T23:45:55.905Z[ recovery-image] Mar 24 23:45:55.919 INFO O| Mar 24 23:45:55.919 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-03-24T23:45:55.910Z[ recovery-image] Mar 24 23:45:55.926 INFO O| Mar 24 23:45:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54822026-03-24T23:45:55.910Z[ recovery-image] Mar 24 23:45:55.926 INFO O| Mar 24 23:45:55.926 INFO STEP 238 (remove_files) COMPLETE
54832026-03-24T23:45:55.910Z[ recovery-image] Mar 24 23:45:55.926 INFO O| Mar 24 23:45:55.926 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-03-24T23:45:55.916Z[ recovery-image] Mar 24 23:45:55.933 INFO O| Mar 24 23:45:55.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54852026-03-24T23:45:55.919Z[ recovery-image] Mar 24 23:45:55.933 INFO O| Mar 24 23:45:55.933 INFO STEP 239 (remove_files) COMPLETE
54862026-03-24T23:45:55.919Z[ recovery-image] Mar 24 23:45:55.933 INFO O| Mar 24 23:45:55.933 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-03-24T23:45:55.926Z[ recovery-image] Mar 24 23:45:55.942 INFO O| Mar 24 23:45:55.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54882026-03-24T23:45:55.926Z[ recovery-image] Mar 24 23:45:55.942 INFO O| Mar 24 23:45:55.942 INFO STEP 240 (remove_files) COMPLETE
54892026-03-24T23:45:55.930Z[ recovery-image] Mar 24 23:45:55.942 INFO O| Mar 24 23:45:55.942 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-03-24T23:45:55.933Z[ recovery-image] Mar 24 23:45:55.950 INFO O| Mar 24 23:45:55.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54912026-03-24T23:45:55.934Z[ recovery-image] Mar 24 23:45:55.950 INFO O| Mar 24 23:45:55.950 INFO STEP 241 (remove_files) COMPLETE
54922026-03-24T23:45:55.936Z[ recovery-image] Mar 24 23:45:55.950 INFO O| Mar 24 23:45:55.950 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-03-24T23:45:55.941Z[ recovery-image] Mar 24 23:45:55.957 INFO O| Mar 24 23:45:55.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54942026-03-24T23:45:55.943Z[ recovery-image] Mar 24 23:45:55.957 INFO O| Mar 24 23:45:55.957 INFO STEP 242 (remove_files) COMPLETE
54952026-03-24T23:45:55.943Z[ recovery-image] Mar 24 23:45:55.957 INFO O| Mar 24 23:45:55.957 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-03-24T23:45:55.949Z[ recovery-image] Mar 24 23:45:55.965 INFO O| Mar 24 23:45:55.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54972026-03-24T23:45:55.952Z[ recovery-image] Mar 24 23:45:55.965 INFO O| Mar 24 23:45:55.965 INFO STEP 243 (remove_files) COMPLETE
54982026-03-24T23:45:55.952Z[ recovery-image] Mar 24 23:45:55.965 INFO O| Mar 24 23:45:55.965 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-03-24T23:45:55.956Z[ recovery-image] Mar 24 23:45:55.973 INFO O| Mar 24 23:45:55.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55002026-03-24T23:45:55.956Z[ recovery-image] Mar 24 23:45:55.973 INFO O| Mar 24 23:45:55.973 INFO STEP 244 (remove_files) COMPLETE
55012026-03-24T23:45:55.959Z[ recovery-image] Mar 24 23:45:55.973 INFO O| Mar 24 23:45:55.973 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-03-24T23:45:55.964Z[ recovery-image] Mar 24 23:45:55.981 INFO O| Mar 24 23:45:55.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55032026-03-24T23:45:55.964Z[ recovery-image] Mar 24 23:45:55.981 INFO O| Mar 24 23:45:55.981 INFO STEP 245 (remove_files) COMPLETE
55042026-03-24T23:45:55.964Z[ recovery-image] Mar 24 23:45:55.981 INFO O| Mar 24 23:45:55.981 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-03-24T23:45:55.971Z[ recovery-image] Mar 24 23:45:55.987 INFO O| Mar 24 23:45:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55062026-03-24T23:45:55.971Z[ recovery-image] Mar 24 23:45:55.988 INFO O| Mar 24 23:45:55.988 INFO STEP 246 (remove_files) COMPLETE
55072026-03-24T23:45:55.974Z[ recovery-image] Mar 24 23:45:55.988 INFO O| Mar 24 23:45:55.988 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-03-24T23:45:55.979Z[ recovery-image] Mar 24 23:45:55.996 INFO O| Mar 24 23:45:55.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55092026-03-24T23:45:55.982Z[ recovery-image] Mar 24 23:45:55.996 INFO O| Mar 24 23:45:55.996 INFO STEP 247 (remove_files) COMPLETE
55102026-03-24T23:45:55.982Z[ recovery-image] Mar 24 23:45:55.996 INFO O| Mar 24 23:45:55.996 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-03-24T23:45:55.987Z[ recovery-image] Mar 24 23:45:56.003 INFO O| Mar 24 23:45:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55122026-03-24T23:45:55.987Z[ recovery-image] Mar 24 23:45:56.003 INFO O| Mar 24 23:45:56.003 INFO STEP 248 (remove_files) COMPLETE
55132026-03-24T23:45:55.990Z[ recovery-image] Mar 24 23:45:56.003 INFO O| Mar 24 23:45:56.003 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-03-24T23:45:55.994Z[ recovery-image] Mar 24 23:45:56.011 INFO O| Mar 24 23:45:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55152026-03-24T23:45:55.997Z[ recovery-image] Mar 24 23:45:56.011 INFO O| Mar 24 23:45:56.011 INFO STEP 249 (remove_files) COMPLETE
55162026-03-24T23:45:55.997Z[ recovery-image] Mar 24 23:45:56.011 INFO O| Mar 24 23:45:56.011 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-03-24T23:45:56.002Z[ recovery-image] Mar 24 23:45:56.018 INFO O| Mar 24 23:45:56.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55182026-03-24T23:45:56.002Z[ recovery-image] Mar 24 23:45:56.019 INFO O| Mar 24 23:45:56.019 INFO STEP 250 (remove_files) COMPLETE
55192026-03-24T23:45:56.005Z[ recovery-image] Mar 24 23:45:56.019 INFO O| Mar 24 23:45:56.019 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-03-24T23:45:56.009Z[ recovery-image] Mar 24 23:45:56.025 INFO O| Mar 24 23:45:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55212026-03-24T23:45:56.012Z[ recovery-image] Mar 24 23:45:56.025 INFO O| Mar 24 23:45:56.025 INFO STEP 251 (remove_files) COMPLETE
55222026-03-24T23:45:56.012Z[ recovery-image] Mar 24 23:45:56.025 INFO O| Mar 24 23:45:56.025 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-03-24T23:45:56.016Z[ recovery-image] Mar 24 23:45:56.032 INFO O| Mar 24 23:45:56.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55242026-03-24T23:45:56.018Z[ recovery-image] Mar 24 23:45:56.032 INFO O| Mar 24 23:45:56.032 INFO STEP 252 (remove_files) COMPLETE
55252026-03-24T23:45:56.018Z[ recovery-image] Mar 24 23:45:56.032 INFO O| Mar 24 23:45:56.032 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-03-24T23:45:56.024Z[ recovery-image] Mar 24 23:45:56.040 INFO O| Mar 24 23:45:56.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55272026-03-24T23:45:56.027Z[ recovery-image] Mar 24 23:45:56.040 INFO O| Mar 24 23:45:56.040 INFO STEP 253 (remove_files) COMPLETE
55282026-03-24T23:45:56.027Z[ recovery-image] Mar 24 23:45:56.041 INFO O| Mar 24 23:45:56.040 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-03-24T23:45:56.031Z[ recovery-image] Mar 24 23:45:56.047 INFO O| Mar 24 23:45:56.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55302026-03-24T23:45:56.031Z[ recovery-image] Mar 24 23:45:56.047 INFO O| Mar 24 23:45:56.047 INFO STEP 254 (remove_files) COMPLETE
55312026-03-24T23:45:56.034Z[ recovery-image] Mar 24 23:45:56.047 INFO O| Mar 24 23:45:56.047 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-03-24T23:45:56.037Z[ recovery-image] Mar 24 23:45:56.054 INFO O| Mar 24 23:45:56.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55332026-03-24T23:45:56.040Z[ recovery-image] Mar 24 23:45:56.054 INFO O| Mar 24 23:45:56.054 INFO STEP 255 (remove_files) COMPLETE
55342026-03-24T23:45:56.040Z[ recovery-image] Mar 24 23:45:56.054 INFO O| Mar 24 23:45:56.054 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-03-24T23:45:56.045Z[ recovery-image] Mar 24 23:45:56.062 INFO O| Mar 24 23:45:56.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55362026-03-24T23:45:56.048Z[ recovery-image] Mar 24 23:45:56.063 INFO O| Mar 24 23:45:56.063 INFO STEP 256 (remove_files) COMPLETE
55372026-03-24T23:45:56.048Z[ recovery-image] Mar 24 23:45:56.063 INFO O| Mar 24 23:45:56.063 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-03-24T23:45:56.054Z[ recovery-image] Mar 24 23:45:56.070 INFO O| Mar 24 23:45:56.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55392026-03-24T23:45:56.059Z[ recovery-image] Mar 24 23:45:56.071 INFO O| Mar 24 23:45:56.070 INFO STEP 257 (remove_files) COMPLETE
55402026-03-24T23:45:56.059Z[ recovery-image] Mar 24 23:45:56.071 INFO O| Mar 24 23:45:56.070 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-03-24T23:45:56.061Z[ recovery-image] Mar 24 23:45:56.077 INFO O| Mar 24 23:45:56.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55422026-03-24T23:45:56.061Z[ recovery-image] Mar 24 23:45:56.077 INFO O| Mar 24 23:45:56.077 INFO STEP 258 (remove_files) COMPLETE
55432026-03-24T23:45:56.061Z[ recovery-image] Mar 24 23:45:56.077 INFO O| Mar 24 23:45:56.077 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-03-24T23:45:56.068Z[ recovery-image] Mar 24 23:45:56.084 INFO O| Mar 24 23:45:56.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55452026-03-24T23:45:56.068Z[ recovery-image] Mar 24 23:45:56.084 INFO O| Mar 24 23:45:56.084 INFO STEP 259 (remove_files) COMPLETE
55462026-03-24T23:45:56.068Z[ recovery-image] Mar 24 23:45:56.084 INFO O| Mar 24 23:45:56.084 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-03-24T23:45:56.075Z[ recovery-image] Mar 24 23:45:56.091 INFO O| Mar 24 23:45:56.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55482026-03-24T23:45:56.075Z[ recovery-image] Mar 24 23:45:56.091 INFO O| Mar 24 23:45:56.091 INFO STEP 260 (remove_files) COMPLETE
55492026-03-24T23:45:56.075Z[ recovery-image] Mar 24 23:45:56.091 INFO O| Mar 24 23:45:56.091 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-03-24T23:45:56.083Z[ recovery-image] Mar 24 23:45:56.099 INFO O| Mar 24 23:45:56.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55512026-03-24T23:45:56.086Z[ recovery-image] Mar 24 23:45:56.099 INFO O| Mar 24 23:45:56.099 INFO STEP 261 (remove_files) COMPLETE
55522026-03-24T23:45:56.086Z[ recovery-image] Mar 24 23:45:56.099 INFO O| Mar 24 23:45:56.099 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-03-24T23:45:56.091Z[ recovery-image] Mar 24 23:45:56.107 INFO O| Mar 24 23:45:56.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55542026-03-24T23:45:56.091Z[ recovery-image] Mar 24 23:45:56.107 INFO O| Mar 24 23:45:56.107 INFO STEP 262 (remove_files) COMPLETE
55552026-03-24T23:45:56.094Z[ recovery-image] Mar 24 23:45:56.107 INFO O| Mar 24 23:45:56.107 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-03-24T23:45:56.097Z[ recovery-image] Mar 24 23:45:56.114 INFO O| Mar 24 23:45:56.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55572026-03-24T23:45:56.100Z[ recovery-image] Mar 24 23:45:56.115 INFO O| Mar 24 23:45:56.114 INFO STEP 263 (remove_files) COMPLETE
55582026-03-24T23:45:56.100Z[ recovery-image] Mar 24 23:45:56.115 INFO O| Mar 24 23:45:56.115 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-03-24T23:45:56.106Z[ recovery-image] Mar 24 23:45:56.122 INFO O| Mar 24 23:45:56.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55602026-03-24T23:45:56.106Z[ recovery-image] Mar 24 23:45:56.122 INFO O| Mar 24 23:45:56.122 INFO STEP 264 (remove_files) COMPLETE
55612026-03-24T23:45:56.109Z[ recovery-image] Mar 24 23:45:56.122 INFO O| Mar 24 23:45:56.122 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-03-24T23:45:56.113Z[ recovery-image] Mar 24 23:45:56.129 INFO O| Mar 24 23:45:56.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55632026-03-24T23:45:56.116Z[ recovery-image] Mar 24 23:45:56.130 INFO O| Mar 24 23:45:56.130 INFO STEP 265 (remove_files) COMPLETE
55642026-03-24T23:45:56.116Z[ recovery-image] Mar 24 23:45:56.130 INFO O| Mar 24 23:45:56.130 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-03-24T23:45:56.120Z[ recovery-image] Mar 24 23:45:56.137 INFO O| Mar 24 23:45:56.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55662026-03-24T23:45:56.123Z[ recovery-image] Mar 24 23:45:56.137 INFO O| Mar 24 23:45:56.137 INFO STEP 266 (remove_files) COMPLETE
55672026-03-24T23:45:56.123Z[ recovery-image] Mar 24 23:45:56.137 INFO O| Mar 24 23:45:56.137 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-03-24T23:45:56.127Z[ recovery-image] Mar 24 23:45:56.144 INFO O| Mar 24 23:45:56.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55692026-03-24T23:45:56.127Z[ recovery-image] Mar 24 23:45:56.144 INFO O| Mar 24 23:45:56.144 INFO STEP 267 (remove_files) COMPLETE
55702026-03-24T23:45:56.130Z[ recovery-image] Mar 24 23:45:56.144 INFO O| Mar 24 23:45:56.144 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-03-24T23:45:56.136Z[ recovery-image] Mar 24 23:45:56.152 INFO O| Mar 24 23:45:56.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55722026-03-24T23:45:56.138Z[ recovery-image] Mar 24 23:45:56.153 INFO O| Mar 24 23:45:56.153 INFO STEP 268 (remove_files) COMPLETE
55732026-03-24T23:45:56.138Z[ recovery-image] Mar 24 23:45:56.153 INFO O| Mar 24 23:45:56.153 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-03-24T23:45:56.144Z[ recovery-image] Mar 24 23:45:56.160 INFO O| Mar 24 23:45:56.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55752026-03-24T23:45:56.144Z[ recovery-image] Mar 24 23:45:56.160 INFO O| Mar 24 23:45:56.160 INFO STEP 269 (remove_files) COMPLETE
55762026-03-24T23:45:56.146Z[ recovery-image] Mar 24 23:45:56.160 INFO O| Mar 24 23:45:56.160 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-03-24T23:45:56.151Z[ recovery-image] Mar 24 23:45:56.167 INFO O| Mar 24 23:45:56.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55782026-03-24T23:45:56.153Z[ recovery-image] Mar 24 23:45:56.167 INFO O| Mar 24 23:45:56.167 INFO STEP 270 (remove_files) COMPLETE
55792026-03-24T23:45:56.153Z[ recovery-image] Mar 24 23:45:56.167 INFO O| Mar 24 23:45:56.167 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-03-24T23:45:56.158Z[ recovery-image] Mar 24 23:45:56.174 INFO O| Mar 24 23:45:56.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55812026-03-24T23:45:56.160Z[ recovery-image] Mar 24 23:45:56.174 INFO O| Mar 24 23:45:56.174 INFO STEP 271 (remove_files) COMPLETE
55822026-03-24T23:45:56.161Z[ recovery-image] Mar 24 23:45:56.174 INFO O| Mar 24 23:45:56.174 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-03-24T23:45:56.168Z[ recovery-image] Mar 24 23:45:56.183 INFO O| Mar 24 23:45:56.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55842026-03-24T23:45:56.170Z[ recovery-image] Mar 24 23:45:56.183 INFO O| Mar 24 23:45:56.183 INFO STEP 272 (remove_files) COMPLETE
55852026-03-24T23:45:56.170Z[ recovery-image] Mar 24 23:45:56.183 INFO O| Mar 24 23:45:56.183 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-03-24T23:45:56.174Z[ recovery-image] Mar 24 23:45:56.191 INFO O| Mar 24 23:45:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55872026-03-24T23:45:56.174Z[ recovery-image] Mar 24 23:45:56.191 INFO O| Mar 24 23:45:56.191 INFO STEP 273 (remove_files) COMPLETE
55882026-03-24T23:45:56.177Z[ recovery-image] Mar 24 23:45:56.191 INFO O| Mar 24 23:45:56.191 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-03-24T23:45:56.181Z[ recovery-image] Mar 24 23:45:56.198 INFO O| Mar 24 23:45:56.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55902026-03-24T23:45:56.184Z[ recovery-image] Mar 24 23:45:56.198 INFO O| Mar 24 23:45:56.198 INFO STEP 274 (remove_files) COMPLETE
55912026-03-24T23:45:56.184Z[ recovery-image] Mar 24 23:45:56.198 INFO O| Mar 24 23:45:56.198 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-03-24T23:45:56.188Z[ recovery-image] Mar 24 23:45:56.205 INFO O| Mar 24 23:45:56.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55932026-03-24T23:45:56.191Z[ recovery-image] Mar 24 23:45:56.205 INFO O| Mar 24 23:45:56.205 INFO STEP 275 (remove_files) COMPLETE
55942026-03-24T23:45:56.191Z[ recovery-image] Mar 24 23:45:56.205 INFO O| Mar 24 23:45:56.205 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-03-24T23:45:56.197Z[ recovery-image] Mar 24 23:45:56.213 INFO O| Mar 24 23:45:56.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55962026-03-24T23:45:56.199Z[ recovery-image] Mar 24 23:45:56.213 INFO O| Mar 24 23:45:56.213 INFO STEP 276 (remove_files) COMPLETE
55972026-03-24T23:45:56.199Z[ recovery-image] Mar 24 23:45:56.213 INFO O| Mar 24 23:45:56.213 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-03-24T23:45:56.203Z[ recovery-image] Mar 24 23:45:56.220 INFO O| Mar 24 23:45:56.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55992026-03-24T23:45:56.203Z[ recovery-image] Mar 24 23:45:56.220 INFO O| Mar 24 23:45:56.220 INFO STEP 277 (remove_files) COMPLETE
56002026-03-24T23:45:56.206Z[ recovery-image] Mar 24 23:45:56.220 INFO O| Mar 24 23:45:56.220 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-03-24T23:45:56.210Z[ recovery-image] Mar 24 23:45:56.227 INFO O| Mar 24 23:45:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56022026-03-24T23:45:56.210Z[ recovery-image] Mar 24 23:45:56.227 INFO O| Mar 24 23:45:56.227 INFO STEP 278 (remove_files) COMPLETE
56032026-03-24T23:45:56.213Z[ recovery-image] Mar 24 23:45:56.227 INFO O| Mar 24 23:45:56.227 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-03-24T23:45:56.217Z[ recovery-image] Mar 24 23:45:56.234 INFO O| Mar 24 23:45:56.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56052026-03-24T23:45:56.217Z[ recovery-image] Mar 24 23:45:56.234 INFO O| Mar 24 23:45:56.234 INFO STEP 279 (remove_files) COMPLETE
56062026-03-24T23:45:56.220Z[ recovery-image] Mar 24 23:45:56.234 INFO O| Mar 24 23:45:56.234 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-03-24T23:45:56.224Z[ recovery-image] Mar 24 23:45:56.241 INFO O| Mar 24 23:45:56.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56082026-03-24T23:45:56.227Z[ recovery-image] Mar 24 23:45:56.241 INFO O| Mar 24 23:45:56.241 INFO STEP 280 (remove_files) COMPLETE
56092026-03-24T23:45:56.227Z[ recovery-image] Mar 24 23:45:56.241 INFO O| Mar 24 23:45:56.241 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-03-24T23:45:56.232Z[ recovery-image] Mar 24 23:45:56.248 INFO O| Mar 24 23:45:56.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56112026-03-24T23:45:56.234Z[ recovery-image] Mar 24 23:45:56.249 INFO O| Mar 24 23:45:56.249 INFO STEP 281 (remove_files) COMPLETE
56122026-03-24T23:45:56.235Z[ recovery-image] Mar 24 23:45:56.249 INFO O| Mar 24 23:45:56.249 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-03-24T23:45:56.240Z[ recovery-image] Mar 24 23:45:56.256 INFO O| Mar 24 23:45:56.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56142026-03-24T23:45:56.242Z[ recovery-image] Mar 24 23:45:56.256 INFO O| Mar 24 23:45:56.256 INFO STEP 282 (remove_files) COMPLETE
56152026-03-24T23:45:56.242Z[ recovery-image] Mar 24 23:45:56.256 INFO O| Mar 24 23:45:56.256 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-03-24T23:45:56.249Z[ recovery-image] Mar 24 23:45:56.265 INFO O| Mar 24 23:45:56.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56172026-03-24T23:45:56.251Z[ recovery-image] Mar 24 23:45:56.265 INFO O| Mar 24 23:45:56.265 INFO STEP 283 (remove_files) COMPLETE
56182026-03-24T23:45:56.251Z[ recovery-image] Mar 24 23:45:56.265 INFO O| Mar 24 23:45:56.265 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-03-24T23:45:56.257Z[ recovery-image] Mar 24 23:45:56.274 INFO O| Mar 24 23:45:56.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56202026-03-24T23:45:56.260Z[ recovery-image] Mar 24 23:45:56.274 INFO O| Mar 24 23:45:56.274 INFO STEP 284 (remove_files) COMPLETE
56212026-03-24T23:45:56.260Z[ recovery-image] Mar 24 23:45:56.274 INFO O| Mar 24 23:45:56.274 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-03-24T23:45:56.265Z[ recovery-image] Mar 24 23:45:56.282 INFO O| Mar 24 23:45:56.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56232026-03-24T23:45:56.268Z[ recovery-image] Mar 24 23:45:56.282 INFO O| Mar 24 23:45:56.282 INFO STEP 285 (remove_files) COMPLETE
56242026-03-24T23:45:56.268Z[ recovery-image] Mar 24 23:45:56.282 INFO O| Mar 24 23:45:56.282 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-03-24T23:45:56.272Z[ recovery-image] Mar 24 23:45:56.288 INFO O| Mar 24 23:45:56.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56262026-03-24T23:45:56.274Z[ recovery-image] Mar 24 23:45:56.288 INFO O| Mar 24 23:45:56.288 INFO STEP 286 (remove_files) COMPLETE
56272026-03-24T23:45:56.275Z[ recovery-image] Mar 24 23:45:56.288 INFO O| Mar 24 23:45:56.288 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-03-24T23:45:56.280Z[ recovery-image] Mar 24 23:45:56.297 INFO O| Mar 24 23:45:56.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56292026-03-24T23:45:56.280Z[ recovery-image] Mar 24 23:45:56.297 INFO O| Mar 24 23:45:56.297 INFO STEP 287 (remove_files) COMPLETE
56302026-03-24T23:45:56.283Z[ recovery-image] Mar 24 23:45:56.297 INFO O| Mar 24 23:45:56.297 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-03-24T23:45:56.288Z[ recovery-image] Mar 24 23:45:56.305 INFO O| Mar 24 23:45:56.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56322026-03-24T23:45:56.288Z[ recovery-image] Mar 24 23:45:56.305 INFO O| Mar 24 23:45:56.305 INFO STEP 288 (remove_files) COMPLETE
56332026-03-24T23:45:56.290Z[ recovery-image] Mar 24 23:45:56.305 INFO O| Mar 24 23:45:56.305 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-03-24T23:45:56.296Z[ recovery-image] Mar 24 23:45:56.313 INFO O| Mar 24 23:45:56.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56352026-03-24T23:45:56.296Z[ recovery-image] Mar 24 23:45:56.313 INFO O| Mar 24 23:45:56.313 INFO STEP 289 (remove_files) COMPLETE
56362026-03-24T23:45:56.298Z[ recovery-image] Mar 24 23:45:56.313 INFO O| Mar 24 23:45:56.313 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-03-24T23:45:56.304Z[ recovery-image] Mar 24 23:45:56.321 INFO O| Mar 24 23:45:56.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56382026-03-24T23:45:56.307Z[ recovery-image] Mar 24 23:45:56.321 INFO O| Mar 24 23:45:56.321 INFO STEP 290 (remove_files) COMPLETE
56392026-03-24T23:45:56.307Z[ recovery-image] Mar 24 23:45:56.321 INFO O| Mar 24 23:45:56.321 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-03-24T23:45:56.312Z[ recovery-image] Mar 24 23:45:56.329 INFO O| Mar 24 23:45:56.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56412026-03-24T23:45:56.314Z[ recovery-image] Mar 24 23:45:56.330 INFO O| Mar 24 23:45:56.330 INFO STEP 291 (remove_files) COMPLETE
56422026-03-24T23:45:56.315Z[ recovery-image] Mar 24 23:45:56.330 INFO O| Mar 24 23:45:56.330 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-03-24T23:45:56.321Z[ recovery-image] Mar 24 23:45:56.337 INFO O| Mar 24 23:45:56.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56442026-03-24T23:45:56.324Z[ recovery-image] Mar 24 23:45:56.337 INFO O| Mar 24 23:45:56.337 INFO STEP 292 (remove_files) COMPLETE
56452026-03-24T23:45:56.324Z[ recovery-image] Mar 24 23:45:56.337 INFO O| Mar 24 23:45:56.337 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-03-24T23:45:56.328Z[ recovery-image] Mar 24 23:45:56.344 INFO O| Mar 24 23:45:56.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56472026-03-24T23:45:56.328Z[ recovery-image] Mar 24 23:45:56.344 INFO O| Mar 24 23:45:56.344 INFO STEP 293 (remove_files) COMPLETE
56482026-03-24T23:45:56.330Z[ recovery-image] Mar 24 23:45:56.344 INFO O| Mar 24 23:45:56.344 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-03-24T23:45:56.334Z[ recovery-image] Mar 24 23:45:56.351 INFO O| Mar 24 23:45:56.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56502026-03-24T23:45:56.334Z[ recovery-image] Mar 24 23:45:56.351 INFO O| Mar 24 23:45:56.351 INFO STEP 294 (remove_files) COMPLETE
56512026-03-24T23:45:56.337Z[ recovery-image] Mar 24 23:45:56.351 INFO O| Mar 24 23:45:56.351 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-03-24T23:45:56.342Z[ recovery-image] Mar 24 23:45:56.359 INFO O| Mar 24 23:45:56.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56532026-03-24T23:45:56.345Z[ recovery-image] Mar 24 23:45:56.359 INFO O| Mar 24 23:45:56.359 INFO STEP 295 (remove_files) COMPLETE
56542026-03-24T23:45:56.345Z[ recovery-image] Mar 24 23:45:56.359 INFO O| Mar 24 23:45:56.359 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-03-24T23:45:56.350Z[ recovery-image] Mar 24 23:45:56.366 INFO O| Mar 24 23:45:56.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56562026-03-24T23:45:56.350Z[ recovery-image] Mar 24 23:45:56.367 INFO O| Mar 24 23:45:56.367 INFO STEP 296 (remove_files) COMPLETE
56572026-03-24T23:45:56.352Z[ recovery-image] Mar 24 23:45:56.367 INFO O| Mar 24 23:45:56.367 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-03-24T23:45:56.357Z[ recovery-image] Mar 24 23:45:56.374 INFO O| Mar 24 23:45:56.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56592026-03-24T23:45:56.357Z[ recovery-image] Mar 24 23:45:56.374 INFO O| Mar 24 23:45:56.374 INFO STEP 297 (remove_files) COMPLETE
56602026-03-24T23:45:56.360Z[ recovery-image] Mar 24 23:45:56.374 INFO O| Mar 24 23:45:56.374 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-03-24T23:45:56.365Z[ recovery-image] Mar 24 23:45:56.382 INFO O| Mar 24 23:45:56.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56622026-03-24T23:45:56.368Z[ recovery-image] Mar 24 23:45:56.382 INFO O| Mar 24 23:45:56.382 INFO STEP 298 (remove_files) COMPLETE
56632026-03-24T23:45:56.368Z[ recovery-image] Mar 24 23:45:56.382 INFO O| Mar 24 23:45:56.382 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-03-24T23:45:56.372Z[ recovery-image] Mar 24 23:45:56.389 INFO O| Mar 24 23:45:56.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56652026-03-24T23:45:56.372Z[ recovery-image] Mar 24 23:45:56.389 INFO O| Mar 24 23:45:56.389 INFO STEP 299 (remove_files) COMPLETE
56662026-03-24T23:45:56.375Z[ recovery-image] Mar 24 23:45:56.389 INFO O| Mar 24 23:45:56.389 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-03-24T23:45:56.380Z[ recovery-image] Mar 24 23:45:56.397 INFO O| Mar 24 23:45:56.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56682026-03-24T23:45:56.383Z[ recovery-image] Mar 24 23:45:56.397 INFO O| Mar 24 23:45:56.397 INFO STEP 300 (remove_files) COMPLETE
56692026-03-24T23:45:56.383Z[ recovery-image] Mar 24 23:45:56.397 INFO O| Mar 24 23:45:56.397 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-03-24T23:45:56.388Z[ recovery-image] Mar 24 23:45:56.405 INFO O| Mar 24 23:45:56.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56712026-03-24T23:45:56.391Z[ recovery-image] Mar 24 23:45:56.405 INFO O| Mar 24 23:45:56.405 INFO STEP 301 (remove_files) COMPLETE
56722026-03-24T23:45:56.391Z[ recovery-image] Mar 24 23:45:56.405 INFO O| Mar 24 23:45:56.405 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-03-24T23:45:56.396Z[ recovery-image] Mar 24 23:45:56.413 INFO O| Mar 24 23:45:56.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56742026-03-24T23:45:56.396Z[ recovery-image] Mar 24 23:45:56.413 INFO O| Mar 24 23:45:56.413 INFO STEP 302 (remove_files) COMPLETE
56752026-03-24T23:45:56.399Z[ recovery-image] Mar 24 23:45:56.413 INFO O| Mar 24 23:45:56.413 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-03-24T23:45:56.404Z[ recovery-image] Mar 24 23:45:56.420 INFO O| Mar 24 23:45:56.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56772026-03-24T23:45:56.406Z[ recovery-image] Mar 24 23:45:56.420 INFO O| Mar 24 23:45:56.420 INFO STEP 303 (remove_files) COMPLETE
56782026-03-24T23:45:56.406Z[ recovery-image] Mar 24 23:45:56.420 INFO O| Mar 24 23:45:56.420 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-03-24T23:45:56.410Z[ recovery-image] Mar 24 23:45:56.427 INFO O| Mar 24 23:45:56.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56802026-03-24T23:45:56.410Z[ recovery-image] Mar 24 23:45:56.427 INFO O| Mar 24 23:45:56.427 INFO STEP 304 (remove_files) COMPLETE
56812026-03-24T23:45:56.413Z[ recovery-image] Mar 24 23:45:56.427 INFO O| Mar 24 23:45:56.427 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-03-24T23:45:56.418Z[ recovery-image] Mar 24 23:45:56.435 INFO O| Mar 24 23:45:56.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56832026-03-24T23:45:56.418Z[ recovery-image] Mar 24 23:45:56.435 INFO O| Mar 24 23:45:56.435 INFO STEP 305 (remove_files) COMPLETE
56842026-03-24T23:45:56.421Z[ recovery-image] Mar 24 23:45:56.435 INFO O| Mar 24 23:45:56.435 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-24T23:45:56.426Z[ recovery-image] Mar 24 23:45:56.442 INFO O| Mar 24 23:45:56.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56862026-03-24T23:45:56.429Z[ recovery-image] Mar 24 23:45:56.442 INFO O| Mar 24 23:45:56.442 INFO STEP 306 (remove_files) COMPLETE
56872026-03-24T23:45:56.429Z[ recovery-image] Mar 24 23:45:56.442 INFO O| Mar 24 23:45:56.442 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-24T23:45:56.433Z[ recovery-image] Mar 24 23:45:56.449 INFO O| Mar 24 23:45:56.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56892026-03-24T23:45:56.433Z[ recovery-image] Mar 24 23:45:56.449 INFO O| Mar 24 23:45:56.449 INFO STEP 307 (remove_files) COMPLETE
56902026-03-24T23:45:56.436Z[ recovery-image] Mar 24 23:45:56.449 INFO O| Mar 24 23:45:56.449 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-24T23:45:56.441Z[ recovery-image] Mar 24 23:45:56.457 INFO O| Mar 24 23:45:56.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56922026-03-24T23:45:56.441Z[ recovery-image] Mar 24 23:45:56.457 INFO O| Mar 24 23:45:56.457 INFO STEP 308 (remove_files) COMPLETE
56932026-03-24T23:45:56.441Z[ recovery-image] Mar 24 23:45:56.457 INFO O| Mar 24 23:45:56.457 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-24T23:45:56.448Z[ recovery-image] Mar 24 23:45:56.464 INFO O| Mar 24 23:45:56.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56952026-03-24T23:45:56.448Z[ recovery-image] Mar 24 23:45:56.464 INFO O| Mar 24 23:45:56.464 INFO STEP 309 (remove_files) COMPLETE
56962026-03-24T23:45:56.451Z[ recovery-image] Mar 24 23:45:56.464 INFO O| Mar 24 23:45:56.464 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-24T23:45:56.455Z[ recovery-image] Mar 24 23:45:56.472 INFO O| Mar 24 23:45:56.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56982026-03-24T23:45:56.455Z[ recovery-image] Mar 24 23:45:56.472 INFO O| Mar 24 23:45:56.472 INFO STEP 310 (remove_files) COMPLETE
56992026-03-24T23:45:56.458Z[ recovery-image] Mar 24 23:45:56.472 INFO O| Mar 24 23:45:56.472 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-24T23:45:56.462Z[ recovery-image] Mar 24 23:45:56.479 INFO O| Mar 24 23:45:56.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57012026-03-24T23:45:56.462Z[ recovery-image] Mar 24 23:45:56.479 INFO O| Mar 24 23:45:56.479 INFO STEP 311 (remove_files) COMPLETE
57022026-03-24T23:45:56.465Z[ recovery-image] Mar 24 23:45:56.479 INFO O| Mar 24 23:45:56.479 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-24T23:45:56.470Z[ recovery-image] Mar 24 23:45:56.487 INFO O| Mar 24 23:45:56.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57042026-03-24T23:45:56.473Z[ recovery-image] Mar 24 23:45:56.487 INFO O| Mar 24 23:45:56.487 INFO STEP 312 (remove_files) COMPLETE
57052026-03-24T23:45:56.473Z[ recovery-image] Mar 24 23:45:56.487 INFO O| Mar 24 23:45:56.487 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-24T23:45:56.478Z[ recovery-image] Mar 24 23:45:56.495 INFO O| Mar 24 23:45:56.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57072026-03-24T23:45:56.478Z[ recovery-image] Mar 24 23:45:56.495 INFO O| Mar 24 23:45:56.495 INFO STEP 313 (remove_files) COMPLETE
57082026-03-24T23:45:56.481Z[ recovery-image] Mar 24 23:45:56.495 INFO O| Mar 24 23:45:56.495 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-24T23:45:56.486Z[ recovery-image] Mar 24 23:45:56.503 INFO O| Mar 24 23:45:56.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57102026-03-24T23:45:56.489Z[ recovery-image] Mar 24 23:45:56.503 INFO O| Mar 24 23:45:56.503 INFO STEP 314 (remove_files) COMPLETE
57112026-03-24T23:45:56.489Z[ recovery-image] Mar 24 23:45:56.503 INFO O| Mar 24 23:45:56.503 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-24T23:45:56.494Z[ recovery-image] Mar 24 23:45:56.510 INFO O| Mar 24 23:45:56.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57132026-03-24T23:45:56.494Z[ recovery-image] Mar 24 23:45:56.511 INFO O| Mar 24 23:45:56.511 INFO STEP 315 (remove_files) COMPLETE
57142026-03-24T23:45:56.497Z[ recovery-image] Mar 24 23:45:56.511 INFO O| Mar 24 23:45:56.511 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-03-24T23:45:56.502Z[ recovery-image] Mar 24 23:45:56.519 INFO O| Mar 24 23:45:56.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57162026-03-24T23:45:56.505Z[ recovery-image] Mar 24 23:45:56.519 INFO O| Mar 24 23:45:56.519 INFO STEP 316 (remove_files) COMPLETE
57172026-03-24T23:45:56.505Z[ recovery-image] Mar 24 23:45:56.519 INFO O| Mar 24 23:45:56.519 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-03-24T23:45:56.509Z[ recovery-image] Mar 24 23:45:56.526 INFO O| Mar 24 23:45:56.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57192026-03-24T23:45:56.510Z[ recovery-image] Mar 24 23:45:56.526 INFO O| Mar 24 23:45:56.526 INFO STEP 317 (remove_files) COMPLETE
57202026-03-24T23:45:56.513Z[ recovery-image] Mar 24 23:45:56.526 INFO O| Mar 24 23:45:56.526 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-24T23:45:56.517Z[ recovery-image] Mar 24 23:45:56.533 INFO O| Mar 24 23:45:56.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57222026-03-24T23:45:56.517Z[ recovery-image] Mar 24 23:45:56.533 INFO O| Mar 24 23:45:56.533 INFO STEP 318 (remove_files) COMPLETE
57232026-03-24T23:45:56.520Z[ recovery-image] Mar 24 23:45:56.533 INFO O| Mar 24 23:45:56.533 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-24T23:45:56.525Z[ recovery-image] Mar 24 23:45:56.541 INFO O| Mar 24 23:45:56.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57252026-03-24T23:45:56.525Z[ recovery-image] Mar 24 23:45:56.541 INFO O| Mar 24 23:45:56.541 INFO STEP 319 (remove_files) COMPLETE
57262026-03-24T23:45:56.527Z[ recovery-image] Mar 24 23:45:56.541 INFO O| Mar 24 23:45:56.541 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-24T23:45:56.531Z[ recovery-image] Mar 24 23:45:56.548 INFO O| Mar 24 23:45:56.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57282026-03-24T23:45:56.531Z[ recovery-image] Mar 24 23:45:56.548 INFO O| Mar 24 23:45:56.548 INFO STEP 320 (remove_files) COMPLETE
57292026-03-24T23:45:56.534Z[ recovery-image] Mar 24 23:45:56.548 INFO O| Mar 24 23:45:56.548 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-24T23:45:56.538Z[ recovery-image] Mar 24 23:45:56.555 INFO O| Mar 24 23:45:56.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57312026-03-24T23:45:56.541Z[ recovery-image] Mar 24 23:45:56.555 INFO O| Mar 24 23:45:56.555 INFO STEP 321 (remove_files) COMPLETE
57322026-03-24T23:45:56.541Z[ recovery-image] Mar 24 23:45:56.555 INFO O| Mar 24 23:45:56.555 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-24T23:45:56.545Z[ recovery-image] Mar 24 23:45:56.561 INFO O| Mar 24 23:45:56.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57342026-03-24T23:45:56.548Z[ recovery-image] Mar 24 23:45:56.561 INFO O| Mar 24 23:45:56.561 INFO STEP 322 (remove_files) COMPLETE
57352026-03-24T23:45:56.548Z[ recovery-image] Mar 24 23:45:56.561 INFO O| Mar 24 23:45:56.561 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-24T23:45:56.552Z[ recovery-image] Mar 24 23:45:56.569 INFO O| Mar 24 23:45:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57372026-03-24T23:45:56.555Z[ recovery-image] Mar 24 23:45:56.569 INFO O| Mar 24 23:45:56.569 INFO STEP 323 (remove_files) COMPLETE
57382026-03-24T23:45:56.555Z[ recovery-image] Mar 24 23:45:56.569 INFO O| Mar 24 23:45:56.569 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-24T23:45:56.560Z[ recovery-image] Mar 24 23:45:56.577 INFO O| Mar 24 23:45:56.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57402026-03-24T23:45:56.560Z[ recovery-image] Mar 24 23:45:56.577 INFO O| Mar 24 23:45:56.577 INFO STEP 324 (remove_files) COMPLETE
57412026-03-24T23:45:56.563Z[ recovery-image] Mar 24 23:45:56.577 INFO O| Mar 24 23:45:56.577 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-24T23:45:56.568Z[ recovery-image] Mar 24 23:45:56.584 INFO O| Mar 24 23:45:56.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57432026-03-24T23:45:56.571Z[ recovery-image] Mar 24 23:45:56.584 INFO O| Mar 24 23:45:56.584 INFO STEP 325 (remove_files) COMPLETE
57442026-03-24T23:45:56.571Z[ recovery-image] Mar 24 23:45:56.584 INFO O| Mar 24 23:45:56.584 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-24T23:45:56.576Z[ recovery-image] Mar 24 23:45:56.592 INFO O| Mar 24 23:45:56.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57462026-03-24T23:45:56.576Z[ recovery-image] Mar 24 23:45:56.592 INFO O| Mar 24 23:45:56.592 INFO STEP 326 (remove_files) COMPLETE
57472026-03-24T23:45:56.579Z[ recovery-image] Mar 24 23:45:56.592 INFO O| Mar 24 23:45:56.592 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-24T23:45:56.583Z[ recovery-image] Mar 24 23:45:56.599 INFO O| Mar 24 23:45:56.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57492026-03-24T23:45:56.586Z[ recovery-image] Mar 24 23:45:56.600 INFO O| Mar 24 23:45:56.600 INFO STEP 327 (remove_files) COMPLETE
57502026-03-24T23:45:56.586Z[ recovery-image] Mar 24 23:45:56.600 INFO O| Mar 24 23:45:56.600 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-24T23:45:56.589Z[ recovery-image] Mar 24 23:45:56.606 INFO O| Mar 24 23:45:56.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57522026-03-24T23:45:56.589Z[ recovery-image] Mar 24 23:45:56.606 INFO O| Mar 24 23:45:56.606 INFO STEP 328 (remove_files) COMPLETE
57532026-03-24T23:45:56.592Z[ recovery-image] Mar 24 23:45:56.606 INFO O| Mar 24 23:45:56.606 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-24T23:45:56.597Z[ recovery-image] Mar 24 23:45:56.614 INFO O| Mar 24 23:45:56.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57552026-03-24T23:45:56.597Z[ recovery-image] Mar 24 23:45:56.614 INFO O| Mar 24 23:45:56.614 INFO STEP 329 (remove_files) COMPLETE
57562026-03-24T23:45:56.600Z[ recovery-image] Mar 24 23:45:56.614 INFO O| Mar 24 23:45:56.614 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-24T23:45:56.605Z[ recovery-image] Mar 24 23:45:56.622 INFO O| Mar 24 23:45:56.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57582026-03-24T23:45:56.608Z[ recovery-image] Mar 24 23:45:56.623 INFO O| Mar 24 23:45:56.623 INFO STEP 330 (remove_files) COMPLETE
57592026-03-24T23:45:56.608Z[ recovery-image] Mar 24 23:45:56.623 INFO O| Mar 24 23:45:56.623 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-24T23:45:56.613Z[ recovery-image] Mar 24 23:45:56.630 INFO O| Mar 24 23:45:56.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57612026-03-24T23:45:56.613Z[ recovery-image] Mar 24 23:45:56.630 INFO O| Mar 24 23:45:56.630 INFO STEP 331 (remove_files) COMPLETE
57622026-03-24T23:45:56.616Z[ recovery-image] Mar 24 23:45:56.630 INFO O| Mar 24 23:45:56.630 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-24T23:45:56.620Z[ recovery-image] Mar 24 23:45:56.637 INFO O| Mar 24 23:45:56.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57642026-03-24T23:45:56.620Z[ recovery-image] Mar 24 23:45:56.637 INFO O| Mar 24 23:45:56.637 INFO STEP 332 (remove_files) COMPLETE
57652026-03-24T23:45:56.620Z[ recovery-image] Mar 24 23:45:56.637 INFO O| Mar 24 23:45:56.637 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-24T23:45:56.627Z[ recovery-image] Mar 24 23:45:56.643 INFO O| Mar 24 23:45:56.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57672026-03-24T23:45:56.627Z[ recovery-image] Mar 24 23:45:56.643 INFO O| Mar 24 23:45:56.643 INFO STEP 333 (remove_files) COMPLETE
57682026-03-24T23:45:56.630Z[ recovery-image] Mar 24 23:45:56.644 INFO O| Mar 24 23:45:56.643 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-24T23:45:56.633Z[ recovery-image] Mar 24 23:45:56.650 INFO O| Mar 24 23:45:56.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57702026-03-24T23:45:56.636Z[ recovery-image] Mar 24 23:45:56.650 INFO O| Mar 24 23:45:56.650 INFO STEP 334 (remove_files) COMPLETE
57712026-03-24T23:45:56.636Z[ recovery-image] Mar 24 23:45:56.650 INFO O| Mar 24 23:45:56.650 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-24T23:45:56.640Z[ recovery-image] Mar 24 23:45:56.657 INFO O| Mar 24 23:45:56.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57732026-03-24T23:45:56.640Z[ recovery-image] Mar 24 23:45:56.657 INFO O| Mar 24 23:45:56.657 INFO STEP 335 (remove_files) COMPLETE
57742026-03-24T23:45:56.643Z[ recovery-image] Mar 24 23:45:56.657 INFO O| Mar 24 23:45:56.657 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-24T23:45:56.647Z[ recovery-image] Mar 24 23:45:56.664 INFO O| Mar 24 23:45:56.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57762026-03-24T23:45:56.647Z[ recovery-image] Mar 24 23:45:56.664 INFO O| Mar 24 23:45:56.664 INFO STEP 336 (remove_files) COMPLETE
57772026-03-24T23:45:56.650Z[ recovery-image] Mar 24 23:45:56.664 INFO O| Mar 24 23:45:56.664 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-24T23:45:56.654Z[ recovery-image] Mar 24 23:45:56.671 INFO O| Mar 24 23:45:56.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57792026-03-24T23:45:56.654Z[ recovery-image] Mar 24 23:45:56.671 INFO O| Mar 24 23:45:56.671 INFO STEP 337 (remove_files) COMPLETE
57802026-03-24T23:45:56.657Z[ recovery-image] Mar 24 23:45:56.671 INFO O| Mar 24 23:45:56.671 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-24T23:45:56.663Z[ recovery-image] Mar 24 23:45:56.680 INFO O| Mar 24 23:45:56.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57822026-03-24T23:45:56.663Z[ recovery-image] Mar 24 23:45:56.680 INFO O| Mar 24 23:45:56.680 INFO STEP 338 (remove_files) COMPLETE
57832026-03-24T23:45:56.663Z[ recovery-image] Mar 24 23:45:56.680 INFO O| Mar 24 23:45:56.680 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-24T23:45:56.671Z[ recovery-image] Mar 24 23:45:56.688 INFO O| Mar 24 23:45:56.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57852026-03-24T23:45:56.671Z[ recovery-image] Mar 24 23:45:56.688 INFO O| Mar 24 23:45:56.688 INFO STEP 339 (remove_files) COMPLETE
57862026-03-24T23:45:56.682Z[ recovery-image] Mar 24 23:45:56.688 INFO O| Mar 24 23:45:56.688 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-24T23:45:56.682Z[ recovery-image] Mar 24 23:45:56.694 INFO O| Mar 24 23:45:56.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57882026-03-24T23:45:56.682Z[ recovery-image] Mar 24 23:45:56.694 INFO O| Mar 24 23:45:56.694 INFO STEP 340 (remove_files) COMPLETE
57892026-03-24T23:45:56.682Z[ recovery-image] Mar 24 23:45:56.694 INFO O| Mar 24 23:45:56.694 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-24T23:45:56.686Z[ recovery-image] Mar 24 23:45:56.701 INFO O| Mar 24 23:45:56.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57912026-03-24T23:45:56.686Z[ recovery-image] Mar 24 23:45:56.701 INFO O| Mar 24 23:45:56.701 INFO STEP 341 (remove_files) COMPLETE
57922026-03-24T23:45:56.686Z[ recovery-image] Mar 24 23:45:56.701 INFO O| Mar 24 23:45:56.701 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-24T23:45:56.692Z[ recovery-image] Mar 24 23:45:56.709 INFO O| Mar 24 23:45:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57942026-03-24T23:45:56.692Z[ recovery-image] Mar 24 23:45:56.709 INFO O| Mar 24 23:45:56.709 INFO STEP 342 (remove_files) COMPLETE
57952026-03-24T23:45:56.695Z[ recovery-image] Mar 24 23:45:56.709 INFO O| Mar 24 23:45:56.709 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-24T23:45:56.700Z[ recovery-image] Mar 24 23:45:56.717 INFO O| Mar 24 23:45:56.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57972026-03-24T23:45:56.703Z[ recovery-image] Mar 24 23:45:56.717 INFO O| Mar 24 23:45:56.717 INFO STEP 343 (remove_files) COMPLETE
57982026-03-24T23:45:56.703Z[ recovery-image] Mar 24 23:45:56.717 INFO O| Mar 24 23:45:56.717 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-24T23:45:56.707Z[ recovery-image] Mar 24 23:45:56.724 INFO O| Mar 24 23:45:56.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58002026-03-24T23:45:56.707Z[ recovery-image] Mar 24 23:45:56.724 INFO O| Mar 24 23:45:56.724 INFO STEP 344 (remove_files) COMPLETE
58012026-03-24T23:45:56.707Z[ recovery-image] Mar 24 23:45:56.724 INFO O| Mar 24 23:45:56.724 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-24T23:45:56.715Z[ recovery-image] Mar 24 23:45:56.732 INFO O| Mar 24 23:45:56.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58032026-03-24T23:45:56.715Z[ recovery-image] Mar 24 23:45:56.732 INFO O| Mar 24 23:45:56.732 INFO STEP 345 (remove_files) COMPLETE
58042026-03-24T23:45:56.718Z[ recovery-image] Mar 24 23:45:56.732 INFO O| Mar 24 23:45:56.732 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-24T23:45:56.723Z[ recovery-image] Mar 24 23:45:56.740 INFO O| Mar 24 23:45:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58062026-03-24T23:45:56.723Z[ recovery-image] Mar 24 23:45:56.740 INFO O| Mar 24 23:45:56.740 INFO STEP 346 (remove_files) COMPLETE
58072026-03-24T23:45:56.726Z[ recovery-image] Mar 24 23:45:56.740 INFO O| Mar 24 23:45:56.740 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-24T23:45:56.730Z[ recovery-image] Mar 24 23:45:56.747 INFO O| Mar 24 23:45:56.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58092026-03-24T23:45:56.730Z[ recovery-image] Mar 24 23:45:56.747 INFO O| Mar 24 23:45:56.747 INFO STEP 347 (remove_files) COMPLETE
58102026-03-24T23:45:56.733Z[ recovery-image] Mar 24 23:45:56.747 INFO O| Mar 24 23:45:56.747 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-24T23:45:56.737Z[ recovery-image] Mar 24 23:45:56.754 INFO O| Mar 24 23:45:56.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58122026-03-24T23:45:56.740Z[ recovery-image] Mar 24 23:45:56.754 INFO O| Mar 24 23:45:56.754 INFO STEP 348 (remove_files) COMPLETE
58132026-03-24T23:45:56.740Z[ recovery-image] Mar 24 23:45:56.754 INFO O| Mar 24 23:45:56.754 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-24T23:45:56.745Z[ recovery-image] Mar 24 23:45:56.762 INFO O| Mar 24 23:45:56.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58152026-03-24T23:45:56.745Z[ recovery-image] Mar 24 23:45:56.762 INFO O| Mar 24 23:45:56.762 INFO STEP 349 (remove_files) COMPLETE
58162026-03-24T23:45:56.748Z[ recovery-image] Mar 24 23:45:56.762 INFO O| Mar 24 23:45:56.762 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-24T23:45:56.753Z[ recovery-image] Mar 24 23:45:56.770 INFO O| Mar 24 23:45:56.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58182026-03-24T23:45:56.753Z[ recovery-image] Mar 24 23:45:56.770 INFO O| Mar 24 23:45:56.770 INFO STEP 350 (remove_files) COMPLETE
58192026-03-24T23:45:56.756Z[ recovery-image] Mar 24 23:45:56.770 INFO O| Mar 24 23:45:56.770 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-24T23:45:56.759Z[ recovery-image] Mar 24 23:45:56.776 INFO O| Mar 24 23:45:56.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58212026-03-24T23:45:56.762Z[ recovery-image] Mar 24 23:45:56.776 INFO O| Mar 24 23:45:56.776 INFO STEP 351 (remove_files) COMPLETE
58222026-03-24T23:45:56.762Z[ recovery-image] Mar 24 23:45:56.776 INFO O| Mar 24 23:45:56.776 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-24T23:45:56.766Z[ recovery-image] Mar 24 23:45:56.783 INFO O| Mar 24 23:45:56.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58242026-03-24T23:45:56.769Z[ recovery-image] Mar 24 23:45:56.783 INFO O| Mar 24 23:45:56.783 INFO STEP 352 (remove_files) COMPLETE
58252026-03-24T23:45:56.769Z[ recovery-image] Mar 24 23:45:56.783 INFO O| Mar 24 23:45:56.783 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-24T23:45:56.773Z[ recovery-image] Mar 24 23:45:56.790 INFO O| Mar 24 23:45:56.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58272026-03-24T23:45:56.776Z[ recovery-image] Mar 24 23:45:56.790 INFO O| Mar 24 23:45:56.790 INFO STEP 353 (remove_files) COMPLETE
58282026-03-24T23:45:56.776Z[ recovery-image] Mar 24 23:45:56.790 INFO O| Mar 24 23:45:56.790 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-24T23:45:56.779Z[ recovery-image] Mar 24 23:45:56.796 INFO O| Mar 24 23:45:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58302026-03-24T23:45:56.782Z[ recovery-image] Mar 24 23:45:56.796 INFO O| Mar 24 23:45:56.796 INFO STEP 354 (remove_files) COMPLETE
58312026-03-24T23:45:56.782Z[ recovery-image] Mar 24 23:45:56.796 INFO O| Mar 24 23:45:56.796 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-24T23:45:56.788Z[ recovery-image] Mar 24 23:45:56.804 INFO O| Mar 24 23:45:56.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58332026-03-24T23:45:56.788Z[ recovery-image] Mar 24 23:45:56.804 INFO O| Mar 24 23:45:56.804 INFO STEP 355 (remove_files) COMPLETE
58342026-03-24T23:45:56.790Z[ recovery-image] Mar 24 23:45:56.804 INFO O| Mar 24 23:45:56.804 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-24T23:45:56.795Z[ recovery-image] Mar 24 23:45:56.812 INFO O| Mar 24 23:45:56.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58362026-03-24T23:45:56.795Z[ recovery-image] Mar 24 23:45:56.812 INFO O| Mar 24 23:45:56.812 INFO STEP 356 (remove_files) COMPLETE
58372026-03-24T23:45:56.798Z[ recovery-image] Mar 24 23:45:56.812 INFO O| Mar 24 23:45:56.812 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-24T23:45:56.802Z[ recovery-image] Mar 24 23:45:56.818 INFO O| Mar 24 23:45:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58392026-03-24T23:45:56.804Z[ recovery-image] Mar 24 23:45:56.819 INFO O| Mar 24 23:45:56.819 INFO STEP 357 (remove_files) COMPLETE
58402026-03-24T23:45:56.804Z[ recovery-image] Mar 24 23:45:56.819 INFO O| Mar 24 23:45:56.819 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-24T23:45:56.809Z[ recovery-image] Mar 24 23:45:56.826 INFO O| Mar 24 23:45:56.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58422026-03-24T23:45:56.812Z[ recovery-image] Mar 24 23:45:56.826 INFO O| Mar 24 23:45:56.826 INFO STEP 358 (remove_files) COMPLETE
58432026-03-24T23:45:56.812Z[ recovery-image] Mar 24 23:45:56.826 INFO O| Mar 24 23:45:56.826 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-24T23:45:56.816Z[ recovery-image] Mar 24 23:45:56.833 INFO O| Mar 24 23:45:56.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58452026-03-24T23:45:56.819Z[ recovery-image] Mar 24 23:45:56.833 INFO O| Mar 24 23:45:56.833 INFO STEP 359 (remove_files) COMPLETE
58462026-03-24T23:45:56.819Z[ recovery-image] Mar 24 23:45:56.833 INFO O| Mar 24 23:45:56.833 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-24T23:45:56.825Z[ recovery-image] Mar 24 23:45:56.842 INFO O| Mar 24 23:45:56.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58482026-03-24T23:45:56.827Z[ recovery-image] Mar 24 23:45:56.842 INFO O| Mar 24 23:45:56.842 INFO STEP 360 (remove_files) COMPLETE
58492026-03-24T23:45:56.828Z[ recovery-image] Mar 24 23:45:56.842 INFO O| Mar 24 23:45:56.842 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-24T23:45:56.831Z[ recovery-image] Mar 24 23:45:56.848 INFO O| Mar 24 23:45:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58512026-03-24T23:45:56.834Z[ recovery-image] Mar 24 23:45:56.848 INFO O| Mar 24 23:45:56.848 INFO STEP 361 (remove_files) COMPLETE
58522026-03-24T23:45:56.834Z[ recovery-image] Mar 24 23:45:56.848 INFO O| Mar 24 23:45:56.848 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-24T23:45:56.838Z[ recovery-image] Mar 24 23:45:56.855 INFO O| Mar 24 23:45:56.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58542026-03-24T23:45:56.838Z[ recovery-image] Mar 24 23:45:56.855 INFO O| Mar 24 23:45:56.855 INFO STEP 362 (remove_files) COMPLETE
58552026-03-24T23:45:56.841Z[ recovery-image] Mar 24 23:45:56.855 INFO O| Mar 24 23:45:56.855 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-24T23:45:56.846Z[ recovery-image] Mar 24 23:45:56.863 INFO O| Mar 24 23:45:56.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58572026-03-24T23:45:56.846Z[ recovery-image] Mar 24 23:45:56.863 INFO O| Mar 24 23:45:56.863 INFO STEP 363 (remove_files) COMPLETE
58582026-03-24T23:45:56.846Z[ recovery-image] Mar 24 23:45:56.863 INFO O| Mar 24 23:45:56.863 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-24T23:45:56.854Z[ recovery-image] Mar 24 23:45:56.871 INFO O| Mar 24 23:45:56.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58602026-03-24T23:45:56.857Z[ recovery-image] Mar 24 23:45:56.871 INFO O| Mar 24 23:45:56.871 INFO STEP 364 (remove_files) COMPLETE
58612026-03-24T23:45:56.857Z[ recovery-image] Mar 24 23:45:56.871 INFO O| Mar 24 23:45:56.871 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-24T23:45:56.861Z[ recovery-image] Mar 24 23:45:56.878 INFO O| Mar 24 23:45:56.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58632026-03-24T23:45:56.864Z[ recovery-image] Mar 24 23:45:56.878 INFO O| Mar 24 23:45:56.878 INFO STEP 365 (remove_files) COMPLETE
58642026-03-24T23:45:56.864Z[ recovery-image] Mar 24 23:45:56.878 INFO O| Mar 24 23:45:56.878 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-24T23:45:56.868Z[ recovery-image] Mar 24 23:45:56.885 INFO O| Mar 24 23:45:56.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58662026-03-24T23:45:56.871Z[ recovery-image] Mar 24 23:45:56.885 INFO O| Mar 24 23:45:56.885 INFO STEP 366 (remove_files) COMPLETE
58672026-03-24T23:45:56.871Z[ recovery-image] Mar 24 23:45:56.885 INFO O| Mar 24 23:45:56.885 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-24T23:45:56.875Z[ recovery-image] Mar 24 23:45:56.892 INFO O| Mar 24 23:45:56.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58692026-03-24T23:45:56.875Z[ recovery-image] Mar 24 23:45:56.892 INFO O| Mar 24 23:45:56.892 INFO STEP 367 (remove_files) COMPLETE
58702026-03-24T23:45:56.878Z[ recovery-image] Mar 24 23:45:56.892 INFO O| Mar 24 23:45:56.892 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-24T23:45:56.882Z[ recovery-image] Mar 24 23:45:56.899 INFO O| Mar 24 23:45:56.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58722026-03-24T23:45:56.882Z[ recovery-image] Mar 24 23:45:56.899 INFO O| Mar 24 23:45:56.899 INFO STEP 368 (remove_files) COMPLETE
58732026-03-24T23:45:56.887Z[ recovery-image] Mar 24 23:45:56.899 INFO O| Mar 24 23:45:56.899 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-24T23:45:56.889Z[ recovery-image] Mar 24 23:45:56.905 INFO O| Mar 24 23:45:56.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58752026-03-24T23:45:56.889Z[ recovery-image] Mar 24 23:45:56.905 INFO O| Mar 24 23:45:56.905 INFO STEP 369 (remove_files) COMPLETE
58762026-03-24T23:45:56.889Z[ recovery-image] Mar 24 23:45:56.906 INFO O| Mar 24 23:45:56.905 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-24T23:45:56.895Z[ recovery-image] Mar 24 23:45:56.912 INFO O| Mar 24 23:45:56.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58782026-03-24T23:45:56.895Z[ recovery-image] Mar 24 23:45:56.912 INFO O| Mar 24 23:45:56.912 INFO STEP 370 (remove_files) COMPLETE
58792026-03-24T23:45:56.898Z[ recovery-image] Mar 24 23:45:56.912 INFO O| Mar 24 23:45:56.912 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-24T23:45:56.904Z[ recovery-image] Mar 24 23:45:56.921 INFO O| Mar 24 23:45:56.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58812026-03-24T23:45:56.904Z[ recovery-image] Mar 24 23:45:56.921 INFO O| Mar 24 23:45:56.921 INFO STEP 371 (remove_files) COMPLETE
58822026-03-24T23:45:56.904Z[ recovery-image] Mar 24 23:45:56.921 INFO O| Mar 24 23:45:56.921 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-24T23:45:56.912Z[ recovery-image] Mar 24 23:45:56.929 INFO O| Mar 24 23:45:56.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58842026-03-24T23:45:56.912Z[ recovery-image] Mar 24 23:45:56.929 INFO O| Mar 24 23:45:56.929 INFO STEP 372 (remove_files) COMPLETE
58852026-03-24T23:45:56.914Z[ recovery-image] Mar 24 23:45:56.929 INFO O| Mar 24 23:45:56.929 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-24T23:45:56.918Z[ recovery-image] Mar 24 23:45:56.935 INFO O| Mar 24 23:45:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58872026-03-24T23:45:56.918Z[ recovery-image] Mar 24 23:45:56.935 INFO O| Mar 24 23:45:56.935 INFO STEP 373 (remove_files) COMPLETE
58882026-03-24T23:45:56.921Z[ recovery-image] Mar 24 23:45:56.935 INFO O| Mar 24 23:45:56.935 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-24T23:45:56.925Z[ recovery-image] Mar 24 23:45:56.942 INFO O| Mar 24 23:45:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58902026-03-24T23:45:56.925Z[ recovery-image] Mar 24 23:45:56.942 INFO O| Mar 24 23:45:56.942 INFO STEP 374 (remove_files) COMPLETE
58912026-03-24T23:45:56.928Z[ recovery-image] Mar 24 23:45:56.942 INFO O| Mar 24 23:45:56.942 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-24T23:45:56.934Z[ recovery-image] Mar 24 23:45:56.950 INFO O| Mar 24 23:45:56.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58932026-03-24T23:45:56.938Z[ recovery-image] Mar 24 23:45:56.950 INFO O| Mar 24 23:45:56.950 INFO STEP 375 (remove_files) COMPLETE
58942026-03-24T23:45:56.938Z[ recovery-image] Mar 24 23:45:56.950 INFO O| Mar 24 23:45:56.950 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-24T23:45:56.941Z[ recovery-image] Mar 24 23:45:56.958 INFO O| Mar 24 23:45:56.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58962026-03-24T23:45:56.941Z[ recovery-image] Mar 24 23:45:56.958 INFO O| Mar 24 23:45:56.958 INFO STEP 376 (remove_files) COMPLETE
58972026-03-24T23:45:56.941Z[ recovery-image] Mar 24 23:45:56.958 INFO O| Mar 24 23:45:56.958 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-24T23:45:56.948Z[ recovery-image] Mar 24 23:45:56.965 INFO O| Mar 24 23:45:56.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58992026-03-24T23:45:56.948Z[ recovery-image] Mar 24 23:45:56.965 INFO O| Mar 24 23:45:56.965 INFO STEP 377 (remove_files) COMPLETE
59002026-03-24T23:45:56.948Z[ recovery-image] Mar 24 23:45:56.965 INFO O| Mar 24 23:45:56.965 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-24T23:45:56.956Z[ recovery-image] Mar 24 23:45:56.973 INFO O| Mar 24 23:45:56.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59022026-03-24T23:45:56.956Z[ recovery-image] Mar 24 23:45:56.973 INFO O| Mar 24 23:45:56.973 INFO STEP 378 (remove_files) COMPLETE
59032026-03-24T23:45:56.958Z[ recovery-image] Mar 24 23:45:56.973 INFO O| Mar 24 23:45:56.973 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-24T23:45:56.963Z[ recovery-image] Mar 24 23:45:56.980 INFO O| Mar 24 23:45:56.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59052026-03-24T23:45:56.966Z[ recovery-image] Mar 24 23:45:56.980 INFO O| Mar 24 23:45:56.980 INFO STEP 379 (remove_files) COMPLETE
59062026-03-24T23:45:56.966Z[ recovery-image] Mar 24 23:45:56.980 INFO O| Mar 24 23:45:56.980 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-24T23:45:56.971Z[ recovery-image] Mar 24 23:45:56.988 INFO O| Mar 24 23:45:56.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59082026-03-24T23:45:56.971Z[ recovery-image] Mar 24 23:45:56.988 INFO O| Mar 24 23:45:56.988 INFO STEP 380 (remove_files) COMPLETE
59092026-03-24T23:45:56.974Z[ recovery-image] Mar 24 23:45:56.988 INFO O| Mar 24 23:45:56.988 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-24T23:45:56.979Z[ recovery-image] Mar 24 23:45:56.996 INFO O| Mar 24 23:45:56.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59112026-03-24T23:45:56.982Z[ recovery-image] Mar 24 23:45:56.996 INFO O| Mar 24 23:45:56.996 INFO STEP 381 (remove_files) COMPLETE
59122026-03-24T23:45:56.982Z[ recovery-image] Mar 24 23:45:56.996 INFO O| Mar 24 23:45:56.996 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-24T23:45:56.987Z[ recovery-image] Mar 24 23:45:57.004 INFO O| Mar 24 23:45:57.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59142026-03-24T23:45:56.987Z[ recovery-image] Mar 24 23:45:57.004 INFO O| Mar 24 23:45:57.004 INFO STEP 382 (remove_files) COMPLETE
59152026-03-24T23:45:56.987Z[ recovery-image] Mar 24 23:45:57.004 INFO O| Mar 24 23:45:57.004 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-24T23:45:56.994Z[ recovery-image] Mar 24 23:45:57.011 INFO O| Mar 24 23:45:57.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59172026-03-24T23:45:56.996Z[ recovery-image] Mar 24 23:45:57.011 INFO O| Mar 24 23:45:57.011 INFO STEP 383 (remove_files) COMPLETE
59182026-03-24T23:45:56.997Z[ recovery-image] Mar 24 23:45:57.011 INFO O| Mar 24 23:45:57.011 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-24T23:45:57.001Z[ recovery-image] Mar 24 23:45:57.018 INFO O| Mar 24 23:45:57.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59202026-03-24T23:45:57.001Z[ recovery-image] Mar 24 23:45:57.018 INFO O| Mar 24 23:45:57.018 INFO STEP 384 (remove_files) COMPLETE
59212026-03-24T23:45:57.001Z[ recovery-image] Mar 24 23:45:57.018 INFO O| Mar 24 23:45:57.018 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-24T23:45:57.008Z[ recovery-image] Mar 24 23:45:57.025 INFO O| Mar 24 23:45:57.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59232026-03-24T23:45:57.011Z[ recovery-image] Mar 24 23:45:57.025 INFO O| Mar 24 23:45:57.025 INFO STEP 385 (remove_files) COMPLETE
59242026-03-24T23:45:57.011Z[ recovery-image] Mar 24 23:45:57.025 INFO O| Mar 24 23:45:57.025 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-24T23:45:57.015Z[ recovery-image] Mar 24 23:45:57.032 INFO O| Mar 24 23:45:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59262026-03-24T23:45:57.018Z[ recovery-image] Mar 24 23:45:57.032 INFO O| Mar 24 23:45:57.032 INFO STEP 386 (remove_files) COMPLETE
59272026-03-24T23:45:57.018Z[ recovery-image] Mar 24 23:45:57.032 INFO O| Mar 24 23:45:57.032 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-24T23:45:57.024Z[ recovery-image] Mar 24 23:45:57.041 INFO O| Mar 24 23:45:57.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59292026-03-24T23:45:57.024Z[ recovery-image] Mar 24 23:45:57.041 INFO O| Mar 24 23:45:57.041 INFO STEP 387 (remove_files) COMPLETE
59302026-03-24T23:45:57.027Z[ recovery-image] Mar 24 23:45:57.041 INFO O| Mar 24 23:45:57.041 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-24T23:45:57.031Z[ recovery-image] Mar 24 23:45:57.048 INFO O| Mar 24 23:45:57.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59322026-03-24T23:45:57.031Z[ recovery-image] Mar 24 23:45:57.048 INFO O| Mar 24 23:45:57.048 INFO STEP 388 (remove_files) COMPLETE
59332026-03-24T23:45:57.034Z[ recovery-image] Mar 24 23:45:57.048 INFO O| Mar 24 23:45:57.048 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-24T23:45:57.039Z[ recovery-image] Mar 24 23:45:57.056 INFO O| Mar 24 23:45:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59352026-03-24T23:45:57.039Z[ recovery-image] Mar 24 23:45:57.056 INFO O| Mar 24 23:45:57.056 INFO STEP 389 (remove_files) COMPLETE
59362026-03-24T23:45:57.042Z[ recovery-image] Mar 24 23:45:57.056 INFO O| Mar 24 23:45:57.056 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-24T23:45:57.047Z[ recovery-image] Mar 24 23:45:57.064 INFO O| Mar 24 23:45:57.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59382026-03-24T23:45:57.050Z[ recovery-image] Mar 24 23:45:57.064 INFO O| Mar 24 23:45:57.064 INFO STEP 390 (remove_files) COMPLETE
59392026-03-24T23:45:57.050Z[ recovery-image] Mar 24 23:45:57.064 INFO O| Mar 24 23:45:57.064 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-24T23:45:57.054Z[ recovery-image] Mar 24 23:45:57.071 INFO O| Mar 24 23:45:57.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59412026-03-24T23:45:57.057Z[ recovery-image] Mar 24 23:45:57.071 INFO O| Mar 24 23:45:57.071 INFO STEP 391 (remove_files) COMPLETE
59422026-03-24T23:45:57.057Z[ recovery-image] Mar 24 23:45:57.071 INFO O| Mar 24 23:45:57.071 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-24T23:45:57.062Z[ recovery-image] Mar 24 23:45:57.079 INFO O| Mar 24 23:45:57.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59442026-03-24T23:45:57.065Z[ recovery-image] Mar 24 23:45:57.079 INFO O| Mar 24 23:45:57.079 INFO STEP 392 (remove_files) COMPLETE
59452026-03-24T23:45:57.065Z[ recovery-image] Mar 24 23:45:57.079 INFO O| Mar 24 23:45:57.079 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-24T23:45:57.069Z[ recovery-image] Mar 24 23:45:57.086 INFO O| Mar 24 23:45:57.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59472026-03-24T23:45:57.072Z[ recovery-image] Mar 24 23:45:57.086 INFO O| Mar 24 23:45:57.086 INFO STEP 393 (remove_files) COMPLETE
59482026-03-24T23:45:57.072Z[ recovery-image] Mar 24 23:45:57.086 INFO O| Mar 24 23:45:57.086 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-24T23:45:57.076Z[ recovery-image] Mar 24 23:45:57.093 INFO O| Mar 24 23:45:57.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59502026-03-24T23:45:57.079Z[ recovery-image] Mar 24 23:45:57.094 INFO O| Mar 24 23:45:57.094 INFO STEP 394 (remove_files) COMPLETE
59512026-03-24T23:45:57.079Z[ recovery-image] Mar 24 23:45:57.094 INFO O| Mar 24 23:45:57.094 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-24T23:45:57.084Z[ recovery-image] Mar 24 23:45:57.101 INFO O| Mar 24 23:45:57.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59532026-03-24T23:45:57.087Z[ recovery-image] Mar 24 23:45:57.101 INFO O| Mar 24 23:45:57.101 INFO STEP 395 (remove_files) COMPLETE
59542026-03-24T23:45:57.087Z[ recovery-image] Mar 24 23:45:57.101 INFO O| Mar 24 23:45:57.101 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-24T23:45:57.092Z[ recovery-image] Mar 24 23:45:57.109 INFO O| Mar 24 23:45:57.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59562026-03-24T23:45:57.092Z[ recovery-image] Mar 24 23:45:57.109 INFO O| Mar 24 23:45:57.109 INFO STEP 396 (remove_files) COMPLETE
59572026-03-24T23:45:57.095Z[ recovery-image] Mar 24 23:45:57.109 INFO O| Mar 24 23:45:57.109 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-24T23:45:57.099Z[ recovery-image] Mar 24 23:45:57.116 INFO O| Mar 24 23:45:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59592026-03-24T23:45:57.099Z[ recovery-image] Mar 24 23:45:57.116 INFO O| Mar 24 23:45:57.116 INFO STEP 397 (remove_files) COMPLETE
59602026-03-24T23:45:57.102Z[ recovery-image] Mar 24 23:45:57.116 INFO O| Mar 24 23:45:57.116 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-24T23:45:57.107Z[ recovery-image] Mar 24 23:45:57.124 INFO O| Mar 24 23:45:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59622026-03-24T23:45:57.107Z[ recovery-image] Mar 24 23:45:57.124 INFO O| Mar 24 23:45:57.124 INFO STEP 398 (remove_files) COMPLETE
59632026-03-24T23:45:57.110Z[ recovery-image] Mar 24 23:45:57.124 INFO O| Mar 24 23:45:57.124 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-24T23:45:57.115Z[ recovery-image] Mar 24 23:45:57.132 INFO O| Mar 24 23:45:57.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59652026-03-24T23:45:57.115Z[ recovery-image] Mar 24 23:45:57.132 INFO O| Mar 24 23:45:57.132 INFO STEP 399 (remove_files) COMPLETE
59662026-03-24T23:45:57.117Z[ recovery-image] Mar 24 23:45:57.132 INFO O| Mar 24 23:45:57.132 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-24T23:45:57.122Z[ recovery-image] Mar 24 23:45:57.139 INFO O| Mar 24 23:45:57.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59682026-03-24T23:45:57.125Z[ recovery-image] Mar 24 23:45:57.139 INFO O| Mar 24 23:45:57.139 INFO STEP 400 (remove_files) COMPLETE
59692026-03-24T23:45:57.125Z[ recovery-image] Mar 24 23:45:57.139 INFO O| Mar 24 23:45:57.139 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-24T23:45:57.129Z[ recovery-image] Mar 24 23:45:57.146 INFO O| Mar 24 23:45:57.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59712026-03-24T23:45:57.129Z[ recovery-image] Mar 24 23:45:57.146 INFO O| Mar 24 23:45:57.146 INFO STEP 401 (remove_files) COMPLETE
59722026-03-24T23:45:57.131Z[ recovery-image] Mar 24 23:45:57.146 INFO O| Mar 24 23:45:57.146 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-24T23:45:57.137Z[ recovery-image] Mar 24 23:45:57.154 INFO O| Mar 24 23:45:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59742026-03-24T23:45:57.137Z[ recovery-image] Mar 24 23:45:57.154 INFO O| Mar 24 23:45:57.154 INFO STEP 402 (remove_files) COMPLETE
59752026-03-24T23:45:57.140Z[ recovery-image] Mar 24 23:45:57.154 INFO O| Mar 24 23:45:57.154 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-24T23:45:57.144Z[ recovery-image] Mar 24 23:45:57.161 INFO O| Mar 24 23:45:57.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59772026-03-24T23:45:57.144Z[ recovery-image] Mar 24 23:45:57.161 INFO O| Mar 24 23:45:57.161 INFO STEP 403 (remove_files) COMPLETE
59782026-03-24T23:45:57.147Z[ recovery-image] Mar 24 23:45:57.161 INFO O| Mar 24 23:45:57.161 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-24T23:45:57.151Z[ recovery-image] Mar 24 23:45:57.168 INFO O| Mar 24 23:45:57.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59802026-03-24T23:45:57.153Z[ recovery-image] Mar 24 23:45:57.168 INFO O| Mar 24 23:45:57.168 INFO STEP 404 (remove_files) COMPLETE
59812026-03-24T23:45:57.154Z[ recovery-image] Mar 24 23:45:57.168 INFO O| Mar 24 23:45:57.168 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-24T23:45:57.158Z[ recovery-image] Mar 24 23:45:57.175 INFO O| Mar 24 23:45:57.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59832026-03-24T23:45:57.158Z[ recovery-image] Mar 24 23:45:57.175 INFO O| Mar 24 23:45:57.175 INFO STEP 405 (remove_files) COMPLETE
59842026-03-24T23:45:57.160Z[ recovery-image] Mar 24 23:45:57.175 INFO O| Mar 24 23:45:57.175 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-24T23:45:57.166Z[ recovery-image] Mar 24 23:45:57.183 INFO O| Mar 24 23:45:57.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59862026-03-24T23:45:57.170Z[ recovery-image] Mar 24 23:45:57.184 INFO O| Mar 24 23:45:57.184 INFO STEP 406 (remove_files) COMPLETE
59872026-03-24T23:45:57.170Z[ recovery-image] Mar 24 23:45:57.184 INFO O| Mar 24 23:45:57.184 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-24T23:45:57.175Z[ recovery-image] Mar 24 23:45:57.192 INFO O| Mar 24 23:45:57.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59892026-03-24T23:45:57.175Z[ recovery-image] Mar 24 23:45:57.192 INFO O| Mar 24 23:45:57.192 INFO STEP 407 (remove_files) COMPLETE
59902026-03-24T23:45:57.178Z[ recovery-image] Mar 24 23:45:57.192 INFO O| Mar 24 23:45:57.192 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-24T23:45:57.182Z[ recovery-image] Mar 24 23:45:57.199 INFO O| Mar 24 23:45:57.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59922026-03-24T23:45:57.182Z[ recovery-image] Mar 24 23:45:57.199 INFO O| Mar 24 23:45:57.199 INFO STEP 408 (remove_files) COMPLETE
59932026-03-24T23:45:57.182Z[ recovery-image] Mar 24 23:45:57.199 INFO O| Mar 24 23:45:57.199 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-24T23:45:57.188Z[ recovery-image] Mar 24 23:45:57.205 INFO O| Mar 24 23:45:57.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59952026-03-24T23:45:57.188Z[ recovery-image] Mar 24 23:45:57.205 INFO O| Mar 24 23:45:57.205 INFO STEP 409 (remove_files) COMPLETE
59962026-03-24T23:45:57.191Z[ recovery-image] Mar 24 23:45:57.205 INFO O| Mar 24 23:45:57.205 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-24T23:45:57.196Z[ recovery-image] Mar 24 23:45:57.213 INFO O| Mar 24 23:45:57.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59982026-03-24T23:45:57.196Z[ recovery-image] Mar 24 23:45:57.213 INFO O| Mar 24 23:45:57.213 INFO STEP 410 (remove_files) COMPLETE
59992026-03-24T23:45:57.196Z[ recovery-image] Mar 24 23:45:57.213 INFO O| Mar 24 23:45:57.213 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-03-24T23:45:57.203Z[ recovery-image] Mar 24 23:45:57.220 INFO O| Mar 24 23:45:57.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60012026-03-24T23:45:57.203Z[ recovery-image] Mar 24 23:45:57.220 INFO O| Mar 24 23:45:57.220 INFO STEP 411 (remove_files) COMPLETE
60022026-03-24T23:45:57.206Z[ recovery-image] Mar 24 23:45:57.220 INFO O| Mar 24 23:45:57.220 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-03-24T23:45:57.211Z[ recovery-image] Mar 24 23:45:57.227 INFO O| Mar 24 23:45:57.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60042026-03-24T23:45:57.213Z[ recovery-image] Mar 24 23:45:57.227 INFO O| Mar 24 23:45:57.227 INFO STEP 412 (remove_files) COMPLETE
60052026-03-24T23:45:57.213Z[ recovery-image] Mar 24 23:45:57.227 INFO O| Mar 24 23:45:57.227 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-03-24T23:45:57.218Z[ recovery-image] Mar 24 23:45:57.235 INFO O| Mar 24 23:45:57.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60072026-03-24T23:45:57.218Z[ recovery-image] Mar 24 23:45:57.235 INFO O| Mar 24 23:45:57.235 INFO STEP 413 (remove_files) COMPLETE
60082026-03-24T23:45:57.220Z[ recovery-image] Mar 24 23:45:57.235 INFO O| Mar 24 23:45:57.235 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-03-24T23:45:57.224Z[ recovery-image] Mar 24 23:45:57.241 INFO O| Mar 24 23:45:57.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60102026-03-24T23:45:57.227Z[ recovery-image] Mar 24 23:45:57.241 INFO O| Mar 24 23:45:57.241 INFO STEP 414 (remove_files) COMPLETE
60112026-03-24T23:45:57.227Z[ recovery-image] Mar 24 23:45:57.241 INFO O| Mar 24 23:45:57.241 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-03-24T23:45:57.231Z[ recovery-image] Mar 24 23:45:57.248 INFO O| Mar 24 23:45:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60132026-03-24T23:45:57.231Z[ recovery-image] Mar 24 23:45:57.248 INFO O| Mar 24 23:45:57.248 INFO STEP 415 (remove_files) COMPLETE
60142026-03-24T23:45:57.233Z[ recovery-image] Mar 24 23:45:57.248 INFO O| Mar 24 23:45:57.248 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-03-24T23:45:57.239Z[ recovery-image] Mar 24 23:45:57.256 INFO O| Mar 24 23:45:57.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60162026-03-24T23:45:57.242Z[ recovery-image] Mar 24 23:45:57.256 INFO O| Mar 24 23:45:57.256 INFO STEP 416 (remove_files) COMPLETE
60172026-03-24T23:45:57.242Z[ recovery-image] Mar 24 23:45:57.256 INFO O| Mar 24 23:45:57.256 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-03-24T23:45:57.247Z[ recovery-image] Mar 24 23:45:57.264 INFO O| Mar 24 23:45:57.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60192026-03-24T23:45:57.249Z[ recovery-image] Mar 24 23:45:57.264 INFO O| Mar 24 23:45:57.264 INFO STEP 417 (remove_files) COMPLETE
60202026-03-24T23:45:57.250Z[ recovery-image] Mar 24 23:45:57.264 INFO O| Mar 24 23:45:57.264 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-03-24T23:45:57.253Z[ recovery-image] Mar 24 23:45:57.271 INFO O| Mar 24 23:45:57.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60222026-03-24T23:45:57.256Z[ recovery-image] Mar 24 23:45:57.271 INFO O| Mar 24 23:45:57.271 INFO STEP 418 (remove_files) COMPLETE
60232026-03-24T23:45:57.256Z[ recovery-image] Mar 24 23:45:57.271 INFO O| Mar 24 23:45:57.271 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-03-24T23:45:57.261Z[ recovery-image] Mar 24 23:45:57.279 INFO O| Mar 24 23:45:57.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60252026-03-24T23:45:57.262Z[ recovery-image] Mar 24 23:45:57.279 INFO O| Mar 24 23:45:57.279 INFO STEP 419 (remove_files) COMPLETE
60262026-03-24T23:45:57.264Z[ recovery-image] Mar 24 23:45:57.279 INFO O| Mar 24 23:45:57.279 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-03-24T23:45:57.269Z[ recovery-image] Mar 24 23:45:57.286 INFO O| Mar 24 23:45:57.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60282026-03-24T23:45:57.269Z[ recovery-image] Mar 24 23:45:57.286 INFO O| Mar 24 23:45:57.286 INFO STEP 420 (remove_files) COMPLETE
60292026-03-24T23:45:57.272Z[ recovery-image] Mar 24 23:45:57.286 INFO O| Mar 24 23:45:57.286 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-03-24T23:45:57.276Z[ recovery-image] Mar 24 23:45:57.293 INFO O| Mar 24 23:45:57.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60312026-03-24T23:45:57.278Z[ recovery-image] Mar 24 23:45:57.293 INFO O| Mar 24 23:45:57.293 INFO STEP 421 (remove_files) COMPLETE
60322026-03-24T23:45:57.279Z[ recovery-image] Mar 24 23:45:57.293 INFO O| Mar 24 23:45:57.293 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-03-24T23:45:57.283Z[ recovery-image] Mar 24 23:45:57.300 INFO O| Mar 24 23:45:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60342026-03-24T23:45:57.286Z[ recovery-image] Mar 24 23:45:57.300 INFO O| Mar 24 23:45:57.300 INFO STEP 422 (remove_files) COMPLETE
60352026-03-24T23:45:57.286Z[ recovery-image] Mar 24 23:45:57.300 INFO O| Mar 24 23:45:57.300 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-03-24T23:45:57.289Z[ recovery-image] Mar 24 23:45:57.306 INFO O| Mar 24 23:45:57.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60372026-03-24T23:45:57.292Z[ recovery-image] Mar 24 23:45:57.307 INFO O| Mar 24 23:45:57.306 INFO STEP 423 (remove_files) COMPLETE
60382026-03-24T23:45:57.292Z[ recovery-image] Mar 24 23:45:57.307 INFO O| Mar 24 23:45:57.307 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-03-24T23:45:57.296Z[ recovery-image] Mar 24 23:45:57.313 INFO O| Mar 24 23:45:57.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60402026-03-24T23:45:57.299Z[ recovery-image] Mar 24 23:45:57.313 INFO O| Mar 24 23:45:57.313 INFO STEP 424 (remove_files) COMPLETE
60412026-03-24T23:45:57.299Z[ recovery-image] Mar 24 23:45:57.313 INFO O| Mar 24 23:45:57.313 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-03-24T23:45:57.304Z[ recovery-image] Mar 24 23:45:57.321 INFO O| Mar 24 23:45:57.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60432026-03-24T23:45:57.307Z[ recovery-image] Mar 24 23:45:57.322 INFO O| Mar 24 23:45:57.322 INFO STEP 425 (remove_files) COMPLETE
60442026-03-24T23:45:57.307Z[ recovery-image] Mar 24 23:45:57.322 INFO O| Mar 24 23:45:57.322 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-03-24T23:45:57.313Z[ recovery-image] Mar 24 23:45:57.330 INFO O| Mar 24 23:45:57.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60462026-03-24T23:45:57.316Z[ recovery-image] Mar 24 23:45:57.330 INFO O| Mar 24 23:45:57.330 INFO STEP 426 (remove_files) COMPLETE
60472026-03-24T23:45:57.316Z[ recovery-image] Mar 24 23:45:57.330 INFO O| Mar 24 23:45:57.330 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-03-24T23:45:57.320Z[ recovery-image] Mar 24 23:45:57.337 INFO O| Mar 24 23:45:57.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60492026-03-24T23:45:57.320Z[ recovery-image] Mar 24 23:45:57.337 INFO O| Mar 24 23:45:57.337 INFO STEP 427 (remove_files) COMPLETE
60502026-03-24T23:45:57.320Z[ recovery-image] Mar 24 23:45:57.337 INFO O| Mar 24 23:45:57.337 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-03-24T23:45:57.327Z[ recovery-image] Mar 24 23:45:57.344 INFO O| Mar 24 23:45:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60522026-03-24T23:45:57.330Z[ recovery-image] Mar 24 23:45:57.344 INFO O| Mar 24 23:45:57.344 INFO STEP 428 (remove_files) COMPLETE
60532026-03-24T23:45:57.330Z[ recovery-image] Mar 24 23:45:57.344 INFO O| Mar 24 23:45:57.344 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-03-24T23:45:57.335Z[ recovery-image] Mar 24 23:45:57.352 INFO O| Mar 24 23:45:57.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60552026-03-24T23:45:57.338Z[ recovery-image] Mar 24 23:45:57.352 INFO O| Mar 24 23:45:57.352 INFO STEP 429 (remove_files) COMPLETE
60562026-03-24T23:45:57.338Z[ recovery-image] Mar 24 23:45:57.352 INFO O| Mar 24 23:45:57.352 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-03-24T23:45:57.342Z[ recovery-image] Mar 24 23:45:57.359 INFO O| Mar 24 23:45:57.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60582026-03-24T23:45:57.342Z[ recovery-image] Mar 24 23:45:57.359 INFO O| Mar 24 23:45:57.359 INFO STEP 430 (remove_files) COMPLETE
60592026-03-24T23:45:57.342Z[ recovery-image] Mar 24 23:45:57.359 INFO O| Mar 24 23:45:57.359 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-03-24T23:45:57.349Z[ recovery-image] Mar 24 23:45:57.366 INFO O| Mar 24 23:45:57.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60612026-03-24T23:45:57.349Z[ recovery-image] Mar 24 23:45:57.366 INFO O| Mar 24 23:45:57.366 INFO STEP 431 (remove_files) COMPLETE
60622026-03-24T23:45:57.349Z[ recovery-image] Mar 24 23:45:57.366 INFO O| Mar 24 23:45:57.366 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-03-24T23:45:57.356Z[ recovery-image] Mar 24 23:45:57.373 INFO O| Mar 24 23:45:57.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60642026-03-24T23:45:57.356Z[ recovery-image] Mar 24 23:45:57.373 INFO O| Mar 24 23:45:57.373 INFO STEP 432 (remove_files) COMPLETE
60652026-03-24T23:45:57.359Z[ recovery-image] Mar 24 23:45:57.373 INFO O| Mar 24 23:45:57.373 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-03-24T23:45:57.364Z[ recovery-image] Mar 24 23:45:57.381 INFO O| Mar 24 23:45:57.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60672026-03-24T23:45:57.364Z[ recovery-image] Mar 24 23:45:57.381 INFO O| Mar 24 23:45:57.381 INFO STEP 433 (remove_files) COMPLETE
60682026-03-24T23:45:57.367Z[ recovery-image] Mar 24 23:45:57.381 INFO O| Mar 24 23:45:57.381 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-03-24T23:45:57.372Z[ recovery-image] Mar 24 23:45:57.389 INFO O| Mar 24 23:45:57.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60702026-03-24T23:45:57.375Z[ recovery-image] Mar 24 23:45:57.389 INFO O| Mar 24 23:45:57.389 INFO STEP 434 (remove_files) COMPLETE
60712026-03-24T23:45:57.375Z[ recovery-image] Mar 24 23:45:57.389 INFO O| Mar 24 23:45:57.389 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-03-24T23:45:57.378Z[ recovery-image] Mar 24 23:45:57.396 INFO O| Mar 24 23:45:57.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60732026-03-24T23:45:57.378Z[ recovery-image] Mar 24 23:45:57.396 INFO O| Mar 24 23:45:57.396 INFO STEP 435 (remove_files) COMPLETE
60742026-03-24T23:45:57.379Z[ recovery-image] Mar 24 23:45:57.396 INFO O| Mar 24 23:45:57.396 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-03-24T23:45:57.386Z[ recovery-image] Mar 24 23:45:57.404 INFO O| Mar 24 23:45:57.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60762026-03-24T23:45:57.389Z[ recovery-image] Mar 24 23:45:57.404 INFO O| Mar 24 23:45:57.404 INFO STEP 436 (remove_files) COMPLETE
60772026-03-24T23:45:57.389Z[ recovery-image] Mar 24 23:45:57.404 INFO O| Mar 24 23:45:57.404 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-03-24T23:45:57.393Z[ recovery-image] Mar 24 23:45:57.410 INFO O| Mar 24 23:45:57.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60792026-03-24T23:45:57.393Z[ recovery-image] Mar 24 23:45:57.410 INFO O| Mar 24 23:45:57.410 INFO STEP 437 (remove_files) COMPLETE
60802026-03-24T23:45:57.396Z[ recovery-image] Mar 24 23:45:57.410 INFO O| Mar 24 23:45:57.410 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-03-24T23:45:57.400Z[ recovery-image] Mar 24 23:45:57.417 INFO O| Mar 24 23:45:57.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60822026-03-24T23:45:57.403Z[ recovery-image] Mar 24 23:45:57.417 INFO O| Mar 24 23:45:57.417 INFO STEP 438 (remove_files) COMPLETE
60832026-03-24T23:45:57.403Z[ recovery-image] Mar 24 23:45:57.417 INFO O| Mar 24 23:45:57.417 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-03-24T23:45:57.407Z[ recovery-image] Mar 24 23:45:57.425 INFO O| Mar 24 23:45:57.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60852026-03-24T23:45:57.410Z[ recovery-image] Mar 24 23:45:57.425 INFO O| Mar 24 23:45:57.425 INFO STEP 439 (remove_files) COMPLETE
60862026-03-24T23:45:57.410Z[ recovery-image] Mar 24 23:45:57.425 INFO O| Mar 24 23:45:57.425 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-03-24T23:45:57.416Z[ recovery-image] Mar 24 23:45:57.433 INFO O| Mar 24 23:45:57.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60882026-03-24T23:45:57.419Z[ recovery-image] Mar 24 23:45:57.433 INFO O| Mar 24 23:45:57.433 INFO STEP 440 (remove_files) COMPLETE
60892026-03-24T23:45:57.419Z[ recovery-image] Mar 24 23:45:57.433 INFO O| Mar 24 23:45:57.433 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-03-24T23:45:57.424Z[ recovery-image] Mar 24 23:45:57.441 INFO O| Mar 24 23:45:57.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60912026-03-24T23:45:57.427Z[ recovery-image] Mar 24 23:45:57.441 INFO O| Mar 24 23:45:57.441 INFO STEP 441 (remove_files) COMPLETE
60922026-03-24T23:45:57.427Z[ recovery-image] Mar 24 23:45:57.441 INFO O| Mar 24 23:45:57.441 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-03-24T23:45:57.431Z[ recovery-image] Mar 24 23:45:57.449 INFO O| Mar 24 23:45:57.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60942026-03-24T23:45:57.434Z[ recovery-image] Mar 24 23:45:57.449 INFO O| Mar 24 23:45:57.449 INFO STEP 442 (remove_files) COMPLETE
60952026-03-24T23:45:57.434Z[ recovery-image] Mar 24 23:45:57.449 INFO O| Mar 24 23:45:57.449 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-03-24T23:45:57.438Z[ recovery-image] Mar 24 23:45:57.455 INFO O| Mar 24 23:45:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60972026-03-24T23:45:57.438Z[ recovery-image] Mar 24 23:45:57.455 INFO O| Mar 24 23:45:57.455 INFO STEP 443 (remove_files) COMPLETE
60982026-03-24T23:45:57.441Z[ recovery-image] Mar 24 23:45:57.455 INFO O| Mar 24 23:45:57.455 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-03-24T23:45:57.445Z[ recovery-image] Mar 24 23:45:57.462 INFO O| Mar 24 23:45:57.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61002026-03-24T23:45:57.445Z[ recovery-image] Mar 24 23:45:57.462 INFO O| Mar 24 23:45:57.462 INFO STEP 444 (remove_files) COMPLETE
61012026-03-24T23:45:57.447Z[ recovery-image] Mar 24 23:45:57.462 INFO O| Mar 24 23:45:57.462 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-03-24T23:45:57.451Z[ recovery-image] Mar 24 23:45:57.468 INFO O| Mar 24 23:45:57.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61032026-03-24T23:45:57.451Z[ recovery-image] Mar 24 23:45:57.468 INFO O| Mar 24 23:45:57.468 INFO STEP 445 (remove_files) COMPLETE
61042026-03-24T23:45:57.454Z[ recovery-image] Mar 24 23:45:57.468 INFO O| Mar 24 23:45:57.468 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-03-24T23:45:57.460Z[ recovery-image] Mar 24 23:45:57.477 INFO O| Mar 24 23:45:57.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61062026-03-24T23:45:57.463Z[ recovery-image] Mar 24 23:45:57.477 INFO O| Mar 24 23:45:57.477 INFO STEP 446 (remove_files) COMPLETE
61072026-03-24T23:45:57.463Z[ recovery-image] Mar 24 23:45:57.477 INFO O| Mar 24 23:45:57.477 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-03-24T23:45:57.468Z[ recovery-image] Mar 24 23:45:57.485 INFO O| Mar 24 23:45:57.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61092026-03-24T23:45:57.471Z[ recovery-image] Mar 24 23:45:57.485 INFO O| Mar 24 23:45:57.485 INFO STEP 447 (remove_files) COMPLETE
61102026-03-24T23:45:57.471Z[ recovery-image] Mar 24 23:45:57.485 INFO O| Mar 24 23:45:57.485 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-03-24T23:45:57.476Z[ recovery-image] Mar 24 23:45:57.493 INFO O| Mar 24 23:45:57.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61122026-03-24T23:45:57.476Z[ recovery-image] Mar 24 23:45:57.493 INFO O| Mar 24 23:45:57.493 INFO STEP 448 (remove_files) COMPLETE
61132026-03-24T23:45:57.480Z[ recovery-image] Mar 24 23:45:57.493 INFO O| Mar 24 23:45:57.493 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-03-24T23:45:57.484Z[ recovery-image] Mar 24 23:45:57.501 INFO O| Mar 24 23:45:57.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61152026-03-24T23:45:57.484Z[ recovery-image] Mar 24 23:45:57.501 INFO O| Mar 24 23:45:57.501 INFO STEP 449 (remove_files) COMPLETE
61162026-03-24T23:45:57.487Z[ recovery-image] Mar 24 23:45:57.501 INFO O| Mar 24 23:45:57.501 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-03-24T23:45:57.492Z[ recovery-image] Mar 24 23:45:57.510 INFO O| Mar 24 23:45:57.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61182026-03-24T23:45:57.493Z[ recovery-image] Mar 24 23:45:57.510 INFO O| Mar 24 23:45:57.510 INFO STEP 450 (remove_files) COMPLETE
61192026-03-24T23:45:57.495Z[ recovery-image] Mar 24 23:45:57.510 INFO O| Mar 24 23:45:57.510 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-03-24T23:45:57.500Z[ recovery-image] Mar 24 23:45:57.517 INFO O| Mar 24 23:45:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61212026-03-24T23:45:57.500Z[ recovery-image] Mar 24 23:45:57.517 INFO O| Mar 24 23:45:57.517 INFO STEP 451 (remove_files) COMPLETE
61222026-03-24T23:45:57.503Z[ recovery-image] Mar 24 23:45:57.517 INFO O| Mar 24 23:45:57.517 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-03-24T23:45:57.508Z[ recovery-image] Mar 24 23:45:57.525 INFO O| Mar 24 23:45:57.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61242026-03-24T23:45:57.510Z[ recovery-image] Mar 24 23:45:57.525 INFO O| Mar 24 23:45:57.525 INFO STEP 452 (remove_files) COMPLETE
61252026-03-24T23:45:57.510Z[ recovery-image] Mar 24 23:45:57.525 INFO O| Mar 24 23:45:57.525 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-03-24T23:45:57.516Z[ recovery-image] Mar 24 23:45:57.533 INFO O| Mar 24 23:45:57.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61272026-03-24T23:45:57.516Z[ recovery-image] Mar 24 23:45:57.534 INFO O| Mar 24 23:45:57.533 INFO STEP 453 (remove_files) COMPLETE
61282026-03-24T23:45:57.516Z[ recovery-image] Mar 24 23:45:57.534 INFO O| Mar 24 23:45:57.533 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-03-24T23:45:57.525Z[ recovery-image] Mar 24 23:45:57.542 INFO O| Mar 24 23:45:57.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61302026-03-24T23:45:57.525Z[ recovery-image] Mar 24 23:45:57.542 INFO O| Mar 24 23:45:57.542 INFO STEP 454 (remove_files) COMPLETE
61312026-03-24T23:45:57.528Z[ recovery-image] Mar 24 23:45:57.542 INFO O| Mar 24 23:45:57.542 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-03-24T23:45:57.533Z[ recovery-image] Mar 24 23:45:57.550 INFO O| Mar 24 23:45:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61332026-03-24T23:45:57.535Z[ recovery-image] Mar 24 23:45:57.552 INFO O| Mar 24 23:45:57.552 INFO STEP 455 (remove_files) COMPLETE
61342026-03-24T23:45:57.536Z[ recovery-image] Mar 24 23:45:57.552 INFO O| Mar 24 23:45:57.552 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-03-24T23:45:57.543Z[ recovery-image] Mar 24 23:45:57.560 INFO O| Mar 24 23:45:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61362026-03-24T23:45:57.546Z[ recovery-image] Mar 24 23:45:57.560 INFO O| Mar 24 23:45:57.560 INFO STEP 456 (remove_files) COMPLETE
61372026-03-24T23:45:57.546Z[ recovery-image] Mar 24 23:45:57.560 INFO O| Mar 24 23:45:57.560 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-03-24T23:45:57.551Z[ recovery-image] Mar 24 23:45:57.569 INFO O| Mar 24 23:45:57.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61392026-03-24T23:45:57.554Z[ recovery-image] Mar 24 23:45:57.569 INFO O| Mar 24 23:45:57.569 INFO STEP 457 (remove_files) COMPLETE
61402026-03-24T23:45:57.554Z[ recovery-image] Mar 24 23:45:57.569 INFO O| Mar 24 23:45:57.569 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-03-24T23:45:57.560Z[ recovery-image] Mar 24 23:45:57.577 INFO O| Mar 24 23:45:57.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61422026-03-24T23:45:57.562Z[ recovery-image] Mar 24 23:45:57.577 INFO O| Mar 24 23:45:57.577 INFO STEP 458 (remove_files) COMPLETE
61432026-03-24T23:45:57.563Z[ recovery-image] Mar 24 23:45:57.577 INFO O| Mar 24 23:45:57.577 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-03-24T23:45:57.567Z[ recovery-image] Mar 24 23:45:57.584 INFO O| Mar 24 23:45:57.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61452026-03-24T23:45:57.567Z[ recovery-image] Mar 24 23:45:57.584 INFO O| Mar 24 23:45:57.584 INFO STEP 459 (remove_files) COMPLETE
61462026-03-24T23:45:57.567Z[ recovery-image] Mar 24 23:45:57.584 INFO O| Mar 24 23:45:57.584 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-03-24T23:45:57.575Z[ recovery-image] Mar 24 23:45:57.592 INFO O| Mar 24 23:45:57.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61482026-03-24T23:45:57.577Z[ recovery-image] Mar 24 23:45:57.592 INFO O| Mar 24 23:45:57.592 INFO STEP 460 (remove_files) COMPLETE
61492026-03-24T23:45:57.578Z[ recovery-image] Mar 24 23:45:57.592 INFO O| Mar 24 23:45:57.592 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-03-24T23:45:57.584Z[ recovery-image] Mar 24 23:45:57.601 INFO O| Mar 24 23:45:57.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61512026-03-24T23:45:57.584Z[ recovery-image] Mar 24 23:45:57.601 INFO O| Mar 24 23:45:57.601 INFO STEP 461 (remove_files) COMPLETE
61522026-03-24T23:45:57.586Z[ recovery-image] Mar 24 23:45:57.601 INFO O| Mar 24 23:45:57.601 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-03-24T23:45:57.592Z[ recovery-image] Mar 24 23:45:57.609 INFO O| Mar 24 23:45:57.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61542026-03-24T23:45:57.592Z[ recovery-image] Mar 24 23:45:57.609 INFO O| Mar 24 23:45:57.609 INFO STEP 462 (remove_files) COMPLETE
61552026-03-24T23:45:57.592Z[ recovery-image] Mar 24 23:45:57.609 INFO O| Mar 24 23:45:57.609 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-03-24T23:45:57.600Z[ recovery-image] Mar 24 23:45:57.617 INFO O| Mar 24 23:45:57.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61572026-03-24T23:45:57.602Z[ recovery-image] Mar 24 23:45:57.617 INFO O| Mar 24 23:45:57.617 INFO STEP 463 (remove_files) COMPLETE
61582026-03-24T23:45:57.603Z[ recovery-image] Mar 24 23:45:57.617 INFO O| Mar 24 23:45:57.617 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-03-24T23:45:57.607Z[ recovery-image] Mar 24 23:45:57.625 INFO O| Mar 24 23:45:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61602026-03-24T23:45:57.610Z[ recovery-image] Mar 24 23:45:57.625 INFO O| Mar 24 23:45:57.625 INFO STEP 464 (remove_files) COMPLETE
61612026-03-24T23:45:57.610Z[ recovery-image] Mar 24 23:45:57.625 INFO O| Mar 24 23:45:57.625 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-03-24T23:45:57.616Z[ recovery-image] Mar 24 23:45:57.633 INFO O| Mar 24 23:45:57.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61632026-03-24T23:45:57.619Z[ recovery-image] Mar 24 23:45:57.633 INFO O| Mar 24 23:45:57.633 INFO STEP 465 (remove_files) COMPLETE
61642026-03-24T23:45:57.619Z[ recovery-image] Mar 24 23:45:57.633 INFO O| Mar 24 23:45:57.633 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-03-24T23:45:57.625Z[ recovery-image] Mar 24 23:45:57.642 INFO O| Mar 24 23:45:57.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61662026-03-24T23:45:57.625Z[ recovery-image] Mar 24 23:45:57.642 INFO O| Mar 24 23:45:57.642 INFO STEP 466 (remove_files) COMPLETE
61672026-03-24T23:45:57.627Z[ recovery-image] Mar 24 23:45:57.642 INFO O| Mar 24 23:45:57.642 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-03-24T23:45:57.633Z[ recovery-image] Mar 24 23:45:57.650 INFO O| Mar 24 23:45:57.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61692026-03-24T23:45:57.635Z[ recovery-image] Mar 24 23:45:57.650 INFO O| Mar 24 23:45:57.650 INFO STEP 467 (remove_files) COMPLETE
61702026-03-24T23:45:57.636Z[ recovery-image] Mar 24 23:45:57.650 INFO O| Mar 24 23:45:57.650 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-03-24T23:45:57.641Z[ recovery-image] Mar 24 23:45:57.658 INFO O| Mar 24 23:45:57.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61722026-03-24T23:45:57.641Z[ recovery-image] Mar 24 23:45:57.658 INFO O| Mar 24 23:45:57.658 INFO STEP 468 (remove_files) COMPLETE
61732026-03-24T23:45:57.644Z[ recovery-image] Mar 24 23:45:57.658 INFO O| Mar 24 23:45:57.658 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-03-24T23:45:57.648Z[ recovery-image] Mar 24 23:45:57.666 INFO O| Mar 24 23:45:57.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61752026-03-24T23:45:57.651Z[ recovery-image] Mar 24 23:45:57.666 INFO O| Mar 24 23:45:57.666 INFO STEP 469 (remove_files) COMPLETE
61762026-03-24T23:45:57.651Z[ recovery-image] Mar 24 23:45:57.666 INFO O| Mar 24 23:45:57.666 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-03-24T23:45:57.657Z[ recovery-image] Mar 24 23:45:57.674 INFO O| Mar 24 23:45:57.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61782026-03-24T23:45:57.660Z[ recovery-image] Mar 24 23:45:57.674 INFO O| Mar 24 23:45:57.674 INFO STEP 470 (remove_files) COMPLETE
61792026-03-24T23:45:57.660Z[ recovery-image] Mar 24 23:45:57.674 INFO O| Mar 24 23:45:57.674 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-03-24T23:45:57.665Z[ recovery-image] Mar 24 23:45:57.682 INFO O| Mar 24 23:45:57.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61812026-03-24T23:45:57.667Z[ recovery-image] Mar 24 23:45:57.682 INFO O| Mar 24 23:45:57.682 INFO STEP 471 (remove_files) COMPLETE
61822026-03-24T23:45:57.667Z[ recovery-image] Mar 24 23:45:57.682 INFO O| Mar 24 23:45:57.682 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-03-24T23:45:57.674Z[ recovery-image] Mar 24 23:45:57.691 INFO O| Mar 24 23:45:57.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61842026-03-24T23:45:57.676Z[ recovery-image] Mar 24 23:45:57.691 INFO O| Mar 24 23:45:57.691 INFO STEP 472 (remove_files) COMPLETE
61852026-03-24T23:45:57.676Z[ recovery-image] Mar 24 23:45:57.691 INFO O| Mar 24 23:45:57.691 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-03-24T23:45:57.681Z[ recovery-image] Mar 24 23:45:57.699 INFO O| Mar 24 23:45:57.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61872026-03-24T23:45:57.681Z[ recovery-image] Mar 24 23:45:57.699 INFO O| Mar 24 23:45:57.699 INFO STEP 473 (remove_files) COMPLETE
61882026-03-24T23:45:57.684Z[ recovery-image] Mar 24 23:45:57.699 INFO O| Mar 24 23:45:57.699 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-03-24T23:45:57.690Z[ recovery-image] Mar 24 23:45:57.707 INFO O| Mar 24 23:45:57.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61902026-03-24T23:45:57.690Z[ recovery-image] Mar 24 23:45:57.707 INFO O| Mar 24 23:45:57.707 INFO STEP 474 (remove_files) COMPLETE
61912026-03-24T23:45:57.693Z[ recovery-image] Mar 24 23:45:57.707 INFO O| Mar 24 23:45:57.707 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-03-24T23:45:57.698Z[ recovery-image] Mar 24 23:45:57.715 INFO O| Mar 24 23:45:57.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61932026-03-24T23:45:57.698Z[ recovery-image] Mar 24 23:45:57.715 INFO O| Mar 24 23:45:57.715 INFO STEP 475 (remove_files) COMPLETE
61942026-03-24T23:45:57.698Z[ recovery-image] Mar 24 23:45:57.715 INFO O| Mar 24 23:45:57.715 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-03-24T23:45:57.706Z[ recovery-image] Mar 24 23:45:57.724 INFO O| Mar 24 23:45:57.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61962026-03-24T23:45:57.706Z[ recovery-image] Mar 24 23:45:57.724 INFO O| Mar 24 23:45:57.724 INFO STEP 476 (remove_files) COMPLETE
61972026-03-24T23:45:57.709Z[ recovery-image] Mar 24 23:45:57.724 INFO O| Mar 24 23:45:57.724 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-03-24T23:45:57.715Z[ recovery-image] Mar 24 23:45:57.732 INFO O| Mar 24 23:45:57.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61992026-03-24T23:45:57.718Z[ recovery-image] Mar 24 23:45:57.732 INFO O| Mar 24 23:45:57.732 INFO STEP 477 (remove_files) COMPLETE
62002026-03-24T23:45:57.718Z[ recovery-image] Mar 24 23:45:57.732 INFO O| Mar 24 23:45:57.732 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-03-24T23:45:57.723Z[ recovery-image] Mar 24 23:45:57.740 INFO O| Mar 24 23:45:57.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62022026-03-24T23:45:57.726Z[ recovery-image] Mar 24 23:45:57.741 INFO O| Mar 24 23:45:57.741 INFO STEP 478 (remove_files) COMPLETE
62032026-03-24T23:45:57.726Z[ recovery-image] Mar 24 23:45:57.741 INFO O| Mar 24 23:45:57.741 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-03-24T23:45:57.732Z[ recovery-image] Mar 24 23:45:57.750 INFO O| Mar 24 23:45:57.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62052026-03-24T23:45:57.732Z[ recovery-image] Mar 24 23:45:57.750 INFO O| Mar 24 23:45:57.750 INFO STEP 479 (remove_files) COMPLETE
62062026-03-24T23:45:57.732Z[ recovery-image] Mar 24 23:45:57.750 INFO O| Mar 24 23:45:57.750 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-03-24T23:45:57.741Z[ recovery-image] Mar 24 23:45:57.758 INFO O| Mar 24 23:45:57.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62082026-03-24T23:45:57.741Z[ recovery-image] Mar 24 23:45:57.758 INFO O| Mar 24 23:45:57.758 INFO STEP 480 (remove_files) COMPLETE
62092026-03-24T23:45:57.743Z[ recovery-image] Mar 24 23:45:57.758 INFO O| Mar 24 23:45:57.758 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-03-24T23:45:57.749Z[ recovery-image] Mar 24 23:45:57.766 INFO O| Mar 24 23:45:57.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62112026-03-24T23:45:57.749Z[ recovery-image] Mar 24 23:45:57.766 INFO O| Mar 24 23:45:57.766 INFO STEP 481 (remove_files) COMPLETE
62122026-03-24T23:45:57.752Z[ recovery-image] Mar 24 23:45:57.766 INFO O| Mar 24 23:45:57.766 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-03-24T23:45:57.757Z[ recovery-image] Mar 24 23:45:57.774 INFO O| Mar 24 23:45:57.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62142026-03-24T23:45:57.760Z[ recovery-image] Mar 24 23:45:57.774 INFO O| Mar 24 23:45:57.774 INFO STEP 482 (remove_files) COMPLETE
62152026-03-24T23:45:57.760Z[ recovery-image] Mar 24 23:45:57.774 INFO O| Mar 24 23:45:57.774 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-03-24T23:45:57.764Z[ recovery-image] Mar 24 23:45:57.782 INFO O| Mar 24 23:45:57.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62172026-03-24T23:45:57.767Z[ recovery-image] Mar 24 23:45:57.782 INFO O| Mar 24 23:45:57.782 INFO STEP 483 (remove_files) COMPLETE
62182026-03-24T23:45:57.767Z[ recovery-image] Mar 24 23:45:57.782 INFO O| Mar 24 23:45:57.782 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-03-24T23:45:57.773Z[ recovery-image] Mar 24 23:45:57.790 INFO O| Mar 24 23:45:57.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62202026-03-24T23:45:57.773Z[ recovery-image] Mar 24 23:45:57.790 INFO O| Mar 24 23:45:57.790 INFO STEP 484 (remove_files) COMPLETE
62212026-03-24T23:45:57.776Z[ recovery-image] Mar 24 23:45:57.790 INFO O| Mar 24 23:45:57.790 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-03-24T23:45:57.781Z[ recovery-image] Mar 24 23:45:57.798 INFO O| Mar 24 23:45:57.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62232026-03-24T23:45:57.784Z[ recovery-image] Mar 24 23:45:57.798 INFO O| Mar 24 23:45:57.798 INFO STEP 485 (remove_files) COMPLETE
62242026-03-24T23:45:57.784Z[ recovery-image] Mar 24 23:45:57.798 INFO O| Mar 24 23:45:57.798 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-03-24T23:45:57.788Z[ recovery-image] Mar 24 23:45:57.805 INFO O| Mar 24 23:45:57.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62262026-03-24T23:45:57.791Z[ recovery-image] Mar 24 23:45:57.805 INFO O| Mar 24 23:45:57.805 INFO STEP 486 (remove_files) COMPLETE
62272026-03-24T23:45:57.791Z[ recovery-image] Mar 24 23:45:57.805 INFO O| Mar 24 23:45:57.805 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-03-24T23:45:57.797Z[ recovery-image] Mar 24 23:45:57.814 INFO O| Mar 24 23:45:57.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62292026-03-24T23:45:57.800Z[ recovery-image] Mar 24 23:45:57.814 INFO O| Mar 24 23:45:57.814 INFO STEP 487 (remove_files) COMPLETE
62302026-03-24T23:45:57.800Z[ recovery-image] Mar 24 23:45:57.814 INFO O| Mar 24 23:45:57.814 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-03-24T23:45:57.805Z[ recovery-image] Mar 24 23:45:57.822 INFO O| Mar 24 23:45:57.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62322026-03-24T23:45:57.807Z[ recovery-image] Mar 24 23:45:57.822 INFO O| Mar 24 23:45:57.822 INFO STEP 488 (remove_files) COMPLETE
62332026-03-24T23:45:57.807Z[ recovery-image] Mar 24 23:45:57.822 INFO O| Mar 24 23:45:57.822 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-03-24T23:45:57.813Z[ recovery-image] Mar 24 23:45:57.831 INFO O| Mar 24 23:45:57.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62352026-03-24T23:45:57.816Z[ recovery-image] Mar 24 23:45:57.831 INFO O| Mar 24 23:45:57.831 INFO STEP 489 (remove_files) COMPLETE
62362026-03-24T23:45:57.816Z[ recovery-image] Mar 24 23:45:57.831 INFO O| Mar 24 23:45:57.831 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-03-24T23:45:57.822Z[ recovery-image] Mar 24 23:45:57.839 INFO O| Mar 24 23:45:57.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62382026-03-24T23:45:57.822Z[ recovery-image] Mar 24 23:45:57.839 INFO O| Mar 24 23:45:57.839 INFO STEP 490 (remove_files) COMPLETE
62392026-03-24T23:45:57.825Z[ recovery-image] Mar 24 23:45:57.839 INFO O| Mar 24 23:45:57.839 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-03-24T23:45:57.830Z[ recovery-image] Mar 24 23:45:57.847 INFO O| Mar 24 23:45:57.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62412026-03-24T23:45:57.833Z[ recovery-image] Mar 24 23:45:57.847 INFO O| Mar 24 23:45:57.847 INFO STEP 491 (remove_files) COMPLETE
62422026-03-24T23:45:57.833Z[ recovery-image] Mar 24 23:45:57.847 INFO O| Mar 24 23:45:57.847 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-03-24T23:45:57.837Z[ recovery-image] Mar 24 23:45:57.855 INFO O| Mar 24 23:45:57.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62442026-03-24T23:45:57.837Z[ recovery-image] Mar 24 23:45:57.855 INFO O| Mar 24 23:45:57.855 INFO STEP 492 (remove_files) COMPLETE
62452026-03-24T23:45:57.837Z[ recovery-image] Mar 24 23:45:57.855 INFO O| Mar 24 23:45:57.855 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-03-24T23:45:57.845Z[ recovery-image] Mar 24 23:45:57.862 INFO O| Mar 24 23:45:57.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62472026-03-24T23:45:57.847Z[ recovery-image] Mar 24 23:45:57.862 INFO O| Mar 24 23:45:57.862 INFO STEP 493 (remove_files) COMPLETE
62482026-03-24T23:45:57.848Z[ recovery-image] Mar 24 23:45:57.862 INFO O| Mar 24 23:45:57.862 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-03-24T23:45:57.852Z[ recovery-image] Mar 24 23:45:57.870 INFO O| Mar 24 23:45:57.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62502026-03-24T23:45:57.852Z[ recovery-image] Mar 24 23:45:57.870 INFO O| Mar 24 23:45:57.870 INFO STEP 494 (remove_files) COMPLETE
62512026-03-24T23:45:57.852Z[ recovery-image] Mar 24 23:45:57.870 INFO O| Mar 24 23:45:57.870 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-03-24T23:45:57.860Z[ recovery-image] Mar 24 23:45:57.877 INFO O| Mar 24 23:45:57.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62532026-03-24T23:45:57.862Z[ recovery-image] Mar 24 23:45:57.877 INFO O| Mar 24 23:45:57.877 INFO STEP 495 (remove_files) COMPLETE
62542026-03-24T23:45:57.862Z[ recovery-image] Mar 24 23:45:57.877 INFO O| Mar 24 23:45:57.877 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-03-24T23:45:57.867Z[ recovery-image] Mar 24 23:45:57.885 INFO O| Mar 24 23:45:57.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62562026-03-24T23:45:57.870Z[ recovery-image] Mar 24 23:45:57.885 INFO O| Mar 24 23:45:57.885 INFO STEP 496 (remove_files) COMPLETE
62572026-03-24T23:45:57.870Z[ recovery-image] Mar 24 23:45:57.885 INFO O| Mar 24 23:45:57.885 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-03-24T23:45:57.876Z[ recovery-image] Mar 24 23:45:57.894 INFO O| Mar 24 23:45:57.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62592026-03-24T23:45:57.879Z[ recovery-image] Mar 24 23:45:57.894 INFO O| Mar 24 23:45:57.894 INFO STEP 497 (remove_files) COMPLETE
62602026-03-24T23:45:57.879Z[ recovery-image] Mar 24 23:45:57.894 INFO O| Mar 24 23:45:57.894 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-03-24T23:45:57.884Z[ recovery-image] Mar 24 23:45:57.902 INFO O| Mar 24 23:45:57.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62622026-03-24T23:45:57.884Z[ recovery-image] Mar 24 23:45:57.902 INFO O| Mar 24 23:45:57.902 INFO STEP 498 (remove_files) COMPLETE
62632026-03-24T23:45:57.887Z[ recovery-image] Mar 24 23:45:57.902 INFO O| Mar 24 23:45:57.902 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-03-24T23:45:57.892Z[ recovery-image] Mar 24 23:45:57.909 INFO O| Mar 24 23:45:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62652026-03-24T23:45:57.897Z[ recovery-image] Mar 24 23:45:57.910 INFO O| Mar 24 23:45:57.910 INFO STEP 499 (remove_files) COMPLETE
62662026-03-24T23:45:57.897Z[ recovery-image] Mar 24 23:45:57.910 INFO O| Mar 24 23:45:57.910 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-03-24T23:45:57.900Z[ recovery-image] Mar 24 23:45:57.917 INFO O| Mar 24 23:45:57.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62682026-03-24T23:45:57.903Z[ recovery-image] Mar 24 23:45:57.917 INFO O| Mar 24 23:45:57.917 INFO STEP 500 (remove_files) COMPLETE
62692026-03-24T23:45:57.903Z[ recovery-image] Mar 24 23:45:57.917 INFO O| Mar 24 23:45:57.917 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-03-24T23:45:57.907Z[ recovery-image] Mar 24 23:45:57.925 INFO O| Mar 24 23:45:57.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62712026-03-24T23:45:57.910Z[ recovery-image] Mar 24 23:45:57.925 INFO O| Mar 24 23:45:57.925 INFO STEP 501 (remove_files) COMPLETE
62722026-03-24T23:45:57.910Z[ recovery-image] Mar 24 23:45:57.925 INFO O| Mar 24 23:45:57.925 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-03-24T23:45:57.916Z[ recovery-image] Mar 24 23:45:57.934 INFO O| Mar 24 23:45:57.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62742026-03-24T23:45:57.919Z[ recovery-image] Mar 24 23:45:57.934 INFO O| Mar 24 23:45:57.934 INFO STEP 502 (remove_files) COMPLETE
62752026-03-24T23:45:57.919Z[ recovery-image] Mar 24 23:45:57.934 INFO O| Mar 24 23:45:57.934 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-03-24T23:45:57.924Z[ recovery-image] Mar 24 23:45:57.942 INFO O| Mar 24 23:45:57.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62772026-03-24T23:45:57.927Z[ recovery-image] Mar 24 23:45:57.942 INFO O| Mar 24 23:45:57.942 INFO STEP 503 (remove_files) COMPLETE
62782026-03-24T23:45:57.927Z[ recovery-image] Mar 24 23:45:57.942 INFO O| Mar 24 23:45:57.942 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-03-24T23:45:57.933Z[ recovery-image] Mar 24 23:45:57.950 INFO O| Mar 24 23:45:57.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62802026-03-24T23:45:57.933Z[ recovery-image] Mar 24 23:45:57.950 INFO O| Mar 24 23:45:57.950 INFO STEP 504 (remove_files) COMPLETE
62812026-03-24T23:45:57.933Z[ recovery-image] Mar 24 23:45:57.950 INFO O| Mar 24 23:45:57.950 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-03-24T23:45:57.935Z[ host-image] Mar 24 23:45:57.952 INFO O| Mar 24 23:45:57.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62832026-03-24T23:45:57.942Z[ recovery-image] Mar 24 23:45:57.958 INFO O| Mar 24 23:45:57.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62842026-03-24T23:45:57.945Z[ recovery-image] Mar 24 23:45:57.958 INFO O| Mar 24 23:45:57.958 INFO STEP 505 (remove_files) COMPLETE
62852026-03-24T23:45:57.945Z[ recovery-image] Mar 24 23:45:57.958 INFO O| Mar 24 23:45:57.958 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862026-03-24T23:45:57.949Z[ recovery-image] Mar 24 23:45:57.964 INFO O| Mar 24 23:45:57.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62872026-03-24T23:45:57.949Z[ recovery-image] Mar 24 23:45:57.965 INFO O| Mar 24 23:45:57.965 INFO STEP 506 (remove_files) COMPLETE
62882026-03-24T23:45:57.949Z[ recovery-image] Mar 24 23:45:57.965 INFO O| Mar 24 23:45:57.965 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892026-03-24T23:45:57.955Z[ recovery-image] Mar 24 23:45:57.973 INFO O| Mar 24 23:45:57.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62902026-03-24T23:45:57.958Z[ recovery-image] Mar 24 23:45:57.973 INFO O| Mar 24 23:45:57.973 INFO STEP 507 (remove_files) COMPLETE
62912026-03-24T23:45:57.958Z[ recovery-image] Mar 24 23:45:57.973 INFO O| Mar 24 23:45:57.973 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922026-03-24T23:45:57.962Z[ recovery-image] Mar 24 23:45:57.979 INFO O| Mar 24 23:45:57.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62932026-03-24T23:45:57.965Z[ recovery-image] Mar 24 23:45:57.979 INFO O| Mar 24 23:45:57.979 INFO STEP 508 (remove_files) COMPLETE
62942026-03-24T23:45:57.965Z[ recovery-image] Mar 24 23:45:57.979 INFO O| Mar 24 23:45:57.979 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952026-03-24T23:45:57.970Z[ recovery-image] Mar 24 23:45:57.988 INFO O| Mar 24 23:45:57.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62962026-03-24T23:45:57.973Z[ recovery-image] Mar 24 23:45:57.988 INFO O| Mar 24 23:45:57.988 INFO STEP 509 (remove_files) COMPLETE
62972026-03-24T23:45:57.973Z[ recovery-image] Mar 24 23:45:57.988 INFO O| Mar 24 23:45:57.988 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982026-03-24T23:45:57.978Z[ recovery-image] Mar 24 23:45:57.995 INFO O| Mar 24 23:45:57.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62992026-03-24T23:45:57.978Z[ recovery-image] Mar 24 23:45:57.995 INFO O| Mar 24 23:45:57.995 INFO STEP 510 (remove_files) COMPLETE
63002026-03-24T23:45:57.978Z[ recovery-image] Mar 24 23:45:57.995 INFO O| Mar 24 23:45:57.995 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012026-03-24T23:45:57.985Z[ recovery-image] Mar 24 23:45:58.003 INFO O| Mar 24 23:45:58.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63022026-03-24T23:45:57.988Z[ recovery-image] Mar 24 23:45:58.003 INFO O| Mar 24 23:45:58.003 INFO STEP 511 (remove_files) COMPLETE
63032026-03-24T23:45:57.988Z[ recovery-image] Mar 24 23:45:58.003 INFO O| Mar 24 23:45:58.003 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042026-03-24T23:45:57.993Z[ recovery-image] Mar 24 23:45:58.011 INFO O| Mar 24 23:45:58.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63052026-03-24T23:45:57.996Z[ recovery-image] Mar 24 23:45:58.011 INFO O| Mar 24 23:45:58.011 INFO STEP 512 (remove_files) COMPLETE
63062026-03-24T23:45:57.996Z[ recovery-image] Mar 24 23:45:58.011 INFO O| Mar 24 23:45:58.011 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072026-03-24T23:45:58.002Z[ recovery-image] Mar 24 23:45:58.019 INFO O| Mar 24 23:45:58.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63082026-03-24T23:45:58.015Z[ recovery-image] Mar 24 23:45:58.019 INFO O| Mar 24 23:45:58.019 INFO STEP 513 (remove_files) COMPLETE
63092026-03-24T23:45:58.015Z[ recovery-image] Mar 24 23:45:58.019 INFO O| Mar 24 23:45:58.019 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102026-03-24T23:45:58.015Z[ recovery-image] Mar 24 23:45:58.027 INFO O| Mar 24 23:45:58.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63112026-03-24T23:45:58.015Z[ recovery-image] Mar 24 23:45:58.028 INFO O| Mar 24 23:45:58.028 INFO STEP 514 (remove_files) COMPLETE
63122026-03-24T23:45:58.015Z[ recovery-image] Mar 24 23:45:58.028 INFO O| Mar 24 23:45:58.028 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132026-03-24T23:45:58.019Z[ recovery-image] Mar 24 23:45:58.035 INFO O| Mar 24 23:45:58.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63142026-03-24T23:45:58.019Z[ recovery-image] Mar 24 23:45:58.035 INFO O| Mar 24 23:45:58.035 INFO STEP 515 (remove_files) COMPLETE
63152026-03-24T23:45:58.019Z[ recovery-image] Mar 24 23:45:58.035 INFO O| Mar 24 23:45:58.035 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162026-03-24T23:45:58.025Z[ recovery-image] Mar 24 23:45:58.042 INFO O| Mar 24 23:45:58.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63172026-03-24T23:45:58.025Z[ recovery-image] Mar 24 23:45:58.042 INFO O| Mar 24 23:45:58.042 INFO STEP 516 (remove_files) COMPLETE
63182026-03-24T23:45:58.027Z[ recovery-image] Mar 24 23:45:58.042 INFO O| Mar 24 23:45:58.042 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192026-03-24T23:45:58.032Z[ recovery-image] Mar 24 23:45:58.050 INFO O| Mar 24 23:45:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63202026-03-24T23:45:58.035Z[ recovery-image] Mar 24 23:45:58.050 INFO O| Mar 24 23:45:58.050 INFO STEP 517 (remove_files) COMPLETE
63212026-03-24T23:45:58.035Z[ recovery-image] Mar 24 23:45:58.050 INFO O| Mar 24 23:45:58.050 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222026-03-24T23:45:58.039Z[ recovery-image] Mar 24 23:45:58.057 INFO O| Mar 24 23:45:58.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63232026-03-24T23:45:58.039Z[ recovery-image] Mar 24 23:45:58.057 INFO O| Mar 24 23:45:58.057 INFO STEP 518 (remove_files) COMPLETE
63242026-03-24T23:45:58.042Z[ recovery-image] Mar 24 23:45:58.057 INFO O| Mar 24 23:45:58.057 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252026-03-24T23:45:58.048Z[ recovery-image] Mar 24 23:45:58.066 INFO O| Mar 24 23:45:58.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63262026-03-24T23:45:58.051Z[ recovery-image] Mar 24 23:45:58.066 INFO O| Mar 24 23:45:58.066 INFO STEP 519 (remove_files) COMPLETE
63272026-03-24T23:45:58.051Z[ recovery-image] Mar 24 23:45:58.066 INFO O| Mar 24 23:45:58.066 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282026-03-24T23:45:58.057Z[ recovery-image] Mar 24 23:45:58.074 INFO O| Mar 24 23:45:58.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63292026-03-24T23:45:58.060Z[ recovery-image] Mar 24 23:45:58.074 INFO O| Mar 24 23:45:58.074 INFO STEP 520 (remove_files) COMPLETE
63302026-03-24T23:45:58.060Z[ recovery-image] Mar 24 23:45:58.074 INFO O| Mar 24 23:45:58.074 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312026-03-24T23:45:58.065Z[ recovery-image] Mar 24 23:45:58.083 INFO O| Mar 24 23:45:58.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63322026-03-24T23:45:58.068Z[ recovery-image] Mar 24 23:45:58.084 INFO O| Mar 24 23:45:58.084 INFO STEP 521 (remove_files) COMPLETE
63332026-03-24T23:45:58.068Z[ recovery-image] Mar 24 23:45:58.084 INFO O| Mar 24 23:45:58.084 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342026-03-24T23:45:58.075Z[ recovery-image] Mar 24 23:45:58.092 INFO O| Mar 24 23:45:58.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63352026-03-24T23:45:58.077Z[ recovery-image] Mar 24 23:45:58.093 INFO O| Mar 24 23:45:58.093 INFO STEP 522 (remove_files) COMPLETE
63362026-03-24T23:45:58.077Z[ recovery-image] Mar 24 23:45:58.093 INFO O| Mar 24 23:45:58.093 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-03-24T23:45:58.083Z[ recovery-image] Mar 24 23:45:58.101 INFO O| Mar 24 23:45:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63382026-03-24T23:45:58.083Z[ recovery-image] Mar 24 23:45:58.101 INFO O| Mar 24 23:45:58.101 INFO STEP 523 (remove_files) COMPLETE
63392026-03-24T23:45:58.086Z[ recovery-image] Mar 24 23:45:58.101 INFO O| Mar 24 23:45:58.101 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-03-24T23:45:58.090Z[ recovery-image] Mar 24 23:45:58.107 INFO O| Mar 24 23:45:58.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63412026-03-24T23:45:58.093Z[ recovery-image] Mar 24 23:45:58.107 INFO O| Mar 24 23:45:58.107 INFO STEP 524 (remove_files) COMPLETE
63422026-03-24T23:45:58.093Z[ recovery-image] Mar 24 23:45:58.107 INFO O| Mar 24 23:45:58.107 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-03-24T23:45:58.098Z[ recovery-image] Mar 24 23:45:58.115 INFO O| Mar 24 23:45:58.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63442026-03-24T23:45:58.098Z[ recovery-image] Mar 24 23:45:58.115 INFO O| Mar 24 23:45:58.115 INFO STEP 525 (remove_files) COMPLETE
63452026-03-24T23:45:58.101Z[ recovery-image] Mar 24 23:45:58.115 INFO O| Mar 24 23:45:58.115 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-03-24T23:45:58.106Z[ recovery-image] Mar 24 23:45:58.124 INFO O| Mar 24 23:45:58.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63472026-03-24T23:45:58.106Z[ recovery-image] Mar 24 23:45:58.124 INFO O| Mar 24 23:45:58.124 INFO STEP 526 (remove_files) COMPLETE
63482026-03-24T23:45:58.109Z[ recovery-image] Mar 24 23:45:58.124 INFO O| Mar 24 23:45:58.124 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-03-24T23:45:58.114Z[ recovery-image] Mar 24 23:45:58.131 INFO O| Mar 24 23:45:58.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63502026-03-24T23:45:58.114Z[ recovery-image] Mar 24 23:45:58.131 INFO O| Mar 24 23:45:58.131 INFO STEP 527 (remove_files) COMPLETE
63512026-03-24T23:45:58.114Z[ recovery-image] Mar 24 23:45:58.131 INFO O| Mar 24 23:45:58.131 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-03-24T23:45:58.121Z[ recovery-image] Mar 24 23:45:58.138 INFO O| Mar 24 23:45:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63532026-03-24T23:45:58.121Z[ recovery-image] Mar 24 23:45:58.139 INFO O| Mar 24 23:45:58.139 INFO STEP 528 (remove_files) COMPLETE
63542026-03-24T23:45:58.124Z[ recovery-image] Mar 24 23:45:58.139 INFO O| Mar 24 23:45:58.139 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-03-24T23:45:58.129Z[ recovery-image] Mar 24 23:45:58.146 INFO O| Mar 24 23:45:58.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63562026-03-24T23:45:58.132Z[ recovery-image] Mar 24 23:45:58.147 INFO O| Mar 24 23:45:58.147 INFO STEP 529 (remove_files) COMPLETE
63572026-03-24T23:45:58.132Z[ recovery-image] Mar 24 23:45:58.147 INFO O| Mar 24 23:45:58.147 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-03-24T23:45:58.138Z[ recovery-image] Mar 24 23:45:58.155 INFO O| Mar 24 23:45:58.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63592026-03-24T23:45:58.138Z[ recovery-image] Mar 24 23:45:58.155 INFO O| Mar 24 23:45:58.155 INFO STEP 530 (remove_files) COMPLETE
63602026-03-24T23:45:58.140Z[ recovery-image] Mar 24 23:45:58.155 INFO O| Mar 24 23:45:58.155 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-03-24T23:45:58.145Z[ recovery-image] Mar 24 23:45:58.163 INFO O| Mar 24 23:45:58.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63622026-03-24T23:45:58.148Z[ recovery-image] Mar 24 23:45:58.163 INFO O| Mar 24 23:45:58.163 INFO STEP 531 (remove_files) COMPLETE
63632026-03-24T23:45:58.148Z[ recovery-image] Mar 24 23:45:58.163 INFO O| Mar 24 23:45:58.163 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-03-24T23:45:58.154Z[ recovery-image] Mar 24 23:45:58.171 INFO O| Mar 24 23:45:58.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63652026-03-24T23:45:58.154Z[ recovery-image] Mar 24 23:45:58.171 INFO O| Mar 24 23:45:58.171 INFO STEP 532 (remove_files) COMPLETE
63662026-03-24T23:45:58.157Z[ recovery-image] Mar 24 23:45:58.171 INFO O| Mar 24 23:45:58.171 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-03-24T23:45:58.163Z[ recovery-image] Mar 24 23:45:58.179 INFO O| Mar 24 23:45:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63682026-03-24T23:45:58.163Z[ recovery-image] Mar 24 23:45:58.179 INFO O| Mar 24 23:45:58.179 INFO STEP 533 (remove_files) COMPLETE
63692026-03-24T23:45:58.166Z[ recovery-image] Mar 24 23:45:58.179 INFO O| Mar 24 23:45:58.179 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-03-24T23:45:58.169Z[ recovery-image] Mar 24 23:45:58.186 INFO O| Mar 24 23:45:58.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63712026-03-24T23:45:58.169Z[ recovery-image] Mar 24 23:45:58.186 INFO O| Mar 24 23:45:58.186 INFO STEP 534 (remove_files) COMPLETE
63722026-03-24T23:45:58.169Z[ recovery-image] Mar 24 23:45:58.186 INFO O| Mar 24 23:45:58.186 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-03-24T23:45:58.175Z[ recovery-image] Mar 24 23:45:58.193 INFO O| Mar 24 23:45:58.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63742026-03-24T23:45:58.178Z[ recovery-image] Mar 24 23:45:58.193 INFO O| Mar 24 23:45:58.193 INFO STEP 535 (remove_files) COMPLETE
63752026-03-24T23:45:58.178Z[ recovery-image] Mar 24 23:45:58.193 INFO O| Mar 24 23:45:58.193 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-03-24T23:45:58.184Z[ recovery-image] Mar 24 23:45:58.202 INFO O| Mar 24 23:45:58.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63772026-03-24T23:45:58.185Z[ recovery-image] Mar 24 23:45:58.202 INFO O| Mar 24 23:45:58.202 INFO STEP 536 (remove_files) COMPLETE
63782026-03-24T23:45:58.187Z[ recovery-image] Mar 24 23:45:58.202 INFO O| Mar 24 23:45:58.202 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-03-24T23:45:58.191Z[ recovery-image] Mar 24 23:45:58.209 INFO O| Mar 24 23:45:58.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63802026-03-24T23:45:58.194Z[ recovery-image] Mar 24 23:45:58.209 INFO O| Mar 24 23:45:58.209 INFO STEP 537 (remove_files) COMPLETE
63812026-03-24T23:45:58.194Z[ recovery-image] Mar 24 23:45:58.209 INFO O| Mar 24 23:45:58.209 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-03-24T23:45:58.198Z[ recovery-image] Mar 24 23:45:58.216 INFO O| Mar 24 23:45:58.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63832026-03-24T23:45:58.202Z[ recovery-image] Mar 24 23:45:58.216 INFO O| Mar 24 23:45:58.216 INFO STEP 538 (remove_files) COMPLETE
63842026-03-24T23:45:58.202Z[ recovery-image] Mar 24 23:45:58.216 INFO O| Mar 24 23:45:58.216 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-03-24T23:45:58.205Z[ recovery-image] Mar 24 23:45:58.222 INFO O| Mar 24 23:45:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63862026-03-24T23:45:58.205Z[ recovery-image] Mar 24 23:45:58.222 INFO O| Mar 24 23:45:58.222 INFO STEP 539 (remove_files) COMPLETE
63872026-03-24T23:45:58.208Z[ recovery-image] Mar 24 23:45:58.222 INFO O| Mar 24 23:45:58.222 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-03-24T23:45:58.212Z[ recovery-image] Mar 24 23:45:58.229 INFO O| Mar 24 23:45:58.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63892026-03-24T23:45:58.215Z[ recovery-image] Mar 24 23:45:58.230 INFO O| Mar 24 23:45:58.229 INFO STEP 540 (remove_files) COMPLETE
63902026-03-24T23:45:58.215Z[ recovery-image] Mar 24 23:45:58.230 INFO O| Mar 24 23:45:58.229 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-03-24T23:45:58.219Z[ recovery-image] Mar 24 23:45:58.237 INFO O| Mar 24 23:45:58.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
63922026-03-24T23:45:58.219Z[ recovery-image] Mar 24 23:45:58.237 INFO O| Mar 24 23:45:58.237 INFO STEP 541 (remove_files) COMPLETE
63932026-03-24T23:45:58.222Z[ recovery-image] Mar 24 23:45:58.237 INFO O| Mar 24 23:45:58.237 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-03-24T23:45:58.227Z[ recovery-image] Mar 24 23:45:58.244 INFO O| Mar 24 23:45:58.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
63952026-03-24T23:45:58.230Z[ recovery-image] Mar 24 23:45:58.244 INFO O| Mar 24 23:45:58.244 INFO STEP 542 (remove_files) COMPLETE
63962026-03-24T23:45:58.230Z[ recovery-image] Mar 24 23:45:58.244 INFO O| Mar 24 23:45:58.244 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-03-24T23:45:58.234Z[ recovery-image] Mar 24 23:45:58.252 INFO O| Mar 24 23:45:58.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
63982026-03-24T23:45:58.234Z[ recovery-image] Mar 24 23:45:58.252 INFO O| Mar 24 23:45:58.252 INFO STEP 543 (remove_files) COMPLETE
63992026-03-24T23:45:58.237Z[ recovery-image] Mar 24 23:45:58.252 INFO O| Mar 24 23:45:58.252 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-03-24T23:45:58.242Z[ recovery-image] Mar 24 23:45:58.259 INFO O| Mar 24 23:45:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64012026-03-24T23:45:58.242Z[ recovery-image] Mar 24 23:45:58.259 INFO O| Mar 24 23:45:58.259 INFO STEP 544 (remove_files) COMPLETE
64022026-03-24T23:45:58.244Z[ recovery-image] Mar 24 23:45:58.259 INFO O| Mar 24 23:45:58.259 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-03-24T23:45:58.249Z[ recovery-image] Mar 24 23:45:58.267 INFO O| Mar 24 23:45:58.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64042026-03-24T23:45:58.249Z[ recovery-image] Mar 24 23:45:58.267 INFO O| Mar 24 23:45:58.267 INFO STEP 545 (remove_files) COMPLETE
64052026-03-24T23:45:58.252Z[ recovery-image] Mar 24 23:45:58.267 INFO O| Mar 24 23:45:58.267 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-03-24T23:45:58.259Z[ recovery-image] Mar 24 23:45:58.277 INFO O| Mar 24 23:45:58.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64072026-03-24T23:45:58.262Z[ recovery-image] Mar 24 23:45:58.277 INFO O| Mar 24 23:45:58.277 INFO STEP 546 (remove_files) COMPLETE
64082026-03-24T23:45:58.262Z[ recovery-image] Mar 24 23:45:58.277 INFO O| Mar 24 23:45:58.277 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-03-24T23:45:58.266Z[ recovery-image] Mar 24 23:45:58.284 INFO O| Mar 24 23:45:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64102026-03-24T23:45:58.267Z[ recovery-image] Mar 24 23:45:58.284 INFO O| Mar 24 23:45:58.284 INFO STEP 547 (remove_files) COMPLETE
64112026-03-24T23:45:58.269Z[ recovery-image] Mar 24 23:45:58.284 INFO O| Mar 24 23:45:58.284 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-03-24T23:45:58.276Z[ recovery-image] Mar 24 23:45:58.293 INFO O| Mar 24 23:45:58.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64132026-03-24T23:45:58.276Z[ recovery-image] Mar 24 23:45:58.293 INFO O| Mar 24 23:45:58.293 INFO STEP 548 (remove_files) COMPLETE
64142026-03-24T23:45:58.278Z[ recovery-image] Mar 24 23:45:58.293 INFO O| Mar 24 23:45:58.293 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-03-24T23:45:58.282Z[ recovery-image] Mar 24 23:45:58.300 INFO O| Mar 24 23:45:58.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64162026-03-24T23:45:58.285Z[ recovery-image] Mar 24 23:45:58.300 INFO O| Mar 24 23:45:58.300 INFO STEP 549 (remove_files) COMPLETE
64172026-03-24T23:45:58.285Z[ recovery-image] Mar 24 23:45:58.300 INFO O| Mar 24 23:45:58.300 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-03-24T23:45:58.290Z[ recovery-image] Mar 24 23:45:58.307 INFO O| Mar 24 23:45:58.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64192026-03-24T23:45:58.292Z[ recovery-image] Mar 24 23:45:58.307 INFO O| Mar 24 23:45:58.307 INFO STEP 550 (remove_files) COMPLETE
64202026-03-24T23:45:58.292Z[ recovery-image] Mar 24 23:45:58.307 INFO O| Mar 24 23:45:58.307 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-03-24T23:45:58.296Z[ recovery-image] Mar 24 23:45:58.314 INFO O| Mar 24 23:45:58.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64222026-03-24T23:45:58.299Z[ recovery-image] Mar 24 23:45:58.314 INFO O| Mar 24 23:45:58.314 INFO STEP 551 (remove_files) COMPLETE
64232026-03-24T23:45:58.299Z[ recovery-image] Mar 24 23:45:58.314 INFO O| Mar 24 23:45:58.314 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-03-24T23:45:58.303Z[ recovery-image] Mar 24 23:45:58.321 INFO O| Mar 24 23:45:58.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64252026-03-24T23:45:58.306Z[ recovery-image] Mar 24 23:45:58.321 INFO O| Mar 24 23:45:58.321 INFO STEP 552 (remove_files) COMPLETE
64262026-03-24T23:45:58.306Z[ recovery-image] Mar 24 23:45:58.321 INFO O| Mar 24 23:45:58.321 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-03-24T23:45:58.310Z[ recovery-image] Mar 24 23:45:58.327 INFO O| Mar 24 23:45:58.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64282026-03-24T23:45:58.312Z[ recovery-image] Mar 24 23:45:58.327 INFO O| Mar 24 23:45:58.327 INFO STEP 553 (remove_files) COMPLETE
64292026-03-24T23:45:58.312Z[ recovery-image] Mar 24 23:45:58.327 INFO O| Mar 24 23:45:58.327 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-03-24T23:45:58.316Z[ recovery-image] Mar 24 23:45:58.334 INFO O| Mar 24 23:45:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64312026-03-24T23:45:58.316Z[ recovery-image] Mar 24 23:45:58.334 INFO O| Mar 24 23:45:58.334 INFO STEP 554 (remove_files) COMPLETE
64322026-03-24T23:45:58.317Z[ recovery-image] Mar 24 23:45:58.334 INFO O| Mar 24 23:45:58.334 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-03-24T23:45:58.324Z[ recovery-image] Mar 24 23:45:58.341 INFO O| Mar 24 23:45:58.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64342026-03-24T23:45:58.327Z[ recovery-image] Mar 24 23:45:58.341 INFO O| Mar 24 23:45:58.341 INFO STEP 555 (remove_files) COMPLETE
64352026-03-24T23:45:58.327Z[ recovery-image] Mar 24 23:45:58.341 INFO O| Mar 24 23:45:58.341 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-03-24T23:45:58.330Z[ recovery-image] Mar 24 23:45:58.348 INFO O| Mar 24 23:45:58.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64372026-03-24T23:45:58.333Z[ recovery-image] Mar 24 23:45:58.348 INFO O| Mar 24 23:45:58.348 INFO STEP 556 (remove_files) COMPLETE
64382026-03-24T23:45:58.333Z[ recovery-image] Mar 24 23:45:58.348 INFO O| Mar 24 23:45:58.348 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-03-24T23:45:58.337Z[ recovery-image] Mar 24 23:45:58.355 INFO O| Mar 24 23:45:58.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64402026-03-24T23:45:58.340Z[ recovery-image] Mar 24 23:45:58.355 INFO O| Mar 24 23:45:58.355 INFO STEP 557 (remove_files) COMPLETE
64412026-03-24T23:45:58.340Z[ recovery-image] Mar 24 23:45:58.355 INFO O| Mar 24 23:45:58.355 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-03-24T23:45:58.347Z[ recovery-image] Mar 24 23:45:58.364 INFO O| Mar 24 23:45:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64432026-03-24T23:45:58.349Z[ recovery-image] Mar 24 23:45:58.365 INFO O| Mar 24 23:45:58.365 INFO STEP 558 (remove_files) COMPLETE
64442026-03-24T23:45:58.349Z[ recovery-image] Mar 24 23:45:58.365 INFO O| Mar 24 23:45:58.365 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-03-24T23:45:58.355Z[ recovery-image] Mar 24 23:45:58.372 INFO O| Mar 24 23:45:58.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64462026-03-24T23:45:58.355Z[ recovery-image] Mar 24 23:45:58.373 INFO O| Mar 24 23:45:58.373 INFO STEP 559 (remove_files) COMPLETE
64472026-03-24T23:45:58.358Z[ recovery-image] Mar 24 23:45:58.373 INFO O| Mar 24 23:45:58.373 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-03-24T23:45:58.363Z[ recovery-image] Mar 24 23:45:58.380 INFO O| Mar 24 23:45:58.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64492026-03-24T23:45:58.366Z[ recovery-image] Mar 24 23:45:58.380 INFO O| Mar 24 23:45:58.380 INFO STEP 560 (remove_files) COMPLETE
64502026-03-24T23:45:58.366Z[ recovery-image] Mar 24 23:45:58.380 INFO O| Mar 24 23:45:58.380 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-03-24T23:45:58.370Z[ recovery-image] Mar 24 23:45:58.388 INFO O| Mar 24 23:45:58.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64522026-03-24T23:45:58.370Z[ recovery-image] Mar 24 23:45:58.388 INFO O| Mar 24 23:45:58.388 INFO STEP 561 (remove_files) COMPLETE
64532026-03-24T23:45:58.373Z[ recovery-image] Mar 24 23:45:58.388 INFO O| Mar 24 23:45:58.388 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-03-24T23:45:58.379Z[ recovery-image] Mar 24 23:45:58.397 INFO O| Mar 24 23:45:58.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64552026-03-24T23:45:58.382Z[ recovery-image] Mar 24 23:45:58.397 INFO O| Mar 24 23:45:58.397 INFO STEP 562 (remove_files) COMPLETE
64562026-03-24T23:45:58.382Z[ recovery-image] Mar 24 23:45:58.397 INFO O| Mar 24 23:45:58.397 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-03-24T23:45:58.387Z[ recovery-image] Mar 24 23:45:58.405 INFO O| Mar 24 23:45:58.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64582026-03-24T23:45:58.387Z[ recovery-image] Mar 24 23:45:58.405 INFO O| Mar 24 23:45:58.405 INFO STEP 563 (remove_files) COMPLETE
64592026-03-24T23:45:58.387Z[ recovery-image] Mar 24 23:45:58.405 INFO O| Mar 24 23:45:58.405 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-03-24T23:45:58.394Z[ recovery-image] Mar 24 23:45:58.412 INFO O| Mar 24 23:45:58.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64612026-03-24T23:45:58.397Z[ recovery-image] Mar 24 23:45:58.412 INFO O| Mar 24 23:45:58.412 INFO STEP 564 (remove_files) COMPLETE
64622026-03-24T23:45:58.397Z[ recovery-image] Mar 24 23:45:58.412 INFO O| Mar 24 23:45:58.412 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-03-24T23:45:58.403Z[ recovery-image] Mar 24 23:45:58.421 INFO O| Mar 24 23:45:58.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64642026-03-24T23:45:58.406Z[ recovery-image] Mar 24 23:45:58.421 INFO O| Mar 24 23:45:58.421 INFO STEP 565 (remove_files) COMPLETE
64652026-03-24T23:45:58.406Z[ recovery-image] Mar 24 23:45:58.421 INFO O| Mar 24 23:45:58.421 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-03-24T23:45:58.411Z[ recovery-image] Mar 24 23:45:58.429 INFO O| Mar 24 23:45:58.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64672026-03-24T23:45:58.411Z[ recovery-image] Mar 24 23:45:58.429 INFO O| Mar 24 23:45:58.429 INFO STEP 566 (remove_files) COMPLETE
64682026-03-24T23:45:58.411Z[ recovery-image] Mar 24 23:45:58.429 INFO O| Mar 24 23:45:58.429 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-03-24T23:45:58.418Z[ recovery-image] Mar 24 23:45:58.436 INFO O| Mar 24 23:45:58.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64702026-03-24T23:45:58.421Z[ recovery-image] Mar 24 23:45:58.436 INFO O| Mar 24 23:45:58.436 INFO STEP 567 (remove_files) COMPLETE
64712026-03-24T23:45:58.421Z[ recovery-image] Mar 24 23:45:58.436 INFO O| Mar 24 23:45:58.436 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-03-24T23:45:58.427Z[ recovery-image] Mar 24 23:45:58.444 INFO O| Mar 24 23:45:58.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64732026-03-24T23:45:58.427Z[ recovery-image] Mar 24 23:45:58.444 INFO O| Mar 24 23:45:58.444 INFO STEP 568 (remove_files) COMPLETE
64742026-03-24T23:45:58.427Z[ recovery-image] Mar 24 23:45:58.444 INFO O| Mar 24 23:45:58.444 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-03-24T23:45:58.434Z[ recovery-image] Mar 24 23:45:58.451 INFO O| Mar 24 23:45:58.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64762026-03-24T23:45:58.434Z[ recovery-image] Mar 24 23:45:58.451 INFO O| Mar 24 23:45:58.451 INFO STEP 569 (remove_files) COMPLETE
64772026-03-24T23:45:58.436Z[ recovery-image] Mar 24 23:45:58.451 INFO O| Mar 24 23:45:58.451 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-03-24T23:45:58.440Z[ recovery-image] Mar 24 23:45:58.458 INFO O| Mar 24 23:45:58.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64792026-03-24T23:45:58.443Z[ recovery-image] Mar 24 23:45:58.458 INFO O| Mar 24 23:45:58.458 INFO STEP 570 (remove_files) COMPLETE
64802026-03-24T23:45:58.443Z[ recovery-image] Mar 24 23:45:58.458 INFO O| Mar 24 23:45:58.458 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-03-24T23:45:58.447Z[ recovery-image] Mar 24 23:45:58.465 INFO O| Mar 24 23:45:58.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64822026-03-24T23:45:58.450Z[ recovery-image] Mar 24 23:45:58.465 INFO O| Mar 24 23:45:58.465 INFO STEP 571 (remove_files) COMPLETE
64832026-03-24T23:45:58.450Z[ recovery-image] Mar 24 23:45:58.465 INFO O| Mar 24 23:45:58.465 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-03-24T23:45:58.454Z[ recovery-image] Mar 24 23:45:58.472 INFO O| Mar 24 23:45:58.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64852026-03-24T23:45:58.457Z[ recovery-image] Mar 24 23:45:58.472 INFO O| Mar 24 23:45:58.472 INFO STEP 572 (remove_files) COMPLETE
64862026-03-24T23:45:58.457Z[ recovery-image] Mar 24 23:45:58.472 INFO O| Mar 24 23:45:58.472 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-03-24T23:45:58.460Z[ recovery-image] Mar 24 23:45:58.478 INFO O| Mar 24 23:45:58.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64882026-03-24T23:45:58.461Z[ recovery-image] Mar 24 23:45:58.478 INFO O| Mar 24 23:45:58.478 INFO STEP 573 (remove_files) COMPLETE
64892026-03-24T23:45:58.461Z[ recovery-image] Mar 24 23:45:58.478 INFO O| Mar 24 23:45:58.478 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-03-24T23:45:58.467Z[ recovery-image] Mar 24 23:45:58.485 INFO O| Mar 24 23:45:58.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64912026-03-24T23:45:58.467Z[ recovery-image] Mar 24 23:45:58.485 INFO O| Mar 24 23:45:58.485 INFO STEP 574 (remove_files) COMPLETE
64922026-03-24T23:45:58.467Z[ recovery-image] Mar 24 23:45:58.485 INFO O| Mar 24 23:45:58.485 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-03-24T23:45:58.474Z[ recovery-image] Mar 24 23:45:58.492 INFO O| Mar 24 23:45:58.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64942026-03-24T23:45:58.474Z[ recovery-image] Mar 24 23:45:58.492 INFO O| Mar 24 23:45:58.492 INFO STEP 575 (remove_files) COMPLETE
64952026-03-24T23:45:58.477Z[ recovery-image] Mar 24 23:45:58.492 INFO O| Mar 24 23:45:58.492 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-03-24T23:45:58.483Z[ recovery-image] Mar 24 23:45:58.501 INFO O| Mar 24 23:45:58.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
64972026-03-24T23:45:58.483Z[ recovery-image] Mar 24 23:45:58.501 INFO O| Mar 24 23:45:58.501 INFO STEP 576 (remove_files) COMPLETE
64982026-03-24T23:45:58.486Z[ recovery-image] Mar 24 23:45:58.501 INFO O| Mar 24 23:45:58.501 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-03-24T23:45:58.491Z[ recovery-image] Mar 24 23:45:58.509 INFO O| Mar 24 23:45:58.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65002026-03-24T23:45:58.491Z[ recovery-image] Mar 24 23:45:58.509 INFO O| Mar 24 23:45:58.509 INFO STEP 577 (remove_files) COMPLETE
65012026-03-24T23:45:58.494Z[ recovery-image] Mar 24 23:45:58.509 INFO O| Mar 24 23:45:58.509 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-03-24T23:45:58.499Z[ recovery-image] Mar 24 23:45:58.516 INFO O| Mar 24 23:45:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65032026-03-24T23:45:58.501Z[ recovery-image] Mar 24 23:45:58.516 INFO O| Mar 24 23:45:58.516 INFO STEP 578 (remove_files) COMPLETE
65042026-03-24T23:45:58.501Z[ recovery-image] Mar 24 23:45:58.516 INFO O| Mar 24 23:45:58.516 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-03-24T23:45:58.507Z[ recovery-image] Mar 24 23:45:58.525 INFO O| Mar 24 23:45:58.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65062026-03-24T23:45:58.510Z[ recovery-image] Mar 24 23:45:58.525 INFO O| Mar 24 23:45:58.525 INFO STEP 579 (remove_files) COMPLETE
65072026-03-24T23:45:58.510Z[ recovery-image] Mar 24 23:45:58.525 INFO O| Mar 24 23:45:58.525 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-03-24T23:45:58.514Z[ recovery-image] Mar 24 23:45:58.532 INFO O| Mar 24 23:45:58.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65092026-03-24T23:45:58.517Z[ recovery-image] Mar 24 23:45:58.532 INFO O| Mar 24 23:45:58.532 INFO STEP 580 (remove_files) COMPLETE
65102026-03-24T23:45:58.517Z[ recovery-image] Mar 24 23:45:58.532 INFO O| Mar 24 23:45:58.532 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-03-24T23:45:58.523Z[ recovery-image] Mar 24 23:45:58.541 INFO O| Mar 24 23:45:58.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65122026-03-24T23:45:58.526Z[ recovery-image] Mar 24 23:45:58.541 INFO O| Mar 24 23:45:58.541 INFO STEP 581 (remove_files) COMPLETE
65132026-03-24T23:45:58.526Z[ recovery-image] Mar 24 23:45:58.541 INFO O| Mar 24 23:45:58.541 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-03-24T23:45:58.531Z[ recovery-image] Mar 24 23:45:58.549 INFO O| Mar 24 23:45:58.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65152026-03-24T23:45:58.534Z[ recovery-image] Mar 24 23:45:58.549 INFO O| Mar 24 23:45:58.549 INFO STEP 582 (remove_files) COMPLETE
65162026-03-24T23:45:58.534Z[ recovery-image] Mar 24 23:45:58.549 INFO O| Mar 24 23:45:58.549 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-03-24T23:45:58.540Z[ recovery-image] Mar 24 23:45:58.558 INFO O| Mar 24 23:45:58.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65182026-03-24T23:45:58.540Z[ recovery-image] Mar 24 23:45:58.558 INFO O| Mar 24 23:45:58.558 INFO STEP 583 (remove_files) COMPLETE
65192026-03-24T23:45:58.543Z[ recovery-image] Mar 24 23:45:58.558 INFO O| Mar 24 23:45:58.558 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202026-03-24T23:45:58.547Z[ recovery-image] Mar 24 23:45:58.565 INFO O| Mar 24 23:45:58.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65212026-03-24T23:45:58.555Z[ recovery-image] Mar 24 23:45:58.565 INFO O| Mar 24 23:45:58.565 INFO STEP 584 (remove_files) COMPLETE
65222026-03-24T23:45:58.555Z[ recovery-image] Mar 24 23:45:58.565 INFO O| Mar 24 23:45:58.565 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232026-03-24T23:45:58.558Z[ recovery-image] Mar 24 23:45:58.573 INFO O| Mar 24 23:45:58.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65242026-03-24T23:45:58.558Z[ recovery-image] Mar 24 23:45:58.573 INFO O| Mar 24 23:45:58.573 INFO STEP 585 (remove_files) COMPLETE
65252026-03-24T23:45:58.558Z[ recovery-image] Mar 24 23:45:58.573 INFO O| Mar 24 23:45:58.573 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262026-03-24T23:45:58.562Z[ recovery-image] Mar 24 23:45:58.580 INFO O| Mar 24 23:45:58.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65272026-03-24T23:45:58.565Z[ recovery-image] Mar 24 23:45:58.580 INFO O| Mar 24 23:45:58.580 INFO STEP 586 (remove_files) COMPLETE
65282026-03-24T23:45:58.565Z[ recovery-image] Mar 24 23:45:58.580 INFO O| Mar 24 23:45:58.580 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292026-03-24T23:45:58.571Z[ recovery-image] Mar 24 23:45:58.589 INFO O| Mar 24 23:45:58.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65302026-03-24T23:45:58.571Z[ recovery-image] Mar 24 23:45:58.589 INFO O| Mar 24 23:45:58.589 INFO STEP 587 (remove_files) COMPLETE
65312026-03-24T23:45:58.574Z[ recovery-image] Mar 24 23:45:58.589 INFO O| Mar 24 23:45:58.589 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322026-03-24T23:45:58.578Z[ recovery-image] Mar 24 23:45:58.596 INFO O| Mar 24 23:45:58.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65332026-03-24T23:45:58.581Z[ recovery-image] Mar 24 23:45:58.596 INFO O| Mar 24 23:45:58.596 INFO STEP 588 (remove_files) COMPLETE
65342026-03-24T23:45:58.581Z[ recovery-image] Mar 24 23:45:58.596 INFO O| Mar 24 23:45:58.596 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352026-03-24T23:45:58.586Z[ recovery-image] Mar 24 23:45:58.604 INFO O| Mar 24 23:45:58.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65362026-03-24T23:45:58.586Z[ recovery-image] Mar 24 23:45:58.604 INFO O| Mar 24 23:45:58.604 INFO STEP 589 (remove_files) COMPLETE
65372026-03-24T23:45:58.586Z[ recovery-image] Mar 24 23:45:58.604 INFO O| Mar 24 23:45:58.604 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382026-03-24T23:45:58.594Z[ recovery-image] Mar 24 23:45:58.612 INFO O| Mar 24 23:45:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65392026-03-24T23:45:58.597Z[ recovery-image] Mar 24 23:45:58.612 INFO O| Mar 24 23:45:58.612 INFO STEP 590 (remove_files) COMPLETE
65402026-03-24T23:45:58.597Z[ recovery-image] Mar 24 23:45:58.612 INFO O| Mar 24 23:45:58.612 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412026-03-24T23:45:58.602Z[ recovery-image] Mar 24 23:45:58.619 INFO O| Mar 24 23:45:58.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65422026-03-24T23:45:58.604Z[ recovery-image] Mar 24 23:45:58.619 INFO O| Mar 24 23:45:58.619 INFO STEP 591 (remove_files) COMPLETE
65432026-03-24T23:45:58.604Z[ recovery-image] Mar 24 23:45:58.619 INFO O| Mar 24 23:45:58.619 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442026-03-24T23:45:58.609Z[ recovery-image] Mar 24 23:45:58.627 INFO O| Mar 24 23:45:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65452026-03-24T23:45:58.609Z[ recovery-image] Mar 24 23:45:58.627 INFO O| Mar 24 23:45:58.627 INFO STEP 592 (remove_files) COMPLETE
65462026-03-24T23:45:58.612Z[ recovery-image] Mar 24 23:45:58.627 INFO O| Mar 24 23:45:58.627 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472026-03-24T23:45:58.617Z[ recovery-image] Mar 24 23:45:58.634 INFO O| Mar 24 23:45:58.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65482026-03-24T23:45:58.619Z[ recovery-image] Mar 24 23:45:58.634 INFO O| Mar 24 23:45:58.634 INFO STEP 593 (remove_files) COMPLETE
65492026-03-24T23:45:58.619Z[ recovery-image] Mar 24 23:45:58.634 INFO O| Mar 24 23:45:58.634 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502026-03-24T23:45:58.625Z[ recovery-image] Mar 24 23:45:58.643 INFO O| Mar 24 23:45:58.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65512026-03-24T23:45:58.625Z[ recovery-image] Mar 24 23:45:58.643 INFO O| Mar 24 23:45:58.643 INFO STEP 594 (remove_files) COMPLETE
65522026-03-24T23:45:58.628Z[ recovery-image] Mar 24 23:45:58.643 INFO O| Mar 24 23:45:58.643 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532026-03-24T23:45:58.633Z[ recovery-image] Mar 24 23:45:58.650 INFO O| Mar 24 23:45:58.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65542026-03-24T23:45:58.633Z[ recovery-image] Mar 24 23:45:58.650 INFO O| Mar 24 23:45:58.650 INFO STEP 595 (remove_files) COMPLETE
65552026-03-24T23:45:58.633Z[ recovery-image] Mar 24 23:45:58.650 INFO O| Mar 24 23:45:58.650 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562026-03-24T23:45:58.640Z[ recovery-image] Mar 24 23:45:58.658 INFO O| Mar 24 23:45:58.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65572026-03-24T23:45:58.643Z[ recovery-image] Mar 24 23:45:58.658 INFO O| Mar 24 23:45:58.658 INFO STEP 596 (remove_files) COMPLETE
65582026-03-24T23:45:58.643Z[ recovery-image] Mar 24 23:45:58.658 INFO O| Mar 24 23:45:58.658 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592026-03-24T23:45:58.647Z[ recovery-image] Mar 24 23:45:58.665 INFO O| Mar 24 23:45:58.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65602026-03-24T23:45:58.647Z[ recovery-image] Mar 24 23:45:58.665 INFO O| Mar 24 23:45:58.665 INFO STEP 597 (remove_files) COMPLETE
65612026-03-24T23:45:58.650Z[ recovery-image] Mar 24 23:45:58.665 INFO O| Mar 24 23:45:58.665 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-03-24T23:45:58.655Z[ recovery-image] Mar 24 23:45:58.673 INFO O| Mar 24 23:45:58.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65632026-03-24T23:45:58.658Z[ recovery-image] Mar 24 23:45:58.673 INFO O| Mar 24 23:45:58.673 INFO STEP 598 (remove_files) COMPLETE
65642026-03-24T23:45:58.658Z[ recovery-image] Mar 24 23:45:58.673 INFO O| Mar 24 23:45:58.673 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-03-24T23:45:58.663Z[ recovery-image] Mar 24 23:45:58.681 INFO O| Mar 24 23:45:58.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65662026-03-24T23:45:58.666Z[ recovery-image] Mar 24 23:45:58.681 INFO O| Mar 24 23:45:58.681 INFO STEP 599 (remove_files) COMPLETE
65672026-03-24T23:45:58.666Z[ recovery-image] Mar 24 23:45:58.681 INFO O| Mar 24 23:45:58.681 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-03-24T23:45:58.671Z[ recovery-image] Mar 24 23:45:58.688 INFO O| Mar 24 23:45:58.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65692026-03-24T23:45:58.673Z[ recovery-image] Mar 24 23:45:58.688 INFO O| Mar 24 23:45:58.688 INFO STEP 600 (remove_files) COMPLETE
65702026-03-24T23:45:58.673Z[ recovery-image] Mar 24 23:45:58.688 INFO O| Mar 24 23:45:58.688 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-03-24T23:45:58.678Z[ recovery-image] Mar 24 23:45:58.696 INFO O| Mar 24 23:45:58.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65722026-03-24T23:45:58.681Z[ recovery-image] Mar 24 23:45:58.696 INFO O| Mar 24 23:45:58.696 INFO STEP 601 (remove_files) COMPLETE
65732026-03-24T23:45:58.681Z[ recovery-image] Mar 24 23:45:58.696 INFO O| Mar 24 23:45:58.696 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-03-24T23:45:58.687Z[ recovery-image] Mar 24 23:45:58.705 INFO O| Mar 24 23:45:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65752026-03-24T23:45:58.690Z[ recovery-image] Mar 24 23:45:58.705 INFO O| Mar 24 23:45:58.705 INFO STEP 602 (remove_files) COMPLETE
65762026-03-24T23:45:58.690Z[ recovery-image] Mar 24 23:45:58.705 INFO O| Mar 24 23:45:58.705 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-03-24T23:45:58.694Z[ recovery-image] Mar 24 23:45:58.712 INFO O| Mar 24 23:45:58.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65782026-03-24T23:45:58.694Z[ recovery-image] Mar 24 23:45:58.712 INFO O| Mar 24 23:45:58.712 INFO STEP 603 (remove_files) COMPLETE
65792026-03-24T23:45:58.694Z[ recovery-image] Mar 24 23:45:58.712 INFO O| Mar 24 23:45:58.712 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-03-24T23:45:58.702Z[ recovery-image] Mar 24 23:45:58.719 INFO O| Mar 24 23:45:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65812026-03-24T23:45:58.704Z[ recovery-image] Mar 24 23:45:58.719 INFO O| Mar 24 23:45:58.719 INFO STEP 604 (remove_files) COMPLETE
65822026-03-24T23:45:58.704Z[ recovery-image] Mar 24 23:45:58.719 INFO O| Mar 24 23:45:58.719 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-03-24T23:45:58.710Z[ recovery-image] Mar 24 23:45:58.728 INFO O| Mar 24 23:45:58.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65842026-03-24T23:45:58.712Z[ recovery-image] Mar 24 23:45:58.728 INFO O| Mar 24 23:45:58.728 INFO STEP 605 (remove_files) COMPLETE
65852026-03-24T23:45:58.713Z[ recovery-image] Mar 24 23:45:58.728 INFO O| Mar 24 23:45:58.728 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-03-24T23:45:58.718Z[ recovery-image] Mar 24 23:45:58.736 INFO O| Mar 24 23:45:58.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65872026-03-24T23:45:58.721Z[ recovery-image] Mar 24 23:45:58.736 INFO O| Mar 24 23:45:58.736 INFO STEP 606 (remove_files) COMPLETE
65882026-03-24T23:45:58.721Z[ recovery-image] Mar 24 23:45:58.736 INFO O| Mar 24 23:45:58.736 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-03-24T23:45:58.725Z[ recovery-image] Mar 24 23:45:58.743 INFO O| Mar 24 23:45:58.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65902026-03-24T23:45:58.725Z[ recovery-image] Mar 24 23:45:58.743 INFO O| Mar 24 23:45:58.743 INFO STEP 607 (remove_files) COMPLETE
65912026-03-24T23:45:58.728Z[ recovery-image] Mar 24 23:45:58.743 INFO O| Mar 24 23:45:58.743 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-03-24T23:45:58.732Z[ recovery-image] Mar 24 23:45:58.750 INFO O| Mar 24 23:45:58.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65932026-03-24T23:45:58.735Z[ recovery-image] Mar 24 23:45:58.750 INFO O| Mar 24 23:45:58.750 INFO STEP 608 (remove_files) COMPLETE
65942026-03-24T23:45:58.735Z[ recovery-image] Mar 24 23:45:58.750 INFO O| Mar 24 23:45:58.750 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-03-24T23:45:58.741Z[ recovery-image] Mar 24 23:45:58.759 INFO O| Mar 24 23:45:58.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65962026-03-24T23:45:58.741Z[ recovery-image] Mar 24 23:45:58.759 INFO O| Mar 24 23:45:58.759 INFO STEP 609 (remove_files) COMPLETE
65972026-03-24T23:45:58.744Z[ recovery-image] Mar 24 23:45:58.759 INFO O| Mar 24 23:45:58.759 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-03-24T23:45:58.749Z[ recovery-image] Mar 24 23:45:58.767 INFO O| Mar 24 23:45:58.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65992026-03-24T23:45:58.749Z[ recovery-image] Mar 24 23:45:58.767 INFO O| Mar 24 23:45:58.767 INFO STEP 610 (remove_files) COMPLETE
66002026-03-24T23:45:58.752Z[ recovery-image] Mar 24 23:45:58.767 INFO O| Mar 24 23:45:58.767 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-03-24T23:45:58.756Z[ recovery-image] Mar 24 23:45:58.774 INFO O| Mar 24 23:45:58.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66022026-03-24T23:45:58.759Z[ recovery-image] Mar 24 23:45:58.774 INFO O| Mar 24 23:45:58.774 INFO STEP 611 (remove_files) COMPLETE
66032026-03-24T23:45:58.759Z[ recovery-image] Mar 24 23:45:58.774 INFO O| Mar 24 23:45:58.774 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-03-24T23:45:58.765Z[ recovery-image] Mar 24 23:45:58.782 INFO O| Mar 24 23:45:58.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66052026-03-24T23:45:58.765Z[ recovery-image] Mar 24 23:45:58.783 INFO O| Mar 24 23:45:58.783 INFO STEP 612 (remove_files) COMPLETE
66062026-03-24T23:45:58.767Z[ recovery-image] Mar 24 23:45:58.783 INFO O| Mar 24 23:45:58.783 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-03-24T23:45:58.772Z[ recovery-image] Mar 24 23:45:58.790 INFO O| Mar 24 23:45:58.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66082026-03-24T23:45:58.775Z[ recovery-image] Mar 24 23:45:58.790 INFO O| Mar 24 23:45:58.790 INFO STEP 613 (remove_files) COMPLETE
66092026-03-24T23:45:58.775Z[ recovery-image] Mar 24 23:45:58.790 INFO O| Mar 24 23:45:58.790 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-03-24T23:45:58.779Z[ recovery-image] Mar 24 23:45:58.796 INFO O| Mar 24 23:45:58.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66112026-03-24T23:45:58.781Z[ recovery-image] Mar 24 23:45:58.797 INFO O| Mar 24 23:45:58.797 INFO STEP 614 (remove_files) COMPLETE
66122026-03-24T23:45:58.781Z[ recovery-image] Mar 24 23:45:58.797 INFO O| Mar 24 23:45:58.797 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-03-24T23:45:58.785Z[ recovery-image] Mar 24 23:45:58.803 INFO O| Mar 24 23:45:58.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66142026-03-24T23:45:58.785Z[ recovery-image] Mar 24 23:45:58.803 INFO O| Mar 24 23:45:58.803 INFO STEP 615 (remove_files) COMPLETE
66152026-03-24T23:45:58.788Z[ recovery-image] Mar 24 23:45:58.803 INFO O| Mar 24 23:45:58.803 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-03-24T23:45:58.792Z[ recovery-image] Mar 24 23:45:58.810 INFO O| Mar 24 23:45:58.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66172026-03-24T23:45:58.792Z[ recovery-image] Mar 24 23:45:58.810 INFO O| Mar 24 23:45:58.810 INFO STEP 616 (remove_files) COMPLETE
66182026-03-24T23:45:58.795Z[ recovery-image] Mar 24 23:45:58.810 INFO O| Mar 24 23:45:58.810 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-03-24T23:45:58.800Z[ recovery-image] Mar 24 23:45:58.818 INFO O| Mar 24 23:45:58.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66202026-03-24T23:45:58.803Z[ recovery-image] Mar 24 23:45:58.818 INFO O| Mar 24 23:45:58.818 INFO STEP 617 (remove_files) COMPLETE
66212026-03-24T23:45:58.803Z[ recovery-image] Mar 24 23:45:58.818 INFO O| Mar 24 23:45:58.818 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-03-24T23:45:58.807Z[ recovery-image] Mar 24 23:45:58.825 INFO O| Mar 24 23:45:58.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66232026-03-24T23:45:58.810Z[ recovery-image] Mar 24 23:45:58.825 INFO O| Mar 24 23:45:58.825 INFO STEP 618 (remove_files) COMPLETE
66242026-03-24T23:45:58.810Z[ recovery-image] Mar 24 23:45:58.825 INFO O| Mar 24 23:45:58.825 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-03-24T23:45:58.814Z[ recovery-image] Mar 24 23:45:58.832 INFO O| Mar 24 23:45:58.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66262026-03-24T23:45:58.817Z[ recovery-image] Mar 24 23:45:58.832 INFO O| Mar 24 23:45:58.832 INFO STEP 619 (remove_files) COMPLETE
66272026-03-24T23:45:58.817Z[ recovery-image] Mar 24 23:45:58.832 INFO O| Mar 24 23:45:58.832 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-03-24T23:45:58.822Z[ recovery-image] Mar 24 23:45:58.840 INFO O| Mar 24 23:45:58.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66292026-03-24T23:45:58.825Z[ recovery-image] Mar 24 23:45:58.841 INFO O| Mar 24 23:45:58.841 INFO STEP 620 (remove_files) COMPLETE
66302026-03-24T23:45:58.825Z[ recovery-image] Mar 24 23:45:58.841 INFO O| Mar 24 23:45:58.841 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-03-24T23:45:58.838Z[ recovery-image] Mar 24 23:45:58.855 INFO O| Mar 24 23:45:58.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66322026-03-24T23:45:58.841Z[ recovery-image] Mar 24 23:45:58.855 INFO O| Mar 24 23:45:58.855 INFO STEP 621 (remove_files) COMPLETE
66332026-03-24T23:45:58.841Z[ recovery-image] Mar 24 23:45:58.855 INFO O| Mar 24 23:45:58.855 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-03-24T23:45:58.850Z[ recovery-image] Mar 24 23:45:58.868 INFO O| Mar 24 23:45:58.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66352026-03-24T23:45:58.850Z[ recovery-image] Mar 24 23:45:58.868 INFO O| Mar 24 23:45:58.868 INFO STEP 622 (remove_files) COMPLETE
66362026-03-24T23:45:58.850Z[ recovery-image] Mar 24 23:45:58.868 INFO O| Mar 24 23:45:58.868 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-03-24T23:45:58.858Z[ recovery-image] Mar 24 23:45:58.876 INFO O| Mar 24 23:45:58.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66382026-03-24T23:45:58.861Z[ recovery-image] Mar 24 23:45:58.876 INFO O| Mar 24 23:45:58.876 INFO STEP 623 (remove_files) COMPLETE
66392026-03-24T23:45:58.861Z[ recovery-image] Mar 24 23:45:58.876 INFO O| Mar 24 23:45:58.876 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-03-24T23:45:58.865Z[ recovery-image] Mar 24 23:45:58.883 INFO O| Mar 24 23:45:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66412026-03-24T23:45:58.868Z[ recovery-image] Mar 24 23:45:58.883 INFO O| Mar 24 23:45:58.883 INFO STEP 624 (remove_files) COMPLETE
66422026-03-24T23:45:58.868Z[ recovery-image] Mar 24 23:45:58.883 INFO O| Mar 24 23:45:58.883 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-03-24T23:45:58.872Z[ recovery-image] Mar 24 23:45:58.890 INFO O| Mar 24 23:45:58.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66442026-03-24T23:45:58.875Z[ recovery-image] Mar 24 23:45:58.891 INFO O| Mar 24 23:45:58.891 INFO STEP 625 (remove_files) COMPLETE
66452026-03-24T23:45:58.875Z[ recovery-image] Mar 24 23:45:58.891 INFO O| Mar 24 23:45:58.891 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-03-24T23:45:58.883Z[ recovery-image] Mar 24 23:45:58.900 INFO O| Mar 24 23:45:58.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66472026-03-24T23:45:58.887Z[ recovery-image] Mar 24 23:45:58.901 INFO O| Mar 24 23:45:58.900 INFO STEP 626 (remove_files) COMPLETE
66482026-03-24T23:45:58.887Z[ recovery-image] Mar 24 23:45:58.901 INFO O| Mar 24 23:45:58.900 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-03-24T23:45:58.890Z[ recovery-image] Mar 24 23:45:58.908 INFO O| Mar 24 23:45:58.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66502026-03-24T23:45:58.893Z[ recovery-image] Mar 24 23:45:58.909 INFO O| Mar 24 23:45:58.909 INFO STEP 627 (remove_files) COMPLETE
66512026-03-24T23:45:58.893Z[ recovery-image] Mar 24 23:45:58.909 INFO O| Mar 24 23:45:58.909 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-03-24T23:45:58.899Z[ recovery-image] Mar 24 23:45:58.917 INFO O| Mar 24 23:45:58.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66532026-03-24T23:45:58.902Z[ recovery-image] Mar 24 23:45:58.917 INFO O| Mar 24 23:45:58.917 INFO STEP 628 (remove_files) COMPLETE
66542026-03-24T23:45:58.902Z[ recovery-image] Mar 24 23:45:58.917 INFO O| Mar 24 23:45:58.917 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-03-24T23:45:58.908Z[ recovery-image] Mar 24 23:45:58.926 INFO O| Mar 24 23:45:58.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66562026-03-24T23:45:58.913Z[ recovery-image] Mar 24 23:45:58.926 INFO O| Mar 24 23:45:58.926 INFO STEP 629 (remove_files) COMPLETE
66572026-03-24T23:45:58.913Z[ recovery-image] Mar 24 23:45:58.926 INFO O| Mar 24 23:45:58.926 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-03-24T23:45:58.917Z[ recovery-image] Mar 24 23:45:58.935 INFO O| Mar 24 23:45:58.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66592026-03-24T23:45:58.917Z[ recovery-image] Mar 24 23:45:58.935 INFO O| Mar 24 23:45:58.935 INFO STEP 630 (remove_files) COMPLETE
66602026-03-24T23:45:58.919Z[ recovery-image] Mar 24 23:45:58.935 INFO O| Mar 24 23:45:58.935 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-03-24T23:45:58.925Z[ recovery-image] Mar 24 23:45:58.943 INFO O| Mar 24 23:45:58.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66622026-03-24T23:45:58.928Z[ recovery-image] Mar 24 23:45:58.943 INFO O| Mar 24 23:45:58.943 INFO STEP 631 (remove_files) COMPLETE
66632026-03-24T23:45:58.928Z[ recovery-image] Mar 24 23:45:58.943 INFO O| Mar 24 23:45:58.943 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-03-24T23:45:58.934Z[ recovery-image] Mar 24 23:45:58.951 INFO O| Mar 24 23:45:58.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66652026-03-24T23:45:58.937Z[ recovery-image] Mar 24 23:45:58.952 INFO O| Mar 24 23:45:58.952 INFO STEP 632 (remove_files) COMPLETE
66662026-03-24T23:45:58.938Z[ recovery-image] Mar 24 23:45:58.952 INFO O| Mar 24 23:45:58.952 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-03-24T23:45:58.941Z[ recovery-image] Mar 24 23:45:58.959 INFO O| Mar 24 23:45:58.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66682026-03-24T23:45:58.944Z[ recovery-image] Mar 24 23:45:58.959 INFO O| Mar 24 23:45:58.959 INFO STEP 633 (remove_files) COMPLETE
66692026-03-24T23:45:58.944Z[ recovery-image] Mar 24 23:45:58.959 INFO O| Mar 24 23:45:58.959 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-03-24T23:45:58.949Z[ recovery-image] Mar 24 23:45:58.967 INFO O| Mar 24 23:45:58.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66712026-03-24T23:45:58.949Z[ recovery-image] Mar 24 23:45:58.967 INFO O| Mar 24 23:45:58.967 INFO STEP 634 (remove_files) COMPLETE
66722026-03-24T23:45:58.952Z[ recovery-image] Mar 24 23:45:58.967 INFO O| Mar 24 23:45:58.967 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-03-24T23:45:58.957Z[ recovery-image] Mar 24 23:45:58.975 INFO O| Mar 24 23:45:58.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66742026-03-24T23:45:58.961Z[ recovery-image] Mar 24 23:45:58.975 INFO O| Mar 24 23:45:58.975 INFO STEP 635 (remove_files) COMPLETE
66752026-03-24T23:45:58.961Z[ recovery-image] Mar 24 23:45:58.975 INFO O| Mar 24 23:45:58.975 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-03-24T23:45:58.964Z[ recovery-image] Mar 24 23:45:58.982 INFO O| Mar 24 23:45:58.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66772026-03-24T23:45:58.967Z[ recovery-image] Mar 24 23:45:58.982 INFO O| Mar 24 23:45:58.982 INFO STEP 636 (remove_files) COMPLETE
66782026-03-24T23:45:58.967Z[ recovery-image] Mar 24 23:45:58.982 INFO O| Mar 24 23:45:58.982 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-03-24T23:45:58.971Z[ recovery-image] Mar 24 23:45:58.989 INFO O| Mar 24 23:45:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66802026-03-24T23:45:58.971Z[ recovery-image] Mar 24 23:45:58.989 INFO O| Mar 24 23:45:58.989 INFO STEP 637 (remove_files) COMPLETE
66812026-03-24T23:45:58.974Z[ recovery-image] Mar 24 23:45:58.989 INFO O| Mar 24 23:45:58.989 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-03-24T23:45:58.979Z[ recovery-image] Mar 24 23:45:58.997 INFO O| Mar 24 23:45:58.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66832026-03-24T23:45:58.982Z[ recovery-image] Mar 24 23:45:58.997 INFO O| Mar 24 23:45:58.997 INFO STEP 638 (remove_files) COMPLETE
66842026-03-24T23:45:58.982Z[ recovery-image] Mar 24 23:45:58.997 INFO O| Mar 24 23:45:58.997 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-03-24T23:45:58.988Z[ recovery-image] Mar 24 23:45:59.006 INFO O| Mar 24 23:45:59.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66862026-03-24T23:45:58.989Z[ recovery-image] Mar 24 23:45:59.006 INFO O| Mar 24 23:45:59.006 INFO STEP 639 (remove_files) COMPLETE
66872026-03-24T23:45:58.991Z[ recovery-image] Mar 24 23:45:59.006 INFO O| Mar 24 23:45:59.006 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-03-24T23:45:58.996Z[ recovery-image] Mar 24 23:45:59.014 INFO O| Mar 24 23:45:59.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66892026-03-24T23:45:58.996Z[ recovery-image] Mar 24 23:45:59.014 INFO O| Mar 24 23:45:59.014 INFO STEP 640 (remove_files) COMPLETE
66902026-03-24T23:45:58.999Z[ recovery-image] Mar 24 23:45:59.014 INFO O| Mar 24 23:45:59.014 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-03-24T23:45:59.004Z[ recovery-image] Mar 24 23:45:59.022 INFO O| Mar 24 23:45:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66922026-03-24T23:45:59.004Z[ recovery-image] Mar 24 23:45:59.022 INFO O| Mar 24 23:45:59.022 INFO STEP 641 (remove_files) COMPLETE
66932026-03-24T23:45:59.007Z[ recovery-image] Mar 24 23:45:59.022 INFO O| Mar 24 23:45:59.022 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-03-24T23:45:59.012Z[ recovery-image] Mar 24 23:45:59.030 INFO O| Mar 24 23:45:59.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66952026-03-24T23:45:59.016Z[ recovery-image] Mar 24 23:45:59.030 INFO O| Mar 24 23:45:59.030 INFO STEP 642 (remove_files) COMPLETE
66962026-03-24T23:45:59.016Z[ recovery-image] Mar 24 23:45:59.031 INFO O| Mar 24 23:45:59.030 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-03-24T23:45:59.020Z[ recovery-image] Mar 24 23:45:59.038 INFO O| Mar 24 23:45:59.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66982026-03-24T23:45:59.023Z[ recovery-image] Mar 24 23:45:59.038 INFO O| Mar 24 23:45:59.038 INFO STEP 643 (remove_files) COMPLETE
66992026-03-24T23:45:59.023Z[ recovery-image] Mar 24 23:45:59.038 INFO O| Mar 24 23:45:59.038 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-03-24T23:45:59.028Z[ recovery-image] Mar 24 23:45:59.046 INFO O| Mar 24 23:45:59.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67012026-03-24T23:45:59.031Z[ recovery-image] Mar 24 23:45:59.047 INFO O| Mar 24 23:45:59.047 INFO STEP 644 (remove_files) COMPLETE
67022026-03-24T23:45:59.031Z[ recovery-image] Mar 24 23:45:59.047 INFO O| Mar 24 23:45:59.047 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-03-24T23:45:59.036Z[ recovery-image] Mar 24 23:45:59.054 INFO O| Mar 24 23:45:59.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67042026-03-24T23:45:59.036Z[ recovery-image] Mar 24 23:45:59.054 INFO O| Mar 24 23:45:59.054 INFO STEP 645 (remove_files) COMPLETE
67052026-03-24T23:45:59.039Z[ recovery-image] Mar 24 23:45:59.054 INFO O| Mar 24 23:45:59.054 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-03-24T23:45:59.043Z[ recovery-image] Mar 24 23:45:59.061 INFO O| Mar 24 23:45:59.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67072026-03-24T23:45:59.046Z[ recovery-image] Mar 24 23:45:59.062 INFO O| Mar 24 23:45:59.062 INFO STEP 646 (remove_files) COMPLETE
67082026-03-24T23:45:59.046Z[ recovery-image] Mar 24 23:45:59.062 INFO O| Mar 24 23:45:59.062 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-03-24T23:45:59.052Z[ recovery-image] Mar 24 23:45:59.070 INFO O| Mar 24 23:45:59.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67102026-03-24T23:45:59.054Z[ recovery-image] Mar 24 23:45:59.070 INFO O| Mar 24 23:45:59.070 INFO STEP 647 (remove_files) COMPLETE
67112026-03-24T23:45:59.055Z[ recovery-image] Mar 24 23:45:59.070 INFO O| Mar 24 23:45:59.070 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-03-24T23:45:59.060Z[ recovery-image] Mar 24 23:45:59.078 INFO O| Mar 24 23:45:59.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67132026-03-24T23:45:59.060Z[ recovery-image] Mar 24 23:45:59.078 INFO O| Mar 24 23:45:59.078 INFO STEP 648 (remove_files) COMPLETE
67142026-03-24T23:45:59.063Z[ recovery-image] Mar 24 23:45:59.078 INFO O| Mar 24 23:45:59.078 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-03-24T23:45:59.067Z[ recovery-image] Mar 24 23:45:59.085 INFO O| Mar 24 23:45:59.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67162026-03-24T23:45:59.070Z[ recovery-image] Mar 24 23:45:59.085 INFO O| Mar 24 23:45:59.085 INFO STEP 649 (remove_files) COMPLETE
67172026-03-24T23:45:59.070Z[ recovery-image] Mar 24 23:45:59.085 INFO O| Mar 24 23:45:59.085 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-03-24T23:45:59.074Z[ recovery-image] Mar 24 23:45:59.093 INFO O| Mar 24 23:45:59.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67192026-03-24T23:45:59.074Z[ recovery-image] Mar 24 23:45:59.093 INFO O| Mar 24 23:45:59.093 INFO STEP 650 (remove_files) COMPLETE
67202026-03-24T23:45:59.077Z[ recovery-image] Mar 24 23:45:59.093 INFO O| Mar 24 23:45:59.093 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-03-24T23:45:59.082Z[ recovery-image] Mar 24 23:45:59.100 INFO O| Mar 24 23:45:59.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67222026-03-24T23:45:59.085Z[ recovery-image] Mar 24 23:45:59.100 INFO O| Mar 24 23:45:59.100 INFO STEP 651 (remove_files) COMPLETE
67232026-03-24T23:45:59.085Z[ recovery-image] Mar 24 23:45:59.100 INFO O| Mar 24 23:45:59.100 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-03-24T23:45:59.089Z[ recovery-image] Mar 24 23:45:59.107 INFO O| Mar 24 23:45:59.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67252026-03-24T23:45:59.091Z[ recovery-image] Mar 24 23:45:59.107 INFO O| Mar 24 23:45:59.107 INFO STEP 652 (remove_files) COMPLETE
67262026-03-24T23:45:59.092Z[ recovery-image] Mar 24 23:45:59.107 INFO O| Mar 24 23:45:59.107 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-03-24T23:45:59.096Z[ recovery-image] Mar 24 23:45:59.114 INFO O| Mar 24 23:45:59.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67282026-03-24T23:45:59.098Z[ recovery-image] Mar 24 23:45:59.114 INFO O| Mar 24 23:45:59.114 INFO STEP 653 (remove_files) COMPLETE
67292026-03-24T23:45:59.098Z[ recovery-image] Mar 24 23:45:59.114 INFO O| Mar 24 23:45:59.114 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-03-24T23:45:59.105Z[ recovery-image] Mar 24 23:45:59.123 INFO O| Mar 24 23:45:59.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67312026-03-24T23:45:59.108Z[ recovery-image] Mar 24 23:45:59.123 INFO O| Mar 24 23:45:59.123 INFO STEP 654 (remove_files) COMPLETE
67322026-03-24T23:45:59.108Z[ recovery-image] Mar 24 23:45:59.123 INFO O| Mar 24 23:45:59.123 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-03-24T23:45:59.113Z[ recovery-image] Mar 24 23:45:59.131 INFO O| Mar 24 23:45:59.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67342026-03-24T23:45:59.116Z[ recovery-image] Mar 24 23:45:59.131 INFO O| Mar 24 23:45:59.131 INFO STEP 655 (remove_files) COMPLETE
67352026-03-24T23:45:59.116Z[ recovery-image] Mar 24 23:45:59.131 INFO O| Mar 24 23:45:59.131 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-03-24T23:45:59.120Z[ recovery-image] Mar 24 23:45:59.138 INFO O| Mar 24 23:45:59.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67372026-03-24T23:45:59.120Z[ recovery-image] Mar 24 23:45:59.138 INFO O| Mar 24 23:45:59.138 INFO STEP 656 (remove_files) COMPLETE
67382026-03-24T23:45:59.123Z[ recovery-image] Mar 24 23:45:59.138 INFO O| Mar 24 23:45:59.138 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-03-24T23:45:59.127Z[ recovery-image] Mar 24 23:45:59.145 INFO O| Mar 24 23:45:59.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67402026-03-24T23:45:59.130Z[ recovery-image] Mar 24 23:45:59.145 INFO O| Mar 24 23:45:59.145 INFO STEP 657 (remove_files) COMPLETE
67412026-03-24T23:45:59.130Z[ recovery-image] Mar 24 23:45:59.145 INFO O| Mar 24 23:45:59.145 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-03-24T23:45:59.135Z[ recovery-image] Mar 24 23:45:59.153 INFO O| Mar 24 23:45:59.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67432026-03-24T23:45:59.138Z[ recovery-image] Mar 24 23:45:59.153 INFO O| Mar 24 23:45:59.153 INFO STEP 658 (remove_files) COMPLETE
67442026-03-24T23:45:59.138Z[ recovery-image] Mar 24 23:45:59.153 INFO O| Mar 24 23:45:59.153 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-03-24T23:45:59.142Z[ recovery-image] Mar 24 23:45:59.160 INFO O| Mar 24 23:45:59.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67462026-03-24T23:45:59.142Z[ recovery-image] Mar 24 23:45:59.160 INFO O| Mar 24 23:45:59.160 INFO STEP 659 (remove_files) COMPLETE
67472026-03-24T23:45:59.142Z[ recovery-image] Mar 24 23:45:59.160 INFO O| Mar 24 23:45:59.160 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-03-24T23:45:59.149Z[ recovery-image] Mar 24 23:45:59.167 INFO O| Mar 24 23:45:59.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67492026-03-24T23:45:59.152Z[ recovery-image] Mar 24 23:45:59.167 INFO O| Mar 24 23:45:59.167 INFO STEP 660 (remove_files) COMPLETE
67502026-03-24T23:45:59.152Z[ recovery-image] Mar 24 23:45:59.167 INFO O| Mar 24 23:45:59.167 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-03-24T23:45:59.156Z[ recovery-image] Mar 24 23:45:59.174 INFO O| Mar 24 23:45:59.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67522026-03-24T23:45:59.159Z[ recovery-image] Mar 24 23:45:59.174 INFO O| Mar 24 23:45:59.174 INFO STEP 661 (remove_files) COMPLETE
67532026-03-24T23:45:59.159Z[ recovery-image] Mar 24 23:45:59.174 INFO O| Mar 24 23:45:59.174 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-03-24T23:45:59.165Z[ recovery-image] Mar 24 23:45:59.183 INFO O| Mar 24 23:45:59.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67552026-03-24T23:45:59.168Z[ recovery-image] Mar 24 23:45:59.183 INFO O| Mar 24 23:45:59.183 INFO STEP 662 (remove_files) COMPLETE
67562026-03-24T23:45:59.168Z[ recovery-image] Mar 24 23:45:59.183 INFO O| Mar 24 23:45:59.183 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-03-24T23:45:59.172Z[ recovery-image] Mar 24 23:45:59.190 INFO O| Mar 24 23:45:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67582026-03-24T23:45:59.172Z[ recovery-image] Mar 24 23:45:59.190 INFO O| Mar 24 23:45:59.190 INFO STEP 663 (remove_files) COMPLETE
67592026-03-24T23:45:59.172Z[ recovery-image] Mar 24 23:45:59.190 INFO O| Mar 24 23:45:59.190 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-03-24T23:45:59.179Z[ recovery-image] Mar 24 23:45:59.197 INFO O| Mar 24 23:45:59.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67612026-03-24T23:45:59.182Z[ recovery-image] Mar 24 23:45:59.198 INFO O| Mar 24 23:45:59.198 INFO STEP 664 (remove_files) COMPLETE
67622026-03-24T23:45:59.182Z[ recovery-image] Mar 24 23:45:59.198 INFO O| Mar 24 23:45:59.198 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-03-24T23:45:59.186Z[ recovery-image] Mar 24 23:45:59.205 INFO O| Mar 24 23:45:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67642026-03-24T23:45:59.189Z[ recovery-image] Mar 24 23:45:59.205 INFO O| Mar 24 23:45:59.205 INFO STEP 665 (remove_files) COMPLETE
67652026-03-24T23:45:59.189Z[ recovery-image] Mar 24 23:45:59.205 INFO O| Mar 24 23:45:59.205 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-03-24T23:45:59.194Z[ recovery-image] Mar 24 23:45:59.212 INFO O| Mar 24 23:45:59.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67672026-03-24T23:45:59.197Z[ recovery-image] Mar 24 23:45:59.212 INFO O| Mar 24 23:45:59.212 INFO STEP 666 (remove_files) COMPLETE
67682026-03-24T23:45:59.197Z[ recovery-image] Mar 24 23:45:59.212 INFO O| Mar 24 23:45:59.212 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-03-24T23:45:59.201Z[ recovery-image] Mar 24 23:45:59.219 INFO O| Mar 24 23:45:59.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67702026-03-24T23:45:59.204Z[ recovery-image] Mar 24 23:45:59.220 INFO O| Mar 24 23:45:59.220 INFO STEP 667 (remove_files) COMPLETE
67712026-03-24T23:45:59.204Z[ recovery-image] Mar 24 23:45:59.220 INFO O| Mar 24 23:45:59.220 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-03-24T23:45:59.209Z[ recovery-image] Mar 24 23:45:59.227 INFO O| Mar 24 23:45:59.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67732026-03-24T23:45:59.211Z[ recovery-image] Mar 24 23:45:59.227 INFO O| Mar 24 23:45:59.227 INFO STEP 668 (remove_files) COMPLETE
67742026-03-24T23:45:59.211Z[ recovery-image] Mar 24 23:45:59.227 INFO O| Mar 24 23:45:59.227 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-03-24T23:45:59.216Z[ recovery-image] Mar 24 23:45:59.234 INFO O| Mar 24 23:45:59.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67762026-03-24T23:45:59.219Z[ recovery-image] Mar 24 23:45:59.234 INFO O| Mar 24 23:45:59.234 INFO STEP 669 (remove_files) COMPLETE
67772026-03-24T23:45:59.219Z[ recovery-image] Mar 24 23:45:59.234 INFO O| Mar 24 23:45:59.234 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-03-24T23:45:59.226Z[ recovery-image] Mar 24 23:45:59.244 INFO O| Mar 24 23:45:59.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67792026-03-24T23:45:59.228Z[ recovery-image] Mar 24 23:45:59.244 INFO O| Mar 24 23:45:59.244 INFO STEP 670 (remove_files) COMPLETE
67802026-03-24T23:45:59.228Z[ recovery-image] Mar 24 23:45:59.244 INFO O| Mar 24 23:45:59.244 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-03-24T23:45:59.234Z[ recovery-image] Mar 24 23:45:59.252 INFO O| Mar 24 23:45:59.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67822026-03-24T23:45:59.237Z[ recovery-image] Mar 24 23:45:59.252 INFO O| Mar 24 23:45:59.252 INFO STEP 671 (remove_files) COMPLETE
67832026-03-24T23:45:59.237Z[ recovery-image] Mar 24 23:45:59.252 INFO O| Mar 24 23:45:59.252 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-03-24T23:45:59.241Z[ recovery-image] Mar 24 23:45:59.259 INFO O| Mar 24 23:45:59.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67852026-03-24T23:45:59.241Z[ recovery-image] Mar 24 23:45:59.259 INFO O| Mar 24 23:45:59.259 INFO STEP 672 (remove_files) COMPLETE
67862026-03-24T23:45:59.244Z[ recovery-image] Mar 24 23:45:59.259 INFO O| Mar 24 23:45:59.259 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-03-24T23:45:59.249Z[ recovery-image] Mar 24 23:45:59.267 INFO O| Mar 24 23:45:59.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67882026-03-24T23:45:59.252Z[ recovery-image] Mar 24 23:45:59.267 INFO O| Mar 24 23:45:59.267 INFO STEP 673 (remove_files) COMPLETE
67892026-03-24T23:45:59.252Z[ recovery-image] Mar 24 23:45:59.267 INFO O| Mar 24 23:45:59.267 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-03-24T23:45:59.257Z[ recovery-image] Mar 24 23:45:59.275 INFO O| Mar 24 23:45:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67912026-03-24T23:45:59.260Z[ recovery-image] Mar 24 23:45:59.276 INFO O| Mar 24 23:45:59.276 INFO STEP 674 (remove_files) COMPLETE
67922026-03-24T23:45:59.260Z[ recovery-image] Mar 24 23:45:59.276 INFO O| Mar 24 23:45:59.276 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-03-24T23:45:59.265Z[ recovery-image] Mar 24 23:45:59.283 INFO O| Mar 24 23:45:59.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67942026-03-24T23:45:59.265Z[ recovery-image] Mar 24 23:45:59.283 INFO O| Mar 24 23:45:59.283 INFO STEP 675 (remove_files) COMPLETE
67952026-03-24T23:45:59.268Z[ recovery-image] Mar 24 23:45:59.283 INFO O| Mar 24 23:45:59.283 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-03-24T23:45:59.273Z[ recovery-image] Mar 24 23:45:59.291 INFO O| Mar 24 23:45:59.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67972026-03-24T23:45:59.276Z[ recovery-image] Mar 24 23:45:59.291 INFO O| Mar 24 23:45:59.291 INFO STEP 676 (remove_files) COMPLETE
67982026-03-24T23:45:59.276Z[ recovery-image] Mar 24 23:45:59.291 INFO O| Mar 24 23:45:59.291 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-03-24T23:45:59.281Z[ recovery-image] Mar 24 23:45:59.299 INFO O| Mar 24 23:45:59.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68002026-03-24T23:45:59.284Z[ recovery-image] Mar 24 23:45:59.299 INFO O| Mar 24 23:45:59.299 INFO STEP 677 (remove_files) COMPLETE
68012026-03-24T23:45:59.284Z[ recovery-image] Mar 24 23:45:59.299 INFO O| Mar 24 23:45:59.299 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-03-24T23:46:00.291Z[ recovery-image] Mar 24 23:45:59.307 INFO O| Mar 24 23:45:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68032026-03-24T23:46:00.297Z[ recovery-image] Mar 24 23:45:59.307 INFO O| Mar 24 23:45:59.307 INFO STEP 678 (remove_files) COMPLETE
68042026-03-24T23:46:00.297Z[ recovery-image] Mar 24 23:45:59.307 INFO O| Mar 24 23:45:59.307 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-03-24T23:46:00.297Z[ recovery-image] Mar 24 23:45:59.315 INFO O| Mar 24 23:45:59.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68062026-03-24T23:46:00.297Z[ recovery-image] Mar 24 23:45:59.315 INFO O| Mar 24 23:45:59.315 INFO STEP 679 (remove_files) COMPLETE
68072026-03-24T23:46:00.297Z[ recovery-image] Mar 24 23:45:59.315 INFO O| Mar 24 23:45:59.315 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.324 INFO O| Mar 24 23:45:59.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68092026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.324 INFO O| Mar 24 23:45:59.324 INFO STEP 680 (remove_files) COMPLETE
68102026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.324 INFO O| Mar 24 23:45:59.324 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.331 INFO O| Mar 24 23:45:59.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68122026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.332 INFO O| Mar 24 23:45:59.332 INFO STEP 681 (remove_files) COMPLETE
68132026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.332 INFO O| Mar 24 23:45:59.332 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.339 INFO O| Mar 24 23:45:59.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68152026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.339 INFO O| Mar 24 23:45:59.339 INFO STEP 682 (remove_files) COMPLETE
68162026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.339 INFO O| Mar 24 23:45:59.339 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.346 INFO O| Mar 24 23:45:59.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68182026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.346 INFO O| Mar 24 23:45:59.346 INFO STEP 683 (remove_files) COMPLETE
68192026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.346 INFO O| Mar 24 23:45:59.346 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.354 INFO O| Mar 24 23:45:59.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68212026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.354 INFO O| Mar 24 23:45:59.354 INFO STEP 684 (remove_files) COMPLETE
68222026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.354 INFO O| Mar 24 23:45:59.354 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.362 INFO O| Mar 24 23:45:59.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68242026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.362 INFO O| Mar 24 23:45:59.362 INFO STEP 685 (remove_files) COMPLETE
68252026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.362 INFO O| Mar 24 23:45:59.362 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.369 INFO O| Mar 24 23:45:59.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68272026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.369 INFO O| Mar 24 23:45:59.369 INFO STEP 686 (remove_files) COMPLETE
68282026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.369 INFO O| Mar 24 23:45:59.369 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.376 INFO O| Mar 24 23:45:59.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68302026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.377 INFO O| Mar 24 23:45:59.377 INFO STEP 687 (remove_files) COMPLETE
68312026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.377 INFO O| Mar 24 23:45:59.377 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.384 INFO O| Mar 24 23:45:59.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68332026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.384 INFO O| Mar 24 23:45:59.384 INFO STEP 688 (remove_files) COMPLETE
68342026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.384 INFO O| Mar 24 23:45:59.384 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.393 INFO O| Mar 24 23:45:59.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68362026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.393 INFO O| Mar 24 23:45:59.393 INFO STEP 689 (remove_files) COMPLETE
68372026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.393 INFO O| Mar 24 23:45:59.393 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.401 INFO O| Mar 24 23:45:59.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68392026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.401 INFO O| Mar 24 23:45:59.401 INFO STEP 690 (remove_files) COMPLETE
68402026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.401 INFO O| Mar 24 23:45:59.401 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.408 INFO O| Mar 24 23:45:59.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68422026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.408 INFO O| Mar 24 23:45:59.408 INFO STEP 691 (remove_files) COMPLETE
68432026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.408 INFO O| Mar 24 23:45:59.408 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.415 INFO O| Mar 24 23:45:59.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68452026-03-24T23:46:00.298Z[ recovery-image] Mar 24 23:45:59.415 INFO O| Mar 24 23:45:59.415 INFO STEP 692 (remove_files) COMPLETE
68462026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.415 INFO O| Mar 24 23:45:59.415 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.421 INFO O| Mar 24 23:45:59.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68482026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.422 INFO O| Mar 24 23:45:59.422 INFO STEP 693 (remove_files) COMPLETE
68492026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.422 INFO O| Mar 24 23:45:59.422 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.428 INFO O| Mar 24 23:45:59.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68512026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.428 INFO O| Mar 24 23:45:59.428 INFO STEP 694 (remove_files) COMPLETE
68522026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.428 INFO O| Mar 24 23:45:59.428 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.437 INFO O| Mar 24 23:45:59.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68542026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.437 INFO O| Mar 24 23:45:59.437 INFO STEP 695 (remove_files) COMPLETE
68552026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.437 INFO O| Mar 24 23:45:59.437 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.444 INFO O| Mar 24 23:45:59.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68572026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.445 INFO O| Mar 24 23:45:59.445 INFO STEP 696 (remove_files) COMPLETE
68582026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.445 INFO O| Mar 24 23:45:59.445 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.451 INFO O| Mar 24 23:45:59.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68602026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.451 INFO O| Mar 24 23:45:59.451 INFO STEP 697 (remove_files) COMPLETE
68612026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.451 INFO O| Mar 24 23:45:59.451 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.460 INFO O| Mar 24 23:45:59.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68632026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.460 INFO O| Mar 24 23:45:59.460 INFO STEP 698 (remove_files) COMPLETE
68642026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.460 INFO O| Mar 24 23:45:59.460 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.467 INFO O| Mar 24 23:45:59.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68662026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.467 INFO O| Mar 24 23:45:59.467 INFO STEP 699 (remove_files) COMPLETE
68672026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.467 INFO O| Mar 24 23:45:59.467 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.475 INFO O| Mar 24 23:45:59.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68692026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.475 INFO O| Mar 24 23:45:59.475 INFO STEP 700 (remove_files) COMPLETE
68702026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.475 INFO O| Mar 24 23:45:59.475 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.482 INFO O| Mar 24 23:45:59.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68722026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.483 INFO O| Mar 24 23:45:59.483 INFO STEP 701 (remove_files) COMPLETE
68732026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.483 INFO O| Mar 24 23:45:59.483 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.489 INFO O| Mar 24 23:45:59.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68752026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.489 INFO O| Mar 24 23:45:59.489 INFO STEP 702 (remove_files) COMPLETE
68762026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.489 INFO O| Mar 24 23:45:59.489 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.496 INFO O| Mar 24 23:45:59.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68782026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.496 INFO O| Mar 24 23:45:59.496 INFO STEP 703 (remove_files) COMPLETE
68792026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.496 INFO O| Mar 24 23:45:59.496 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.503 INFO O| Mar 24 23:45:59.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68812026-03-24T23:46:00.299Z[ recovery-image] Mar 24 23:45:59.503 INFO O| Mar 24 23:45:59.503 INFO STEP 704 (remove_files) COMPLETE
68822026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.503 INFO O| Mar 24 23:45:59.503 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.511 INFO O| Mar 24 23:45:59.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68842026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.511 INFO O| Mar 24 23:45:59.511 INFO STEP 705 (remove_files) COMPLETE
68852026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.511 INFO O| Mar 24 23:45:59.511 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.519 INFO O| Mar 24 23:45:59.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68872026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.520 INFO O| Mar 24 23:45:59.520 INFO STEP 706 (remove_files) COMPLETE
68882026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.520 INFO O| Mar 24 23:45:59.520 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.526 INFO O| Mar 24 23:45:59.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68902026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.527 INFO O| Mar 24 23:45:59.527 INFO STEP 707 (remove_files) COMPLETE
68912026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.527 INFO O| Mar 24 23:45:59.527 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.535 INFO O| Mar 24 23:45:59.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68932026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.535 INFO O| Mar 24 23:45:59.535 INFO STEP 708 (remove_files) COMPLETE
68942026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.535 INFO O| Mar 24 23:45:59.535 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.542 INFO O| Mar 24 23:45:59.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68962026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.542 INFO O| Mar 24 23:45:59.542 INFO STEP 709 (remove_files) COMPLETE
68972026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.542 INFO O| Mar 24 23:45:59.542 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.550 INFO O| Mar 24 23:45:59.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68992026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.550 INFO O| Mar 24 23:45:59.550 INFO STEP 710 (remove_files) COMPLETE
69002026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.550 INFO O| Mar 24 23:45:59.550 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.557 INFO O| Mar 24 23:45:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69022026-03-24T23:46:00.300Z[ recovery-image] Mar 24 23:45:59.557 INFO O| Mar 24 23:45:59.557 INFO STEP 711 (remove_files) COMPLETE
69032026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.557 INFO O| Mar 24 23:45:59.557 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.565 INFO O| Mar 24 23:45:59.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69052026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.565 INFO O| Mar 24 23:45:59.565 INFO STEP 712 (remove_files) COMPLETE
69062026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.565 INFO O| Mar 24 23:45:59.565 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.573 INFO O| Mar 24 23:45:59.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69082026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.573 INFO O| Mar 24 23:45:59.573 INFO STEP 713 (remove_files) COMPLETE
69092026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.573 INFO O| Mar 24 23:45:59.573 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.579 INFO O| Mar 24 23:45:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69112026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.579 INFO O| Mar 24 23:45:59.579 INFO STEP 714 (remove_files) COMPLETE
69122026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.579 INFO O| Mar 24 23:45:59.579 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.587 INFO O| Mar 24 23:45:59.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69142026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.587 INFO O| Mar 24 23:45:59.587 INFO STEP 715 (remove_files) COMPLETE
69152026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.587 INFO O| Mar 24 23:45:59.587 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.594 INFO O| Mar 24 23:45:59.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69172026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.594 INFO O| Mar 24 23:45:59.594 INFO STEP 716 (remove_files) COMPLETE
69182026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.594 INFO O| Mar 24 23:45:59.594 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.602 INFO O| Mar 24 23:45:59.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69202026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.602 INFO O| Mar 24 23:45:59.602 INFO STEP 717 (remove_files) COMPLETE
69212026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.602 INFO O| Mar 24 23:45:59.602 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.609 INFO O| Mar 24 23:45:59.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69232026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.609 INFO O| Mar 24 23:45:59.609 INFO STEP 718 (remove_files) COMPLETE
69242026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.609 INFO O| Mar 24 23:45:59.609 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.616 INFO O| Mar 24 23:45:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69262026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.616 INFO O| Mar 24 23:45:59.616 INFO STEP 719 (remove_files) COMPLETE
69272026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.616 INFO O| Mar 24 23:45:59.616 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.622 INFO O| Mar 24 23:45:59.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69292026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.622 INFO O| Mar 24 23:45:59.622 INFO STEP 720 (remove_files) COMPLETE
69302026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.622 INFO O| Mar 24 23:45:59.622 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.629 INFO O| Mar 24 23:45:59.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69322026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.629 INFO O| Mar 24 23:45:59.629 INFO STEP 721 (remove_files) COMPLETE
69332026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.629 INFO O| Mar 24 23:45:59.629 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-03-24T23:46:00.305Z[ recovery-image] Mar 24 23:45:59.636 INFO O| Mar 24 23:45:59.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69352026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.636 INFO O| Mar 24 23:45:59.636 INFO STEP 722 (remove_files) COMPLETE
69362026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.636 INFO O| Mar 24 23:45:59.636 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.642 INFO O| Mar 24 23:45:59.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69382026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.643 INFO O| Mar 24 23:45:59.643 INFO STEP 723 (remove_files) COMPLETE
69392026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.643 INFO O| Mar 24 23:45:59.643 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.652 INFO O| Mar 24 23:45:59.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69412026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.652 INFO O| Mar 24 23:45:59.652 INFO STEP 724 (remove_files) COMPLETE
69422026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.652 INFO O| Mar 24 23:45:59.652 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.659 INFO O| Mar 24 23:45:59.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69442026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.659 INFO O| Mar 24 23:45:59.659 INFO STEP 725 (remove_files) COMPLETE
69452026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.659 INFO O| Mar 24 23:45:59.659 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.667 INFO O| Mar 24 23:45:59.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69472026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.667 INFO O| Mar 24 23:45:59.667 INFO STEP 726 (remove_files) COMPLETE
69482026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.667 INFO O| Mar 24 23:45:59.667 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.674 INFO O| Mar 24 23:45:59.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69502026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.674 INFO O| Mar 24 23:45:59.674 INFO STEP 727 (remove_files) COMPLETE
69512026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.674 INFO O| Mar 24 23:45:59.674 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.680 INFO O| Mar 24 23:45:59.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69532026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.681 INFO O| Mar 24 23:45:59.681 INFO STEP 728 (remove_files) COMPLETE
69542026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.681 INFO O| Mar 24 23:45:59.681 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.689 INFO O| Mar 24 23:45:59.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69562026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.689 INFO O| Mar 24 23:45:59.689 INFO STEP 729 (remove_files) COMPLETE
69572026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.689 INFO O| Mar 24 23:45:59.689 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.696 INFO O| Mar 24 23:45:59.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69592026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.696 INFO O| Mar 24 23:45:59.696 INFO STEP 730 (remove_files) COMPLETE
69602026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.696 INFO O| Mar 24 23:45:59.696 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.704 INFO O| Mar 24 23:45:59.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69622026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.704 INFO O| Mar 24 23:45:59.704 INFO STEP 731 (remove_files) COMPLETE
69632026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.704 INFO O| Mar 24 23:45:59.704 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.711 INFO O| Mar 24 23:45:59.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69652026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.711 INFO O| Mar 24 23:45:59.711 INFO STEP 732 (remove_files) COMPLETE
69662026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.711 INFO O| Mar 24 23:45:59.711 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.717 INFO O| Mar 24 23:45:59.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69682026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.717 INFO O| Mar 24 23:45:59.717 INFO STEP 733 (remove_files) COMPLETE
69692026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.717 INFO O| Mar 24 23:45:59.717 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.724 INFO O| Mar 24 23:45:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69712026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.724 INFO O| Mar 24 23:45:59.724 INFO STEP 734 (remove_files) COMPLETE
69722026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.724 INFO O| Mar 24 23:45:59.724 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-03-24T23:46:00.306Z[ recovery-image] Mar 24 23:45:59.731 INFO O| Mar 24 23:45:59.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69742026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.731 INFO O| Mar 24 23:45:59.731 INFO STEP 735 (remove_files) COMPLETE
69752026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.731 INFO O| Mar 24 23:45:59.731 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.739 INFO O| Mar 24 23:45:59.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69772026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.739 INFO O| Mar 24 23:45:59.739 INFO STEP 736 (remove_files) COMPLETE
69782026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.739 INFO O| Mar 24 23:45:59.739 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.746 INFO O| Mar 24 23:45:59.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69802026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.747 INFO O| Mar 24 23:45:59.746 INFO STEP 737 (remove_files) COMPLETE
69812026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.747 INFO O| Mar 24 23:45:59.747 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.754 INFO O| Mar 24 23:45:59.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69832026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.755 INFO O| Mar 24 23:45:59.755 INFO STEP 738 (remove_files) COMPLETE
69842026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.755 INFO O| Mar 24 23:45:59.755 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.762 INFO O| Mar 24 23:45:59.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69862026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.762 INFO O| Mar 24 23:45:59.762 INFO STEP 739 (remove_files) COMPLETE
69872026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.762 INFO O| Mar 24 23:45:59.762 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.770 INFO O| Mar 24 23:45:59.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69892026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.770 INFO O| Mar 24 23:45:59.770 INFO STEP 740 (remove_files) COMPLETE
69902026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.770 INFO O| Mar 24 23:45:59.770 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.777 INFO O| Mar 24 23:45:59.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69922026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.777 INFO O| Mar 24 23:45:59.777 INFO STEP 741 (remove_files) COMPLETE
69932026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.777 INFO O| Mar 24 23:45:59.777 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.784 INFO O| Mar 24 23:45:59.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69952026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.784 INFO O| Mar 24 23:45:59.784 INFO STEP 742 (remove_files) COMPLETE
69962026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.784 INFO O| Mar 24 23:45:59.784 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.792 INFO O| Mar 24 23:45:59.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69982026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.792 INFO O| Mar 24 23:45:59.792 INFO STEP 743 (remove_files) COMPLETE
69992026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.792 INFO O| Mar 24 23:45:59.792 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.799 INFO O| Mar 24 23:45:59.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70012026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.799 INFO O| Mar 24 23:45:59.799 INFO STEP 744 (remove_files) COMPLETE
70022026-03-24T23:46:00.307Z[ recovery-image] Mar 24 23:45:59.799 INFO O| Mar 24 23:45:59.799 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.806 INFO O| Mar 24 23:45:59.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70042026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.806 INFO O| Mar 24 23:45:59.806 INFO STEP 745 (remove_files) COMPLETE
70052026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.806 INFO O| Mar 24 23:45:59.806 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.814 INFO O| Mar 24 23:45:59.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70072026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.814 INFO O| Mar 24 23:45:59.814 INFO STEP 746 (remove_files) COMPLETE
70082026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.814 INFO O| Mar 24 23:45:59.814 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.821 INFO O| Mar 24 23:45:59.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70102026-03-24T23:46:00.311Z[ recovery-image] Mar 24 23:45:59.822 INFO O| Mar 24 23:45:59.822 INFO STEP 747 (remove_files) COMPLETE
70112026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.822 INFO O| Mar 24 23:45:59.822 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.829 INFO O| Mar 24 23:45:59.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70132026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.829 INFO O| Mar 24 23:45:59.829 INFO STEP 748 (remove_files) COMPLETE
70142026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.829 INFO O| Mar 24 23:45:59.829 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.836 INFO O| Mar 24 23:45:59.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70162026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.836 INFO O| Mar 24 23:45:59.836 INFO STEP 749 (remove_files) COMPLETE
70172026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.836 INFO O| Mar 24 23:45:59.836 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.842 INFO O| Mar 24 23:45:59.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70192026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.842 INFO O| Mar 24 23:45:59.842 INFO STEP 750 (remove_files) COMPLETE
70202026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.842 INFO O| Mar 24 23:45:59.842 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.850 INFO O| Mar 24 23:45:59.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70222026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.850 INFO O| Mar 24 23:45:59.850 INFO STEP 751 (remove_files) COMPLETE
70232026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.850 INFO O| Mar 24 23:45:59.850 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.858 INFO O| Mar 24 23:45:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70252026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.858 INFO O| Mar 24 23:45:59.858 INFO STEP 752 (remove_files) COMPLETE
70262026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.858 INFO O| Mar 24 23:45:59.858 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.865 INFO O| Mar 24 23:45:59.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70282026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.865 INFO O| Mar 24 23:45:59.865 INFO STEP 753 (remove_files) COMPLETE
70292026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.865 INFO O| Mar 24 23:45:59.865 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.871 INFO O| Mar 24 23:45:59.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70312026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.871 INFO O| Mar 24 23:45:59.871 INFO STEP 754 (remove_files) COMPLETE
70322026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.872 INFO O| Mar 24 23:45:59.871 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.878 INFO O| Mar 24 23:45:59.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70342026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.878 INFO O| Mar 24 23:45:59.878 INFO STEP 755 (remove_files) COMPLETE
70352026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.878 INFO O| Mar 24 23:45:59.878 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.886 INFO O| Mar 24 23:45:59.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70372026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.886 INFO O| Mar 24 23:45:59.886 INFO STEP 756 (remove_files) COMPLETE
70382026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.886 INFO O| Mar 24 23:45:59.886 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.893 INFO O| Mar 24 23:45:59.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70402026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.893 INFO O| Mar 24 23:45:59.893 INFO STEP 757 (remove_files) COMPLETE
70412026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.893 INFO O| Mar 24 23:45:59.893 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.900 INFO O| Mar 24 23:45:59.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70432026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.900 INFO O| Mar 24 23:45:59.900 INFO STEP 758 (remove_files) COMPLETE
70442026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.900 INFO O| Mar 24 23:45:59.900 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.907 INFO O| Mar 24 23:45:59.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70462026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.907 INFO O| Mar 24 23:45:59.907 INFO STEP 759 (remove_files) COMPLETE
70472026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.907 INFO O| Mar 24 23:45:59.907 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-03-24T23:46:00.312Z[ recovery-image] Mar 24 23:45:59.915 INFO O| Mar 24 23:45:59.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70492026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.915 INFO O| Mar 24 23:45:59.915 INFO STEP 760 (remove_files) COMPLETE
70502026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.915 INFO O| Mar 24 23:45:59.915 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.923 INFO O| Mar 24 23:45:59.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70522026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.923 INFO O| Mar 24 23:45:59.923 INFO STEP 761 (remove_files) COMPLETE
70532026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.923 INFO O| Mar 24 23:45:59.923 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.931 INFO O| Mar 24 23:45:59.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70552026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.931 INFO O| Mar 24 23:45:59.931 INFO STEP 762 (remove_files) COMPLETE
70562026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.931 INFO O| Mar 24 23:45:59.931 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.938 INFO O| Mar 24 23:45:59.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70582026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.938 INFO O| Mar 24 23:45:59.938 INFO STEP 763 (remove_files) COMPLETE
70592026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.938 INFO O| Mar 24 23:45:59.938 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.946 INFO O| Mar 24 23:45:59.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70612026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.946 INFO O| Mar 24 23:45:59.946 INFO STEP 764 (remove_files) COMPLETE
70622026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.946 INFO O| Mar 24 23:45:59.946 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.954 INFO O| Mar 24 23:45:59.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70642026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.954 INFO O| Mar 24 23:45:59.954 INFO STEP 765 (remove_files) COMPLETE
70652026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.954 INFO O| Mar 24 23:45:59.954 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.961 INFO O| Mar 24 23:45:59.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70672026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.961 INFO O| Mar 24 23:45:59.961 INFO STEP 766 (remove_files) COMPLETE
70682026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.961 INFO O| Mar 24 23:45:59.961 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.968 INFO O| Mar 24 23:45:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70702026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.968 INFO O| Mar 24 23:45:59.968 INFO STEP 767 (remove_files) COMPLETE
70712026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.968 INFO O| Mar 24 23:45:59.968 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.974 INFO O| Mar 24 23:45:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70732026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.974 INFO O| Mar 24 23:45:59.974 INFO STEP 768 (remove_files) COMPLETE
70742026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.974 INFO O| Mar 24 23:45:59.974 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.981 INFO O| Mar 24 23:45:59.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70762026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.981 INFO O| Mar 24 23:45:59.981 INFO STEP 769 (remove_files) COMPLETE
70772026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.981 INFO O| Mar 24 23:45:59.981 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.989 INFO O| Mar 24 23:45:59.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70792026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.989 INFO O| Mar 24 23:45:59.989 INFO STEP 770 (remove_files) COMPLETE
70802026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.989 INFO O| Mar 24 23:45:59.989 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.997 INFO O| Mar 24 23:45:59.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70822026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.997 INFO O| Mar 24 23:45:59.997 INFO STEP 771 (remove_files) COMPLETE
70832026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:45:59.997 INFO O| Mar 24 23:45:59.997 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:46:00.004 INFO O| Mar 24 23:46:00.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70852026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:46:00.004 INFO O| Mar 24 23:46:00.004 INFO STEP 772 (remove_files) COMPLETE
70862026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:46:00.004 INFO O| Mar 24 23:46:00.004 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-03-24T23:46:00.313Z[ recovery-image] Mar 24 23:46:00.011 INFO O| Mar 24 23:46:00.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70882026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.011 INFO O| Mar 24 23:46:00.011 INFO STEP 773 (remove_files) COMPLETE
70892026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.011 INFO O| Mar 24 23:46:00.011 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.018 INFO O| Mar 24 23:46:00.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70912026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.018 INFO O| Mar 24 23:46:00.018 INFO STEP 774 (remove_files) COMPLETE
70922026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.018 INFO O| Mar 24 23:46:00.018 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.025 INFO O| Mar 24 23:46:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70942026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.025 INFO O| Mar 24 23:46:00.025 INFO STEP 775 (remove_files) COMPLETE
70952026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.025 INFO O| Mar 24 23:46:00.025 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.034 INFO O| Mar 24 23:46:00.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70972026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.034 INFO O| Mar 24 23:46:00.034 INFO STEP 776 (remove_files) COMPLETE
70982026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.034 INFO O| Mar 24 23:46:00.034 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.041 INFO O| Mar 24 23:46:00.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71002026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.041 INFO O| Mar 24 23:46:00.041 INFO STEP 777 (remove_files) COMPLETE
71012026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.041 INFO O| Mar 24 23:46:00.041 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-03-24T23:46:00.314Z[ recovery-image] Mar 24 23:46:00.049 INFO O| Mar 24 23:46:00.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71032026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.049 INFO O| Mar 24 23:46:00.049 INFO STEP 778 (remove_files) COMPLETE
71042026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.049 INFO O| Mar 24 23:46:00.049 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.057 INFO O| Mar 24 23:46:00.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71062026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.057 INFO O| Mar 24 23:46:00.057 INFO STEP 779 (remove_files) COMPLETE
71072026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.057 INFO O| Mar 24 23:46:00.057 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.064 INFO O| Mar 24 23:46:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71092026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.064 INFO O| Mar 24 23:46:00.064 INFO STEP 780 (remove_files) COMPLETE
71102026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.064 INFO O| Mar 24 23:46:00.064 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.070 INFO O| Mar 24 23:46:00.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71122026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.070 INFO O| Mar 24 23:46:00.070 INFO STEP 781 (remove_files) COMPLETE
71132026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.070 INFO O| Mar 24 23:46:00.070 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.078 INFO O| Mar 24 23:46:00.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71152026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.078 INFO O| Mar 24 23:46:00.078 INFO STEP 782 (remove_files) COMPLETE
71162026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.078 INFO O| Mar 24 23:46:00.078 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.085 INFO O| Mar 24 23:46:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71182026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.085 INFO O| Mar 24 23:46:00.085 INFO STEP 783 (remove_files) COMPLETE
71192026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.085 INFO O| Mar 24 23:46:00.085 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.092 INFO O| Mar 24 23:46:00.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71212026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.092 INFO O| Mar 24 23:46:00.092 INFO STEP 784 (remove_files) COMPLETE
71222026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.092 INFO O| Mar 24 23:46:00.092 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.100 INFO O| Mar 24 23:46:00.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71242026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.100 INFO O| Mar 24 23:46:00.100 INFO STEP 785 (remove_files) COMPLETE
71252026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.100 INFO O| Mar 24 23:46:00.100 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.107 INFO O| Mar 24 23:46:00.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71272026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.107 INFO O| Mar 24 23:46:00.107 INFO STEP 786 (remove_files) COMPLETE
71282026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.107 INFO O| Mar 24 23:46:00.107 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.115 INFO O| Mar 24 23:46:00.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71302026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.115 INFO O| Mar 24 23:46:00.115 INFO STEP 787 (remove_files) COMPLETE
71312026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.115 INFO O| Mar 24 23:46:00.115 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.122 INFO O| Mar 24 23:46:00.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71332026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.122 INFO O| Mar 24 23:46:00.122 INFO STEP 788 (remove_files) COMPLETE
71342026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.122 INFO O| Mar 24 23:46:00.122 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-03-24T23:46:00.320Z[ recovery-image] Mar 24 23:46:00.131 INFO O| Mar 24 23:46:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71362026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.131 INFO O| Mar 24 23:46:00.131 INFO STEP 789 (remove_files) COMPLETE
71372026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.131 INFO O| Mar 24 23:46:00.131 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.138 INFO O| Mar 24 23:46:00.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71392026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.138 INFO O| Mar 24 23:46:00.138 INFO STEP 790 (remove_files) COMPLETE
71402026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.138 INFO O| Mar 24 23:46:00.138 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.146 INFO O| Mar 24 23:46:00.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71422026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.146 INFO O| Mar 24 23:46:00.146 INFO STEP 791 (remove_files) COMPLETE
71432026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.146 INFO O| Mar 24 23:46:00.146 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.153 INFO O| Mar 24 23:46:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71452026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.153 INFO O| Mar 24 23:46:00.153 INFO STEP 792 (remove_files) COMPLETE
71462026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.153 INFO O| Mar 24 23:46:00.153 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.161 INFO O| Mar 24 23:46:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71482026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.161 INFO O| Mar 24 23:46:00.161 INFO STEP 793 (remove_files) COMPLETE
71492026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.161 INFO O| Mar 24 23:46:00.161 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.167 INFO O| Mar 24 23:46:00.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71512026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.167 INFO O| Mar 24 23:46:00.167 INFO STEP 794 (remove_files) COMPLETE
71522026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.167 INFO O| Mar 24 23:46:00.167 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.176 INFO O| Mar 24 23:46:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71542026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.176 INFO O| Mar 24 23:46:00.176 INFO STEP 795 (remove_files) COMPLETE
71552026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.176 INFO O| Mar 24 23:46:00.176 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.182 INFO O| Mar 24 23:46:00.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71572026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.182 INFO O| Mar 24 23:46:00.182 INFO STEP 796 (remove_files) COMPLETE
71582026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.182 INFO O| Mar 24 23:46:00.182 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.189 INFO O| Mar 24 23:46:00.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71602026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.189 INFO O| Mar 24 23:46:00.189 INFO STEP 797 (remove_files) COMPLETE
71612026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.189 INFO O| Mar 24 23:46:00.189 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.195 INFO O| Mar 24 23:46:00.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71632026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.196 INFO O| Mar 24 23:46:00.195 INFO STEP 798 (remove_files) COMPLETE
71642026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.196 INFO O| Mar 24 23:46:00.195 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.203 INFO O| Mar 24 23:46:00.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71662026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.203 INFO O| Mar 24 23:46:00.203 INFO STEP 799 (remove_files) COMPLETE
71672026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.203 INFO O| Mar 24 23:46:00.203 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.210 INFO O| Mar 24 23:46:00.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71692026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.210 INFO O| Mar 24 23:46:00.210 INFO STEP 800 (remove_files) COMPLETE
71702026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.210 INFO O| Mar 24 23:46:00.210 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.220 INFO O| Mar 24 23:46:00.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71722026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.220 INFO O| Mar 24 23:46:00.220 INFO STEP 801 (remove_files) COMPLETE
71732026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.220 INFO O| Mar 24 23:46:00.220 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-03-24T23:46:00.321Z[ recovery-image] Mar 24 23:46:00.227 INFO O| Mar 24 23:46:00.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71752026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.227 INFO O| Mar 24 23:46:00.227 INFO STEP 802 (remove_files) COMPLETE
71762026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.227 INFO O| Mar 24 23:46:00.227 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.234 INFO O| Mar 24 23:46:00.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71782026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.234 INFO O| Mar 24 23:46:00.234 INFO STEP 803 (remove_files) COMPLETE
71792026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.234 INFO O| Mar 24 23:46:00.234 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.241 INFO O| Mar 24 23:46:00.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71812026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.241 INFO O| Mar 24 23:46:00.241 INFO STEP 804 (remove_files) COMPLETE
71822026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.241 INFO O| Mar 24 23:46:00.241 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.250 INFO O| Mar 24 23:46:00.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71842026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.250 INFO O| Mar 24 23:46:00.250 INFO STEP 805 (remove_files) COMPLETE
71852026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.250 INFO O| Mar 24 23:46:00.250 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.258 INFO O| Mar 24 23:46:00.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71872026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.258 INFO O| Mar 24 23:46:00.258 INFO STEP 806 (remove_files) COMPLETE
71882026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.258 INFO O| Mar 24 23:46:00.258 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.266 INFO O| Mar 24 23:46:00.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71902026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.266 INFO O| Mar 24 23:46:00.266 INFO STEP 807 (remove_files) COMPLETE
71912026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.266 INFO O| Mar 24 23:46:00.266 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.274 INFO O| Mar 24 23:46:00.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71932026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.274 INFO O| Mar 24 23:46:00.274 INFO STEP 808 (remove_files) COMPLETE
71942026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.274 INFO O| Mar 24 23:46:00.274 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.280 INFO O| Mar 24 23:46:00.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71962026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.280 INFO O| Mar 24 23:46:00.280 INFO STEP 809 (remove_files) COMPLETE
71972026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.280 INFO O| Mar 24 23:46:00.280 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.287 INFO O| Mar 24 23:46:00.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71992026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.287 INFO O| Mar 24 23:46:00.287 INFO STEP 810 (remove_files) COMPLETE
72002026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.287 INFO O| Mar 24 23:46:00.287 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.294 INFO O| Mar 24 23:46:00.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72022026-03-24T23:46:00.322Z[ recovery-image] Mar 24 23:46:00.295 INFO O| Mar 24 23:46:00.295 INFO STEP 811 (remove_files) COMPLETE
72032026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.295 INFO O| Mar 24 23:46:00.295 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.301 INFO O| Mar 24 23:46:00.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72052026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.301 INFO O| Mar 24 23:46:00.301 INFO STEP 812 (remove_files) COMPLETE
72062026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.301 INFO O| Mar 24 23:46:00.301 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.308 INFO O| Mar 24 23:46:00.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72082026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.308 INFO O| Mar 24 23:46:00.308 INFO STEP 813 (remove_files) COMPLETE
72092026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.308 INFO O| Mar 24 23:46:00.308 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.316 INFO O| Mar 24 23:46:00.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72112026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.316 INFO O| Mar 24 23:46:00.316 INFO STEP 814 (remove_files) COMPLETE
72122026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.316 INFO O| Mar 24 23:46:00.316 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.323 INFO O| Mar 24 23:46:00.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72142026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.324 INFO O| Mar 24 23:46:00.324 INFO STEP 815 (remove_files) COMPLETE
72152026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.324 INFO O| Mar 24 23:46:00.324 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.330 INFO O| Mar 24 23:46:00.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72172026-03-24T23:46:00.326Z[ recovery-image] Mar 24 23:46:00.330 INFO O| Mar 24 23:46:00.330 INFO STEP 816 (remove_files) COMPLETE
72182026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.330 INFO O| Mar 24 23:46:00.330 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.337 INFO O| Mar 24 23:46:00.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72202026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.337 INFO O| Mar 24 23:46:00.337 INFO STEP 817 (remove_files) COMPLETE
72212026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.337 INFO O| Mar 24 23:46:00.337 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.343 INFO O| Mar 24 23:46:00.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72232026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.344 INFO O| Mar 24 23:46:00.344 INFO STEP 818 (remove_files) COMPLETE
72242026-03-24T23:46:00.327Z[ recovery-image] Mar 24 23:46:00.344 INFO O| Mar 24 23:46:00.344 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-03-24T23:46:00.333Z[ recovery-image] Mar 24 23:46:00.352 INFO O| Mar 24 23:46:00.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72262026-03-24T23:46:00.333Z[ recovery-image] Mar 24 23:46:00.352 INFO O| Mar 24 23:46:00.352 INFO STEP 819 (remove_files) COMPLETE
72272026-03-24T23:46:00.333Z[ recovery-image] Mar 24 23:46:00.352 INFO O| Mar 24 23:46:00.352 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-03-24T23:46:00.341Z[ recovery-image] Mar 24 23:46:00.359 INFO O| Mar 24 23:46:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72292026-03-24T23:46:00.344Z[ recovery-image] Mar 24 23:46:00.359 INFO O| Mar 24 23:46:00.359 INFO STEP 820 (remove_files) COMPLETE
72302026-03-24T23:46:00.344Z[ recovery-image] Mar 24 23:46:00.359 INFO O| Mar 24 23:46:00.359 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-03-24T23:46:00.348Z[ recovery-image] Mar 24 23:46:00.367 INFO O| Mar 24 23:46:00.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72322026-03-24T23:46:00.348Z[ recovery-image] Mar 24 23:46:00.367 INFO O| Mar 24 23:46:00.367 INFO STEP 821 (remove_files) COMPLETE
72332026-03-24T23:46:00.351Z[ recovery-image] Mar 24 23:46:00.367 INFO O| Mar 24 23:46:00.367 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-03-24T23:46:00.357Z[ recovery-image] Mar 24 23:46:00.376 INFO O| Mar 24 23:46:00.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72352026-03-24T23:46:00.360Z[ recovery-image] Mar 24 23:46:00.376 INFO O| Mar 24 23:46:00.376 INFO STEP 822 (remove_files) COMPLETE
72362026-03-24T23:46:00.360Z[ recovery-image] Mar 24 23:46:00.376 INFO O| Mar 24 23:46:00.376 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-03-24T23:46:00.364Z[ recovery-image] Mar 24 23:46:00.383 INFO O| Mar 24 23:46:00.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72382026-03-24T23:46:00.367Z[ recovery-image] Mar 24 23:46:00.383 INFO O| Mar 24 23:46:00.383 INFO STEP 823 (remove_files) COMPLETE
72392026-03-24T23:46:00.367Z[ recovery-image] Mar 24 23:46:00.383 INFO O| Mar 24 23:46:00.383 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-03-24T23:46:00.373Z[ recovery-image] Mar 24 23:46:00.391 INFO O| Mar 24 23:46:00.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72412026-03-24T23:46:00.373Z[ recovery-image] Mar 24 23:46:00.391 INFO O| Mar 24 23:46:00.391 INFO STEP 824 (remove_files) COMPLETE
72422026-03-24T23:46:00.376Z[ recovery-image] Mar 24 23:46:00.391 INFO O| Mar 24 23:46:00.391 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-03-24T23:46:00.379Z[ recovery-image] Mar 24 23:46:00.398 INFO O| Mar 24 23:46:00.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72442026-03-24T23:46:00.382Z[ recovery-image] Mar 24 23:46:00.398 INFO O| Mar 24 23:46:00.398 INFO STEP 825 (remove_files) COMPLETE
72452026-03-24T23:46:00.382Z[ recovery-image] Mar 24 23:46:00.398 INFO O| Mar 24 23:46:00.398 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-03-24T23:46:00.386Z[ recovery-image] Mar 24 23:46:00.405 INFO O| Mar 24 23:46:00.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72472026-03-24T23:46:00.389Z[ recovery-image] Mar 24 23:46:00.405 INFO O| Mar 24 23:46:00.405 INFO STEP 826 (remove_files) COMPLETE
72482026-03-24T23:46:00.389Z[ recovery-image] Mar 24 23:46:00.405 INFO O| Mar 24 23:46:00.405 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-03-24T23:46:00.393Z[ recovery-image] Mar 24 23:46:00.412 INFO O| Mar 24 23:46:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72502026-03-24T23:46:00.396Z[ recovery-image] Mar 24 23:46:00.412 INFO O| Mar 24 23:46:00.412 INFO STEP 827 (remove_files) COMPLETE
72512026-03-24T23:46:00.396Z[ recovery-image] Mar 24 23:46:00.412 INFO O| Mar 24 23:46:00.412 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-03-24T23:46:00.401Z[ recovery-image] Mar 24 23:46:00.420 INFO O| Mar 24 23:46:00.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72532026-03-24T23:46:00.404Z[ recovery-image] Mar 24 23:46:00.420 INFO O| Mar 24 23:46:00.420 INFO STEP 828 (remove_files) COMPLETE
72542026-03-24T23:46:00.404Z[ recovery-image] Mar 24 23:46:00.420 INFO O| Mar 24 23:46:00.420 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-03-24T23:46:00.409Z[ recovery-image] Mar 24 23:46:00.428 INFO O| Mar 24 23:46:00.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72562026-03-24T23:46:00.412Z[ recovery-image] Mar 24 23:46:00.428 INFO O| Mar 24 23:46:00.428 INFO STEP 829 (remove_files) COMPLETE
72572026-03-24T23:46:00.412Z[ recovery-image] Mar 24 23:46:00.428 INFO O| Mar 24 23:46:00.428 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-03-24T23:46:00.416Z[ recovery-image] Mar 24 23:46:00.435 INFO O| Mar 24 23:46:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72592026-03-24T23:46:00.416Z[ recovery-image] Mar 24 23:46:00.435 INFO O| Mar 24 23:46:00.435 INFO STEP 830 (remove_files) COMPLETE
72602026-03-24T23:46:00.419Z[ recovery-image] Mar 24 23:46:00.435 INFO O| Mar 24 23:46:00.435 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-03-24T23:46:00.425Z[ recovery-image] Mar 24 23:46:00.443 INFO O| Mar 24 23:46:00.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72622026-03-24T23:46:00.425Z[ recovery-image] Mar 24 23:46:00.443 INFO O| Mar 24 23:46:00.443 INFO STEP 831 (remove_files) COMPLETE
72632026-03-24T23:46:00.428Z[ recovery-image] Mar 24 23:46:00.443 INFO O| Mar 24 23:46:00.443 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-03-24T23:46:00.432Z[ recovery-image] Mar 24 23:46:00.451 INFO O| Mar 24 23:46:00.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72652026-03-24T23:46:00.432Z[ recovery-image] Mar 24 23:46:00.451 INFO O| Mar 24 23:46:00.451 INFO STEP 832 (remove_files) COMPLETE
72662026-03-24T23:46:00.435Z[ recovery-image] Mar 24 23:46:00.451 INFO O| Mar 24 23:46:00.451 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-03-24T23:46:00.438Z[ recovery-image] Mar 24 23:46:00.457 INFO O| Mar 24 23:46:00.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72682026-03-24T23:46:00.441Z[ recovery-image] Mar 24 23:46:00.457 INFO O| Mar 24 23:46:00.457 INFO STEP 833 (remove_files) COMPLETE
72692026-03-24T23:46:00.441Z[ recovery-image] Mar 24 23:46:00.457 INFO O| Mar 24 23:46:00.457 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-03-24T23:46:00.446Z[ recovery-image] Mar 24 23:46:00.464 INFO O| Mar 24 23:46:00.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72712026-03-24T23:46:00.448Z[ recovery-image] Mar 24 23:46:00.464 INFO O| Mar 24 23:46:00.464 INFO STEP 834 (remove_files) COMPLETE
72722026-03-24T23:46:00.448Z[ recovery-image] Mar 24 23:46:00.464 INFO O| Mar 24 23:46:00.464 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-03-24T23:46:00.453Z[ recovery-image] Mar 24 23:46:00.472 INFO O| Mar 24 23:46:00.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72742026-03-24T23:46:00.456Z[ recovery-image] Mar 24 23:46:00.472 INFO O| Mar 24 23:46:00.472 INFO STEP 835 (remove_files) COMPLETE
72752026-03-24T23:46:00.456Z[ recovery-image] Mar 24 23:46:00.472 INFO O| Mar 24 23:46:00.472 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-03-24T23:46:00.460Z[ recovery-image] Mar 24 23:46:00.479 INFO O| Mar 24 23:46:00.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72772026-03-24T23:46:00.461Z[ recovery-image] Mar 24 23:46:00.479 INFO O| Mar 24 23:46:00.479 INFO STEP 836 (remove_files) COMPLETE
72782026-03-24T23:46:00.463Z[ recovery-image] Mar 24 23:46:00.479 INFO O| Mar 24 23:46:00.479 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-03-24T23:46:00.468Z[ recovery-image] Mar 24 23:46:00.486 INFO O| Mar 24 23:46:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72802026-03-24T23:46:00.470Z[ recovery-image] Mar 24 23:46:00.486 INFO O| Mar 24 23:46:00.486 INFO STEP 837 (remove_files) COMPLETE
72812026-03-24T23:46:00.470Z[ recovery-image] Mar 24 23:46:00.486 INFO O| Mar 24 23:46:00.486 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-03-24T23:46:00.474Z[ recovery-image] Mar 24 23:46:00.492 INFO O| Mar 24 23:46:00.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72832026-03-24T23:46:00.477Z[ recovery-image] Mar 24 23:46:00.493 INFO O| Mar 24 23:46:00.493 INFO STEP 838 (remove_files) COMPLETE
72842026-03-24T23:46:00.477Z[ recovery-image] Mar 24 23:46:00.493 INFO O| Mar 24 23:46:00.493 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-03-24T23:46:00.482Z[ recovery-image] Mar 24 23:46:00.500 INFO O| Mar 24 23:46:00.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72862026-03-24T23:46:00.485Z[ recovery-image] Mar 24 23:46:00.501 INFO O| Mar 24 23:46:00.501 INFO STEP 839 (remove_files) COMPLETE
72872026-03-24T23:46:00.485Z[ recovery-image] Mar 24 23:46:00.501 INFO O| Mar 24 23:46:00.501 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-03-24T23:46:00.491Z[ recovery-image] Mar 24 23:46:00.509 INFO O| Mar 24 23:46:00.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72892026-03-24T23:46:00.498Z[ recovery-image] Mar 24 23:46:00.510 INFO O| Mar 24 23:46:00.510 INFO STEP 840 (remove_files) COMPLETE
72902026-03-24T23:46:00.498Z[ recovery-image] Mar 24 23:46:00.510 INFO O| Mar 24 23:46:00.510 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-03-24T23:46:00.502Z[ recovery-image] Mar 24 23:46:00.517 INFO O| Mar 24 23:46:00.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72922026-03-24T23:46:00.503Z[ recovery-image] Mar 24 23:46:00.517 INFO O| Mar 24 23:46:00.517 INFO STEP 841 (remove_files) COMPLETE
72932026-03-24T23:46:00.503Z[ recovery-image] Mar 24 23:46:00.517 INFO O| Mar 24 23:46:00.517 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-03-24T23:46:00.508Z[ recovery-image] Mar 24 23:46:00.525 INFO O| Mar 24 23:46:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72952026-03-24T23:46:00.508Z[ recovery-image] Mar 24 23:46:00.525 INFO O| Mar 24 23:46:00.525 INFO STEP 842 (remove_files) COMPLETE
72962026-03-24T23:46:00.508Z[ recovery-image] Mar 24 23:46:00.525 INFO O| Mar 24 23:46:00.525 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-03-24T23:46:00.515Z[ recovery-image] Mar 24 23:46:00.533 INFO O| Mar 24 23:46:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72982026-03-24T23:46:00.519Z[ recovery-image] Mar 24 23:46:00.533 INFO O| Mar 24 23:46:00.533 INFO STEP 843 (remove_files) COMPLETE
72992026-03-24T23:46:00.519Z[ recovery-image] Mar 24 23:46:00.533 INFO O| Mar 24 23:46:00.533 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-03-24T23:46:00.523Z[ recovery-image] Mar 24 23:46:00.541 INFO O| Mar 24 23:46:00.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73012026-03-24T23:46:00.523Z[ recovery-image] Mar 24 23:46:00.541 INFO O| Mar 24 23:46:00.541 INFO STEP 844 (remove_files) COMPLETE
73022026-03-24T23:46:00.523Z[ recovery-image] Mar 24 23:46:00.541 INFO O| Mar 24 23:46:00.541 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-03-24T23:46:00.531Z[ recovery-image] Mar 24 23:46:00.549 INFO O| Mar 24 23:46:00.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73042026-03-24T23:46:00.535Z[ recovery-image] Mar 24 23:46:00.549 INFO O| Mar 24 23:46:00.549 INFO STEP 845 (remove_files) COMPLETE
73052026-03-24T23:46:00.535Z[ recovery-image] Mar 24 23:46:00.549 INFO O| Mar 24 23:46:00.549 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-03-24T23:46:00.538Z[ recovery-image] Mar 24 23:46:00.557 INFO O| Mar 24 23:46:00.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73072026-03-24T23:46:00.538Z[ recovery-image] Mar 24 23:46:00.557 INFO O| Mar 24 23:46:00.557 INFO STEP 846 (remove_files) COMPLETE
73082026-03-24T23:46:00.538Z[ recovery-image] Mar 24 23:46:00.557 INFO O| Mar 24 23:46:00.557 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-03-24T23:46:00.545Z[ recovery-image] Mar 24 23:46:00.563 INFO O| Mar 24 23:46:00.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73102026-03-24T23:46:00.545Z[ recovery-image] Mar 24 23:46:00.563 INFO O| Mar 24 23:46:00.563 INFO STEP 847 (remove_files) COMPLETE
73112026-03-24T23:46:00.548Z[ recovery-image] Mar 24 23:46:00.563 INFO O| Mar 24 23:46:00.563 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-03-24T23:46:00.551Z[ recovery-image] Mar 24 23:46:00.570 INFO O| Mar 24 23:46:00.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73132026-03-24T23:46:00.554Z[ recovery-image] Mar 24 23:46:00.570 INFO O| Mar 24 23:46:00.570 INFO STEP 848 (remove_files) COMPLETE
73142026-03-24T23:46:00.554Z[ recovery-image] Mar 24 23:46:00.570 INFO O| Mar 24 23:46:00.570 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-03-24T23:46:00.558Z[ recovery-image] Mar 24 23:46:00.577 INFO O| Mar 24 23:46:00.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73162026-03-24T23:46:00.561Z[ recovery-image] Mar 24 23:46:00.577 INFO O| Mar 24 23:46:00.577 INFO STEP 849 (remove_files) COMPLETE
73172026-03-24T23:46:00.561Z[ recovery-image] Mar 24 23:46:00.577 INFO O| Mar 24 23:46:00.577 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-03-24T23:46:00.565Z[ recovery-image] Mar 24 23:46:00.584 INFO O| Mar 24 23:46:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73192026-03-24T23:46:00.568Z[ recovery-image] Mar 24 23:46:00.584 INFO O| Mar 24 23:46:00.584 INFO STEP 850 (remove_files) COMPLETE
73202026-03-24T23:46:00.568Z[ recovery-image] Mar 24 23:46:00.584 INFO O| Mar 24 23:46:00.584 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-03-24T23:46:00.573Z[ recovery-image] Mar 24 23:46:00.592 INFO O| Mar 24 23:46:00.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73222026-03-24T23:46:00.576Z[ recovery-image] Mar 24 23:46:00.593 INFO O| Mar 24 23:46:00.593 INFO STEP 851 (remove_files) COMPLETE
73232026-03-24T23:46:00.576Z[ recovery-image] Mar 24 23:46:00.593 INFO O| Mar 24 23:46:00.593 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-03-24T23:46:00.581Z[ recovery-image] Mar 24 23:46:00.600 INFO O| Mar 24 23:46:00.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73252026-03-24T23:46:00.584Z[ recovery-image] Mar 24 23:46:00.601 INFO O| Mar 24 23:46:00.601 INFO STEP 852 (remove_files) COMPLETE
73262026-03-24T23:46:00.584Z[ recovery-image] Mar 24 23:46:00.601 INFO O| Mar 24 23:46:00.601 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-03-24T23:46:00.589Z[ recovery-image] Mar 24 23:46:00.608 INFO O| Mar 24 23:46:00.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73282026-03-24T23:46:00.592Z[ recovery-image] Mar 24 23:46:00.608 INFO O| Mar 24 23:46:00.608 INFO STEP 853 (remove_files) COMPLETE
73292026-03-24T23:46:00.592Z[ recovery-image] Mar 24 23:46:00.608 INFO O| Mar 24 23:46:00.608 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-03-24T23:46:00.596Z[ recovery-image] Mar 24 23:46:00.615 INFO O| Mar 24 23:46:00.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73312026-03-24T23:46:00.599Z[ recovery-image] Mar 24 23:46:00.615 INFO O| Mar 24 23:46:00.615 INFO STEP 854 (remove_files) COMPLETE
73322026-03-24T23:46:00.599Z[ recovery-image] Mar 24 23:46:00.615 INFO O| Mar 24 23:46:00.615 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-03-24T23:46:00.605Z[ recovery-image] Mar 24 23:46:00.624 INFO O| Mar 24 23:46:00.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73342026-03-24T23:46:00.608Z[ recovery-image] Mar 24 23:46:00.624 INFO O| Mar 24 23:46:00.624 INFO STEP 855 (remove_files) COMPLETE
73352026-03-24T23:46:00.608Z[ recovery-image] Mar 24 23:46:00.624 INFO O| Mar 24 23:46:00.624 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-03-24T23:46:00.612Z[ recovery-image] Mar 24 23:46:00.630 INFO O| Mar 24 23:46:00.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73372026-03-24T23:46:00.612Z[ recovery-image] Mar 24 23:46:00.630 INFO O| Mar 24 23:46:00.630 INFO STEP 856 (remove_files) COMPLETE
73382026-03-24T23:46:00.616Z[ recovery-image] Mar 24 23:46:00.630 INFO O| Mar 24 23:46:00.630 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-03-24T23:46:00.619Z[ recovery-image] Mar 24 23:46:00.637 INFO O| Mar 24 23:46:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73402026-03-24T23:46:00.619Z[ recovery-image] Mar 24 23:46:00.637 INFO O| Mar 24 23:46:00.637 INFO STEP 857 (remove_files) COMPLETE
73412026-03-24T23:46:00.619Z[ recovery-image] Mar 24 23:46:00.637 INFO O| Mar 24 23:46:00.637 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-03-24T23:46:00.625Z[ recovery-image] Mar 24 23:46:00.644 INFO O| Mar 24 23:46:00.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73432026-03-24T23:46:00.628Z[ recovery-image] Mar 24 23:46:00.644 INFO O| Mar 24 23:46:00.644 INFO STEP 858 (remove_files) COMPLETE
73442026-03-24T23:46:00.628Z[ recovery-image] Mar 24 23:46:00.644 INFO O| Mar 24 23:46:00.644 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-03-24T23:46:00.633Z[ recovery-image] Mar 24 23:46:00.652 INFO O| Mar 24 23:46:00.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73462026-03-24T23:46:00.633Z[ recovery-image] Mar 24 23:46:00.652 INFO O| Mar 24 23:46:00.652 INFO STEP 859 (remove_files) COMPLETE
73472026-03-24T23:46:00.636Z[ recovery-image] Mar 24 23:46:00.652 INFO O| Mar 24 23:46:00.652 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-03-24T23:46:00.641Z[ recovery-image] Mar 24 23:46:00.660 INFO O| Mar 24 23:46:00.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73492026-03-24T23:46:00.644Z[ recovery-image] Mar 24 23:46:00.660 INFO O| Mar 24 23:46:00.660 INFO STEP 860 (remove_files) COMPLETE
73502026-03-24T23:46:00.644Z[ recovery-image] Mar 24 23:46:00.660 INFO O| Mar 24 23:46:00.660 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-03-24T23:46:00.648Z[ recovery-image] Mar 24 23:46:00.667 INFO O| Mar 24 23:46:00.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73522026-03-24T23:46:00.651Z[ recovery-image] Mar 24 23:46:00.667 INFO O| Mar 24 23:46:00.667 INFO STEP 861 (remove_files) COMPLETE
73532026-03-24T23:46:00.651Z[ recovery-image] Mar 24 23:46:00.667 INFO O| Mar 24 23:46:00.667 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-03-24T23:46:00.655Z[ recovery-image] Mar 24 23:46:00.674 INFO O| Mar 24 23:46:00.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73552026-03-24T23:46:00.655Z[ recovery-image] Mar 24 23:46:00.674 INFO O| Mar 24 23:46:00.674 INFO STEP 862 (remove_files) COMPLETE
73562026-03-24T23:46:00.658Z[ recovery-image] Mar 24 23:46:00.674 INFO O| Mar 24 23:46:00.674 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-03-24T23:46:00.662Z[ recovery-image] Mar 24 23:46:00.680 INFO O| Mar 24 23:46:00.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73582026-03-24T23:46:00.665Z[ recovery-image] Mar 24 23:46:00.681 INFO O| Mar 24 23:46:00.681 INFO STEP 863 (remove_files) COMPLETE
73592026-03-24T23:46:00.665Z[ recovery-image] Mar 24 23:46:00.681 INFO O| Mar 24 23:46:00.681 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-03-24T23:46:00.671Z[ recovery-image] Mar 24 23:46:00.689 INFO O| Mar 24 23:46:00.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73612026-03-24T23:46:00.671Z[ recovery-image] Mar 24 23:46:00.689 INFO O| Mar 24 23:46:00.689 INFO STEP 864 (remove_files) COMPLETE
73622026-03-24T23:46:00.674Z[ recovery-image] Mar 24 23:46:00.689 INFO O| Mar 24 23:46:00.689 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-03-24T23:46:00.678Z[ recovery-image] Mar 24 23:46:00.697 INFO O| Mar 24 23:46:00.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73642026-03-24T23:46:00.681Z[ recovery-image] Mar 24 23:46:00.697 INFO O| Mar 24 23:46:00.697 INFO STEP 865 (remove_files) COMPLETE
73652026-03-24T23:46:00.681Z[ recovery-image] Mar 24 23:46:00.697 INFO O| Mar 24 23:46:00.697 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-03-24T23:46:00.686Z[ recovery-image] Mar 24 23:46:00.705 INFO O| Mar 24 23:46:00.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73672026-03-24T23:46:00.686Z[ recovery-image] Mar 24 23:46:00.705 INFO O| Mar 24 23:46:00.705 INFO STEP 866 (remove_files) COMPLETE
73682026-03-24T23:46:00.689Z[ recovery-image] Mar 24 23:46:00.705 INFO O| Mar 24 23:46:00.705 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-03-24T23:46:00.694Z[ recovery-image] Mar 24 23:46:00.713 INFO O| Mar 24 23:46:00.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73702026-03-24T23:46:00.694Z[ recovery-image] Mar 24 23:46:00.713 INFO O| Mar 24 23:46:00.713 INFO STEP 867 (remove_files) COMPLETE
73712026-03-24T23:46:00.697Z[ recovery-image] Mar 24 23:46:00.713 INFO O| Mar 24 23:46:00.713 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-03-24T23:46:00.701Z[ recovery-image] Mar 24 23:46:00.719 INFO O| Mar 24 23:46:00.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73732026-03-24T23:46:00.703Z[ recovery-image] Mar 24 23:46:00.719 INFO O| Mar 24 23:46:00.719 INFO STEP 868 (remove_files) COMPLETE
73742026-03-24T23:46:00.703Z[ recovery-image] Mar 24 23:46:00.719 INFO O| Mar 24 23:46:00.719 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-03-24T23:46:00.707Z[ recovery-image] Mar 24 23:46:00.726 INFO O| Mar 24 23:46:00.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73762026-03-24T23:46:00.707Z[ recovery-image] Mar 24 23:46:00.726 INFO O| Mar 24 23:46:00.726 INFO STEP 869 (remove_files) COMPLETE
73772026-03-24T23:46:00.710Z[ recovery-image] Mar 24 23:46:00.726 INFO O| Mar 24 23:46:00.726 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-03-24T23:46:00.716Z[ recovery-image] Mar 24 23:46:00.734 INFO O| Mar 24 23:46:00.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73792026-03-24T23:46:00.718Z[ recovery-image] Mar 24 23:46:00.735 INFO O| Mar 24 23:46:00.735 INFO STEP 870 (remove_files) COMPLETE
73802026-03-24T23:46:00.718Z[ recovery-image] Mar 24 23:46:00.735 INFO O| Mar 24 23:46:00.735 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-03-24T23:46:00.722Z[ recovery-image] Mar 24 23:46:00.741 INFO O| Mar 24 23:46:00.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73822026-03-24T23:46:00.722Z[ recovery-image] Mar 24 23:46:00.741 INFO O| Mar 24 23:46:00.741 INFO STEP 871 (remove_files) COMPLETE
73832026-03-24T23:46:00.725Z[ recovery-image] Mar 24 23:46:00.741 INFO O| Mar 24 23:46:00.741 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-03-24T23:46:00.730Z[ recovery-image] Mar 24 23:46:00.749 INFO O| Mar 24 23:46:00.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73852026-03-24T23:46:00.730Z[ recovery-image] Mar 24 23:46:00.749 INFO O| Mar 24 23:46:00.749 INFO STEP 872 (remove_files) COMPLETE
73862026-03-24T23:46:00.733Z[ recovery-image] Mar 24 23:46:00.749 INFO O| Mar 24 23:46:00.749 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-03-24T23:46:00.737Z[ recovery-image] Mar 24 23:46:00.756 INFO O| Mar 24 23:46:00.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73882026-03-24T23:46:00.740Z[ recovery-image] Mar 24 23:46:00.756 INFO O| Mar 24 23:46:00.756 INFO STEP 873 (remove_files) COMPLETE
73892026-03-24T23:46:00.740Z[ recovery-image] Mar 24 23:46:00.756 INFO O| Mar 24 23:46:00.756 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-03-24T23:46:00.746Z[ recovery-image] Mar 24 23:46:00.764 INFO O| Mar 24 23:46:00.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73912026-03-24T23:46:00.748Z[ recovery-image] Mar 24 23:46:00.765 INFO O| Mar 24 23:46:00.764 INFO STEP 874 (remove_files) COMPLETE
73922026-03-24T23:46:00.748Z[ recovery-image] Mar 24 23:46:00.765 INFO O| Mar 24 23:46:00.764 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-03-24T23:46:00.754Z[ recovery-image] Mar 24 23:46:00.773 INFO O| Mar 24 23:46:00.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73942026-03-24T23:46:00.757Z[ recovery-image] Mar 24 23:46:00.773 INFO O| Mar 24 23:46:00.773 INFO STEP 875 (remove_files) COMPLETE
73952026-03-24T23:46:00.757Z[ recovery-image] Mar 24 23:46:00.773 INFO O| Mar 24 23:46:00.773 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-03-24T23:46:00.761Z[ recovery-image] Mar 24 23:46:00.779 INFO O| Mar 24 23:46:00.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73972026-03-24T23:46:00.761Z[ recovery-image] Mar 24 23:46:00.779 INFO O| Mar 24 23:46:00.779 INFO STEP 876 (remove_files) COMPLETE
73982026-03-24T23:46:00.763Z[ recovery-image] Mar 24 23:46:00.779 INFO O| Mar 24 23:46:00.779 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-03-24T23:46:00.767Z[ recovery-image] Mar 24 23:46:00.786 INFO O| Mar 24 23:46:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74002026-03-24T23:46:00.770Z[ recovery-image] Mar 24 23:46:00.786 INFO O| Mar 24 23:46:00.786 INFO STEP 877 (remove_files) COMPLETE
74012026-03-24T23:46:00.770Z[ recovery-image] Mar 24 23:46:00.786 INFO O| Mar 24 23:46:00.786 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-03-24T23:46:00.774Z[ recovery-image] Mar 24 23:46:00.793 INFO O| Mar 24 23:46:00.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74032026-03-24T23:46:00.774Z[ recovery-image] Mar 24 23:46:00.793 INFO O| Mar 24 23:46:00.793 INFO STEP 878 (remove_files) COMPLETE
74042026-03-24T23:46:00.777Z[ recovery-image] Mar 24 23:46:00.793 INFO O| Mar 24 23:46:00.793 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-03-24T23:46:00.782Z[ recovery-image] Mar 24 23:46:00.801 INFO O| Mar 24 23:46:00.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74062026-03-24T23:46:00.782Z[ recovery-image] Mar 24 23:46:00.801 INFO O| Mar 24 23:46:00.801 INFO STEP 879 (remove_files) COMPLETE
74072026-03-24T23:46:00.785Z[ recovery-image] Mar 24 23:46:00.801 INFO O| Mar 24 23:46:00.801 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-03-24T23:46:00.790Z[ recovery-image] Mar 24 23:46:00.809 INFO O| Mar 24 23:46:00.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74092026-03-24T23:46:00.793Z[ recovery-image] Mar 24 23:46:00.809 INFO O| Mar 24 23:46:00.809 INFO STEP 880 (remove_files) COMPLETE
74102026-03-24T23:46:00.793Z[ recovery-image] Mar 24 23:46:00.809 INFO O| Mar 24 23:46:00.809 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-03-24T23:46:00.798Z[ recovery-image] Mar 24 23:46:00.817 INFO O| Mar 24 23:46:00.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74122026-03-24T23:46:00.801Z[ recovery-image] Mar 24 23:46:00.817 INFO O| Mar 24 23:46:00.817 INFO STEP 881 (remove_files) COMPLETE
74132026-03-24T23:46:00.801Z[ recovery-image] Mar 24 23:46:00.817 INFO O| Mar 24 23:46:00.817 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-03-24T23:46:00.805Z[ recovery-image] Mar 24 23:46:00.824 INFO O| Mar 24 23:46:00.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74152026-03-24T23:46:00.805Z[ recovery-image] Mar 24 23:46:00.824 INFO O| Mar 24 23:46:00.824 INFO STEP 882 (remove_files) COMPLETE
74162026-03-24T23:46:00.808Z[ recovery-image] Mar 24 23:46:00.824 INFO O| Mar 24 23:46:00.824 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-03-24T23:46:00.813Z[ recovery-image] Mar 24 23:46:00.832 INFO O| Mar 24 23:46:00.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74182026-03-24T23:46:00.813Z[ recovery-image] Mar 24 23:46:00.832 INFO O| Mar 24 23:46:00.832 INFO STEP 883 (remove_files) COMPLETE
74192026-03-24T23:46:00.816Z[ recovery-image] Mar 24 23:46:00.832 INFO O| Mar 24 23:46:00.832 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-03-24T23:46:00.821Z[ recovery-image] Mar 24 23:46:00.840 INFO O| Mar 24 23:46:00.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74212026-03-24T23:46:00.821Z[ recovery-image] Mar 24 23:46:00.840 INFO O| Mar 24 23:46:00.840 INFO STEP 884 (remove_files) COMPLETE
74222026-03-24T23:46:00.824Z[ recovery-image] Mar 24 23:46:00.840 INFO O| Mar 24 23:46:00.840 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-03-24T23:46:00.829Z[ recovery-image] Mar 24 23:46:00.847 INFO O| Mar 24 23:46:00.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74242026-03-24T23:46:00.831Z[ recovery-image] Mar 24 23:46:00.848 INFO O| Mar 24 23:46:00.848 INFO STEP 885 (remove_files) COMPLETE
74252026-03-24T23:46:00.831Z[ recovery-image] Mar 24 23:46:00.848 INFO O| Mar 24 23:46:00.848 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-03-24T23:46:00.836Z[ recovery-image] Mar 24 23:46:00.855 INFO O| Mar 24 23:46:00.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74272026-03-24T23:46:00.839Z[ recovery-image] Mar 24 23:46:00.855 INFO O| Mar 24 23:46:00.855 INFO STEP 886 (remove_files) COMPLETE
74282026-03-24T23:46:00.839Z[ recovery-image] Mar 24 23:46:00.855 INFO O| Mar 24 23:46:00.855 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-03-24T23:46:00.843Z[ recovery-image] Mar 24 23:46:00.861 INFO O| Mar 24 23:46:00.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74302026-03-24T23:46:00.847Z[ recovery-image] Mar 24 23:46:00.862 INFO O| Mar 24 23:46:00.862 INFO STEP 887 (remove_files) COMPLETE
74312026-03-24T23:46:00.848Z[ recovery-image] Mar 24 23:46:00.862 INFO O| Mar 24 23:46:00.862 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-03-24T23:46:00.850Z[ recovery-image] Mar 24 23:46:00.869 INFO O| Mar 24 23:46:00.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74332026-03-24T23:46:00.850Z[ recovery-image] Mar 24 23:46:00.869 INFO O| Mar 24 23:46:00.869 INFO STEP 888 (remove_files) COMPLETE
74342026-03-24T23:46:00.850Z[ recovery-image] Mar 24 23:46:00.869 INFO O| Mar 24 23:46:00.869 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-03-24T23:46:00.858Z[ recovery-image] Mar 24 23:46:00.877 INFO O| Mar 24 23:46:00.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74362026-03-24T23:46:00.861Z[ recovery-image] Mar 24 23:46:00.877 INFO O| Mar 24 23:46:00.877 INFO STEP 889 (remove_files) COMPLETE
74372026-03-24T23:46:00.861Z[ recovery-image] Mar 24 23:46:00.877 INFO O| Mar 24 23:46:00.877 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-03-24T23:46:00.865Z[ recovery-image] Mar 24 23:46:00.884 INFO O| Mar 24 23:46:00.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74392026-03-24T23:46:00.867Z[ recovery-image] Mar 24 23:46:00.884 INFO O| Mar 24 23:46:00.884 INFO STEP 890 (remove_files) COMPLETE
74402026-03-24T23:46:00.868Z[ recovery-image] Mar 24 23:46:00.884 INFO O| Mar 24 23:46:00.884 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-03-24T23:46:00.871Z[ recovery-image] Mar 24 23:46:00.890 INFO O| Mar 24 23:46:00.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74422026-03-24T23:46:00.871Z[ recovery-image] Mar 24 23:46:00.890 INFO O| Mar 24 23:46:00.890 INFO STEP 891 (remove_files) COMPLETE
74432026-03-24T23:46:00.874Z[ recovery-image] Mar 24 23:46:00.890 INFO O| Mar 24 23:46:00.890 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-03-24T23:46:00.879Z[ recovery-image] Mar 24 23:46:00.898 INFO O| Mar 24 23:46:00.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74452026-03-24T23:46:00.879Z[ recovery-image] Mar 24 23:46:00.898 INFO O| Mar 24 23:46:00.898 INFO STEP 892 (remove_files) COMPLETE
74462026-03-24T23:46:00.882Z[ recovery-image] Mar 24 23:46:00.898 INFO O| Mar 24 23:46:00.898 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-03-24T23:46:00.886Z[ recovery-image] Mar 24 23:46:00.905 INFO O| Mar 24 23:46:00.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74482026-03-24T23:46:00.889Z[ recovery-image] Mar 24 23:46:00.905 INFO O| Mar 24 23:46:00.905 INFO STEP 893 (remove_files) COMPLETE
74492026-03-24T23:46:00.889Z[ recovery-image] Mar 24 23:46:00.905 INFO O| Mar 24 23:46:00.905 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-03-24T23:46:00.898Z[ recovery-image] Mar 24 23:46:00.913 INFO O| Mar 24 23:46:00.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74512026-03-24T23:46:00.901Z[ recovery-image] Mar 24 23:46:00.913 INFO O| Mar 24 23:46:00.913 INFO STEP 894 (remove_files) COMPLETE
74522026-03-24T23:46:00.901Z[ recovery-image] Mar 24 23:46:00.913 INFO O| Mar 24 23:46:00.913 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-03-24T23:46:00.904Z[ recovery-image] Mar 24 23:46:00.920 INFO O| Mar 24 23:46:00.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74542026-03-24T23:46:00.904Z[ recovery-image] Mar 24 23:46:00.920 INFO O| Mar 24 23:46:00.920 INFO STEP 895 (remove_files) COMPLETE
74552026-03-24T23:46:00.904Z[ recovery-image] Mar 24 23:46:00.920 INFO O| Mar 24 23:46:00.920 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-03-24T23:46:00.909Z[ recovery-image] Mar 24 23:46:00.928 INFO O| Mar 24 23:46:00.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74572026-03-24T23:46:00.914Z[ recovery-image] Mar 24 23:46:00.928 INFO O| Mar 24 23:46:00.928 INFO STEP 896 (remove_files) COMPLETE
74582026-03-24T23:46:00.914Z[ recovery-image] Mar 24 23:46:00.928 INFO O| Mar 24 23:46:00.928 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-03-24T23:46:00.917Z[ recovery-image] Mar 24 23:46:00.935 INFO O| Mar 24 23:46:00.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74602026-03-24T23:46:00.917Z[ recovery-image] Mar 24 23:46:00.935 INFO O| Mar 24 23:46:00.935 INFO STEP 897 (remove_files) COMPLETE
74612026-03-24T23:46:00.917Z[ recovery-image] Mar 24 23:46:00.935 INFO O| Mar 24 23:46:00.935 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-03-24T23:46:00.923Z[ recovery-image] Mar 24 23:46:00.942 INFO O| Mar 24 23:46:00.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74632026-03-24T23:46:00.929Z[ recovery-image] Mar 24 23:46:00.942 INFO O| Mar 24 23:46:00.942 INFO STEP 898 (remove_files) COMPLETE
74642026-03-24T23:46:00.930Z[ recovery-image] Mar 24 23:46:00.942 INFO O| Mar 24 23:46:00.942 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-03-24T23:46:00.938Z[ recovery-image] Mar 24 23:46:00.950 INFO O| Mar 24 23:46:00.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74662026-03-24T23:46:00.938Z[ recovery-image] Mar 24 23:46:00.950 INFO O| Mar 24 23:46:00.950 INFO STEP 899 (remove_files) COMPLETE
74672026-03-24T23:46:00.938Z[ recovery-image] Mar 24 23:46:00.950 INFO O| Mar 24 23:46:00.950 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-03-24T23:46:00.943Z[ recovery-image] Mar 24 23:46:00.957 INFO O| Mar 24 23:46:00.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74692026-03-24T23:46:00.943Z[ recovery-image] Mar 24 23:46:00.957 INFO O| Mar 24 23:46:00.957 INFO STEP 900 (remove_files) COMPLETE
74702026-03-24T23:46:00.943Z[ recovery-image] Mar 24 23:46:00.957 INFO O| Mar 24 23:46:00.957 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-03-24T23:46:00.949Z[ recovery-image] Mar 24 23:46:00.964 INFO O| Mar 24 23:46:00.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74722026-03-24T23:46:00.949Z[ recovery-image] Mar 24 23:46:00.964 INFO O| Mar 24 23:46:00.964 INFO STEP 901 (remove_files) COMPLETE
74732026-03-24T23:46:00.949Z[ recovery-image] Mar 24 23:46:00.964 INFO O| Mar 24 23:46:00.964 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-03-24T23:46:00.955Z[ recovery-image] Mar 24 23:46:00.972 INFO O| Mar 24 23:46:00.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74752026-03-24T23:46:00.955Z[ recovery-image] Mar 24 23:46:00.972 INFO O| Mar 24 23:46:00.972 INFO STEP 902 (remove_files) COMPLETE
74762026-03-24T23:46:00.955Z[ recovery-image] Mar 24 23:46:00.972 INFO O| Mar 24 23:46:00.972 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-03-24T23:46:00.961Z[ recovery-image] Mar 24 23:46:00.980 INFO O| Mar 24 23:46:00.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74782026-03-24T23:46:00.964Z[ recovery-image] Mar 24 23:46:00.980 INFO O| Mar 24 23:46:00.980 INFO STEP 903 (remove_files) COMPLETE
74792026-03-24T23:46:00.964Z[ recovery-image] Mar 24 23:46:00.980 INFO O| Mar 24 23:46:00.980 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-03-24T23:46:00.969Z[ recovery-image] Mar 24 23:46:00.988 INFO O| Mar 24 23:46:00.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74812026-03-24T23:46:00.972Z[ recovery-image] Mar 24 23:46:00.988 INFO O| Mar 24 23:46:00.988 INFO STEP 904 (remove_files) COMPLETE
74822026-03-24T23:46:00.972Z[ recovery-image] Mar 24 23:46:00.988 INFO O| Mar 24 23:46:00.988 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-03-24T23:46:00.976Z[ recovery-image] Mar 24 23:46:00.995 INFO O| Mar 24 23:46:00.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74842026-03-24T23:46:00.979Z[ recovery-image] Mar 24 23:46:00.995 INFO O| Mar 24 23:46:00.995 INFO STEP 905 (remove_files) COMPLETE
74852026-03-24T23:46:00.979Z[ recovery-image] Mar 24 23:46:00.995 INFO O| Mar 24 23:46:00.995 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-03-24T23:46:00.984Z[ recovery-image] Mar 24 23:46:01.002 INFO O| Mar 24 23:46:01.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74872026-03-24T23:46:00.988Z[ recovery-image] Mar 24 23:46:01.002 INFO O| Mar 24 23:46:01.002 INFO STEP 906 (remove_files) COMPLETE
74882026-03-24T23:46:00.988Z[ recovery-image] Mar 24 23:46:01.002 INFO O| Mar 24 23:46:01.002 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-03-24T23:46:00.991Z[ recovery-image] Mar 24 23:46:01.010 INFO O| Mar 24 23:46:01.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74902026-03-24T23:46:00.991Z[ recovery-image] Mar 24 23:46:01.010 INFO O| Mar 24 23:46:01.010 INFO STEP 907 (remove_files) COMPLETE
74912026-03-24T23:46:00.991Z[ recovery-image] Mar 24 23:46:01.010 INFO O| Mar 24 23:46:01.010 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-03-24T23:46:00.998Z[ recovery-image] Mar 24 23:46:01.017 INFO O| Mar 24 23:46:01.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74932026-03-24T23:46:01.002Z[ recovery-image] Mar 24 23:46:01.017 INFO O| Mar 24 23:46:01.017 INFO STEP 908 (remove_files) COMPLETE
74942026-03-24T23:46:01.002Z[ recovery-image] Mar 24 23:46:01.017 INFO O| Mar 24 23:46:01.017 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-03-24T23:46:01.006Z[ recovery-image] Mar 24 23:46:01.025 INFO O| Mar 24 23:46:01.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74962026-03-24T23:46:01.006Z[ recovery-image] Mar 24 23:46:01.025 INFO O| Mar 24 23:46:01.025 INFO STEP 909 (remove_files) COMPLETE
74972026-03-24T23:46:01.009Z[ recovery-image] Mar 24 23:46:01.025 INFO O| Mar 24 23:46:01.025 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-03-24T23:46:01.014Z[ recovery-image] Mar 24 23:46:01.033 INFO O| Mar 24 23:46:01.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74992026-03-24T23:46:01.017Z[ recovery-image] Mar 24 23:46:01.033 INFO O| Mar 24 23:46:01.033 INFO STEP 910 (remove_files) COMPLETE
75002026-03-24T23:46:01.017Z[ recovery-image] Mar 24 23:46:01.033 INFO O| Mar 24 23:46:01.033 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-03-24T23:46:01.022Z[ recovery-image] Mar 24 23:46:01.041 INFO O| Mar 24 23:46:01.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75022026-03-24T23:46:01.022Z[ recovery-image] Mar 24 23:46:01.041 INFO O| Mar 24 23:46:01.041 INFO STEP 911 (remove_files) COMPLETE
75032026-03-24T23:46:01.022Z[ recovery-image] Mar 24 23:46:01.041 INFO O| Mar 24 23:46:01.041 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-03-24T23:46:01.029Z[ recovery-image] Mar 24 23:46:01.048 INFO O| Mar 24 23:46:01.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75052026-03-24T23:46:01.032Z[ recovery-image] Mar 24 23:46:01.048 INFO O| Mar 24 23:46:01.048 INFO STEP 912 (remove_files) COMPLETE
75062026-03-24T23:46:01.032Z[ recovery-image] Mar 24 23:46:01.048 INFO O| Mar 24 23:46:01.048 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-03-24T23:46:01.036Z[ recovery-image] Mar 24 23:46:01.055 INFO O| Mar 24 23:46:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75082026-03-24T23:46:01.039Z[ recovery-image] Mar 24 23:46:01.055 INFO O| Mar 24 23:46:01.055 INFO STEP 913 (remove_files) COMPLETE
75092026-03-24T23:46:01.039Z[ recovery-image] Mar 24 23:46:01.055 INFO O| Mar 24 23:46:01.055 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-03-24T23:46:01.044Z[ recovery-image] Mar 24 23:46:01.063 INFO O| Mar 24 23:46:01.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75112026-03-24T23:46:01.044Z[ recovery-image] Mar 24 23:46:01.063 INFO O| Mar 24 23:46:01.063 INFO STEP 914 (remove_files) COMPLETE
75122026-03-24T23:46:01.047Z[ recovery-image] Mar 24 23:46:01.063 INFO O| Mar 24 23:46:01.063 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-03-24T23:46:01.051Z[ recovery-image] Mar 24 23:46:01.070 INFO O| Mar 24 23:46:01.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75142026-03-24T23:46:01.054Z[ recovery-image] Mar 24 23:46:01.070 INFO O| Mar 24 23:46:01.070 INFO STEP 915 (remove_files) COMPLETE
75152026-03-24T23:46:01.054Z[ recovery-image] Mar 24 23:46:01.071 INFO O| Mar 24 23:46:01.070 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-03-24T23:46:01.059Z[ recovery-image] Mar 24 23:46:01.078 INFO O| Mar 24 23:46:01.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75172026-03-24T23:46:01.062Z[ recovery-image] Mar 24 23:46:01.078 INFO O| Mar 24 23:46:01.078 INFO STEP 916 (remove_files) COMPLETE
75182026-03-24T23:46:01.063Z[ recovery-image] Mar 24 23:46:01.078 INFO O| Mar 24 23:46:01.078 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-03-24T23:46:01.066Z[ recovery-image] Mar 24 23:46:01.085 INFO O| Mar 24 23:46:01.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75202026-03-24T23:46:01.070Z[ recovery-image] Mar 24 23:46:01.085 INFO O| Mar 24 23:46:01.085 INFO STEP 917 (remove_files) COMPLETE
75212026-03-24T23:46:01.070Z[ recovery-image] Mar 24 23:46:01.085 INFO O| Mar 24 23:46:01.085 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-03-24T23:46:01.073Z[ recovery-image] Mar 24 23:46:01.092 INFO O| Mar 24 23:46:01.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75232026-03-24T23:46:01.076Z[ recovery-image] Mar 24 23:46:01.092 INFO O| Mar 24 23:46:01.092 INFO STEP 918 (remove_files) COMPLETE
75242026-03-24T23:46:01.076Z[ recovery-image] Mar 24 23:46:01.092 INFO O| Mar 24 23:46:01.092 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-03-24T23:46:01.080Z[ recovery-image] Mar 24 23:46:01.099 INFO O| Mar 24 23:46:01.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75262026-03-24T23:46:01.083Z[ recovery-image] Mar 24 23:46:01.100 INFO O| Mar 24 23:46:01.100 INFO STEP 919 (remove_files) COMPLETE
75272026-03-24T23:46:01.083Z[ recovery-image] Mar 24 23:46:01.100 INFO O| Mar 24 23:46:01.100 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-03-24T23:46:01.089Z[ recovery-image] Mar 24 23:46:01.108 INFO O| Mar 24 23:46:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75292026-03-24T23:46:01.091Z[ recovery-image] Mar 24 23:46:01.108 INFO O| Mar 24 23:46:01.108 INFO STEP 920 (remove_files) COMPLETE
75302026-03-24T23:46:01.091Z[ recovery-image] Mar 24 23:46:01.108 INFO O| Mar 24 23:46:01.108 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-03-24T23:46:01.096Z[ recovery-image] Mar 24 23:46:01.115 INFO O| Mar 24 23:46:01.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75322026-03-24T23:46:01.099Z[ recovery-image] Mar 24 23:46:01.115 INFO O| Mar 24 23:46:01.115 INFO STEP 921 (remove_files) COMPLETE
75332026-03-24T23:46:01.099Z[ recovery-image] Mar 24 23:46:01.115 INFO O| Mar 24 23:46:01.115 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-03-24T23:46:01.103Z[ recovery-image] Mar 24 23:46:01.122 INFO O| Mar 24 23:46:01.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75352026-03-24T23:46:01.105Z[ recovery-image] Mar 24 23:46:01.122 INFO O| Mar 24 23:46:01.122 INFO STEP 922 (remove_files) COMPLETE
75362026-03-24T23:46:01.105Z[ recovery-image] Mar 24 23:46:01.122 INFO O| Mar 24 23:46:01.122 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-03-24T23:46:01.110Z[ recovery-image] Mar 24 23:46:01.129 INFO O| Mar 24 23:46:01.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75382026-03-24T23:46:01.113Z[ recovery-image] Mar 24 23:46:01.129 INFO O| Mar 24 23:46:01.129 INFO STEP 923 (remove_files) COMPLETE
75392026-03-24T23:46:01.113Z[ recovery-image] Mar 24 23:46:01.129 INFO O| Mar 24 23:46:01.129 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-03-24T23:46:01.117Z[ recovery-image] Mar 24 23:46:01.136 INFO O| Mar 24 23:46:01.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75412026-03-24T23:46:01.119Z[ recovery-image] Mar 24 23:46:01.136 INFO O| Mar 24 23:46:01.136 INFO STEP 924 (remove_files) COMPLETE
75422026-03-24T23:46:01.119Z[ recovery-image] Mar 24 23:46:01.136 INFO O| Mar 24 23:46:01.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-03-24T23:46:01.125Z[ recovery-image] Mar 24 23:46:01.144 INFO O| Mar 24 23:46:01.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75442026-03-24T23:46:01.128Z[ recovery-image] Mar 24 23:46:01.145 INFO O| Mar 24 23:46:01.145 INFO STEP 925 (remove_files) COMPLETE
75452026-03-24T23:46:01.128Z[ recovery-image] Mar 24 23:46:01.145 INFO O| Mar 24 23:46:01.145 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-03-24T23:46:01.132Z[ recovery-image] Mar 24 23:46:01.151 INFO O| Mar 24 23:46:01.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75472026-03-24T23:46:01.132Z[ recovery-image] Mar 24 23:46:01.151 INFO O| Mar 24 23:46:01.151 INFO STEP 926 (remove_files) COMPLETE
75482026-03-24T23:46:01.132Z[ recovery-image] Mar 24 23:46:01.151 INFO O| Mar 24 23:46:01.151 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-03-24T23:46:01.140Z[ recovery-image] Mar 24 23:46:01.159 INFO O| Mar 24 23:46:01.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75502026-03-24T23:46:01.140Z[ recovery-image] Mar 24 23:46:01.159 INFO O| Mar 24 23:46:01.159 INFO STEP 927 (remove_files) COMPLETE
75512026-03-24T23:46:01.143Z[ recovery-image] Mar 24 23:46:01.159 INFO O| Mar 24 23:46:01.159 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-03-24T23:46:01.147Z[ recovery-image] Mar 24 23:46:01.166 INFO O| Mar 24 23:46:01.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75532026-03-24T23:46:01.147Z[ recovery-image] Mar 24 23:46:01.166 INFO O| Mar 24 23:46:01.166 INFO STEP 928 (remove_files) COMPLETE
75542026-03-24T23:46:01.149Z[ recovery-image] Mar 24 23:46:01.166 INFO O| Mar 24 23:46:01.166 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-03-24T23:46:01.155Z[ recovery-image] Mar 24 23:46:01.174 INFO O| Mar 24 23:46:01.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75562026-03-24T23:46:01.157Z[ recovery-image] Mar 24 23:46:01.174 INFO O| Mar 24 23:46:01.174 INFO STEP 929 (remove_files) COMPLETE
75572026-03-24T23:46:01.157Z[ recovery-image] Mar 24 23:46:01.174 INFO O| Mar 24 23:46:01.174 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-03-24T23:46:01.163Z[ recovery-image] Mar 24 23:46:01.182 INFO O| Mar 24 23:46:01.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75592026-03-24T23:46:01.165Z[ recovery-image] Mar 24 23:46:01.182 INFO O| Mar 24 23:46:01.182 INFO STEP 930 (remove_files) COMPLETE
75602026-03-24T23:46:01.165Z[ recovery-image] Mar 24 23:46:01.182 INFO O| Mar 24 23:46:01.182 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-03-24T23:46:01.170Z[ recovery-image] Mar 24 23:46:01.189 INFO O| Mar 24 23:46:01.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75622026-03-24T23:46:01.170Z[ recovery-image] Mar 24 23:46:01.190 INFO O| Mar 24 23:46:01.189 INFO STEP 931 (remove_files) COMPLETE
75632026-03-24T23:46:01.173Z[ recovery-image] Mar 24 23:46:01.190 INFO O| Mar 24 23:46:01.189 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-03-24T23:46:01.180Z[ recovery-image] Mar 24 23:46:01.197 INFO O| Mar 24 23:46:01.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75652026-03-24T23:46:01.183Z[ recovery-image] Mar 24 23:46:01.198 INFO O| Mar 24 23:46:01.197 INFO STEP 932 (remove_files) COMPLETE
75662026-03-24T23:46:01.183Z[ recovery-image] Mar 24 23:46:01.198 INFO O| Mar 24 23:46:01.198 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-03-24T23:46:01.185Z[ recovery-image] Mar 24 23:46:01.204 INFO O| Mar 24 23:46:01.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75682026-03-24T23:46:01.188Z[ recovery-image] Mar 24 23:46:01.204 INFO O| Mar 24 23:46:01.204 INFO STEP 933 (remove_files) COMPLETE
75692026-03-24T23:46:01.188Z[ recovery-image] Mar 24 23:46:01.204 INFO O| Mar 24 23:46:01.204 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-03-24T23:46:01.192Z[ recovery-image] Mar 24 23:46:01.211 INFO O| Mar 24 23:46:01.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75712026-03-24T23:46:01.192Z[ recovery-image] Mar 24 23:46:01.211 INFO O| Mar 24 23:46:01.211 INFO STEP 934 (remove_files) COMPLETE
75722026-03-24T23:46:01.192Z[ recovery-image] Mar 24 23:46:01.211 INFO O| Mar 24 23:46:01.211 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-03-24T23:46:01.201Z[ recovery-image] Mar 24 23:46:01.220 INFO O| Mar 24 23:46:01.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75742026-03-24T23:46:01.201Z[ recovery-image] Mar 24 23:46:01.220 INFO O| Mar 24 23:46:01.220 INFO STEP 935 (remove_files) COMPLETE
75752026-03-24T23:46:01.204Z[ recovery-image] Mar 24 23:46:01.220 INFO O| Mar 24 23:46:01.220 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-03-24T23:46:01.209Z[ recovery-image] Mar 24 23:46:01.228 INFO O| Mar 24 23:46:01.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75772026-03-24T23:46:01.212Z[ recovery-image] Mar 24 23:46:01.228 INFO O| Mar 24 23:46:01.228 INFO STEP 936 (remove_files) COMPLETE
75782026-03-24T23:46:01.212Z[ recovery-image] Mar 24 23:46:01.228 INFO O| Mar 24 23:46:01.228 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-03-24T23:46:01.217Z[ recovery-image] Mar 24 23:46:01.236 INFO O| Mar 24 23:46:01.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75802026-03-24T23:46:01.220Z[ recovery-image] Mar 24 23:46:01.237 INFO O| Mar 24 23:46:01.237 INFO STEP 937 (remove_files) COMPLETE
75812026-03-24T23:46:01.220Z[ recovery-image] Mar 24 23:46:01.237 INFO O| Mar 24 23:46:01.237 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-03-24T23:46:01.225Z[ recovery-image] Mar 24 23:46:01.244 INFO O| Mar 24 23:46:01.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75832026-03-24T23:46:01.228Z[ recovery-image] Mar 24 23:46:01.244 INFO O| Mar 24 23:46:01.244 INFO STEP 938 (remove_files) COMPLETE
75842026-03-24T23:46:01.228Z[ recovery-image] Mar 24 23:46:01.244 INFO O| Mar 24 23:46:01.244 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-03-24T23:46:01.232Z[ recovery-image] Mar 24 23:46:01.251 INFO O| Mar 24 23:46:01.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75862026-03-24T23:46:01.236Z[ recovery-image] Mar 24 23:46:01.252 INFO O| Mar 24 23:46:01.252 INFO STEP 939 (remove_files) COMPLETE
75872026-03-24T23:46:01.236Z[ recovery-image] Mar 24 23:46:01.252 INFO O| Mar 24 23:46:01.252 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-03-24T23:46:01.239Z[ recovery-image] Mar 24 23:46:01.258 INFO O| Mar 24 23:46:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75892026-03-24T23:46:01.239Z[ recovery-image] Mar 24 23:46:01.258 INFO O| Mar 24 23:46:01.258 INFO STEP 940 (remove_files) COMPLETE
75902026-03-24T23:46:01.239Z[ recovery-image] Mar 24 23:46:01.258 INFO O| Mar 24 23:46:01.258 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-03-24T23:46:01.248Z[ recovery-image] Mar 24 23:46:01.267 INFO O| Mar 24 23:46:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75922026-03-24T23:46:01.251Z[ recovery-image] Mar 24 23:46:01.267 INFO O| Mar 24 23:46:01.267 INFO STEP 941 (remove_files) COMPLETE
75932026-03-24T23:46:01.251Z[ recovery-image] Mar 24 23:46:01.267 INFO O| Mar 24 23:46:01.267 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-03-24T23:46:01.255Z[ recovery-image] Mar 24 23:46:01.274 INFO O| Mar 24 23:46:01.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75952026-03-24T23:46:01.255Z[ recovery-image] Mar 24 23:46:01.274 INFO O| Mar 24 23:46:01.274 INFO STEP 942 (remove_files) COMPLETE
75962026-03-24T23:46:01.258Z[ recovery-image] Mar 24 23:46:01.274 INFO O| Mar 24 23:46:01.274 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-03-24T23:46:01.262Z[ recovery-image] Mar 24 23:46:01.281 INFO O| Mar 24 23:46:01.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75982026-03-24T23:46:01.265Z[ recovery-image] Mar 24 23:46:01.281 INFO O| Mar 24 23:46:01.281 INFO STEP 943 (remove_files) COMPLETE
75992026-03-24T23:46:01.265Z[ recovery-image] Mar 24 23:46:01.281 INFO O| Mar 24 23:46:01.281 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-03-24T23:46:01.270Z[ recovery-image] Mar 24 23:46:01.290 INFO O| Mar 24 23:46:01.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76012026-03-24T23:46:01.271Z[ recovery-image] Mar 24 23:46:01.290 INFO O| Mar 24 23:46:01.290 INFO STEP 944 (remove_files) COMPLETE
76022026-03-24T23:46:01.271Z[ recovery-image] Mar 24 23:46:01.290 INFO O| Mar 24 23:46:01.290 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-03-24T23:46:01.278Z[ recovery-image] Mar 24 23:46:01.297 INFO O| Mar 24 23:46:01.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76042026-03-24T23:46:01.281Z[ recovery-image] Mar 24 23:46:01.298 INFO O| Mar 24 23:46:01.298 INFO STEP 945 (remove_files) COMPLETE
76052026-03-24T23:46:01.281Z[ recovery-image] Mar 24 23:46:01.298 INFO O| Mar 24 23:46:01.298 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-03-24T23:46:01.286Z[ recovery-image] Mar 24 23:46:01.305 INFO O| Mar 24 23:46:01.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76072026-03-24T23:46:01.288Z[ recovery-image] Mar 24 23:46:01.305 INFO O| Mar 24 23:46:01.305 INFO STEP 946 (remove_files) COMPLETE
76082026-03-24T23:46:01.288Z[ recovery-image] Mar 24 23:46:01.305 INFO O| Mar 24 23:46:01.305 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-03-24T23:46:01.292Z[ recovery-image] Mar 24 23:46:01.312 INFO O| Mar 24 23:46:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76102026-03-24T23:46:01.295Z[ recovery-image] Mar 24 23:46:01.312 INFO O| Mar 24 23:46:01.312 INFO STEP 947 (remove_files) COMPLETE
76112026-03-24T23:46:01.295Z[ recovery-image] Mar 24 23:46:01.312 INFO O| Mar 24 23:46:01.312 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-03-24T23:46:01.299Z[ recovery-image] Mar 24 23:46:01.318 INFO O| Mar 24 23:46:01.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76132026-03-24T23:46:01.302Z[ recovery-image] Mar 24 23:46:01.318 INFO O| Mar 24 23:46:01.318 INFO STEP 948 (remove_files) COMPLETE
76142026-03-24T23:46:01.302Z[ recovery-image] Mar 24 23:46:01.318 INFO O| Mar 24 23:46:01.318 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-03-24T23:46:01.306Z[ recovery-image] Mar 24 23:46:01.325 INFO O| Mar 24 23:46:01.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76162026-03-24T23:46:01.306Z[ recovery-image] Mar 24 23:46:01.325 INFO O| Mar 24 23:46:01.325 INFO STEP 949 (remove_files) COMPLETE
76172026-03-24T23:46:01.309Z[ recovery-image] Mar 24 23:46:01.325 INFO O| Mar 24 23:46:01.325 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-03-24T23:46:01.313Z[ recovery-image] Mar 24 23:46:01.332 INFO O| Mar 24 23:46:01.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76192026-03-24T23:46:01.316Z[ recovery-image] Mar 24 23:46:01.332 INFO O| Mar 24 23:46:01.332 INFO STEP 950 (remove_files) COMPLETE
76202026-03-24T23:46:01.316Z[ recovery-image] Mar 24 23:46:01.332 INFO O| Mar 24 23:46:01.332 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-03-24T23:46:01.320Z[ recovery-image] Mar 24 23:46:01.339 INFO O| Mar 24 23:46:01.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76222026-03-24T23:46:01.323Z[ recovery-image] Mar 24 23:46:01.339 INFO O| Mar 24 23:46:01.339 INFO STEP 951 (remove_files) COMPLETE
76232026-03-24T23:46:01.323Z[ recovery-image] Mar 24 23:46:01.339 INFO O| Mar 24 23:46:01.339 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-03-24T23:46:01.327Z[ recovery-image] Mar 24 23:46:01.346 INFO O| Mar 24 23:46:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76252026-03-24T23:46:01.330Z[ recovery-image] Mar 24 23:46:01.346 INFO O| Mar 24 23:46:01.346 INFO STEP 952 (remove_files) COMPLETE
76262026-03-24T23:46:01.330Z[ recovery-image] Mar 24 23:46:01.346 INFO O| Mar 24 23:46:01.346 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-03-24T23:46:01.336Z[ recovery-image] Mar 24 23:46:01.355 INFO O| Mar 24 23:46:01.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76282026-03-24T23:46:01.336Z[ recovery-image] Mar 24 23:46:01.355 INFO O| Mar 24 23:46:01.355 INFO STEP 953 (remove_files) COMPLETE
76292026-03-24T23:46:01.339Z[ recovery-image] Mar 24 23:46:01.355 INFO O| Mar 24 23:46:01.355 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-03-24T23:46:01.343Z[ recovery-image] Mar 24 23:46:01.362 INFO O| Mar 24 23:46:01.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76312026-03-24T23:46:01.346Z[ recovery-image] Mar 24 23:46:01.362 INFO O| Mar 24 23:46:01.362 INFO STEP 954 (remove_files) COMPLETE
76322026-03-24T23:46:01.346Z[ recovery-image] Mar 24 23:46:01.362 INFO O| Mar 24 23:46:01.362 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-03-24T23:46:01.350Z[ recovery-image] Mar 24 23:46:01.369 INFO O| Mar 24 23:46:01.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76342026-03-24T23:46:01.350Z[ recovery-image] Mar 24 23:46:01.369 INFO O| Mar 24 23:46:01.369 INFO STEP 955 (remove_files) COMPLETE
76352026-03-24T23:46:01.352Z[ recovery-image] Mar 24 23:46:01.369 INFO O| Mar 24 23:46:01.369 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-03-24T23:46:01.358Z[ recovery-image] Mar 24 23:46:01.377 INFO O| Mar 24 23:46:01.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76372026-03-24T23:46:01.361Z[ recovery-image] Mar 24 23:46:01.377 INFO O| Mar 24 23:46:01.377 INFO STEP 956 (remove_files) COMPLETE
76382026-03-24T23:46:01.361Z[ recovery-image] Mar 24 23:46:01.377 INFO O| Mar 24 23:46:01.377 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-03-24T23:46:01.366Z[ recovery-image] Mar 24 23:46:01.385 INFO O| Mar 24 23:46:01.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76402026-03-24T23:46:01.366Z[ recovery-image] Mar 24 23:46:01.385 INFO O| Mar 24 23:46:01.385 INFO STEP 957 (remove_files) COMPLETE
76412026-03-24T23:46:01.369Z[ recovery-image] Mar 24 23:46:01.385 INFO O| Mar 24 23:46:01.385 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-03-24T23:46:01.374Z[ recovery-image] Mar 24 23:46:01.393 INFO O| Mar 24 23:46:01.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76432026-03-24T23:46:01.374Z[ recovery-image] Mar 24 23:46:01.393 INFO O| Mar 24 23:46:01.393 INFO STEP 958 (remove_files) COMPLETE
76442026-03-24T23:46:01.379Z[ recovery-image] Mar 24 23:46:01.393 INFO O| Mar 24 23:46:01.393 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-03-24T23:46:01.382Z[ recovery-image] Mar 24 23:46:01.401 INFO O| Mar 24 23:46:01.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76462026-03-24T23:46:01.382Z[ recovery-image] Mar 24 23:46:01.401 INFO O| Mar 24 23:46:01.401 INFO STEP 959 (remove_files) COMPLETE
76472026-03-24T23:46:01.382Z[ recovery-image] Mar 24 23:46:01.401 INFO O| Mar 24 23:46:01.401 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-03-24T23:46:01.391Z[ recovery-image] Mar 24 23:46:01.409 INFO O| Mar 24 23:46:01.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76492026-03-24T23:46:01.395Z[ recovery-image] Mar 24 23:46:01.409 INFO O| Mar 24 23:46:01.409 INFO STEP 960 (remove_files) COMPLETE
76502026-03-24T23:46:01.395Z[ recovery-image] Mar 24 23:46:01.409 INFO O| Mar 24 23:46:01.409 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-03-24T23:46:01.399Z[ recovery-image] Mar 24 23:46:01.417 INFO O| Mar 24 23:46:01.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76522026-03-24T23:46:01.402Z[ recovery-image] Mar 24 23:46:01.417 INFO O| Mar 24 23:46:01.417 INFO STEP 961 (remove_files) COMPLETE
76532026-03-24T23:46:01.403Z[ recovery-image] Mar 24 23:46:01.417 INFO O| Mar 24 23:46:01.417 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-03-24T23:46:01.406Z[ recovery-image] Mar 24 23:46:01.425 INFO O| Mar 24 23:46:01.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76552026-03-24T23:46:01.407Z[ recovery-image] Mar 24 23:46:01.425 INFO O| Mar 24 23:46:01.425 INFO STEP 962 (remove_files) COMPLETE
76562026-03-24T23:46:01.407Z[ recovery-image] Mar 24 23:46:01.425 INFO O| Mar 24 23:46:01.425 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-03-24T23:46:01.413Z[ recovery-image] Mar 24 23:46:01.432 INFO O| Mar 24 23:46:01.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76582026-03-24T23:46:01.413Z[ recovery-image] Mar 24 23:46:01.432 INFO O| Mar 24 23:46:01.432 INFO STEP 963 (remove_files) COMPLETE
76592026-03-24T23:46:01.416Z[ recovery-image] Mar 24 23:46:01.432 INFO O| Mar 24 23:46:01.432 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-03-24T23:46:01.420Z[ recovery-image] Mar 24 23:46:01.439 INFO O| Mar 24 23:46:01.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76612026-03-24T23:46:01.423Z[ recovery-image] Mar 24 23:46:01.439 INFO O| Mar 24 23:46:01.439 INFO STEP 964 (remove_files) COMPLETE
76622026-03-24T23:46:01.423Z[ recovery-image] Mar 24 23:46:01.439 INFO O| Mar 24 23:46:01.439 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-03-24T23:46:01.426Z[ recovery-image] Mar 24 23:46:01.446 INFO O| Mar 24 23:46:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76642026-03-24T23:46:01.429Z[ recovery-image] Mar 24 23:46:01.446 INFO O| Mar 24 23:46:01.446 INFO STEP 965 (remove_files) COMPLETE
76652026-03-24T23:46:01.429Z[ recovery-image] Mar 24 23:46:01.446 INFO O| Mar 24 23:46:01.446 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-03-24T23:46:01.435Z[ recovery-image] Mar 24 23:46:01.454 INFO O| Mar 24 23:46:01.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76672026-03-24T23:46:01.435Z[ recovery-image] Mar 24 23:46:01.454 INFO O| Mar 24 23:46:01.454 INFO STEP 966 (remove_files) COMPLETE
76682026-03-24T23:46:01.435Z[ recovery-image] Mar 24 23:46:01.454 INFO O| Mar 24 23:46:01.454 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-03-24T23:46:01.442Z[ recovery-image] Mar 24 23:46:01.461 INFO O| Mar 24 23:46:01.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76702026-03-24T23:46:01.445Z[ recovery-image] Mar 24 23:46:01.461 INFO O| Mar 24 23:46:01.461 INFO STEP 967 (remove_files) COMPLETE
76712026-03-24T23:46:01.445Z[ recovery-image] Mar 24 23:46:01.461 INFO O| Mar 24 23:46:01.461 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-03-24T23:46:01.449Z[ recovery-image] Mar 24 23:46:01.468 INFO O| Mar 24 23:46:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76732026-03-24T23:46:01.449Z[ recovery-image] Mar 24 23:46:01.468 INFO O| Mar 24 23:46:01.468 INFO STEP 968 (remove_files) COMPLETE
76742026-03-24T23:46:01.451Z[ recovery-image] Mar 24 23:46:01.468 INFO O| Mar 24 23:46:01.468 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-03-24T23:46:01.456Z[ recovery-image] Mar 24 23:46:01.475 INFO O| Mar 24 23:46:01.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76762026-03-24T23:46:01.456Z[ recovery-image] Mar 24 23:46:01.475 INFO O| Mar 24 23:46:01.475 INFO STEP 969 (remove_files) COMPLETE
76772026-03-24T23:46:01.459Z[ recovery-image] Mar 24 23:46:01.475 INFO O| Mar 24 23:46:01.475 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-03-24T23:46:01.463Z[ recovery-image] Mar 24 23:46:01.482 INFO O| Mar 24 23:46:01.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76792026-03-24T23:46:01.466Z[ recovery-image] Mar 24 23:46:01.483 INFO O| Mar 24 23:46:01.482 INFO STEP 970 (remove_files) COMPLETE
76802026-03-24T23:46:01.467Z[ recovery-image] Mar 24 23:46:01.483 INFO O| Mar 24 23:46:01.482 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-03-24T23:46:01.470Z[ recovery-image] Mar 24 23:46:01.489 INFO O| Mar 24 23:46:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76822026-03-24T23:46:01.473Z[ recovery-image] Mar 24 23:46:01.489 INFO O| Mar 24 23:46:01.489 INFO STEP 971 (remove_files) COMPLETE
76832026-03-24T23:46:01.473Z[ recovery-image] Mar 24 23:46:01.489 INFO O| Mar 24 23:46:01.489 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-03-24T23:46:01.478Z[ recovery-image] Mar 24 23:46:01.498 INFO O| Mar 24 23:46:01.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76852026-03-24T23:46:01.478Z[ recovery-image] Mar 24 23:46:01.498 INFO O| Mar 24 23:46:01.498 INFO STEP 972 (remove_files) COMPLETE
76862026-03-24T23:46:01.481Z[ recovery-image] Mar 24 23:46:01.498 INFO O| Mar 24 23:46:01.498 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-03-24T23:46:01.486Z[ recovery-image] Mar 24 23:46:01.506 INFO O| Mar 24 23:46:01.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76882026-03-24T23:46:01.489Z[ recovery-image] Mar 24 23:46:01.506 INFO O| Mar 24 23:46:01.506 INFO STEP 973 (remove_files) COMPLETE
76892026-03-24T23:46:01.489Z[ recovery-image] Mar 24 23:46:01.506 INFO O| Mar 24 23:46:01.506 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-03-24T23:46:01.494Z[ recovery-image] Mar 24 23:46:01.513 INFO O| Mar 24 23:46:01.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76912026-03-24T23:46:01.497Z[ recovery-image] Mar 24 23:46:01.513 INFO O| Mar 24 23:46:01.513 INFO STEP 974 (remove_files) COMPLETE
76922026-03-24T23:46:01.497Z[ recovery-image] Mar 24 23:46:01.513 INFO O| Mar 24 23:46:01.513 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-03-24T23:46:01.501Z[ recovery-image] Mar 24 23:46:01.520 INFO O| Mar 24 23:46:01.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76942026-03-24T23:46:01.503Z[ recovery-image] Mar 24 23:46:01.520 INFO O| Mar 24 23:46:01.520 INFO STEP 975 (remove_files) COMPLETE
76952026-03-24T23:46:01.503Z[ recovery-image] Mar 24 23:46:01.520 INFO O| Mar 24 23:46:01.520 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-03-24T23:46:01.507Z[ recovery-image] Mar 24 23:46:01.527 INFO O| Mar 24 23:46:01.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76972026-03-24T23:46:01.507Z[ recovery-image] Mar 24 23:46:01.527 INFO O| Mar 24 23:46:01.527 INFO STEP 976 (remove_files) COMPLETE
76982026-03-24T23:46:01.510Z[ recovery-image] Mar 24 23:46:01.527 INFO O| Mar 24 23:46:01.527 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-03-24T23:46:01.514Z[ recovery-image] Mar 24 23:46:01.533 INFO O| Mar 24 23:46:01.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77002026-03-24T23:46:01.517Z[ recovery-image] Mar 24 23:46:01.533 INFO O| Mar 24 23:46:01.533 INFO STEP 977 (remove_files) COMPLETE
77012026-03-24T23:46:01.517Z[ recovery-image] Mar 24 23:46:01.533 INFO O| Mar 24 23:46:01.533 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-03-24T23:46:01.522Z[ recovery-image] Mar 24 23:46:01.542 INFO O| Mar 24 23:46:01.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77032026-03-24T23:46:01.522Z[ recovery-image] Mar 24 23:46:01.542 INFO O| Mar 24 23:46:01.542 INFO STEP 978 (remove_files) COMPLETE
77042026-03-24T23:46:01.525Z[ recovery-image] Mar 24 23:46:01.542 INFO O| Mar 24 23:46:01.542 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-03-24T23:46:01.529Z[ recovery-image] Mar 24 23:46:01.548 INFO O| Mar 24 23:46:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77062026-03-24T23:46:01.532Z[ recovery-image] Mar 24 23:46:01.548 INFO O| Mar 24 23:46:01.548 INFO STEP 979 (remove_files) COMPLETE
77072026-03-24T23:46:01.532Z[ recovery-image] Mar 24 23:46:01.548 INFO O| Mar 24 23:46:01.548 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-03-24T23:46:01.536Z[ recovery-image] Mar 24 23:46:01.555 INFO O| Mar 24 23:46:01.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77092026-03-24T23:46:01.538Z[ recovery-image] Mar 24 23:46:01.555 INFO O| Mar 24 23:46:01.555 INFO STEP 980 (remove_files) COMPLETE
77102026-03-24T23:46:01.538Z[ recovery-image] Mar 24 23:46:01.555 INFO O| Mar 24 23:46:01.555 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.563 INFO O| Mar 24 23:46:01.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77122026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.563 INFO O| Mar 24 23:46:01.563 INFO STEP 981 (remove_files) COMPLETE
77132026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.563 INFO O| Mar 24 23:46:01.563 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.570 INFO O| Mar 24 23:46:01.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77152026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.570 INFO O| Mar 24 23:46:01.570 INFO STEP 982 (remove_files) COMPLETE
77162026-03-24T23:46:01.555Z[ recovery-image] Mar 24 23:46:01.570 INFO O| Mar 24 23:46:01.570 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-03-24T23:46:01.559Z[ recovery-image] Mar 24 23:46:01.578 INFO O| Mar 24 23:46:01.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77182026-03-24T23:46:01.559Z[ recovery-image] Mar 24 23:46:01.578 INFO O| Mar 24 23:46:01.578 INFO STEP 983 (remove_files) COMPLETE
77192026-03-24T23:46:01.559Z[ recovery-image] Mar 24 23:46:01.578 INFO O| Mar 24 23:46:01.578 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-03-24T23:46:01.566Z[ recovery-image] Mar 24 23:46:01.585 INFO O| Mar 24 23:46:01.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77212026-03-24T23:46:01.569Z[ recovery-image] Mar 24 23:46:01.585 INFO O| Mar 24 23:46:01.585 INFO STEP 984 (remove_files) COMPLETE
77222026-03-24T23:46:01.569Z[ recovery-image] Mar 24 23:46:01.585 INFO O| Mar 24 23:46:01.585 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-03-24T23:46:01.573Z[ recovery-image] Mar 24 23:46:01.592 INFO O| Mar 24 23:46:01.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77242026-03-24T23:46:01.573Z[ recovery-image] Mar 24 23:46:01.592 INFO O| Mar 24 23:46:01.592 INFO STEP 985 (remove_files) COMPLETE
77252026-03-24T23:46:01.576Z[ recovery-image] Mar 24 23:46:01.592 INFO O| Mar 24 23:46:01.592 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-03-24T23:46:01.580Z[ recovery-image] Mar 24 23:46:01.599 INFO O| Mar 24 23:46:01.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77272026-03-24T23:46:01.583Z[ recovery-image] Mar 24 23:46:01.599 INFO O| Mar 24 23:46:01.599 INFO STEP 986 (remove_files) COMPLETE
77282026-03-24T23:46:01.583Z[ recovery-image] Mar 24 23:46:01.599 INFO O| Mar 24 23:46:01.599 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-03-24T23:46:01.588Z[ recovery-image] Mar 24 23:46:01.607 INFO O| Mar 24 23:46:01.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77302026-03-24T23:46:01.590Z[ recovery-image] Mar 24 23:46:01.607 INFO O| Mar 24 23:46:01.607 INFO STEP 987 (remove_files) COMPLETE
77312026-03-24T23:46:01.590Z[ recovery-image] Mar 24 23:46:01.607 INFO O| Mar 24 23:46:01.607 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-03-24T23:46:01.596Z[ recovery-image] Mar 24 23:46:01.615 INFO O| Mar 24 23:46:01.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77332026-03-24T23:46:01.599Z[ recovery-image] Mar 24 23:46:01.615 INFO O| Mar 24 23:46:01.615 INFO STEP 988 (remove_files) COMPLETE
77342026-03-24T23:46:01.599Z[ recovery-image] Mar 24 23:46:01.615 INFO O| Mar 24 23:46:01.615 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-03-24T23:46:01.604Z[ recovery-image] Mar 24 23:46:01.623 INFO O| Mar 24 23:46:01.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77362026-03-24T23:46:01.607Z[ recovery-image] Mar 24 23:46:01.624 INFO O| Mar 24 23:46:01.624 INFO STEP 989 (remove_files) COMPLETE
77372026-03-24T23:46:01.607Z[ recovery-image] Mar 24 23:46:01.624 INFO O| Mar 24 23:46:01.624 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-03-24T23:46:01.613Z[ recovery-image] Mar 24 23:46:01.632 INFO O| Mar 24 23:46:01.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77392026-03-24T23:46:01.613Z[ recovery-image] Mar 24 23:46:01.632 INFO O| Mar 24 23:46:01.632 INFO STEP 990 (remove_files) COMPLETE
77402026-03-24T23:46:01.616Z[ recovery-image] Mar 24 23:46:01.632 INFO O| Mar 24 23:46:01.632 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-03-24T23:46:01.621Z[ recovery-image] Mar 24 23:46:01.640 INFO O| Mar 24 23:46:01.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77422026-03-24T23:46:01.624Z[ recovery-image] Mar 24 23:46:01.640 INFO O| Mar 24 23:46:01.640 INFO STEP 991 (remove_files) COMPLETE
77432026-03-24T23:46:01.624Z[ recovery-image] Mar 24 23:46:01.640 INFO O| Mar 24 23:46:01.640 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-03-24T23:46:01.628Z[ recovery-image] Mar 24 23:46:01.647 INFO O| Mar 24 23:46:01.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77452026-03-24T23:46:01.629Z[ recovery-image] Mar 24 23:46:01.647 INFO O| Mar 24 23:46:01.647 INFO STEP 992 (remove_files) COMPLETE
77462026-03-24T23:46:01.631Z[ recovery-image] Mar 24 23:46:01.647 INFO O| Mar 24 23:46:01.647 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-03-24T23:46:01.635Z[ recovery-image] Mar 24 23:46:01.654 INFO O| Mar 24 23:46:01.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77482026-03-24T23:46:01.635Z[ recovery-image] Mar 24 23:46:01.654 INFO O| Mar 24 23:46:01.654 INFO STEP 993 (remove_files) COMPLETE
77492026-03-24T23:46:01.638Z[ recovery-image] Mar 24 23:46:01.654 INFO O| Mar 24 23:46:01.654 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-03-24T23:46:01.642Z[ recovery-image] Mar 24 23:46:01.662 INFO O| Mar 24 23:46:01.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77512026-03-24T23:46:01.645Z[ recovery-image] Mar 24 23:46:01.662 INFO O| Mar 24 23:46:01.662 INFO STEP 994 (remove_files) COMPLETE
77522026-03-24T23:46:01.645Z[ recovery-image] Mar 24 23:46:01.662 INFO O| Mar 24 23:46:01.662 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-03-24T23:46:01.650Z[ recovery-image] Mar 24 23:46:01.669 INFO O| Mar 24 23:46:01.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77542026-03-24T23:46:01.653Z[ recovery-image] Mar 24 23:46:01.669 INFO O| Mar 24 23:46:01.669 INFO STEP 995 (remove_files) COMPLETE
77552026-03-24T23:46:01.653Z[ recovery-image] Mar 24 23:46:01.669 INFO O| Mar 24 23:46:01.669 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-03-24T23:46:01.658Z[ recovery-image] Mar 24 23:46:01.678 INFO O| Mar 24 23:46:01.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77572026-03-24T23:46:01.661Z[ recovery-image] Mar 24 23:46:01.678 INFO O| Mar 24 23:46:01.678 INFO STEP 996 (remove_files) COMPLETE
77582026-03-24T23:46:01.661Z[ recovery-image] Mar 24 23:46:01.678 INFO O| Mar 24 23:46:01.678 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-03-24T23:46:01.666Z[ recovery-image] Mar 24 23:46:01.685 INFO O| Mar 24 23:46:01.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77602026-03-24T23:46:01.666Z[ recovery-image] Mar 24 23:46:01.685 INFO O| Mar 24 23:46:01.685 INFO STEP 997 (remove_files) COMPLETE
77612026-03-24T23:46:01.669Z[ recovery-image] Mar 24 23:46:01.685 INFO O| Mar 24 23:46:01.685 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-03-24T23:46:01.673Z[ recovery-image] Mar 24 23:46:01.692 INFO O| Mar 24 23:46:01.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77632026-03-24T23:46:01.676Z[ recovery-image] Mar 24 23:46:01.692 INFO O| Mar 24 23:46:01.692 INFO STEP 998 (remove_files) COMPLETE
77642026-03-24T23:46:01.676Z[ recovery-image] Mar 24 23:46:01.692 INFO O| Mar 24 23:46:01.692 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-03-24T23:46:01.681Z[ recovery-image] Mar 24 23:46:01.700 INFO O| Mar 24 23:46:01.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77662026-03-24T23:46:01.684Z[ recovery-image] Mar 24 23:46:01.700 INFO O| Mar 24 23:46:01.700 INFO STEP 999 (remove_files) COMPLETE
77672026-03-24T23:46:01.684Z[ recovery-image] Mar 24 23:46:01.700 INFO O| Mar 24 23:46:01.700 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-03-24T23:46:01.689Z[ recovery-image] Mar 24 23:46:01.708 INFO O| Mar 24 23:46:01.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77692026-03-24T23:46:01.692Z[ recovery-image] Mar 24 23:46:01.708 INFO O| Mar 24 23:46:01.708 INFO STEP 1000 (remove_files) COMPLETE
77702026-03-24T23:46:01.692Z[ recovery-image] Mar 24 23:46:01.708 INFO O| Mar 24 23:46:01.708 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-03-24T23:46:01.697Z[ recovery-image] Mar 24 23:46:01.716 INFO O| Mar 24 23:46:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77722026-03-24T23:46:01.697Z[ recovery-image] Mar 24 23:46:01.716 INFO O| Mar 24 23:46:01.716 INFO STEP 1001 (remove_files) COMPLETE
77732026-03-24T23:46:01.700Z[ recovery-image] Mar 24 23:46:01.716 INFO O| Mar 24 23:46:01.716 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-03-24T23:46:01.704Z[ recovery-image] Mar 24 23:46:01.723 INFO O| Mar 24 23:46:01.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77752026-03-24T23:46:01.707Z[ recovery-image] Mar 24 23:46:01.723 INFO O| Mar 24 23:46:01.723 INFO STEP 1002 (remove_files) COMPLETE
77762026-03-24T23:46:01.707Z[ recovery-image] Mar 24 23:46:01.723 INFO O| Mar 24 23:46:01.723 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-03-24T23:46:01.712Z[ recovery-image] Mar 24 23:46:01.731 INFO O| Mar 24 23:46:01.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77782026-03-24T23:46:01.716Z[ recovery-image] Mar 24 23:46:01.731 INFO O| Mar 24 23:46:01.731 INFO STEP 1003 (remove_files) COMPLETE
77792026-03-24T23:46:01.716Z[ recovery-image] Mar 24 23:46:01.731 INFO O| Mar 24 23:46:01.731 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-03-24T23:46:01.719Z[ recovery-image] Mar 24 23:46:01.739 INFO O| Mar 24 23:46:01.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77812026-03-24T23:46:01.722Z[ recovery-image] Mar 24 23:46:01.739 INFO O| Mar 24 23:46:01.739 INFO STEP 1004 (remove_files) COMPLETE
77822026-03-24T23:46:01.722Z[ recovery-image] Mar 24 23:46:01.739 INFO O| Mar 24 23:46:01.739 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-03-24T23:46:01.732Z[ recovery-image] Mar 24 23:46:01.747 INFO O| Mar 24 23:46:01.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77842026-03-24T23:46:01.735Z[ recovery-image] Mar 24 23:46:01.747 INFO O| Mar 24 23:46:01.747 INFO STEP 1005 (remove_files) COMPLETE
77852026-03-24T23:46:01.735Z[ recovery-image] Mar 24 23:46:01.747 INFO O| Mar 24 23:46:01.747 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-03-24T23:46:01.735Z[ recovery-image] Mar 24 23:46:01.754 INFO O| Mar 24 23:46:01.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77872026-03-24T23:46:01.735Z[ recovery-image] Mar 24 23:46:01.754 INFO O| Mar 24 23:46:01.754 INFO STEP 1006 (remove_files) COMPLETE
77882026-03-24T23:46:01.735Z[ recovery-image] Mar 24 23:46:01.754 INFO O| Mar 24 23:46:01.754 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-03-24T23:46:01.741Z[ recovery-image] Mar 24 23:46:01.760 INFO O| Mar 24 23:46:01.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77902026-03-24T23:46:01.741Z[ recovery-image] Mar 24 23:46:01.760 INFO O| Mar 24 23:46:01.760 INFO STEP 1007 (remove_files) COMPLETE
77912026-03-24T23:46:01.744Z[ recovery-image] Mar 24 23:46:01.760 INFO O| Mar 24 23:46:01.760 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-03-24T23:46:01.748Z[ recovery-image] Mar 24 23:46:01.767 INFO O| Mar 24 23:46:01.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77932026-03-24T23:46:01.748Z[ recovery-image] Mar 24 23:46:01.767 INFO O| Mar 24 23:46:01.767 INFO STEP 1008 (remove_files) COMPLETE
77942026-03-24T23:46:01.751Z[ recovery-image] Mar 24 23:46:01.767 INFO O| Mar 24 23:46:01.767 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-03-24T23:46:01.755Z[ recovery-image] Mar 24 23:46:01.774 INFO O| Mar 24 23:46:01.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
77962026-03-24T23:46:01.758Z[ recovery-image] Mar 24 23:46:01.774 INFO O| Mar 24 23:46:01.774 INFO STEP 1009 (remove_files) COMPLETE
77972026-03-24T23:46:01.758Z[ recovery-image] Mar 24 23:46:01.774 INFO O| Mar 24 23:46:01.774 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-03-24T23:46:01.764Z[ recovery-image] Mar 24 23:46:01.783 INFO O| Mar 24 23:46:01.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77992026-03-24T23:46:01.764Z[ recovery-image] Mar 24 23:46:01.783 INFO O| Mar 24 23:46:01.783 INFO STEP 1010 (remove_files) COMPLETE
78002026-03-24T23:46:01.764Z[ recovery-image] Mar 24 23:46:01.783 INFO O| Mar 24 23:46:01.783 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-03-24T23:46:01.771Z[ recovery-image] Mar 24 23:46:01.790 INFO O| Mar 24 23:46:01.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78022026-03-24T23:46:01.775Z[ recovery-image] Mar 24 23:46:01.790 INFO O| Mar 24 23:46:01.790 INFO STEP 1011 (remove_files) COMPLETE
78032026-03-24T23:46:01.775Z[ recovery-image] Mar 24 23:46:01.790 INFO O| Mar 24 23:46:01.790 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-03-24T23:46:01.779Z[ recovery-image] Mar 24 23:46:01.798 INFO O| Mar 24 23:46:01.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78052026-03-24T23:46:01.782Z[ recovery-image] Mar 24 23:46:01.798 INFO O| Mar 24 23:46:01.798 INFO STEP 1012 (remove_files) COMPLETE
78062026-03-24T23:46:01.782Z[ recovery-image] Mar 24 23:46:01.798 INFO O| Mar 24 23:46:01.798 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-03-24T23:46:01.790Z[ recovery-image] Mar 24 23:46:01.806 INFO O| Mar 24 23:46:01.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78082026-03-24T23:46:01.793Z[ recovery-image] Mar 24 23:46:01.806 INFO O| Mar 24 23:46:01.806 INFO STEP 1013 (remove_files) COMPLETE
78092026-03-24T23:46:01.793Z[ recovery-image] Mar 24 23:46:01.806 INFO O| Mar 24 23:46:01.806 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-03-24T23:46:01.793Z[ recovery-image] Mar 24 23:46:01.812 INFO O| Mar 24 23:46:01.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78112026-03-24T23:46:01.794Z[ recovery-image] Mar 24 23:46:01.812 INFO O| Mar 24 23:46:01.812 INFO STEP 1014 (remove_files) COMPLETE
78122026-03-24T23:46:01.794Z[ recovery-image] Mar 24 23:46:01.812 INFO O| Mar 24 23:46:01.812 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-03-24T23:46:01.800Z[ recovery-image] Mar 24 23:46:01.819 INFO O| Mar 24 23:46:01.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78142026-03-24T23:46:01.800Z[ recovery-image] Mar 24 23:46:01.819 INFO O| Mar 24 23:46:01.819 INFO STEP 1015 (remove_files) COMPLETE
78152026-03-24T23:46:01.803Z[ recovery-image] Mar 24 23:46:01.819 INFO O| Mar 24 23:46:01.819 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-03-24T23:46:01.810Z[ recovery-image] Mar 24 23:46:01.827 INFO O| Mar 24 23:46:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78172026-03-24T23:46:01.810Z[ recovery-image] Mar 24 23:46:01.828 INFO O| Mar 24 23:46:01.827 INFO STEP 1016 (remove_files) COMPLETE
78182026-03-24T23:46:01.810Z[ recovery-image] Mar 24 23:46:01.828 INFO O| Mar 24 23:46:01.828 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-03-24T23:46:01.819Z[ recovery-image] Mar 24 23:46:01.834 INFO O| Mar 24 23:46:01.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78202026-03-24T23:46:01.820Z[ recovery-image] Mar 24 23:46:01.834 INFO O| Mar 24 23:46:01.834 INFO STEP 1017 (remove_files) COMPLETE
78212026-03-24T23:46:01.820Z[ recovery-image] Mar 24 23:46:01.834 INFO O| Mar 24 23:46:01.834 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-03-24T23:46:01.824Z[ recovery-image] Mar 24 23:46:01.842 INFO O| Mar 24 23:46:01.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78232026-03-24T23:46:01.829Z[ recovery-image] Mar 24 23:46:01.842 INFO O| Mar 24 23:46:01.842 INFO STEP 1018 (remove_files) COMPLETE
78242026-03-24T23:46:01.829Z[ recovery-image] Mar 24 23:46:01.842 INFO O| Mar 24 23:46:01.842 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-03-24T23:46:01.832Z[ recovery-image] Mar 24 23:46:01.850 INFO O| Mar 24 23:46:01.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78262026-03-24T23:46:01.832Z[ recovery-image] Mar 24 23:46:01.850 INFO O| Mar 24 23:46:01.850 INFO STEP 1019 (remove_files) COMPLETE
78272026-03-24T23:46:01.832Z[ recovery-image] Mar 24 23:46:01.850 INFO O| Mar 24 23:46:01.850 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-03-24T23:46:01.839Z[ recovery-image] Mar 24 23:46:01.858 INFO O| Mar 24 23:46:01.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78292026-03-24T23:46:01.842Z[ recovery-image] Mar 24 23:46:01.858 INFO O| Mar 24 23:46:01.858 INFO STEP 1020 (remove_files) COMPLETE
78302026-03-24T23:46:01.842Z[ recovery-image] Mar 24 23:46:01.858 INFO O| Mar 24 23:46:01.858 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-03-24T23:46:01.846Z[ recovery-image] Mar 24 23:46:01.865 INFO O| Mar 24 23:46:01.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78322026-03-24T23:46:01.849Z[ recovery-image] Mar 24 23:46:01.865 INFO O| Mar 24 23:46:01.865 INFO STEP 1021 (remove_files) COMPLETE
78332026-03-24T23:46:01.849Z[ recovery-image] Mar 24 23:46:01.865 INFO O| Mar 24 23:46:01.865 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-03-24T23:46:01.854Z[ recovery-image] Mar 24 23:46:01.874 INFO O| Mar 24 23:46:01.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78352026-03-24T23:46:01.857Z[ recovery-image] Mar 24 23:46:01.875 INFO O| Mar 24 23:46:01.875 INFO STEP 1022 (remove_files) COMPLETE
78362026-03-24T23:46:01.857Z[ recovery-image] Mar 24 23:46:01.875 INFO O| Mar 24 23:46:01.875 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-03-24T23:46:01.862Z[ recovery-image] Mar 24 23:46:01.881 INFO O| Mar 24 23:46:01.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78382026-03-24T23:46:01.865Z[ recovery-image] Mar 24 23:46:01.881 INFO O| Mar 24 23:46:01.881 INFO STEP 1023 (remove_files) COMPLETE
78392026-03-24T23:46:01.865Z[ recovery-image] Mar 24 23:46:01.881 INFO O| Mar 24 23:46:01.881 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-03-24T23:46:01.870Z[ recovery-image] Mar 24 23:46:01.889 INFO O| Mar 24 23:46:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78412026-03-24T23:46:01.873Z[ recovery-image] Mar 24 23:46:01.890 INFO O| Mar 24 23:46:01.890 INFO STEP 1024 (remove_files) COMPLETE
78422026-03-24T23:46:01.873Z[ recovery-image] Mar 24 23:46:01.890 INFO O| Mar 24 23:46:01.890 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-03-24T23:46:01.877Z[ recovery-image] Mar 24 23:46:01.896 INFO O| Mar 24 23:46:01.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78442026-03-24T23:46:01.877Z[ recovery-image] Mar 24 23:46:01.896 INFO O| Mar 24 23:46:01.896 INFO STEP 1025 (remove_files) COMPLETE
78452026-03-24T23:46:01.877Z[ recovery-image] Mar 24 23:46:01.896 INFO O| Mar 24 23:46:01.896 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-03-24T23:46:01.884Z[ recovery-image] Mar 24 23:46:01.903 INFO O| Mar 24 23:46:01.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78472026-03-24T23:46:01.887Z[ recovery-image] Mar 24 23:46:01.903 INFO O| Mar 24 23:46:01.903 INFO STEP 1026 (remove_files) COMPLETE
78482026-03-24T23:46:01.887Z[ recovery-image] Mar 24 23:46:01.903 INFO O| Mar 24 23:46:01.903 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-03-24T23:46:01.890Z[ recovery-image] Mar 24 23:46:01.910 INFO O| Mar 24 23:46:01.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78502026-03-24T23:46:01.893Z[ recovery-image] Mar 24 23:46:01.910 INFO O| Mar 24 23:46:01.910 INFO STEP 1027 (remove_files) COMPLETE
78512026-03-24T23:46:01.893Z[ recovery-image] Mar 24 23:46:01.910 INFO O| Mar 24 23:46:01.910 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-03-24T23:46:01.899Z[ recovery-image] Mar 24 23:46:01.918 INFO O| Mar 24 23:46:01.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78532026-03-24T23:46:01.903Z[ recovery-image] Mar 24 23:46:01.918 INFO O| Mar 24 23:46:01.918 INFO STEP 1028 (remove_files) COMPLETE
78542026-03-24T23:46:01.903Z[ recovery-image] Mar 24 23:46:01.918 INFO O| Mar 24 23:46:01.918 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-03-24T23:46:01.907Z[ recovery-image] Mar 24 23:46:01.925 INFO O| Mar 24 23:46:01.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78562026-03-24T23:46:01.907Z[ recovery-image] Mar 24 23:46:01.925 INFO O| Mar 24 23:46:01.925 INFO STEP 1029 (remove_files) COMPLETE
78572026-03-24T23:46:01.907Z[ recovery-image] Mar 24 23:46:01.925 INFO O| Mar 24 23:46:01.925 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-03-24T23:46:01.913Z[ recovery-image] Mar 24 23:46:01.933 INFO O| Mar 24 23:46:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78592026-03-24T23:46:01.916Z[ recovery-image] Mar 24 23:46:01.933 INFO O| Mar 24 23:46:01.933 INFO STEP 1030 (remove_files) COMPLETE
78602026-03-24T23:46:01.916Z[ recovery-image] Mar 24 23:46:01.933 INFO O| Mar 24 23:46:01.933 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-03-24T23:46:01.922Z[ recovery-image] Mar 24 23:46:01.941 INFO O| Mar 24 23:46:01.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78622026-03-24T23:46:01.925Z[ recovery-image] Mar 24 23:46:01.941 INFO O| Mar 24 23:46:01.941 INFO STEP 1031 (remove_files) COMPLETE
78632026-03-24T23:46:01.925Z[ recovery-image] Mar 24 23:46:01.941 INFO O| Mar 24 23:46:01.941 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-03-24T23:46:01.930Z[ recovery-image] Mar 24 23:46:01.949 INFO O| Mar 24 23:46:01.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78652026-03-24T23:46:01.930Z[ recovery-image] Mar 24 23:46:01.949 INFO O| Mar 24 23:46:01.949 INFO STEP 1032 (remove_files) COMPLETE
78662026-03-24T23:46:01.933Z[ recovery-image] Mar 24 23:46:01.949 INFO O| Mar 24 23:46:01.949 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-03-24T23:46:01.937Z[ recovery-image] Mar 24 23:46:01.957 INFO O| Mar 24 23:46:01.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78682026-03-24T23:46:01.937Z[ recovery-image] Mar 24 23:46:01.957 INFO O| Mar 24 23:46:01.957 INFO STEP 1033 (remove_files) COMPLETE
78692026-03-24T23:46:01.940Z[ recovery-image] Mar 24 23:46:01.957 INFO O| Mar 24 23:46:01.957 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-03-24T23:46:01.944Z[ recovery-image] Mar 24 23:46:01.964 INFO O| Mar 24 23:46:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78712026-03-24T23:46:01.947Z[ recovery-image] Mar 24 23:46:01.964 INFO O| Mar 24 23:46:01.964 INFO STEP 1034 (remove_files) COMPLETE
78722026-03-24T23:46:01.947Z[ recovery-image] Mar 24 23:46:01.964 INFO O| Mar 24 23:46:01.964 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-03-24T23:46:01.952Z[ recovery-image] Mar 24 23:46:01.972 INFO O| Mar 24 23:46:01.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78742026-03-24T23:46:01.952Z[ recovery-image] Mar 24 23:46:01.972 INFO O| Mar 24 23:46:01.972 INFO STEP 1035 (remove_files) COMPLETE
78752026-03-24T23:46:01.952Z[ recovery-image] Mar 24 23:46:01.972 INFO O| Mar 24 23:46:01.972 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-03-24T23:46:01.960Z[ recovery-image] Mar 24 23:46:01.980 INFO O| Mar 24 23:46:01.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78772026-03-24T23:46:01.963Z[ recovery-image] Mar 24 23:46:01.980 INFO O| Mar 24 23:46:01.980 INFO STEP 1036 (remove_files) COMPLETE
78782026-03-24T23:46:01.963Z[ recovery-image] Mar 24 23:46:01.980 INFO O| Mar 24 23:46:01.980 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-03-24T23:46:01.967Z[ recovery-image] Mar 24 23:46:01.986 INFO O| Mar 24 23:46:01.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78802026-03-24T23:46:01.967Z[ recovery-image] Mar 24 23:46:01.986 INFO O| Mar 24 23:46:01.986 INFO STEP 1037 (remove_files) COMPLETE
78812026-03-24T23:46:01.970Z[ recovery-image] Mar 24 23:46:01.986 INFO O| Mar 24 23:46:01.986 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-03-24T23:46:01.974Z[ recovery-image] Mar 24 23:46:01.993 INFO O| Mar 24 23:46:01.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78832026-03-24T23:46:01.976Z[ recovery-image] Mar 24 23:46:01.993 INFO O| Mar 24 23:46:01.993 INFO STEP 1038 (remove_files) COMPLETE
78842026-03-24T23:46:01.976Z[ recovery-image] Mar 24 23:46:01.993 INFO O| Mar 24 23:46:01.993 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-03-24T23:46:01.981Z[ recovery-image] Mar 24 23:46:02.001 INFO O| Mar 24 23:46:02.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78862026-03-24T23:46:01.984Z[ recovery-image] Mar 24 23:46:02.001 INFO O| Mar 24 23:46:02.001 INFO STEP 1039 (remove_files) COMPLETE
78872026-03-24T23:46:01.984Z[ recovery-image] Mar 24 23:46:02.001 INFO O| Mar 24 23:46:02.001 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-03-24T23:46:01.989Z[ recovery-image] Mar 24 23:46:02.008 INFO O| Mar 24 23:46:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78892026-03-24T23:46:01.989Z[ recovery-image] Mar 24 23:46:02.008 INFO O| Mar 24 23:46:02.008 INFO STEP 1040 (remove_files) COMPLETE
78902026-03-24T23:46:01.989Z[ recovery-image] Mar 24 23:46:02.008 INFO O| Mar 24 23:46:02.008 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-03-24T23:46:01.997Z[ recovery-image] Mar 24 23:46:02.015 INFO O| Mar 24 23:46:02.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78922026-03-24T23:46:02.001Z[ recovery-image] Mar 24 23:46:02.015 INFO O| Mar 24 23:46:02.015 INFO STEP 1041 (remove_files) COMPLETE
78932026-03-24T23:46:02.001Z[ recovery-image] Mar 24 23:46:02.015 INFO O| Mar 24 23:46:02.015 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-03-24T23:46:02.004Z[ recovery-image] Mar 24 23:46:02.024 INFO O| Mar 24 23:46:02.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78952026-03-24T23:46:02.004Z[ recovery-image] Mar 24 23:46:02.024 INFO O| Mar 24 23:46:02.024 INFO STEP 1042 (remove_files) COMPLETE
78962026-03-24T23:46:02.004Z[ recovery-image] Mar 24 23:46:02.024 INFO O| Mar 24 23:46:02.024 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-03-24T23:46:02.011Z[ recovery-image] Mar 24 23:46:02.030 INFO O| Mar 24 23:46:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78982026-03-24T23:46:02.014Z[ recovery-image] Mar 24 23:46:02.031 INFO O| Mar 24 23:46:02.031 INFO STEP 1043 (remove_files) COMPLETE
78992026-03-24T23:46:02.014Z[ recovery-image] Mar 24 23:46:02.031 INFO O| Mar 24 23:46:02.031 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-03-24T23:46:02.018Z[ recovery-image] Mar 24 23:46:02.037 INFO O| Mar 24 23:46:02.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79012026-03-24T23:46:02.021Z[ recovery-image] Mar 24 23:46:02.037 INFO O| Mar 24 23:46:02.037 INFO STEP 1044 (remove_files) COMPLETE
79022026-03-24T23:46:02.021Z[ recovery-image] Mar 24 23:46:02.037 INFO O| Mar 24 23:46:02.037 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-03-24T23:46:02.024Z[ recovery-image] Mar 24 23:46:02.044 INFO O| Mar 24 23:46:02.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79042026-03-24T23:46:02.027Z[ recovery-image] Mar 24 23:46:02.044 INFO O| Mar 24 23:46:02.044 INFO STEP 1045 (remove_files) COMPLETE
79052026-03-24T23:46:02.027Z[ recovery-image] Mar 24 23:46:02.044 INFO O| Mar 24 23:46:02.044 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-03-24T23:46:02.034Z[ recovery-image] Mar 24 23:46:02.053 INFO O| Mar 24 23:46:02.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79072026-03-24T23:46:02.036Z[ recovery-image] Mar 24 23:46:02.053 INFO O| Mar 24 23:46:02.053 INFO STEP 1046 (remove_files) COMPLETE
79082026-03-24T23:46:02.036Z[ recovery-image] Mar 24 23:46:02.053 INFO O| Mar 24 23:46:02.053 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-03-24T23:46:02.042Z[ recovery-image] Mar 24 23:46:02.061 INFO O| Mar 24 23:46:02.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79102026-03-24T23:46:02.044Z[ recovery-image] Mar 24 23:46:02.061 INFO O| Mar 24 23:46:02.061 INFO STEP 1047 (remove_files) COMPLETE
79112026-03-24T23:46:02.045Z[ recovery-image] Mar 24 23:46:02.061 INFO O| Mar 24 23:46:02.061 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-03-24T23:46:02.049Z[ recovery-image] Mar 24 23:46:02.068 INFO O| Mar 24 23:46:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79132026-03-24T23:46:02.052Z[ recovery-image] Mar 24 23:46:02.069 INFO O| Mar 24 23:46:02.068 INFO STEP 1048 (remove_files) COMPLETE
79142026-03-24T23:46:02.052Z[ recovery-image] Mar 24 23:46:02.069 INFO O| Mar 24 23:46:02.068 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-03-24T23:46:02.056Z[ recovery-image] Mar 24 23:46:02.076 INFO O| Mar 24 23:46:02.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79162026-03-24T23:46:02.056Z[ recovery-image] Mar 24 23:46:02.076 INFO O| Mar 24 23:46:02.076 INFO STEP 1049 (remove_files) COMPLETE
79172026-03-24T23:46:02.059Z[ recovery-image] Mar 24 23:46:02.076 INFO O| Mar 24 23:46:02.076 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-03-24T23:46:02.064Z[ recovery-image] Mar 24 23:46:02.084 INFO O| Mar 24 23:46:02.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79192026-03-24T23:46:02.064Z[ recovery-image] Mar 24 23:46:02.084 INFO O| Mar 24 23:46:02.084 INFO STEP 1050 (remove_files) COMPLETE
79202026-03-24T23:46:02.067Z[ recovery-image] Mar 24 23:46:02.084 INFO O| Mar 24 23:46:02.084 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-03-24T23:46:02.072Z[ recovery-image] Mar 24 23:46:02.092 INFO O| Mar 24 23:46:02.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79222026-03-24T23:46:02.075Z[ recovery-image] Mar 24 23:46:02.092 INFO O| Mar 24 23:46:02.092 INFO STEP 1051 (remove_files) COMPLETE
79232026-03-24T23:46:02.075Z[ recovery-image] Mar 24 23:46:02.092 INFO O| Mar 24 23:46:02.092 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-03-24T23:46:02.080Z[ recovery-image] Mar 24 23:46:02.099 INFO O| Mar 24 23:46:02.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79252026-03-24T23:46:02.085Z[ recovery-image] Mar 24 23:46:02.099 INFO O| Mar 24 23:46:02.099 INFO STEP 1052 (remove_files) COMPLETE
79262026-03-24T23:46:02.085Z[ recovery-image] Mar 24 23:46:02.099 INFO O| Mar 24 23:46:02.099 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-03-24T23:46:02.089Z[ recovery-image] Mar 24 23:46:02.106 INFO O| Mar 24 23:46:02.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79282026-03-24T23:46:02.089Z[ recovery-image] Mar 24 23:46:02.106 INFO O| Mar 24 23:46:02.106 INFO STEP 1053 (remove_files) COMPLETE
79292026-03-24T23:46:02.089Z[ recovery-image] Mar 24 23:46:02.106 INFO O| Mar 24 23:46:02.106 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-03-24T23:46:02.095Z[ recovery-image] Mar 24 23:46:02.114 INFO O| Mar 24 23:46:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79312026-03-24T23:46:02.095Z[ recovery-image] Mar 24 23:46:02.114 INFO O| Mar 24 23:46:02.114 INFO STEP 1054 (remove_files) COMPLETE
79322026-03-24T23:46:02.098Z[ recovery-image] Mar 24 23:46:02.114 INFO O| Mar 24 23:46:02.114 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-03-24T23:46:02.102Z[ recovery-image] Mar 24 23:46:02.122 INFO O| Mar 24 23:46:02.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79342026-03-24T23:46:02.105Z[ recovery-image] Mar 24 23:46:02.122 INFO O| Mar 24 23:46:02.122 INFO STEP 1055 (remove_files) COMPLETE
79352026-03-24T23:46:02.105Z[ recovery-image] Mar 24 23:46:02.122 INFO O| Mar 24 23:46:02.122 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-03-24T23:46:02.110Z[ recovery-image] Mar 24 23:46:02.129 INFO O| Mar 24 23:46:02.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79372026-03-24T23:46:02.110Z[ recovery-image] Mar 24 23:46:02.129 INFO O| Mar 24 23:46:02.129 INFO STEP 1056 (remove_files) COMPLETE
79382026-03-24T23:46:02.113Z[ recovery-image] Mar 24 23:46:02.129 INFO O| Mar 24 23:46:02.129 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-03-24T23:46:02.117Z[ recovery-image] Mar 24 23:46:02.136 INFO O| Mar 24 23:46:02.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79402026-03-24T23:46:02.117Z[ recovery-image] Mar 24 23:46:02.136 INFO O| Mar 24 23:46:02.136 INFO STEP 1057 (remove_files) COMPLETE
79412026-03-24T23:46:02.120Z[ recovery-image] Mar 24 23:46:02.136 INFO O| Mar 24 23:46:02.136 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-03-24T23:46:02.124Z[ recovery-image] Mar 24 23:46:02.143 INFO O| Mar 24 23:46:02.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79432026-03-24T23:46:02.127Z[ recovery-image] Mar 24 23:46:02.143 INFO O| Mar 24 23:46:02.143 INFO STEP 1058 (remove_files) COMPLETE
79442026-03-24T23:46:02.127Z[ recovery-image] Mar 24 23:46:02.143 INFO O| Mar 24 23:46:02.143 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-03-24T23:46:02.132Z[ recovery-image] Mar 24 23:46:02.152 INFO O| Mar 24 23:46:02.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79462026-03-24T23:46:02.135Z[ recovery-image] Mar 24 23:46:02.153 INFO O| Mar 24 23:46:02.153 INFO STEP 1059 (remove_files) COMPLETE
79472026-03-24T23:46:02.135Z[ recovery-image] Mar 24 23:46:02.153 INFO O| Mar 24 23:46:02.153 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-03-24T23:46:02.140Z[ recovery-image] Mar 24 23:46:02.159 INFO O| Mar 24 23:46:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79492026-03-24T23:46:02.143Z[ recovery-image] Mar 24 23:46:02.159 INFO O| Mar 24 23:46:02.159 INFO STEP 1060 (remove_files) COMPLETE
79502026-03-24T23:46:02.143Z[ recovery-image] Mar 24 23:46:02.159 INFO O| Mar 24 23:46:02.159 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-03-24T23:46:02.148Z[ recovery-image] Mar 24 23:46:02.167 INFO O| Mar 24 23:46:02.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79522026-03-24T23:46:02.148Z[ recovery-image] Mar 24 23:46:02.167 INFO O| Mar 24 23:46:02.167 INFO STEP 1061 (remove_files) COMPLETE
79532026-03-24T23:46:02.151Z[ recovery-image] Mar 24 23:46:02.167 INFO O| Mar 24 23:46:02.167 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-03-24T23:46:02.155Z[ recovery-image] Mar 24 23:46:02.175 INFO O| Mar 24 23:46:02.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79552026-03-24T23:46:02.158Z[ recovery-image] Mar 24 23:46:02.175 INFO O| Mar 24 23:46:02.175 INFO STEP 1062 (remove_files) COMPLETE
79562026-03-24T23:46:02.158Z[ recovery-image] Mar 24 23:46:02.175 INFO O| Mar 24 23:46:02.175 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-03-24T23:46:02.163Z[ recovery-image] Mar 24 23:46:02.183 INFO O| Mar 24 23:46:02.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79582026-03-24T23:46:02.166Z[ recovery-image] Mar 24 23:46:02.183 INFO O| Mar 24 23:46:02.183 INFO STEP 1063 (remove_files) COMPLETE
79592026-03-24T23:46:02.166Z[ recovery-image] Mar 24 23:46:02.183 INFO O| Mar 24 23:46:02.183 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-03-24T23:46:02.171Z[ recovery-image] Mar 24 23:46:02.191 INFO O| Mar 24 23:46:02.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79612026-03-24T23:46:02.171Z[ recovery-image] Mar 24 23:46:02.191 INFO O| Mar 24 23:46:02.191 INFO STEP 1064 (remove_files) COMPLETE
79622026-03-24T23:46:02.174Z[ recovery-image] Mar 24 23:46:02.191 INFO O| Mar 24 23:46:02.191 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-03-24T23:46:02.179Z[ recovery-image] Mar 24 23:46:02.198 INFO O| Mar 24 23:46:02.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79642026-03-24T23:46:02.183Z[ recovery-image] Mar 24 23:46:02.199 INFO O| Mar 24 23:46:02.199 INFO STEP 1065 (remove_files) COMPLETE
79652026-03-24T23:46:02.183Z[ recovery-image] Mar 24 23:46:02.199 INFO O| Mar 24 23:46:02.199 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-03-24T23:46:02.187Z[ recovery-image] Mar 24 23:46:02.206 INFO O| Mar 24 23:46:02.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79672026-03-24T23:46:02.190Z[ recovery-image] Mar 24 23:46:02.207 INFO O| Mar 24 23:46:02.206 INFO STEP 1066 (remove_files) COMPLETE
79682026-03-24T23:46:02.190Z[ recovery-image] Mar 24 23:46:02.207 INFO O| Mar 24 23:46:02.206 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-03-24T23:46:02.194Z[ recovery-image] Mar 24 23:46:02.213 INFO O| Mar 24 23:46:02.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79702026-03-24T23:46:02.196Z[ recovery-image] Mar 24 23:46:02.213 INFO O| Mar 24 23:46:02.213 INFO STEP 1067 (remove_files) COMPLETE
79712026-03-24T23:46:02.197Z[ recovery-image] Mar 24 23:46:02.213 INFO O| Mar 24 23:46:02.213 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-03-24T23:46:02.201Z[ recovery-image] Mar 24 23:46:02.220 INFO O| Mar 24 23:46:02.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79732026-03-24T23:46:02.201Z[ recovery-image] Mar 24 23:46:02.220 INFO O| Mar 24 23:46:02.220 INFO STEP 1068 (remove_files) COMPLETE
79742026-03-24T23:46:02.204Z[ recovery-image] Mar 24 23:46:02.220 INFO O| Mar 24 23:46:02.220 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-03-24T23:46:02.208Z[ recovery-image] Mar 24 23:46:02.227 INFO O| Mar 24 23:46:02.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79762026-03-24T23:46:02.208Z[ recovery-image] Mar 24 23:46:02.227 INFO O| Mar 24 23:46:02.227 INFO STEP 1069 (remove_files) COMPLETE
79772026-03-24T23:46:02.210Z[ recovery-image] Mar 24 23:46:02.227 INFO O| Mar 24 23:46:02.227 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-03-24T23:46:02.214Z[ recovery-image] Mar 24 23:46:02.234 INFO O| Mar 24 23:46:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79792026-03-24T23:46:02.214Z[ recovery-image] Mar 24 23:46:02.234 INFO O| Mar 24 23:46:02.234 INFO STEP 1070 (remove_files) COMPLETE
79802026-03-24T23:46:02.214Z[ recovery-image] Mar 24 23:46:02.234 INFO O| Mar 24 23:46:02.234 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-03-24T23:46:02.222Z[ recovery-image] Mar 24 23:46:02.241 INFO O| Mar 24 23:46:02.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79822026-03-24T23:46:02.225Z[ recovery-image] Mar 24 23:46:02.242 INFO O| Mar 24 23:46:02.241 INFO STEP 1071 (remove_files) COMPLETE
79832026-03-24T23:46:02.225Z[ recovery-image] Mar 24 23:46:02.242 INFO O| Mar 24 23:46:02.242 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-03-24T23:46:02.230Z[ recovery-image] Mar 24 23:46:02.250 INFO O| Mar 24 23:46:02.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79852026-03-24T23:46:02.230Z[ recovery-image] Mar 24 23:46:02.250 INFO O| Mar 24 23:46:02.250 INFO STEP 1072 (remove_files) COMPLETE
79862026-03-24T23:46:02.233Z[ recovery-image] Mar 24 23:46:02.250 INFO O| Mar 24 23:46:02.250 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-03-24T23:46:02.237Z[ recovery-image] Mar 24 23:46:02.256 INFO O| Mar 24 23:46:02.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79882026-03-24T23:46:02.237Z[ recovery-image] Mar 24 23:46:02.256 INFO O| Mar 24 23:46:02.256 INFO STEP 1073 (remove_files) COMPLETE
79892026-03-24T23:46:02.237Z[ recovery-image] Mar 24 23:46:02.256 INFO O| Mar 24 23:46:02.256 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-03-24T23:46:02.243Z[ recovery-image] Mar 24 23:46:02.263 INFO O| Mar 24 23:46:02.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79912026-03-24T23:46:02.244Z[ recovery-image] Mar 24 23:46:02.263 INFO O| Mar 24 23:46:02.263 INFO STEP 1074 (remove_files) COMPLETE
79922026-03-24T23:46:02.246Z[ recovery-image] Mar 24 23:46:02.263 INFO O| Mar 24 23:46:02.263 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-03-24T23:46:02.250Z[ recovery-image] Mar 24 23:46:02.270 INFO O| Mar 24 23:46:02.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79942026-03-24T23:46:02.253Z[ recovery-image] Mar 24 23:46:02.270 INFO O| Mar 24 23:46:02.270 INFO STEP 1075 (remove_files) COMPLETE
79952026-03-24T23:46:02.253Z[ recovery-image] Mar 24 23:46:02.270 INFO O| Mar 24 23:46:02.270 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-03-24T23:46:02.259Z[ recovery-image] Mar 24 23:46:02.279 INFO O| Mar 24 23:46:02.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79972026-03-24T23:46:02.259Z[ recovery-image] Mar 24 23:46:02.279 INFO O| Mar 24 23:46:02.279 INFO STEP 1076 (remove_files) COMPLETE
79982026-03-24T23:46:02.264Z[ recovery-image] Mar 24 23:46:02.279 INFO O| Mar 24 23:46:02.279 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-03-24T23:46:02.267Z[ recovery-image] Mar 24 23:46:02.286 INFO O| Mar 24 23:46:02.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80002026-03-24T23:46:02.267Z[ recovery-image] Mar 24 23:46:02.286 INFO O| Mar 24 23:46:02.286 INFO STEP 1077 (remove_files) COMPLETE
80012026-03-24T23:46:02.267Z[ recovery-image] Mar 24 23:46:02.286 INFO O| Mar 24 23:46:02.286 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-03-24T23:46:02.273Z[ recovery-image] Mar 24 23:46:02.293 INFO O| Mar 24 23:46:02.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80032026-03-24T23:46:02.273Z[ recovery-image] Mar 24 23:46:02.293 INFO O| Mar 24 23:46:02.293 INFO STEP 1078 (remove_files) COMPLETE
80042026-03-24T23:46:02.276Z[ recovery-image] Mar 24 23:46:02.293 INFO O| Mar 24 23:46:02.293 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-03-24T23:46:02.280Z[ recovery-image] Mar 24 23:46:02.299 INFO O| Mar 24 23:46:02.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80062026-03-24T23:46:02.283Z[ recovery-image] Mar 24 23:46:02.299 INFO O| Mar 24 23:46:02.299 INFO STEP 1079 (remove_files) COMPLETE
80072026-03-24T23:46:02.283Z[ recovery-image] Mar 24 23:46:02.299 INFO O| Mar 24 23:46:02.299 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-03-24T23:46:02.287Z[ recovery-image] Mar 24 23:46:02.306 INFO O| Mar 24 23:46:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80092026-03-24T23:46:02.290Z[ recovery-image] Mar 24 23:46:02.307 INFO O| Mar 24 23:46:02.307 INFO STEP 1080 (remove_files) COMPLETE
80102026-03-24T23:46:02.290Z[ recovery-image] Mar 24 23:46:02.307 INFO O| Mar 24 23:46:02.307 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-03-24T23:46:02.294Z[ recovery-image] Mar 24 23:46:02.313 INFO O| Mar 24 23:46:02.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80122026-03-24T23:46:02.294Z[ recovery-image] Mar 24 23:46:02.313 INFO O| Mar 24 23:46:02.313 INFO STEP 1081 (remove_files) COMPLETE
80132026-03-24T23:46:02.297Z[ recovery-image] Mar 24 23:46:02.313 INFO O| Mar 24 23:46:02.313 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-03-24T23:46:02.301Z[ recovery-image] Mar 24 23:46:02.320 INFO O| Mar 24 23:46:02.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80152026-03-24T23:46:02.304Z[ recovery-image] Mar 24 23:46:02.320 INFO O| Mar 24 23:46:02.320 INFO STEP 1082 (remove_files) COMPLETE
80162026-03-24T23:46:02.304Z[ recovery-image] Mar 24 23:46:02.320 INFO O| Mar 24 23:46:02.320 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-03-24T23:46:02.309Z[ recovery-image] Mar 24 23:46:02.328 INFO O| Mar 24 23:46:02.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80182026-03-24T23:46:02.309Z[ recovery-image] Mar 24 23:46:02.328 INFO O| Mar 24 23:46:02.328 INFO STEP 1083 (remove_files) COMPLETE
80192026-03-24T23:46:02.312Z[ recovery-image] Mar 24 23:46:02.328 INFO O| Mar 24 23:46:02.328 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-03-24T23:46:02.315Z[ recovery-image] Mar 24 23:46:02.334 INFO O| Mar 24 23:46:02.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80212026-03-24T23:46:02.315Z[ recovery-image] Mar 24 23:46:02.334 INFO O| Mar 24 23:46:02.334 INFO STEP 1084 (remove_files) COMPLETE
80222026-03-24T23:46:02.315Z[ recovery-image] Mar 24 23:46:02.334 INFO O| Mar 24 23:46:02.334 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-03-24T23:46:02.322Z[ recovery-image] Mar 24 23:46:02.342 INFO O| Mar 24 23:46:02.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80242026-03-24T23:46:02.325Z[ recovery-image] Mar 24 23:46:02.342 INFO O| Mar 24 23:46:02.342 INFO STEP 1085 (remove_files) COMPLETE
80252026-03-24T23:46:02.325Z[ recovery-image] Mar 24 23:46:02.342 INFO O| Mar 24 23:46:02.342 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-03-24T23:46:02.329Z[ recovery-image] Mar 24 23:46:02.348 INFO O| Mar 24 23:46:02.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80272026-03-24T23:46:02.329Z[ recovery-image] Mar 24 23:46:02.348 INFO O| Mar 24 23:46:02.348 INFO STEP 1086 (remove_files) COMPLETE
80282026-03-24T23:46:02.329Z[ recovery-image] Mar 24 23:46:02.348 INFO O| Mar 24 23:46:02.348 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-03-24T23:46:02.338Z[ recovery-image] Mar 24 23:46:02.357 INFO O| Mar 24 23:46:02.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80302026-03-24T23:46:02.341Z[ recovery-image] Mar 24 23:46:02.357 INFO O| Mar 24 23:46:02.357 INFO STEP 1087 (remove_files) COMPLETE
80312026-03-24T23:46:02.341Z[ recovery-image] Mar 24 23:46:02.357 INFO O| Mar 24 23:46:02.357 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-03-24T23:46:02.345Z[ recovery-image] Mar 24 23:46:02.364 INFO O| Mar 24 23:46:02.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80332026-03-24T23:46:02.348Z[ recovery-image] Mar 24 23:46:02.364 INFO O| Mar 24 23:46:02.364 INFO STEP 1088 (remove_files) COMPLETE
80342026-03-24T23:46:02.348Z[ recovery-image] Mar 24 23:46:02.364 INFO O| Mar 24 23:46:02.364 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-03-24T23:46:02.351Z[ recovery-image] Mar 24 23:46:02.371 INFO O| Mar 24 23:46:02.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80362026-03-24T23:46:02.354Z[ recovery-image] Mar 24 23:46:02.371 INFO O| Mar 24 23:46:02.371 INFO STEP 1089 (remove_files) COMPLETE
80372026-03-24T23:46:02.354Z[ recovery-image] Mar 24 23:46:02.371 INFO O| Mar 24 23:46:02.371 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-03-24T23:46:02.358Z[ recovery-image] Mar 24 23:46:02.378 INFO O| Mar 24 23:46:02.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80392026-03-24T23:46:02.361Z[ recovery-image] Mar 24 23:46:02.378 INFO O| Mar 24 23:46:02.378 INFO STEP 1090 (remove_files) COMPLETE
80402026-03-24T23:46:02.361Z[ recovery-image] Mar 24 23:46:02.378 INFO O| Mar 24 23:46:02.378 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-03-24T23:46:02.365Z[ recovery-image] Mar 24 23:46:02.385 INFO O| Mar 24 23:46:02.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80422026-03-24T23:46:02.368Z[ recovery-image] Mar 24 23:46:02.385 INFO O| Mar 24 23:46:02.385 INFO STEP 1091 (remove_files) COMPLETE
80432026-03-24T23:46:02.368Z[ recovery-image] Mar 24 23:46:02.385 INFO O| Mar 24 23:46:02.385 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-03-24T23:46:02.372Z[ recovery-image] Mar 24 23:46:02.392 INFO O| Mar 24 23:46:02.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80452026-03-24T23:46:02.372Z[ recovery-image] Mar 24 23:46:02.392 INFO O| Mar 24 23:46:02.392 INFO STEP 1092 (remove_files) COMPLETE
80462026-03-24T23:46:02.372Z[ recovery-image] Mar 24 23:46:02.392 INFO O| Mar 24 23:46:02.392 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-03-24T23:46:02.379Z[ recovery-image] Mar 24 23:46:02.398 INFO O| Mar 24 23:46:02.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80482026-03-24T23:46:02.382Z[ recovery-image] Mar 24 23:46:02.399 INFO O| Mar 24 23:46:02.399 INFO STEP 1093 (remove_files) COMPLETE
80492026-03-24T23:46:02.382Z[ recovery-image] Mar 24 23:46:02.399 INFO O| Mar 24 23:46:02.399 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-03-24T23:46:02.386Z[ recovery-image] Mar 24 23:46:02.405 INFO O| Mar 24 23:46:02.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80512026-03-24T23:46:02.386Z[ recovery-image] Mar 24 23:46:02.405 INFO O| Mar 24 23:46:02.405 INFO STEP 1094 (remove_files) COMPLETE
80522026-03-24T23:46:02.388Z[ recovery-image] Mar 24 23:46:02.405 INFO O| Mar 24 23:46:02.405 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-03-24T23:46:02.392Z[ recovery-image] Mar 24 23:46:02.412 INFO O| Mar 24 23:46:02.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80542026-03-24T23:46:02.392Z[ recovery-image] Mar 24 23:46:02.412 INFO O| Mar 24 23:46:02.412 INFO STEP 1095 (remove_files) COMPLETE
80552026-03-24T23:46:02.395Z[ recovery-image] Mar 24 23:46:02.412 INFO O| Mar 24 23:46:02.412 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-03-24T23:46:02.401Z[ recovery-image] Mar 24 23:46:02.421 INFO O| Mar 24 23:46:02.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80572026-03-24T23:46:02.401Z[ recovery-image] Mar 24 23:46:02.421 INFO O| Mar 24 23:46:02.421 INFO STEP 1096 (remove_files) COMPLETE
80582026-03-24T23:46:02.404Z[ recovery-image] Mar 24 23:46:02.421 INFO O| Mar 24 23:46:02.421 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-03-24T23:46:02.409Z[ recovery-image] Mar 24 23:46:02.429 INFO O| Mar 24 23:46:02.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80602026-03-24T23:46:02.409Z[ recovery-image] Mar 24 23:46:02.429 INFO O| Mar 24 23:46:02.429 INFO STEP 1097 (remove_files) COMPLETE
80612026-03-24T23:46:02.412Z[ recovery-image] Mar 24 23:46:02.429 INFO O| Mar 24 23:46:02.429 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-03-24T23:46:02.417Z[ recovery-image] Mar 24 23:46:02.436 INFO O| Mar 24 23:46:02.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80632026-03-24T23:46:02.420Z[ recovery-image] Mar 24 23:46:02.436 INFO O| Mar 24 23:46:02.436 INFO STEP 1098 (remove_files) COMPLETE
80642026-03-24T23:46:02.420Z[ recovery-image] Mar 24 23:46:02.436 INFO O| Mar 24 23:46:02.436 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-03-24T23:46:02.423Z[ recovery-image] Mar 24 23:46:02.443 INFO O| Mar 24 23:46:02.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80662026-03-24T23:46:02.423Z[ recovery-image] Mar 24 23:46:02.443 INFO O| Mar 24 23:46:02.443 INFO STEP 1099 (remove_files) COMPLETE
80672026-03-24T23:46:02.426Z[ recovery-image] Mar 24 23:46:02.443 INFO O| Mar 24 23:46:02.443 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-03-24T23:46:02.431Z[ recovery-image] Mar 24 23:46:02.451 INFO O| Mar 24 23:46:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80692026-03-24T23:46:02.431Z[ recovery-image] Mar 24 23:46:02.451 INFO O| Mar 24 23:46:02.451 INFO STEP 1100 (remove_files) COMPLETE
80702026-03-24T23:46:02.436Z[ recovery-image] Mar 24 23:46:02.451 INFO O| Mar 24 23:46:02.451 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-03-24T23:46:02.439Z[ recovery-image] Mar 24 23:46:02.458 INFO O| Mar 24 23:46:02.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80722026-03-24T23:46:02.439Z[ recovery-image] Mar 24 23:46:02.458 INFO O| Mar 24 23:46:02.458 INFO STEP 1101 (remove_files) COMPLETE
80732026-03-24T23:46:02.439Z[ recovery-image] Mar 24 23:46:02.458 INFO O| Mar 24 23:46:02.458 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-03-24T23:46:02.446Z[ recovery-image] Mar 24 23:46:02.466 INFO O| Mar 24 23:46:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80752026-03-24T23:46:02.446Z[ recovery-image] Mar 24 23:46:02.466 INFO O| Mar 24 23:46:02.466 INFO STEP 1102 (remove_files) COMPLETE
80762026-03-24T23:46:02.446Z[ recovery-image] Mar 24 23:46:02.466 INFO O| Mar 24 23:46:02.466 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-03-24T23:46:02.453Z[ recovery-image] Mar 24 23:46:02.472 INFO O| Mar 24 23:46:02.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80782026-03-24T23:46:02.453Z[ recovery-image] Mar 24 23:46:02.472 INFO O| Mar 24 23:46:02.472 INFO STEP 1103 (remove_files) COMPLETE
80792026-03-24T23:46:02.455Z[ recovery-image] Mar 24 23:46:02.472 INFO O| Mar 24 23:46:02.472 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-03-24T23:46:02.460Z[ recovery-image] Mar 24 23:46:02.480 INFO O| Mar 24 23:46:02.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80812026-03-24T23:46:02.463Z[ recovery-image] Mar 24 23:46:02.480 INFO O| Mar 24 23:46:02.480 INFO STEP 1104 (remove_files) COMPLETE
80822026-03-24T23:46:02.463Z[ recovery-image] Mar 24 23:46:02.480 INFO O| Mar 24 23:46:02.480 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-03-24T23:46:02.467Z[ recovery-image] Mar 24 23:46:02.487 INFO O| Mar 24 23:46:02.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80842026-03-24T23:46:02.470Z[ recovery-image] Mar 24 23:46:02.487 INFO O| Mar 24 23:46:02.487 INFO STEP 1105 (remove_files) COMPLETE
80852026-03-24T23:46:02.470Z[ recovery-image] Mar 24 23:46:02.487 INFO O| Mar 24 23:46:02.487 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-03-24T23:46:02.475Z[ recovery-image] Mar 24 23:46:02.493 INFO O| Mar 24 23:46:02.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80872026-03-24T23:46:02.478Z[ recovery-image] Mar 24 23:46:02.493 INFO O| Mar 24 23:46:02.493 INFO STEP 1106 (remove_files) COMPLETE
80882026-03-24T23:46:02.478Z[ recovery-image] Mar 24 23:46:02.493 INFO O| Mar 24 23:46:02.493 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-03-24T23:46:02.481Z[ recovery-image] Mar 24 23:46:02.500 INFO O| Mar 24 23:46:02.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80902026-03-24T23:46:02.481Z[ recovery-image] Mar 24 23:46:02.500 INFO O| Mar 24 23:46:02.500 INFO STEP 1107 (remove_files) COMPLETE
80912026-03-24T23:46:02.481Z[ recovery-image] Mar 24 23:46:02.500 INFO O| Mar 24 23:46:02.500 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-03-24T23:46:02.487Z[ recovery-image] Mar 24 23:46:02.507 INFO O| Mar 24 23:46:02.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80932026-03-24T23:46:02.490Z[ recovery-image] Mar 24 23:46:02.507 INFO O| Mar 24 23:46:02.507 INFO STEP 1108 (remove_files) COMPLETE
80942026-03-24T23:46:02.490Z[ recovery-image] Mar 24 23:46:02.507 INFO O| Mar 24 23:46:02.507 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-03-24T23:46:02.493Z[ recovery-image] Mar 24 23:46:02.513 INFO O| Mar 24 23:46:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80962026-03-24T23:46:02.497Z[ recovery-image] Mar 24 23:46:02.513 INFO O| Mar 24 23:46:02.513 INFO STEP 1109 (remove_files) COMPLETE
80972026-03-24T23:46:02.497Z[ recovery-image] Mar 24 23:46:02.513 INFO O| Mar 24 23:46:02.513 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-03-24T23:46:02.500Z[ recovery-image] Mar 24 23:46:02.520 INFO O| Mar 24 23:46:02.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80992026-03-24T23:46:02.503Z[ recovery-image] Mar 24 23:46:02.520 INFO O| Mar 24 23:46:02.520 INFO STEP 1110 (remove_files) COMPLETE
81002026-03-24T23:46:02.503Z[ recovery-image] Mar 24 23:46:02.520 INFO O| Mar 24 23:46:02.520 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-03-24T23:46:02.509Z[ recovery-image] Mar 24 23:46:02.528 INFO O| Mar 24 23:46:02.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81022026-03-24T23:46:02.509Z[ recovery-image] Mar 24 23:46:02.529 INFO O| Mar 24 23:46:02.528 INFO STEP 1111 (remove_files) COMPLETE
81032026-03-24T23:46:02.512Z[ recovery-image] Mar 24 23:46:02.529 INFO O| Mar 24 23:46:02.529 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-03-24T23:46:02.515Z[ recovery-image] Mar 24 23:46:02.535 INFO O| Mar 24 23:46:02.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81052026-03-24T23:46:02.515Z[ recovery-image] Mar 24 23:46:02.535 INFO O| Mar 24 23:46:02.535 INFO STEP 1112 (remove_files) COMPLETE
81062026-03-24T23:46:02.518Z[ recovery-image] Mar 24 23:46:02.535 INFO O| Mar 24 23:46:02.535 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-03-24T23:46:02.524Z[ recovery-image] Mar 24 23:46:02.543 INFO O| Mar 24 23:46:02.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81082026-03-24T23:46:02.524Z[ recovery-image] Mar 24 23:46:02.543 INFO O| Mar 24 23:46:02.543 INFO STEP 1113 (remove_files) COMPLETE
81092026-03-24T23:46:02.526Z[ recovery-image] Mar 24 23:46:02.543 INFO O| Mar 24 23:46:02.543 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-03-24T23:46:02.531Z[ recovery-image] Mar 24 23:46:02.551 INFO O| Mar 24 23:46:02.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81112026-03-24T23:46:02.534Z[ recovery-image] Mar 24 23:46:02.551 INFO O| Mar 24 23:46:02.551 INFO STEP 1114 (remove_files) COMPLETE
81122026-03-24T23:46:02.534Z[ recovery-image] Mar 24 23:46:02.551 INFO O| Mar 24 23:46:02.551 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-03-24T23:46:02.538Z[ recovery-image] Mar 24 23:46:02.558 INFO O| Mar 24 23:46:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81142026-03-24T23:46:02.538Z[ recovery-image] Mar 24 23:46:02.558 INFO O| Mar 24 23:46:02.558 INFO STEP 1115 (remove_files) COMPLETE
81152026-03-24T23:46:02.538Z[ recovery-image] Mar 24 23:46:02.558 INFO O| Mar 24 23:46:02.558 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-03-24T23:46:02.546Z[ recovery-image] Mar 24 23:46:02.566 INFO O| Mar 24 23:46:02.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81172026-03-24T23:46:02.546Z[ recovery-image] Mar 24 23:46:02.566 INFO O| Mar 24 23:46:02.566 INFO STEP 1116 (remove_files) COMPLETE
81182026-03-24T23:46:02.550Z[ recovery-image] Mar 24 23:46:02.566 INFO O| Mar 24 23:46:02.566 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-03-24T23:46:02.553Z[ recovery-image] Mar 24 23:46:02.573 INFO O| Mar 24 23:46:02.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81202026-03-24T23:46:02.553Z[ recovery-image] Mar 24 23:46:02.573 INFO O| Mar 24 23:46:02.573 INFO STEP 1117 (remove_files) COMPLETE
81212026-03-24T23:46:02.553Z[ recovery-image] Mar 24 23:46:02.573 INFO O| Mar 24 23:46:02.573 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-03-24T23:46:02.560Z[ recovery-image] Mar 24 23:46:02.580 INFO O| Mar 24 23:46:02.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81232026-03-24T23:46:02.560Z[ recovery-image] Mar 24 23:46:02.580 INFO O| Mar 24 23:46:02.580 INFO STEP 1118 (remove_files) COMPLETE
81242026-03-24T23:46:02.563Z[ recovery-image] Mar 24 23:46:02.580 INFO O| Mar 24 23:46:02.580 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-03-24T23:46:02.566Z[ recovery-image] Mar 24 23:46:02.586 INFO O| Mar 24 23:46:02.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81262026-03-24T23:46:02.566Z[ recovery-image] Mar 24 23:46:02.586 INFO O| Mar 24 23:46:02.586 INFO STEP 1119 (remove_files) COMPLETE
81272026-03-24T23:46:02.569Z[ recovery-image] Mar 24 23:46:02.586 INFO O| Mar 24 23:46:02.586 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-03-24T23:46:02.575Z[ recovery-image] Mar 24 23:46:02.594 INFO O| Mar 24 23:46:02.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81292026-03-24T23:46:02.578Z[ recovery-image] Mar 24 23:46:02.594 INFO O| Mar 24 23:46:02.594 INFO STEP 1120 (remove_files) COMPLETE
81302026-03-24T23:46:02.578Z[ recovery-image] Mar 24 23:46:02.594 INFO O| Mar 24 23:46:02.594 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-03-24T23:46:02.581Z[ recovery-image] Mar 24 23:46:02.601 INFO O| Mar 24 23:46:02.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81322026-03-24T23:46:02.581Z[ recovery-image] Mar 24 23:46:02.601 INFO O| Mar 24 23:46:02.601 INFO STEP 1121 (remove_files) COMPLETE
81332026-03-24T23:46:02.584Z[ recovery-image] Mar 24 23:46:02.601 INFO O| Mar 24 23:46:02.601 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-03-24T23:46:02.588Z[ recovery-image] Mar 24 23:46:02.608 INFO O| Mar 24 23:46:02.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81352026-03-24T23:46:02.588Z[ recovery-image] Mar 24 23:46:02.608 INFO O| Mar 24 23:46:02.608 INFO STEP 1122 (remove_files) COMPLETE
81362026-03-24T23:46:02.591Z[ recovery-image] Mar 24 23:46:02.608 INFO O| Mar 24 23:46:02.608 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-03-24T23:46:02.595Z[ recovery-image] Mar 24 23:46:02.615 INFO O| Mar 24 23:46:02.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81382026-03-24T23:46:02.595Z[ recovery-image] Mar 24 23:46:02.615 INFO O| Mar 24 23:46:02.615 INFO STEP 1123 (remove_files) COMPLETE
81392026-03-24T23:46:02.598Z[ recovery-image] Mar 24 23:46:02.615 INFO O| Mar 24 23:46:02.615 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-03-24T23:46:02.604Z[ recovery-image] Mar 24 23:46:02.623 INFO O| Mar 24 23:46:02.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81412026-03-24T23:46:02.604Z[ recovery-image] Mar 24 23:46:02.623 INFO O| Mar 24 23:46:02.623 INFO STEP 1124 (remove_files) COMPLETE
81422026-03-24T23:46:02.604Z[ recovery-image] Mar 24 23:46:02.623 INFO O| Mar 24 23:46:02.623 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-03-24T23:46:02.614Z[ recovery-image] Mar 24 23:46:02.631 INFO O| Mar 24 23:46:02.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81442026-03-24T23:46:02.614Z[ recovery-image] Mar 24 23:46:02.631 INFO O| Mar 24 23:46:02.631 INFO STEP 1125 (remove_files) COMPLETE
81452026-03-24T23:46:02.617Z[ recovery-image] Mar 24 23:46:02.631 INFO O| Mar 24 23:46:02.631 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-03-24T23:46:02.620Z[ recovery-image] Mar 24 23:46:02.638 INFO O| Mar 24 23:46:02.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81472026-03-24T23:46:02.620Z[ recovery-image] Mar 24 23:46:02.638 INFO O| Mar 24 23:46:02.638 INFO STEP 1126 (remove_files) COMPLETE
81482026-03-24T23:46:02.620Z[ recovery-image] Mar 24 23:46:02.638 INFO O| Mar 24 23:46:02.638 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-03-24T23:46:02.626Z[ recovery-image] Mar 24 23:46:02.646 INFO O| Mar 24 23:46:02.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81502026-03-24T23:46:02.630Z[ recovery-image] Mar 24 23:46:02.646 INFO O| Mar 24 23:46:02.646 INFO STEP 1127 (remove_files) COMPLETE
81512026-03-24T23:46:02.630Z[ recovery-image] Mar 24 23:46:02.646 INFO O| Mar 24 23:46:02.646 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-03-24T23:46:02.634Z[ recovery-image] Mar 24 23:46:02.653 INFO O| Mar 24 23:46:02.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81532026-03-24T23:46:02.634Z[ recovery-image] Mar 24 23:46:02.653 INFO O| Mar 24 23:46:02.653 INFO STEP 1128 (remove_files) COMPLETE
81542026-03-24T23:46:02.634Z[ recovery-image] Mar 24 23:46:02.653 INFO O| Mar 24 23:46:02.653 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-03-24T23:46:02.641Z[ recovery-image] Mar 24 23:46:02.660 INFO O| Mar 24 23:46:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81562026-03-24T23:46:02.647Z[ recovery-image] Mar 24 23:46:02.660 INFO O| Mar 24 23:46:02.660 INFO STEP 1129 (remove_files) COMPLETE
81572026-03-24T23:46:02.647Z[ recovery-image] Mar 24 23:46:02.660 INFO O| Mar 24 23:46:02.660 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-03-24T23:46:02.650Z[ recovery-image] Mar 24 23:46:02.667 INFO O| Mar 24 23:46:02.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81592026-03-24T23:46:02.650Z[ recovery-image] Mar 24 23:46:02.667 INFO O| Mar 24 23:46:02.667 INFO STEP 1130 (remove_files) COMPLETE
81602026-03-24T23:46:02.650Z[ recovery-image] Mar 24 23:46:02.667 INFO O| Mar 24 23:46:02.667 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-03-24T23:46:02.654Z[ recovery-image] Mar 24 23:46:02.674 INFO O| Mar 24 23:46:02.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81622026-03-24T23:46:02.658Z[ recovery-image] Mar 24 23:46:02.674 INFO O| Mar 24 23:46:02.674 INFO STEP 1131 (remove_files) COMPLETE
81632026-03-24T23:46:02.658Z[ recovery-image] Mar 24 23:46:02.674 INFO O| Mar 24 23:46:02.674 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-03-24T23:46:02.662Z[ recovery-image] Mar 24 23:46:02.681 INFO O| Mar 24 23:46:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81652026-03-24T23:46:02.662Z[ recovery-image] Mar 24 23:46:02.681 INFO O| Mar 24 23:46:02.681 INFO STEP 1132 (remove_files) COMPLETE
81662026-03-24T23:46:02.662Z[ recovery-image] Mar 24 23:46:02.681 INFO O| Mar 24 23:46:02.681 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-03-24T23:46:02.668Z[ recovery-image] Mar 24 23:46:02.688 INFO O| Mar 24 23:46:02.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81682026-03-24T23:46:02.673Z[ recovery-image] Mar 24 23:46:02.688 INFO O| Mar 24 23:46:02.688 INFO STEP 1133 (remove_files) COMPLETE
81692026-03-24T23:46:02.673Z[ recovery-image] Mar 24 23:46:02.688 INFO O| Mar 24 23:46:02.688 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-03-24T23:46:02.676Z[ recovery-image] Mar 24 23:46:02.695 INFO O| Mar 24 23:46:02.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81712026-03-24T23:46:02.676Z[ recovery-image] Mar 24 23:46:02.695 INFO O| Mar 24 23:46:02.695 INFO STEP 1134 (remove_files) COMPLETE
81722026-03-24T23:46:02.676Z[ recovery-image] Mar 24 23:46:02.695 INFO O| Mar 24 23:46:02.695 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-03-24T23:46:02.682Z[ recovery-image] Mar 24 23:46:02.702 INFO O| Mar 24 23:46:02.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81742026-03-24T23:46:02.686Z[ recovery-image] Mar 24 23:46:02.702 INFO O| Mar 24 23:46:02.702 INFO STEP 1135 (remove_files) COMPLETE
81752026-03-24T23:46:02.686Z[ recovery-image] Mar 24 23:46:02.702 INFO O| Mar 24 23:46:02.702 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-03-24T23:46:02.691Z[ recovery-image] Mar 24 23:46:02.710 INFO O| Mar 24 23:46:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81772026-03-24T23:46:02.691Z[ recovery-image] Mar 24 23:46:02.710 INFO O| Mar 24 23:46:02.710 INFO STEP 1136 (remove_files) COMPLETE
81782026-03-24T23:46:02.694Z[ recovery-image] Mar 24 23:46:02.710 INFO O| Mar 24 23:46:02.710 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-03-24T23:46:02.700Z[ recovery-image] Mar 24 23:46:02.717 INFO O| Mar 24 23:46:02.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81802026-03-24T23:46:02.700Z[ recovery-image] Mar 24 23:46:02.717 INFO O| Mar 24 23:46:02.717 INFO STEP 1137 (remove_files) COMPLETE
81812026-03-24T23:46:02.700Z[ recovery-image] Mar 24 23:46:02.717 INFO O| Mar 24 23:46:02.717 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-03-24T23:46:02.704Z[ recovery-image] Mar 24 23:46:02.723 INFO O| Mar 24 23:46:02.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81832026-03-24T23:46:02.707Z[ recovery-image] Mar 24 23:46:02.723 INFO O| Mar 24 23:46:02.723 INFO STEP 1138 (remove_files) COMPLETE
81842026-03-24T23:46:02.707Z[ recovery-image] Mar 24 23:46:02.724 INFO O| Mar 24 23:46:02.723 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-03-24T23:46:02.712Z[ recovery-image] Mar 24 23:46:02.732 INFO O| Mar 24 23:46:02.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81862026-03-24T23:46:02.715Z[ recovery-image] Mar 24 23:46:02.732 INFO O| Mar 24 23:46:02.732 INFO STEP 1139 (remove_files) COMPLETE
81872026-03-24T23:46:02.715Z[ recovery-image] Mar 24 23:46:02.732 INFO O| Mar 24 23:46:02.732 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-03-24T23:46:02.719Z[ recovery-image] Mar 24 23:46:02.738 INFO O| Mar 24 23:46:02.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81892026-03-24T23:46:02.722Z[ recovery-image] Mar 24 23:46:02.738 INFO O| Mar 24 23:46:02.738 INFO STEP 1140 (remove_files) COMPLETE
81902026-03-24T23:46:02.722Z[ recovery-image] Mar 24 23:46:02.738 INFO O| Mar 24 23:46:02.738 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-03-24T23:46:02.728Z[ recovery-image] Mar 24 23:46:02.745 INFO O| Mar 24 23:46:02.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81922026-03-24T23:46:02.732Z[ recovery-image] Mar 24 23:46:02.745 INFO O| Mar 24 23:46:02.745 INFO STEP 1141 (remove_files) COMPLETE
81932026-03-24T23:46:02.732Z[ recovery-image] Mar 24 23:46:02.745 INFO O| Mar 24 23:46:02.745 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-03-24T23:46:02.735Z[ recovery-image] Mar 24 23:46:02.752 INFO O| Mar 24 23:46:02.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81952026-03-24T23:46:02.735Z[ recovery-image] Mar 24 23:46:02.752 INFO O| Mar 24 23:46:02.752 INFO STEP 1142 (remove_files) COMPLETE
81962026-03-24T23:46:02.735Z[ recovery-image] Mar 24 23:46:02.752 INFO O| Mar 24 23:46:02.752 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-03-24T23:46:02.739Z[ recovery-image] Mar 24 23:46:02.759 INFO O| Mar 24 23:46:02.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81982026-03-24T23:46:02.742Z[ recovery-image] Mar 24 23:46:02.759 INFO O| Mar 24 23:46:02.759 INFO STEP 1143 (remove_files) COMPLETE
81992026-03-24T23:46:02.742Z[ recovery-image] Mar 24 23:46:02.759 INFO O| Mar 24 23:46:02.759 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-03-24T23:46:02.746Z[ recovery-image] Mar 24 23:46:02.765 INFO O| Mar 24 23:46:02.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82012026-03-24T23:46:02.749Z[ recovery-image] Mar 24 23:46:02.766 INFO O| Mar 24 23:46:02.766 INFO STEP 1144 (remove_files) COMPLETE
82022026-03-24T23:46:02.749Z[ recovery-image] Mar 24 23:46:02.766 INFO O| Mar 24 23:46:02.766 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-03-24T23:46:02.755Z[ recovery-image] Mar 24 23:46:02.773 INFO O| Mar 24 23:46:02.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82042026-03-24T23:46:02.758Z[ recovery-image] Mar 24 23:46:02.773 INFO O| Mar 24 23:46:02.773 INFO STEP 1145 (remove_files) COMPLETE
82052026-03-24T23:46:02.758Z[ recovery-image] Mar 24 23:46:02.773 INFO O| Mar 24 23:46:02.773 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-03-24T23:46:02.761Z[ recovery-image] Mar 24 23:46:02.779 INFO O| Mar 24 23:46:02.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82072026-03-24T23:46:02.761Z[ recovery-image] Mar 24 23:46:02.779 INFO O| Mar 24 23:46:02.779 INFO STEP 1146 (remove_files) COMPLETE
82082026-03-24T23:46:02.761Z[ recovery-image] Mar 24 23:46:02.779 INFO O| Mar 24 23:46:02.779 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-03-24T23:46:02.768Z[ recovery-image] Mar 24 23:46:02.786 INFO O| Mar 24 23:46:02.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82102026-03-24T23:46:02.771Z[ recovery-image] Mar 24 23:46:02.786 INFO O| Mar 24 23:46:02.786 INFO STEP 1147 (remove_files) COMPLETE
82112026-03-24T23:46:02.771Z[ recovery-image] Mar 24 23:46:02.786 INFO O| Mar 24 23:46:02.786 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-03-24T23:46:02.774Z[ recovery-image] Mar 24 23:46:02.793 INFO O| Mar 24 23:46:02.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82132026-03-24T23:46:02.774Z[ recovery-image] Mar 24 23:46:02.793 INFO O| Mar 24 23:46:02.793 INFO STEP 1148 (remove_files) COMPLETE
82142026-03-24T23:46:02.774Z[ recovery-image] Mar 24 23:46:02.793 INFO O| Mar 24 23:46:02.793 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-03-24T23:46:02.781Z[ recovery-image] Mar 24 23:46:02.799 INFO O| Mar 24 23:46:02.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82162026-03-24T23:46:02.785Z[ recovery-image] Mar 24 23:46:02.800 INFO O| Mar 24 23:46:02.800 INFO STEP 1149 (remove_files) COMPLETE
82172026-03-24T23:46:02.785Z[ recovery-image] Mar 24 23:46:02.800 INFO O| Mar 24 23:46:02.800 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-03-24T23:46:02.789Z[ recovery-image] Mar 24 23:46:02.809 INFO O| Mar 24 23:46:02.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82192026-03-24T23:46:02.789Z[ recovery-image] Mar 24 23:46:02.809 INFO O| Mar 24 23:46:02.809 INFO STEP 1150 (remove_files) COMPLETE
82202026-03-24T23:46:02.792Z[ recovery-image] Mar 24 23:46:02.809 INFO O| Mar 24 23:46:02.809 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-03-24T23:46:02.797Z[ recovery-image] Mar 24 23:46:02.816 INFO O| Mar 24 23:46:02.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82222026-03-24T23:46:02.797Z[ recovery-image] Mar 24 23:46:02.816 INFO O| Mar 24 23:46:02.816 INFO STEP 1151 (remove_files) COMPLETE
82232026-03-24T23:46:02.800Z[ recovery-image] Mar 24 23:46:02.816 INFO O| Mar 24 23:46:02.816 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-03-24T23:46:02.804Z[ recovery-image] Mar 24 23:46:02.823 INFO O| Mar 24 23:46:02.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82252026-03-24T23:46:02.808Z[ recovery-image] Mar 24 23:46:02.823 INFO O| Mar 24 23:46:02.823 INFO STEP 1152 (remove_files) COMPLETE
82262026-03-24T23:46:02.808Z[ recovery-image] Mar 24 23:46:02.823 INFO O| Mar 24 23:46:02.823 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-03-24T23:46:02.812Z[ recovery-image] Mar 24 23:46:02.832 INFO O| Mar 24 23:46:02.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82282026-03-24T23:46:02.812Z[ recovery-image] Mar 24 23:46:02.832 INFO O| Mar 24 23:46:02.832 INFO STEP 1153 (remove_files) COMPLETE
82292026-03-24T23:46:02.815Z[ recovery-image] Mar 24 23:46:02.832 INFO O| Mar 24 23:46:02.832 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-03-24T23:46:02.819Z[ recovery-image] Mar 24 23:46:02.839 INFO O| Mar 24 23:46:02.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82312026-03-24T23:46:02.821Z[ recovery-image] Mar 24 23:46:02.839 INFO O| Mar 24 23:46:02.839 INFO STEP 1154 (remove_files) COMPLETE
82322026-03-24T23:46:02.822Z[ recovery-image] Mar 24 23:46:02.839 INFO O| Mar 24 23:46:02.839 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-03-24T23:46:02.825Z[ recovery-image] Mar 24 23:46:02.845 INFO O| Mar 24 23:46:02.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82342026-03-24T23:46:02.828Z[ recovery-image] Mar 24 23:46:02.845 INFO O| Mar 24 23:46:02.845 INFO STEP 1155 (remove_files) COMPLETE
82352026-03-24T23:46:02.828Z[ recovery-image] Mar 24 23:46:02.845 INFO O| Mar 24 23:46:02.845 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-03-24T23:46:02.836Z[ recovery-image] Mar 24 23:46:02.856 INFO O| Mar 24 23:46:02.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82372026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.856 INFO O| Mar 24 23:46:02.856 INFO STEP 1156 (remove_files) COMPLETE
82382026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.856 INFO O| Mar 24 23:46:02.856 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.863 INFO O| Mar 24 23:46:02.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82402026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.863 INFO O| Mar 24 23:46:02.863 INFO STEP 1157 (remove_files) COMPLETE
82412026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.863 INFO O| Mar 24 23:46:02.863 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.870 INFO O| Mar 24 23:46:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82432026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.870 INFO O| Mar 24 23:46:02.870 INFO STEP 1158 (remove_files) COMPLETE
82442026-03-24T23:46:02.851Z[ recovery-image] Mar 24 23:46:02.870 INFO O| Mar 24 23:46:02.870 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-03-24T23:46:02.857Z[ recovery-image] Mar 24 23:46:02.877 INFO O| Mar 24 23:46:02.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82462026-03-24T23:46:02.860Z[ recovery-image] Mar 24 23:46:02.877 INFO O| Mar 24 23:46:02.877 INFO STEP 1159 (remove_files) COMPLETE
82472026-03-24T23:46:02.860Z[ recovery-image] Mar 24 23:46:02.877 INFO O| Mar 24 23:46:02.877 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-03-24T23:46:02.863Z[ recovery-image] Mar 24 23:46:02.883 INFO O| Mar 24 23:46:02.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82492026-03-24T23:46:02.866Z[ recovery-image] Mar 24 23:46:02.883 INFO O| Mar 24 23:46:02.883 INFO STEP 1160 (remove_files) COMPLETE
82502026-03-24T23:46:02.866Z[ recovery-image] Mar 24 23:46:02.883 INFO O| Mar 24 23:46:02.883 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-03-24T23:46:02.872Z[ recovery-image] Mar 24 23:46:02.892 INFO O| Mar 24 23:46:02.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82522026-03-24T23:46:02.872Z[ recovery-image] Mar 24 23:46:02.892 INFO O| Mar 24 23:46:02.892 INFO STEP 1161 (remove_files) COMPLETE
82532026-03-24T23:46:02.875Z[ recovery-image] Mar 24 23:46:02.892 INFO O| Mar 24 23:46:02.892 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-03-24T23:46:02.880Z[ recovery-image] Mar 24 23:46:02.900 INFO O| Mar 24 23:46:02.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82552026-03-24T23:46:02.880Z[ recovery-image] Mar 24 23:46:02.900 INFO O| Mar 24 23:46:02.900 INFO STEP 1162 (remove_files) COMPLETE
82562026-03-24T23:46:02.883Z[ recovery-image] Mar 24 23:46:02.900 INFO O| Mar 24 23:46:02.900 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-03-24T23:46:02.888Z[ recovery-image] Mar 24 23:46:02.908 INFO O| Mar 24 23:46:02.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82582026-03-24T23:46:02.891Z[ recovery-image] Mar 24 23:46:02.908 INFO O| Mar 24 23:46:02.908 INFO STEP 1163 (remove_files) COMPLETE
82592026-03-24T23:46:02.891Z[ recovery-image] Mar 24 23:46:02.908 INFO O| Mar 24 23:46:02.908 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-03-24T23:46:02.896Z[ recovery-image] Mar 24 23:46:02.916 INFO O| Mar 24 23:46:02.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82612026-03-24T23:46:02.899Z[ recovery-image] Mar 24 23:46:02.916 INFO O| Mar 24 23:46:02.916 INFO STEP 1164 (remove_files) COMPLETE
82622026-03-24T23:46:02.899Z[ recovery-image] Mar 24 23:46:02.916 INFO O| Mar 24 23:46:02.916 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-03-24T23:46:02.904Z[ recovery-image] Mar 24 23:46:02.924 INFO O| Mar 24 23:46:02.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82642026-03-24T23:46:02.907Z[ recovery-image] Mar 24 23:46:02.924 INFO O| Mar 24 23:46:02.924 INFO STEP 1165 (remove_files) COMPLETE
82652026-03-24T23:46:02.907Z[ recovery-image] Mar 24 23:46:02.924 INFO O| Mar 24 23:46:02.924 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82662026-03-24T23:46:02.914Z[ recovery-image] Mar 24 23:46:02.934 INFO O| Mar 24 23:46:02.934 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82672026-03-24T23:46:02.914Z[ recovery-image] Mar 24 23:46:02.934 INFO O| Mar 24 23:46:02.934 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82682026-03-24T23:46:03.553Z[ recovery-image] Mar 24 23:46:03.573 INFO O| Mar 24 23:46:03.572 INFO STEP 1166 (pack_tar) COMPLETE
82692026-03-24T23:46:03.553Z[ recovery-image] Mar 24 23:46:03.573 INFO O| Mar 24 23:46:03.572 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82702026-03-24T23:46:03.558Z[ recovery-image] Mar 24 23:46:03.573 INFO O| Mar 24 23:46:03.572 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82712026-03-24T23:46:03.835Z[ recovery-image] Mar 24 23:46:03.855 INFO O| Mar 24 23:46:03.855 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82722026-03-24T23:46:03.924Z[ recovery-image] Mar 24 23:46:03.944 INFO O| Mar 24 23:46:03.944 INFO completed processing sled/ramdisk-03-recovery-trim
82732026-03-24T23:46:03.928Z[ recovery-image] Mar 24 23:46:03.948 INFO image builder template: zfs-recovery...
82742026-03-24T23:46:03.931Z[ recovery-image] Mar 24 23:46:03.948 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/.tmpOfiUse/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
82752026-03-24T23:46:03.956Z[ recovery-image] Mar 24 23:46:03.976 INFO O| Mar 24 23:46:03.976 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82762026-03-24T23:46:03.959Z[ recovery-image] Mar 24 23:46:03.980 INFO O| Mar 24 23:46:03.980 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82772026-03-24T23:46:04.013Z[ recovery-image] Mar 24 23:46:04.034 INFO O| Mar 24 23:46:04.034 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82782026-03-24T23:46:04.059Z[ recovery-image] Mar 24 23:46:04.079 INFO O| Mar 24 23:46:04.079 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82792026-03-24T23:46:04.059Z[ recovery-image] Mar 24 23:46:04.079 INFO O| Mar 24 23:46:04.079 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82802026-03-24T23:46:04.064Z[ recovery-image] Mar 24 23:46:04.082 INFO O| Mar 24 23:46:04.082 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82812026-03-24T23:46:04.114Z[ recovery-image] Mar 24 23:46:04.134 INFO O| Mar 24 23:46:04.134 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82822026-03-24T23:46:04.156Z[ recovery-image] Mar 24 23:46:04.176 INFO O| Mar 24 23:46:04.176 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82832026-03-24T23:46:04.164Z[ recovery-image] Mar 24 23:46:04.185 INFO O| Mar 24 23:46:04.184 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82842026-03-24T23:46:04.167Z[ recovery-image] Mar 24 23:46:04.188 INFO O| Mar 24 23:46:04.188 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82852026-03-24T23:46:04.170Z[ recovery-image] Mar 24 23:46:04.189 INFO O| Mar 24 23:46:04.189 INFO no lofi found
82862026-03-24T23:46:04.170Z[ recovery-image] Mar 24 23:46:04.189 INFO O| Mar 24 23:46:04.189 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82872026-03-24T23:46:04.170Z[ recovery-image] Mar 24 23:46:04.189 INFO O| Mar 24 23:46:04.189 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82882026-03-24T23:46:05.982Z[ recovery-image] Mar 24 23:46:06.002 INFO O| Mar 24 23:46:06.002 INFO lofi device = /dev/dsk/c2t1d0p0
82892026-03-24T23:46:05.982Z[ recovery-image] Mar 24 23:46:06.003 INFO O| Mar 24 23:46:06.002 INFO pool device = /dev/dsk/c2t1d0p0
82902026-03-24T23:46:05.985Z[ recovery-image] Mar 24 23:46:06.003 INFO O| Mar 24 23:46:06.003 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"]
82912026-03-24T23:46:06.076Z[ recovery-image] Mar 24 23:46:06.097 INFO O| Mar 24 23:46:06.097 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82922026-03-24T23:46:06.076Z[ recovery-image] Mar 24 23:46:06.097 INFO O| Mar 24 23:46:06.097 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82932026-03-24T23:46:06.093Z[ recovery-image] Mar 24 23:46:06.114 INFO O| Mar 24 23:46:06.114 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82942026-03-24T23:46:06.138Z[ recovery-image] Mar 24 23:46:06.159 INFO O| Mar 24 23:46:06.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82952026-03-24T23:46:06.168Z[ recovery-image] Mar 24 23:46:06.189 INFO O| Mar 24 23:46:06.189 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82962026-03-24T23:46:06.180Z[ recovery-image] Mar 24 23:46:06.201 INFO O| Mar 24 23:46:06.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82972026-03-24T23:46:06.188Z[ recovery-image] Mar 24 23:46:06.209 INFO O| Mar 24 23:46:06.209 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82982026-03-24T23:46:06.224Z[ recovery-image] Mar 24 23:46:06.245 INFO O| Mar 24 23:46:06.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82992026-03-24T23:46:06.227Z[ recovery-image] Mar 24 23:46:06.245 INFO O| Mar 24 23:46:06.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83002026-03-24T23:46:06.227Z[ recovery-image] Mar 24 23:46:06.245 INFO O| Mar 24 23:46:06.245 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83012026-03-24T23:46:06.234Z[ recovery-image] Mar 24 23:46:06.256 INFO O| Mar 24 23:46:06.256 INFO boot environment UUID: d24dc1ab-7f7b-415a-9f1f-0b9e4ec316d6
83022026-03-24T23:46:06.234Z[ recovery-image] Mar 24 23:46:06.256 INFO O| Mar 24 23:46:06.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d24dc1ab-7f7b-415a-9f1f-0b9e4ec316d6
83032026-03-24T23:46:06.243Z[ recovery-image] Mar 24 23:46:06.265 INFO O| Mar 24 23:46:06.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83042026-03-24T23:46:06.252Z[ recovery-image] Mar 24 23:46:06.273 INFO O| Mar 24 23:46:06.273 INFO STEP 0 (create_be) COMPLETE
83052026-03-24T23:46:06.252Z[ recovery-image] Mar 24 23:46:06.273 INFO O| Mar 24 23:46:06.273 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83062026-03-24T23:46:06.263Z[ recovery-image] Mar 24 23:46:06.284 INFO O| Mar 24 23:46:06.284 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"]
83072026-03-24T23:46:08.097Z[ recovery-image] Mar 24 23:46:08.119 INFO O| Mar 24 23:46:08.119 INFO STEP 1 (unpack_tar) COMPLETE
83082026-03-24T23:46:08.097Z[ recovery-image] Mar 24 23:46:08.119 INFO O| Mar 24 23:46:08.119 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83092026-03-24T23:46:08.106Z[ recovery-image] Mar 24 23:46:08.129 INFO O| Mar 24 23:46:08.129 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83102026-03-24T23:46:08.514Z[ recovery-image] Mar 24 23:46:08.536 INFO O| Mar 24 23:46:08.536 INFO STEP 2 (devfsadm) COMPLETE
83112026-03-24T23:46:08.514Z[ recovery-image] Mar 24 23:46:08.536 INFO O| Mar 24 23:46:08.536 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83122026-03-24T23:46:08.522Z[ recovery-image] Mar 24 23:46:08.544 INFO O| Mar 24 23:46:08.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83132026-03-24T23:46:08.522Z[ recovery-image] Mar 24 23:46:08.544 INFO O| Mar 24 23:46:08.544 INFO STEP 3 (ensure_dir) COMPLETE
83142026-03-24T23:46:08.525Z[ recovery-image] Mar 24 23:46:08.544 INFO O| Mar 24 23:46:08.544 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83152026-03-24T23:46:08.529Z[ recovery-image] Mar 24 23:46:08.552 INFO O| Mar 24 23:46:08.552 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83162026-03-24T23:46:08.529Z[ recovery-image] Mar 24 23:46:08.552 INFO O| Mar 24 23:46:08.552 INFO STEP 4 (ensure_dir) COMPLETE
83172026-03-24T23:46:08.532Z[ recovery-image] Mar 24 23:46:08.552 INFO O| Mar 24 23:46:08.552 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83182026-03-24T23:46:08.538Z[ recovery-image] Mar 24 23:46:08.561 INFO O| Mar 24 23:46:08.561 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83192026-03-24T23:46:08.538Z[ recovery-image] Mar 24 23:46:08.561 INFO O| Mar 24 23:46:08.561 INFO STEP 5 (ensure_dir) COMPLETE
83202026-03-24T23:46:08.541Z[ recovery-image] Mar 24 23:46:08.561 INFO O| Mar 24 23:46:08.561 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83212026-03-24T23:46:08.547Z[ recovery-image] Mar 24 23:46:08.569 INFO O| Mar 24 23:46:08.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83222026-03-24T23:46:08.547Z[ recovery-image] Mar 24 23:46:08.569 INFO O| Mar 24 23:46:08.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83232026-03-24T23:46:08.547Z[ recovery-image] Mar 24 23:46:08.569 INFO O| Mar 24 23:46:08.569 INFO STEP 6 (ensure_dir) COMPLETE
83242026-03-24T23:46:08.547Z[ recovery-image] Mar 24 23:46:08.569 INFO O| Mar 24 23:46:08.569 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-03-24T23:46:08.554Z[ recovery-image] Mar 24 23:46:08.577 INFO O| Mar 24 23:46:08.577 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83262026-03-24T23:46:08.557Z[ recovery-image] Mar 24 23:46:08.577 INFO O| Mar 24 23:46:08.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83272026-03-24T23:46:08.557Z[ recovery-image] Mar 24 23:46:08.577 INFO O| Mar 24 23:46:08.577 INFO STEP 7 (ensure_dir) COMPLETE
83282026-03-24T23:46:08.557Z[ recovery-image] Mar 24 23:46:08.577 INFO O| Mar 24 23:46:08.577 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83292026-03-24T23:46:08.561Z[ recovery-image] Mar 24 23:46:08.584 INFO O| Mar 24 23:46:08.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83302026-03-24T23:46:08.564Z[ recovery-image] Mar 24 23:46:08.585 INFO O| Mar 24 23:46:08.585 INFO STEP 8 (remove_files) COMPLETE
83312026-03-24T23:46:08.564Z[ recovery-image] Mar 24 23:46:08.585 INFO O| Mar 24 23:46:08.585 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83322026-03-24T23:46:08.569Z[ recovery-image] Mar 24 23:46:08.591 INFO O| Mar 24 23:46:08.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83332026-03-24T23:46:08.572Z[ recovery-image] Mar 24 23:46:08.592 INFO O| Mar 24 23:46:08.592 INFO STEP 9 (remove_files) COMPLETE
83342026-03-24T23:46:08.572Z[ recovery-image] Mar 24 23:46:08.592 INFO O| Mar 24 23:46:08.592 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83352026-03-24T23:46:08.578Z[ recovery-image] Mar 24 23:46:08.601 INFO O| Mar 24 23:46:08.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83362026-03-24T23:46:08.581Z[ recovery-image] Mar 24 23:46:08.601 INFO O| Mar 24 23:46:08.601 INFO STEP 10 (remove_files) COMPLETE
83372026-03-24T23:46:08.581Z[ recovery-image] Mar 24 23:46:08.601 INFO O| Mar 24 23:46:08.601 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83382026-03-24T23:46:08.587Z[ recovery-image] Mar 24 23:46:08.609 INFO O| Mar 24 23:46:08.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83392026-03-24T23:46:08.590Z[ recovery-image] Mar 24 23:46:08.609 INFO O| Mar 24 23:46:08.609 INFO STEP 11 (remove_files) COMPLETE
83402026-03-24T23:46:08.590Z[ recovery-image] Mar 24 23:46:08.609 INFO O| Mar 24 23:46:08.609 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83412026-03-24T23:46:08.594Z[ recovery-image] Mar 24 23:46:08.617 INFO O| Mar 24 23:46:08.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83422026-03-24T23:46:08.598Z[ recovery-image] Mar 24 23:46:08.617 INFO O| Mar 24 23:46:08.617 INFO STEP 12 (remove_files) COMPLETE
83432026-03-24T23:46:08.598Z[ recovery-image] Mar 24 23:46:08.617 INFO O| Mar 24 23:46:08.617 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83442026-03-24T23:46:08.602Z[ recovery-image] Mar 24 23:46:08.625 INFO O| Mar 24 23:46:08.625 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83452026-03-24T23:46:08.605Z[ recovery-image] Mar 24 23:46:08.625 INFO O| Mar 24 23:46:08.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83462026-03-24T23:46:08.605Z[ recovery-image] Mar 24 23:46:08.625 INFO O| Mar 24 23:46:08.625 INFO STEP 13 (ensure_dir) COMPLETE
83472026-03-24T23:46:08.605Z[ recovery-image] Mar 24 23:46:08.625 INFO O| Mar 24 23:46:08.625 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-03-24T23:46:08.609Z[ recovery-image] Mar 24 23:46:08.632 INFO O| Mar 24 23:46:08.632 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83492026-03-24T23:46:08.612Z[ recovery-image] Mar 24 23:46:08.632 INFO O| Mar 24 23:46:08.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83502026-03-24T23:46:08.612Z[ recovery-image] Mar 24 23:46:08.632 INFO O| Mar 24 23:46:08.632 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83512026-03-24T23:46:08.612Z[ recovery-image] Mar 24 23:46:08.632 INFO O| Mar 24 23:46:08.632 INFO STEP 14 (ensure_dir) COMPLETE
83522026-03-24T23:46:08.612Z[ recovery-image] Mar 24 23:46:08.632 INFO O| Mar 24 23:46:08.632 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83532026-03-24T23:46:08.617Z[ recovery-image] Mar 24 23:46:08.639 INFO O| Mar 24 23:46:08.639 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83542026-03-24T23:46:08.620Z[ recovery-image] Mar 24 23:46:08.639 INFO O| Mar 24 23:46:08.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83552026-03-24T23:46:08.620Z[ recovery-image] Mar 24 23:46:08.639 INFO O| Mar 24 23:46:08.639 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83562026-03-24T23:46:08.620Z[ recovery-image] Mar 24 23:46:08.639 INFO O| Mar 24 23:46:08.639 INFO STEP 15 (ensure_dir) COMPLETE
83572026-03-24T23:46:08.620Z[ recovery-image] Mar 24 23:46:08.639 INFO O| Mar 24 23:46:08.639 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582026-03-24T23:46:08.623Z[ recovery-image] Mar 24 23:46:08.646 INFO O| Mar 24 23:46:08.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83592026-03-24T23:46:08.623Z[ recovery-image] Mar 24 23:46:08.646 INFO O| Mar 24 23:46:08.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83602026-03-24T23:46:08.627Z[ recovery-image] Mar 24 23:46:08.646 INFO O| Mar 24 23:46:08.646 INFO STEP 16 (ensure_dir) COMPLETE
83612026-03-24T23:46:08.627Z[ recovery-image] Mar 24 23:46:08.646 INFO O| Mar 24 23:46:08.646 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83622026-03-24T23:46:08.630Z[ recovery-image] Mar 24 23:46:08.653 INFO O| Mar 24 23:46:08.653 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83632026-03-24T23:46:08.633Z[ recovery-image] Mar 24 23:46:08.653 INFO O| Mar 24 23:46:08.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83642026-03-24T23:46:08.633Z[ recovery-image] Mar 24 23:46:08.653 INFO O| Mar 24 23:46:08.653 INFO STEP 17 (ensure_dir) COMPLETE
83652026-03-24T23:46:08.633Z[ recovery-image] Mar 24 23:46:08.653 INFO O| Mar 24 23:46:08.653 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662026-03-24T23:46:08.637Z[ recovery-image] Mar 24 23:46:08.660 INFO O| Mar 24 23:46:08.660 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83672026-03-24T23:46:08.638Z[ recovery-image] Mar 24 23:46:08.660 INFO O| Mar 24 23:46:08.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83682026-03-24T23:46:08.640Z[ recovery-image] Mar 24 23:46:08.660 INFO O| Mar 24 23:46:08.660 INFO ok!
83692026-03-24T23:46:08.640Z[ recovery-image] Mar 24 23:46:08.660 INFO O| Mar 24 23:46:08.660 INFO STEP 18 (ensure_symlink) COMPLETE
83702026-03-24T23:46:08.640Z[ recovery-image] Mar 24 23:46:08.660 INFO O| Mar 24 23:46:08.660 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712026-03-24T23:46:08.645Z[ recovery-image] Mar 24 23:46:08.667 INFO O| Mar 24 23:46:08.667 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83722026-03-24T23:46:08.645Z[ recovery-image] Mar 24 23:46:08.667 INFO O| Mar 24 23:46:08.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83732026-03-24T23:46:08.648Z[ recovery-image] Mar 24 23:46:08.667 INFO O| Mar 24 23:46:08.667 INFO ok!
83742026-03-24T23:46:08.648Z[ recovery-image] Mar 24 23:46:08.667 INFO O| Mar 24 23:46:08.667 INFO STEP 19 (ensure_file) COMPLETE
83752026-03-24T23:46:08.648Z[ recovery-image] Mar 24 23:46:08.667 INFO O| Mar 24 23:46:08.667 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83762026-03-24T23:46:08.652Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83772026-03-24T23:46:08.652Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83782026-03-24T23:46:08.655Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83792026-03-24T23:46:08.655Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO ok!
83802026-03-24T23:46:08.655Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO STEP 20 (ensure_symlink) COMPLETE
83812026-03-24T23:46:08.655Z[ recovery-image] Mar 24 23:46:08.675 INFO O| Mar 24 23:46:08.675 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83822026-03-24T23:46:08.659Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83832026-03-24T23:46:08.659Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83842026-03-24T23:46:08.662Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83852026-03-24T23:46:08.662Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO ok!
83862026-03-24T23:46:08.662Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO STEP 21 (ensure_symlink) COMPLETE
83872026-03-24T23:46:08.663Z[ recovery-image] Mar 24 23:46:08.682 INFO O| Mar 24 23:46:08.682 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83882026-03-24T23:46:08.667Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83892026-03-24T23:46:08.667Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83902026-03-24T23:46:08.670Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83912026-03-24T23:46:08.670Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO ok!
83922026-03-24T23:46:08.670Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO STEP 22 (ensure_symlink) COMPLETE
83932026-03-24T23:46:08.670Z[ recovery-image] Mar 24 23:46:08.689 INFO O| Mar 24 23:46:08.689 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83942026-03-24T23:46:08.673Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83952026-03-24T23:46:08.677Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83962026-03-24T23:46:08.677Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83972026-03-24T23:46:08.677Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO ok!
83982026-03-24T23:46:08.677Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO STEP 23 (ensure_symlink) COMPLETE
83992026-03-24T23:46:08.677Z[ recovery-image] Mar 24 23:46:08.696 INFO O| Mar 24 23:46:08.696 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84002026-03-24T23:46:08.681Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84012026-03-24T23:46:08.684Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 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 ...
84022026-03-24T23:46:08.684Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84032026-03-24T23:46:08.684Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 INFO ok!
84042026-03-24T23:46:08.684Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 INFO STEP 24 (ensure_file) COMPLETE
84052026-03-24T23:46:08.684Z[ recovery-image] Mar 24 23:46:08.703 INFO O| Mar 24 23:46:08.703 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84062026-03-24T23:46:08.688Z[ recovery-image] Mar 24 23:46:08.710 INFO O| Mar 24 23:46:08.710 INFO updating shadow file
84072026-03-24T23:46:08.691Z[ recovery-image] Mar 24 23:46:08.711 INFO O| Mar 24 23:46:08.711 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84082026-03-24T23:46:08.691Z[ recovery-image] Mar 24 23:46:08.711 INFO O| Mar 24 23:46:08.711 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84092026-03-24T23:46:08.691Z[ recovery-image] Mar 24 23:46:08.711 INFO O| Mar 24 23:46:08.711 INFO STEP 25 (shadow) COMPLETE
84102026-03-24T23:46:08.691Z[ recovery-image] Mar 24 23:46:08.711 INFO O| Mar 24 23:46:08.711 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84112026-03-24T23:46:08.695Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84122026-03-24T23:46:08.695Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84132026-03-24T23:46:08.698Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84142026-03-24T23:46:08.698Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 INFO ok!
84152026-03-24T23:46:08.698Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 INFO STEP 26 (ensure_file) COMPLETE
84162026-03-24T23:46:08.698Z[ recovery-image] Mar 24 23:46:08.718 INFO O| Mar 24 23:46:08.718 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84172026-03-24T23:46:08.703Z[ recovery-image] Mar 24 23:46:08.725 INFO O| Mar 24 23:46:08.725 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84182026-03-24T23:46:08.706Z[ recovery-image] Mar 24 23:46:08.725 INFO O| Mar 24 23:46:08.725 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84192026-03-24T23:46:08.706Z[ recovery-image] Mar 24 23:46:08.726 INFO O| Mar 24 23:46:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84202026-03-24T23:46:08.706Z[ recovery-image] Mar 24 23:46:08.726 INFO O| Mar 24 23:46:08.726 INFO ok!
84212026-03-24T23:46:08.706Z[ recovery-image] Mar 24 23:46:08.726 INFO O| Mar 24 23:46:08.726 INFO STEP 27 (ensure_file) COMPLETE
84222026-03-24T23:46:08.706Z[ recovery-image] Mar 24 23:46:08.726 INFO O| Mar 24 23:46:08.726 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84232026-03-24T23:46:08.711Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84242026-03-24T23:46:08.712Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84252026-03-24T23:46:08.714Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84262026-03-24T23:46:08.714Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84272026-03-24T23:46:08.714Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO ok!
84282026-03-24T23:46:08.714Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO STEP 28 (ensure_file) COMPLETE
84292026-03-24T23:46:08.715Z[ recovery-image] Mar 24 23:46:08.733 INFO O| Mar 24 23:46:08.733 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84302026-03-24T23:46:08.718Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84312026-03-24T23:46:08.718Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84322026-03-24T23:46:08.721Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84332026-03-24T23:46:08.721Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO ok!
84342026-03-24T23:46:08.721Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO STEP 29 (ensure_file) COMPLETE
84352026-03-24T23:46:08.721Z[ recovery-image] Mar 24 23:46:08.740 INFO O| Mar 24 23:46:08.740 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84362026-03-24T23:46:08.728Z[ recovery-image] Mar 24 23:46:08.748 INFO O| Mar 24 23:46:08.748 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84372026-03-24T23:46:08.731Z[ recovery-image] Mar 24 23:46:08.748 INFO O| Mar 24 23:46:08.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84382026-03-24T23:46:08.731Z[ recovery-image] Mar 24 23:46:08.748 INFO O| Mar 24 23:46:08.748 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84392026-03-24T23:46:08.731Z[ recovery-image] Mar 24 23:46:08.748 INFO O| Mar 24 23:46:08.748 INFO STEP 30 (ensure_dir) COMPLETE
84402026-03-24T23:46:08.731Z[ recovery-image] Mar 24 23:46:08.748 INFO O| Mar 24 23:46:08.748 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84412026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84422026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 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 ...
84432026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 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
84442026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84452026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 INFO ok!
84462026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 INFO STEP 31 (ensure_file) COMPLETE
84472026-03-24T23:46:08.736Z[ recovery-image] Mar 24 23:46:08.756 INFO O| Mar 24 23:46:08.756 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84482026-03-24T23:46:08.740Z[ recovery-image] Mar 24 23:46:08.763 INFO O| Mar 24 23:46:08.763 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84492026-03-24T23:46:08.743Z[ recovery-image] Mar 24 23:46:08.763 INFO O| Mar 24 23:46:08.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84502026-03-24T23:46:08.743Z[ recovery-image] Mar 24 23:46:08.763 INFO O| Mar 24 23:46:08.763 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84512026-03-24T23:46:08.743Z[ recovery-image] Mar 24 23:46:08.763 INFO O| Mar 24 23:46:08.763 INFO STEP 32 (ensure_dir) COMPLETE
84522026-03-24T23:46:08.743Z[ recovery-image] Mar 24 23:46:08.763 INFO O| Mar 24 23:46:08.763 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84532026-03-24T23:46:08.748Z[ recovery-image] Mar 24 23:46:08.770 INFO O| Mar 24 23:46:08.770 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84542026-03-24T23:46:08.748Z[ recovery-image] Mar 24 23:46:08.770 INFO O| Mar 24 23:46:08.770 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 ...
84552026-03-24T23:46:08.750Z[ recovery-image] Mar 24 23:46:08.770 INFO O| Mar 24 23:46:08.770 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
84562026-03-24T23:46:08.750Z[ recovery-image] Mar 24 23:46:08.770 INFO O| Mar 24 23:46:08.770 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84572026-03-24T23:46:08.750Z[ recovery-image] Mar 24 23:46:08.771 INFO O| Mar 24 23:46:08.771 INFO ok!
84582026-03-24T23:46:08.751Z[ recovery-image] Mar 24 23:46:08.771 INFO O| Mar 24 23:46:08.771 INFO STEP 33 (ensure_file) COMPLETE
84592026-03-24T23:46:08.751Z[ recovery-image] Mar 24 23:46:08.771 INFO O| Mar 24 23:46:08.771 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84602026-03-24T23:46:08.755Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84612026-03-24T23:46:08.755Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84622026-03-24T23:46:08.758Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84632026-03-24T23:46:08.758Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO ok!
84642026-03-24T23:46:08.758Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO STEP 34 (ensure_file) COMPLETE
84652026-03-24T23:46:08.758Z[ recovery-image] Mar 24 23:46:08.778 INFO O| Mar 24 23:46:08.778 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84662026-03-24T23:46:08.762Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84672026-03-24T23:46:08.763Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84682026-03-24T23:46:08.765Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84692026-03-24T23:46:08.765Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84702026-03-24T23:46:08.765Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO ok!
84712026-03-24T23:46:08.765Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO STEP 35 (ensure_file) COMPLETE
84722026-03-24T23:46:08.766Z[ recovery-image] Mar 24 23:46:08.785 INFO O| Mar 24 23:46:08.785 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84732026-03-24T23:46:08.821Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84742026-03-24T23:46:08.822Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84752026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84762026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 INFO ok!
84772026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 INFO STEP 36 (ensure_file) COMPLETE
84782026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.793 INFO O| Mar 24 23:46:08.793 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84792026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.801 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84802026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.802 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84812026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84822026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.802 INFO ok!
84832026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.802 INFO STEP 37 (ensure_file) COMPLETE
84842026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.802 INFO O| Mar 24 23:46:08.802 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84852026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.808 INFO O| Mar 24 23:46:08.808 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84862026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.808 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84872026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84882026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84892026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84902026-03-24T23:46:08.826Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84912026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO ok!
84922026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO STEP 38 (ensure_file) COMPLETE
84932026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.809 INFO O| Mar 24 23:46:08.809 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84942026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.816 INFO O| Mar 24 23:46:08.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84952026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.816 INFO O| Mar 24 23:46:08.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84962026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.816 INFO O| Mar 24 23:46:08.816 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84972026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.816 INFO O| Mar 24 23:46:08.816 INFO STEP 39 (ensure_dir) COMPLETE
84982026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.816 INFO O| Mar 24 23:46:08.816 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84992026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.823 INFO O| Mar 24 23:46:08.823 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
85002026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.823 INFO O| Mar 24 23:46:08.823 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 ...
85012026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.823 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
85022026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 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
85032026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 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
85042026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 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
85052026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 INFO ok!
85062026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 INFO STEP 40 (ensure_file) COMPLETE
85072026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.824 INFO O| Mar 24 23:46:08.824 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85082026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85092026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 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 ...
85102026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85112026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 INFO ok!
85122026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 INFO STEP 41 (ensure_symlink) COMPLETE
85132026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.831 INFO O| Mar 24 23:46:08.831 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85142026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85152026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85162026-03-24T23:46:08.827Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85172026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO ok!
85182026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO STEP 42 (ensure_symlink) COMPLETE
85192026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.838 INFO O| Mar 24 23:46:08.838 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85202026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85212026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85222026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85232026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85242026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85252026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85262026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO ok!
85272026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO STEP 43 (ensure_file) COMPLETE
85282026-03-24T23:46:08.828Z[ recovery-image] Mar 24 23:46:08.847 INFO O| Mar 24 23:46:08.847 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85292026-03-24T23:46:08.832Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85302026-03-24T23:46:08.832Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 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 ...
85312026-03-24T23:46:08.837Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 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
85322026-03-24T23:46:08.838Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85332026-03-24T23:46:08.838Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 INFO ok!
85342026-03-24T23:46:08.838Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 INFO STEP 44 (ensure_file) COMPLETE
85352026-03-24T23:46:08.838Z[ recovery-image] Mar 24 23:46:08.855 INFO O| Mar 24 23:46:08.855 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85362026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85372026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85382026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85392026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO ok!
85402026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO STEP 45 (ensure_file) COMPLETE
85412026-03-24T23:46:08.841Z[ recovery-image] Mar 24 23:46:08.863 INFO O| Mar 24 23:46:08.863 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85422026-03-24T23:46:08.848Z[ recovery-image] Mar 24 23:46:08.871 INFO O| Mar 24 23:46:08.871 INFO updating shadow file
85432026-03-24T23:46:08.851Z[ recovery-image] Mar 24 23:46:08.871 INFO O| Mar 24 23:46:08.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85442026-03-24T23:46:08.851Z[ recovery-image] Mar 24 23:46:08.871 INFO O| Mar 24 23:46:08.871 INFO STEP 46 (shadow) COMPLETE
85452026-03-24T23:46:08.851Z[ recovery-image] Mar 24 23:46:08.871 INFO O| Mar 24 23:46:08.871 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85462026-03-24T23:46:08.856Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85472026-03-24T23:46:08.856Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85482026-03-24T23:46:08.859Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85492026-03-24T23:46:08.859Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85502026-03-24T23:46:08.859Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO ok!
85512026-03-24T23:46:08.859Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO STEP 47 (ensure_file) COMPLETE
85522026-03-24T23:46:08.859Z[ recovery-image] Mar 24 23:46:08.879 INFO O| Mar 24 23:46:08.879 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85532026-03-24T23:46:08.864Z[ recovery-image] Mar 24 23:46:08.886 INFO O| Mar 24 23:46:08.886 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85542026-03-24T23:46:08.864Z[ recovery-image] Mar 24 23:46:08.886 INFO O| Mar 24 23:46:08.886 INFO STEP 48 (ensure_dir) COMPLETE
85552026-03-24T23:46:08.867Z[ recovery-image] Mar 24 23:46:08.886 INFO O| Mar 24 23:46:08.886 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85562026-03-24T23:46:08.871Z[ recovery-image] Mar 24 23:46:08.894 INFO O| Mar 24 23:46:08.893 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85572026-03-24T23:46:08.871Z[ recovery-image] Mar 24 23:46:08.894 INFO O| Mar 24 23:46:08.894 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85582026-03-24T23:46:08.871Z[ recovery-image] Mar 24 23:46:08.894 INFO O| Mar 24 23:46:08.894 INFO STEP 49 (ensure_dir) COMPLETE
85592026-03-24T23:46:08.874Z[ recovery-image] Mar 24 23:46:08.894 INFO O| Mar 24 23:46:08.894 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-03-24T23:46:08.878Z[ recovery-image] Mar 24 23:46:08.901 INFO O| Mar 24 23:46:08.901 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85612026-03-24T23:46:08.881Z[ recovery-image] Mar 24 23:46:08.901 INFO O| Mar 24 23:46:08.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85622026-03-24T23:46:08.881Z[ recovery-image] Mar 24 23:46:08.901 INFO O| Mar 24 23:46:08.901 INFO STEP 50 (ensure_dir) COMPLETE
85632026-03-24T23:46:08.881Z[ recovery-image] Mar 24 23:46:08.901 INFO O| Mar 24 23:46:08.901 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-03-24T23:46:08.887Z[ recovery-image] Mar 24 23:46:08.909 INFO O| Mar 24 23:46:08.909 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85652026-03-24T23:46:08.890Z[ recovery-image] Mar 24 23:46:08.909 INFO O| Mar 24 23:46:08.909 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85662026-03-24T23:46:08.938Z[ recovery-image] Mar 24 23:46:08.961 INFO O| Mar 24 23:46:08.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85672026-03-24T23:46:08.938Z[ recovery-image] Mar 24 23:46:08.961 INFO O| Mar 24 23:46:08.961 INFO ok!
85682026-03-24T23:46:08.941Z[ recovery-image] Mar 24 23:46:08.961 INFO O| Mar 24 23:46:08.961 INFO STEP 51 (ensure_file) COMPLETE
85692026-03-24T23:46:08.941Z[ recovery-image] Mar 24 23:46:08.961 INFO O| Mar 24 23:46:08.961 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85702026-03-24T23:46:08.947Z[ recovery-image] Mar 24 23:46:08.970 INFO O| Mar 24 23:46:08.969 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85712026-03-24T23:46:08.950Z[ recovery-image] Mar 24 23:46:08.970 INFO O| Mar 24 23:46:08.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85722026-03-24T23:46:08.950Z[ recovery-image] Mar 24 23:46:08.970 INFO O| Mar 24 23:46:08.970 INFO STEP 52 (ensure_dir) COMPLETE
85732026-03-24T23:46:08.950Z[ recovery-image] Mar 24 23:46:08.970 INFO O| Mar 24 23:46:08.970 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85742026-03-24T23:46:08.955Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85752026-03-24T23:46:08.955Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85762026-03-24T23:46:08.958Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85772026-03-24T23:46:08.958Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO ok!
85782026-03-24T23:46:08.958Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO STEP 53 (ensure_file) COMPLETE
85792026-03-24T23:46:08.958Z[ recovery-image] Mar 24 23:46:08.977 INFO O| Mar 24 23:46:08.977 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85802026-03-24T23:46:08.968Z[ recovery-image] Mar 24 23:46:08.991 INFO O| Mar 24 23:46:08.991 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85812026-03-24T23:46:08.968Z[ recovery-image] Mar 24 23:46:08.991 INFO O| Mar 24 23:46:08.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85822026-03-24T23:46:08.972Z[ recovery-image] Mar 24 23:46:08.991 INFO O| Mar 24 23:46:08.991 INFO STEP 54 (ensure_dir) COMPLETE
85832026-03-24T23:46:08.972Z[ recovery-image] Mar 24 23:46:08.991 INFO O| Mar 24 23:46:08.991 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842026-03-24T23:46:08.983Z[ recovery-image] Mar 24 23:46:09.005 INFO O| Mar 24 23:46:09.005 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85852026-03-24T23:46:08.986Z[ recovery-image] Mar 24 23:46:09.005 INFO O| Mar 24 23:46:09.005 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85862026-03-24T23:46:09.385Z[ host-image] Mar 24 23:46:09.407 INFO O| Mar 24 23:46:09.407 INFO O| Startup: Caching catalogs ... Done
85872026-03-24T23:46:09.462Z[ recovery-image] Mar 24 23:46:09.484 INFO O| Mar 24 23:46:09.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85882026-03-24T23:46:09.462Z[ recovery-image] Mar 24 23:46:09.485 INFO O| Mar 24 23:46:09.484 INFO ok!
85892026-03-24T23:46:09.465Z[ recovery-image] Mar 24 23:46:09.485 INFO O| Mar 24 23:46:09.484 INFO STEP 55 (ensure_file) COMPLETE
85902026-03-24T23:46:09.465Z[ recovery-image] Mar 24 23:46:09.485 INFO O| Mar 24 23:46:09.484 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912026-03-24T23:46:09.471Z[ recovery-image] Mar 24 23:46:09.494 INFO O| Mar 24 23:46:09.494 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85922026-03-24T23:46:09.471Z[ recovery-image] Mar 24 23:46:09.494 INFO O| Mar 24 23:46:09.494 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85932026-03-24T23:46:09.905Z[ recovery-image] Mar 24 23:46:09.928 INFO O| Mar 24 23:46:09.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85942026-03-24T23:46:09.905Z[ recovery-image] Mar 24 23:46:09.928 INFO O| Mar 24 23:46:09.928 INFO ok!
85952026-03-24T23:46:09.908Z[ recovery-image] Mar 24 23:46:09.928 INFO O| Mar 24 23:46:09.928 INFO STEP 56 (ensure_file) COMPLETE
85962026-03-24T23:46:09.908Z[ recovery-image] Mar 24 23:46:09.928 INFO O| Mar 24 23:46:09.928 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85972026-03-24T23:46:09.914Z[ recovery-image] Mar 24 23:46:09.937 INFO O| Mar 24 23:46:09.937 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85982026-03-24T23:46:09.914Z[ recovery-image] Mar 24 23:46:09.937 INFO O| Mar 24 23:46:09.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85992026-03-24T23:46:09.914Z[ recovery-image] Mar 24 23:46:09.937 INFO O| Mar 24 23:46:09.937 INFO STEP 57 (ensure_dir) COMPLETE
86002026-03-24T23:46:09.914Z[ recovery-image] Mar 24 23:46:09.937 INFO O| Mar 24 23:46:09.937 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86012026-03-24T23:46:09.923Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86022026-03-24T23:46:09.923Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 INFO copying /tmp/.tmpOfiUse/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 ...
86032026-03-24T23:46:09.926Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 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
86042026-03-24T23:46:09.926Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 INFO ok!
86052026-03-24T23:46:09.926Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 INFO STEP 58 (ensure_file) COMPLETE
86062026-03-24T23:46:09.926Z[ recovery-image] Mar 24 23:46:09.946 INFO O| Mar 24 23:46:09.946 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-03-24T23:46:09.931Z[ recovery-image] Mar 24 23:46:09.954 INFO O| Mar 24 23:46:09.954 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86082026-03-24T23:46:09.931Z[ recovery-image] Mar 24 23:46:09.954 INFO O| Mar 24 23:46:09.954 INFO copying /tmp/.tmpOfiUse/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 ...
86092026-03-24T23:46:09.934Z[ recovery-image] Mar 24 23:46:09.955 INFO O| Mar 24 23:46:09.954 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
86102026-03-24T23:46:09.934Z[ recovery-image] Mar 24 23:46:09.955 INFO O| Mar 24 23:46:09.954 INFO ok!
86112026-03-24T23:46:09.934Z[ recovery-image] Mar 24 23:46:09.955 INFO O| Mar 24 23:46:09.955 INFO STEP 59 (ensure_file) COMPLETE
86122026-03-24T23:46:09.934Z[ recovery-image] Mar 24 23:46:09.955 INFO O| Mar 24 23:46:09.955 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132026-03-24T23:46:09.938Z[ recovery-image] Mar 24 23:46:09.961 INFO O| Mar 24 23:46:09.961 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86142026-03-24T23:46:09.940Z[ recovery-image] Mar 24 23:46:09.961 INFO O| Mar 24 23:46:09.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86152026-03-24T23:46:09.941Z[ recovery-image] Mar 24 23:46:09.961 INFO O| Mar 24 23:46:09.961 INFO STEP 60 (ensure_dir) COMPLETE
86162026-03-24T23:46:09.941Z[ recovery-image] Mar 24 23:46:09.961 INFO O| Mar 24 23:46:09.961 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-03-24T23:46:09.946Z[ recovery-image] Mar 24 23:46:09.969 INFO O| Mar 24 23:46:09.969 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86182026-03-24T23:46:09.946Z[ recovery-image] Mar 24 23:46:09.969 INFO O| Mar 24 23:46:09.969 INFO copying /tmp/.tmpOfiUse/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 ...
86192026-03-24T23:46:09.949Z[ recovery-image] Mar 24 23:46:09.969 INFO O| Mar 24 23:46:09.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86202026-03-24T23:46:09.949Z[ recovery-image] Mar 24 23:46:09.970 INFO O| Mar 24 23:46:09.969 INFO ok!
86212026-03-24T23:46:09.949Z[ recovery-image] Mar 24 23:46:09.970 INFO O| Mar 24 23:46:09.970 INFO STEP 61 (ensure_file) COMPLETE
86222026-03-24T23:46:09.949Z[ recovery-image] Mar 24 23:46:09.970 INFO O| Mar 24 23:46:09.970 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-03-24T23:46:09.955Z[ recovery-image] Mar 24 23:46:09.978 INFO O| Mar 24 23:46:09.978 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86242026-03-24T23:46:09.955Z[ recovery-image] Mar 24 23:46:09.978 INFO O| Mar 24 23:46:09.978 INFO copying /tmp/.tmpOfiUse/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 ...
86252026-03-24T23:46:09.958Z[ recovery-image] Mar 24 23:46:09.978 INFO O| Mar 24 23:46:09.978 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
86262026-03-24T23:46:09.958Z[ recovery-image] Mar 24 23:46:09.978 INFO O| Mar 24 23:46:09.978 INFO ok!
86272026-03-24T23:46:09.958Z[ recovery-image] Mar 24 23:46:09.979 INFO O| Mar 24 23:46:09.978 INFO STEP 62 (ensure_file) COMPLETE
86282026-03-24T23:46:09.958Z[ recovery-image] Mar 24 23:46:09.979 INFO O| Mar 24 23:46:09.979 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-03-24T23:46:09.964Z[ recovery-image] Mar 24 23:46:09.987 INFO O| Mar 24 23:46:09.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86302026-03-24T23:46:09.964Z[ recovery-image] Mar 24 23:46:09.987 INFO O| Mar 24 23:46:09.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86312026-03-24T23:46:09.967Z[ recovery-image] Mar 24 23:46:09.987 INFO O| Mar 24 23:46:09.987 INFO STEP 63 (ensure_dir) COMPLETE
86322026-03-24T23:46:09.967Z[ recovery-image] Mar 24 23:46:09.987 INFO O| Mar 24 23:46:09.987 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332026-03-24T23:46:09.973Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86342026-03-24T23:46:09.973Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO copying /tmp/.tmpOfiUse/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 ...
86352026-03-24T23:46:09.976Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86362026-03-24T23:46:09.976Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO ok!
86372026-03-24T23:46:09.976Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO STEP 64 (ensure_file) COMPLETE
86382026-03-24T23:46:09.976Z[ recovery-image] Mar 24 23:46:09.996 INFO O| Mar 24 23:46:09.996 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-03-24T23:46:09.981Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86402026-03-24T23:46:09.981Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86412026-03-24T23:46:09.984Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86422026-03-24T23:46:09.984Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO ok!
86432026-03-24T23:46:09.985Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO STEP 65 (ensure_file) COMPLETE
86442026-03-24T23:46:09.985Z[ recovery-image] Mar 24 23:46:10.005 INFO O| Mar 24 23:46:10.005 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-03-24T23:46:09.988Z[ recovery-image] Mar 24 23:46:10.012 INFO O| Mar 24 23:46:10.012 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86462026-03-24T23:46:09.988Z[ recovery-image] Mar 24 23:46:10.012 INFO O| Mar 24 23:46:10.012 INFO STEP 66 (ensure_dir) COMPLETE
86472026-03-24T23:46:09.991Z[ recovery-image] Mar 24 23:46:10.012 INFO O| Mar 24 23:46:10.012 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-03-24T23:46:09.995Z[ recovery-image] Mar 24 23:46:10.018 INFO O| Mar 24 23:46:10.018 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86492026-03-24T23:46:09.995Z[ recovery-image] Mar 24 23:46:10.018 INFO O| Mar 24 23:46:10.018 INFO STEP 67 (ensure_dir) COMPLETE
86502026-03-24T23:46:09.997Z[ recovery-image] Mar 24 23:46:10.018 INFO O| Mar 24 23:46:10.018 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-03-24T23:46:10.004Z[ recovery-image] Mar 24 23:46:10.027 INFO O| Mar 24 23:46:10.027 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86522026-03-24T23:46:10.004Z[ recovery-image] Mar 24 23:46:10.027 INFO O| Mar 24 23:46:10.027 INFO STEP 68 (ensure_dir) COMPLETE
86532026-03-24T23:46:10.007Z[ recovery-image] Mar 24 23:46:10.027 INFO O| Mar 24 23:46:10.027 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86542026-03-24T23:46:10.011Z[ recovery-image] Mar 24 23:46:10.035 INFO O| Mar 24 23:46:10.035 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86552026-03-24T23:46:10.011Z[ recovery-image] Mar 24 23:46:10.035 INFO O| Mar 24 23:46:10.035 INFO STEP 69 (ensure_dir) COMPLETE
86562026-03-24T23:46:10.014Z[ recovery-image] Mar 24 23:46:10.035 INFO O| Mar 24 23:46:10.035 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86572026-03-24T23:46:10.019Z[ recovery-image] Mar 24 23:46:10.042 INFO O| Mar 24 23:46:10.042 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86582026-03-24T23:46:10.019Z[ recovery-image] Mar 24 23:46:10.042 INFO O| Mar 24 23:46:10.042 INFO copying /tmp/.tmpOfiUse/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86592026-03-24T23:46:10.022Z[ recovery-image] Mar 24 23:46:10.043 INFO O| Mar 24 23:46:10.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86602026-03-24T23:46:10.022Z[ recovery-image] Mar 24 23:46:10.043 INFO O| Mar 24 23:46:10.043 INFO ok!
86612026-03-24T23:46:10.022Z[ recovery-image] Mar 24 23:46:10.043 INFO O| Mar 24 23:46:10.043 INFO STEP 70 (ensure_file) COMPLETE
86622026-03-24T23:46:10.022Z[ recovery-image] Mar 24 23:46:10.043 INFO O| Mar 24 23:46:10.043 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632026-03-24T23:46:10.026Z[ recovery-image] Mar 24 23:46:10.050 INFO O| Mar 24 23:46:10.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86642026-03-24T23:46:10.029Z[ recovery-image] Mar 24 23:46:10.050 INFO O| Mar 24 23:46:10.050 INFO STEP 71 (remove_files) COMPLETE
86652026-03-24T23:46:10.029Z[ recovery-image] Mar 24 23:46:10.050 INFO O| Mar 24 23:46:10.050 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-03-24T23:46:10.035Z[ recovery-image] Mar 24 23:46:10.058 INFO O| Mar 24 23:46:10.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86672026-03-24T23:46:10.037Z[ recovery-image] Mar 24 23:46:10.058 INFO O| Mar 24 23:46:10.058 INFO STEP 72 (remove_files) COMPLETE
86682026-03-24T23:46:10.038Z[ recovery-image] Mar 24 23:46:10.058 INFO O| Mar 24 23:46:10.058 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-03-24T23:46:10.043Z[ recovery-image] Mar 24 23:46:10.066 INFO O| Mar 24 23:46:10.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86702026-03-24T23:46:10.046Z[ recovery-image] Mar 24 23:46:10.066 INFO O| Mar 24 23:46:10.066 INFO STEP 73 (remove_files) COMPLETE
86712026-03-24T23:46:10.046Z[ recovery-image] Mar 24 23:46:10.067 INFO O| Mar 24 23:46:10.066 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-03-24T23:46:10.050Z[ recovery-image] Mar 24 23:46:10.073 INFO O| Mar 24 23:46:10.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86732026-03-24T23:46:10.052Z[ recovery-image] Mar 24 23:46:10.073 INFO O| Mar 24 23:46:10.073 INFO STEP 74 (remove_files) COMPLETE
86742026-03-24T23:46:10.052Z[ recovery-image] Mar 24 23:46:10.073 INFO O| Mar 24 23:46:10.073 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-03-24T23:46:10.057Z[ recovery-image] Mar 24 23:46:10.080 INFO O| Mar 24 23:46:10.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86762026-03-24T23:46:10.059Z[ recovery-image] Mar 24 23:46:10.080 INFO O| Mar 24 23:46:10.080 INFO STEP 75 (remove_files) COMPLETE
86772026-03-24T23:46:10.059Z[ recovery-image] Mar 24 23:46:10.080 INFO O| Mar 24 23:46:10.080 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-03-24T23:46:10.065Z[ recovery-image] Mar 24 23:46:10.089 INFO O| Mar 24 23:46:10.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86792026-03-24T23:46:10.068Z[ recovery-image] Mar 24 23:46:10.089 INFO O| Mar 24 23:46:10.089 INFO STEP 76 (remove_files) COMPLETE
86802026-03-24T23:46:10.068Z[ recovery-image] Mar 24 23:46:10.089 INFO O| Mar 24 23:46:10.089 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-03-24T23:46:10.072Z[ recovery-image] Mar 24 23:46:10.096 INFO O| Mar 24 23:46:10.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86822026-03-24T23:46:10.075Z[ recovery-image] Mar 24 23:46:10.096 INFO O| Mar 24 23:46:10.096 INFO STEP 77 (remove_files) COMPLETE
86832026-03-24T23:46:10.075Z[ recovery-image] Mar 24 23:46:10.096 INFO O| Mar 24 23:46:10.096 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-03-24T23:46:10.081Z[ recovery-image] Mar 24 23:46:10.104 INFO O| Mar 24 23:46:10.104 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86852026-03-24T23:46:10.084Z[ recovery-image] Mar 24 23:46:10.104 INFO O| Mar 24 23:46:10.104 INFO STEP 78 (remove_files) COMPLETE
86862026-03-24T23:46:10.084Z[ recovery-image] Mar 24 23:46:10.104 INFO O| Mar 24 23:46:10.104 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-03-24T23:46:10.087Z[ recovery-image] Mar 24 23:46:10.111 INFO O| Mar 24 23:46:10.111 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86882026-03-24T23:46:10.090Z[ recovery-image] Mar 24 23:46:10.111 INFO O| Mar 24 23:46:10.111 INFO STEP 79 (remove_files) COMPLETE
86892026-03-24T23:46:10.090Z[ recovery-image] Mar 24 23:46:10.111 INFO O| Mar 24 23:46:10.111 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-03-24T23:46:10.094Z[ recovery-image] Mar 24 23:46:10.118 INFO O| Mar 24 23:46:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86912026-03-24T23:46:10.094Z[ recovery-image] Mar 24 23:46:10.118 INFO O| Mar 24 23:46:10.118 INFO STEP 80 (remove_files) COMPLETE
86922026-03-24T23:46:10.097Z[ recovery-image] Mar 24 23:46:10.118 INFO O| Mar 24 23:46:10.118 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-03-24T23:46:10.101Z[ recovery-image] Mar 24 23:46:10.125 INFO O| Mar 24 23:46:10.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86942026-03-24T23:46:10.101Z[ recovery-image] Mar 24 23:46:10.125 INFO O| Mar 24 23:46:10.125 INFO STEP 81 (remove_files) COMPLETE
86952026-03-24T23:46:10.101Z[ recovery-image] Mar 24 23:46:10.125 INFO O| Mar 24 23:46:10.125 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-03-24T23:46:10.108Z[ recovery-image] Mar 24 23:46:10.131 INFO O| Mar 24 23:46:10.131 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86972026-03-24T23:46:10.111Z[ recovery-image] Mar 24 23:46:10.131 INFO O| Mar 24 23:46:10.131 INFO STEP 82 (remove_files) COMPLETE
86982026-03-24T23:46:10.111Z[ recovery-image] Mar 24 23:46:10.131 INFO O| Mar 24 23:46:10.131 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-03-24T23:46:10.116Z[ recovery-image] Mar 24 23:46:10.140 INFO O| Mar 24 23:46:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87002026-03-24T23:46:10.119Z[ recovery-image] Mar 24 23:46:10.140 INFO O| Mar 24 23:46:10.140 INFO STEP 83 (remove_files) COMPLETE
87012026-03-24T23:46:10.119Z[ recovery-image] Mar 24 23:46:10.140 INFO O| Mar 24 23:46:10.140 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-03-24T23:46:10.125Z[ recovery-image] Mar 24 23:46:10.148 INFO O| Mar 24 23:46:10.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87032026-03-24T23:46:10.125Z[ recovery-image] Mar 24 23:46:10.148 INFO O| Mar 24 23:46:10.148 INFO STEP 84 (remove_files) COMPLETE
87042026-03-24T23:46:10.128Z[ recovery-image] Mar 24 23:46:10.148 INFO O| Mar 24 23:46:10.148 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-03-24T23:46:10.133Z[ recovery-image] Mar 24 23:46:10.156 INFO O| Mar 24 23:46:10.156 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87062026-03-24T23:46:10.136Z[ recovery-image] Mar 24 23:46:10.156 INFO O| Mar 24 23:46:10.156 INFO STEP 85 (remove_files) COMPLETE
87072026-03-24T23:46:10.136Z[ recovery-image] Mar 24 23:46:10.156 INFO O| Mar 24 23:46:10.156 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-03-24T23:46:10.140Z[ recovery-image] Mar 24 23:46:10.163 INFO O| Mar 24 23:46:10.163 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87092026-03-24T23:46:10.140Z[ recovery-image] Mar 24 23:46:10.163 INFO O| Mar 24 23:46:10.163 INFO STEP 86 (remove_files) COMPLETE
87102026-03-24T23:46:10.143Z[ recovery-image] Mar 24 23:46:10.163 INFO O| Mar 24 23:46:10.163 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-03-24T23:46:10.146Z[ recovery-image] Mar 24 23:46:10.170 INFO O| Mar 24 23:46:10.170 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87122026-03-24T23:46:10.146Z[ recovery-image] Mar 24 23:46:10.170 INFO O| Mar 24 23:46:10.170 INFO STEP 87 (remove_files) COMPLETE
87132026-03-24T23:46:10.149Z[ recovery-image] Mar 24 23:46:10.170 INFO O| Mar 24 23:46:10.170 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-03-24T23:46:10.154Z[ recovery-image] Mar 24 23:46:10.177 INFO O| Mar 24 23:46:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87152026-03-24T23:46:10.154Z[ recovery-image] Mar 24 23:46:10.177 INFO O| Mar 24 23:46:10.177 INFO STEP 88 (remove_files) COMPLETE
87162026-03-24T23:46:10.154Z[ recovery-image] Mar 24 23:46:10.177 INFO O| Mar 24 23:46:10.177 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-03-24T23:46:10.161Z[ recovery-image] Mar 24 23:46:10.184 INFO O| Mar 24 23:46:10.184 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87182026-03-24T23:46:10.164Z[ recovery-image] Mar 24 23:46:10.184 INFO O| Mar 24 23:46:10.184 INFO STEP 89 (remove_files) COMPLETE
87192026-03-24T23:46:10.164Z[ recovery-image] Mar 24 23:46:10.184 INFO O| Mar 24 23:46:10.184 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-03-24T23:46:10.168Z[ recovery-image] Mar 24 23:46:10.191 INFO O| Mar 24 23:46:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87212026-03-24T23:46:10.170Z[ recovery-image] Mar 24 23:46:10.191 INFO O| Mar 24 23:46:10.191 INFO STEP 90 (remove_files) COMPLETE
87222026-03-24T23:46:10.170Z[ recovery-image] Mar 24 23:46:10.191 INFO O| Mar 24 23:46:10.191 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-03-24T23:46:10.174Z[ recovery-image] Mar 24 23:46:10.198 INFO O| Mar 24 23:46:10.198 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87242026-03-24T23:46:10.177Z[ recovery-image] Mar 24 23:46:10.198 INFO O| Mar 24 23:46:10.198 INFO STEP 91 (remove_files) COMPLETE
87252026-03-24T23:46:10.177Z[ recovery-image] Mar 24 23:46:10.198 INFO O| Mar 24 23:46:10.198 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-03-24T23:46:10.181Z[ recovery-image] Mar 24 23:46:10.205 INFO O| Mar 24 23:46:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87272026-03-24T23:46:10.184Z[ recovery-image] Mar 24 23:46:10.205 INFO O| Mar 24 23:46:10.205 INFO STEP 92 (remove_files) COMPLETE
87282026-03-24T23:46:10.184Z[ recovery-image] Mar 24 23:46:10.205 INFO O| Mar 24 23:46:10.205 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-03-24T23:46:10.188Z[ recovery-image] Mar 24 23:46:10.211 INFO O| Mar 24 23:46:10.211 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87302026-03-24T23:46:10.190Z[ recovery-image] Mar 24 23:46:10.211 INFO O| Mar 24 23:46:10.211 INFO STEP 93 (remove_files) COMPLETE
87312026-03-24T23:46:10.191Z[ recovery-image] Mar 24 23:46:10.211 INFO O| Mar 24 23:46:10.211 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-03-24T23:46:10.198Z[ recovery-image] Mar 24 23:46:10.221 INFO O| Mar 24 23:46:10.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87332026-03-24T23:46:10.198Z[ recovery-image] Mar 24 23:46:10.221 INFO O| Mar 24 23:46:10.221 INFO STEP 94 (remove_files) COMPLETE
87342026-03-24T23:46:10.201Z[ recovery-image] Mar 24 23:46:10.222 INFO O| Mar 24 23:46:10.221 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-03-24T23:46:10.208Z[ recovery-image] Mar 24 23:46:10.231 INFO O| Mar 24 23:46:10.231 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87362026-03-24T23:46:10.208Z[ recovery-image] Mar 24 23:46:10.231 INFO O| Mar 24 23:46:10.231 INFO STEP 95 (remove_files) COMPLETE
87372026-03-24T23:46:10.208Z[ recovery-image] Mar 24 23:46:10.231 INFO O| Mar 24 23:46:10.231 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-03-24T23:46:10.215Z[ recovery-image] Mar 24 23:46:10.238 INFO O| Mar 24 23:46:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87392026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.238 INFO O| Mar 24 23:46:10.238 INFO STEP 96 (remove_files) COMPLETE
87402026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.238 INFO O| Mar 24 23:46:10.238 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.248 INFO O| Mar 24 23:46:10.248 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87422026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.248 INFO O| Mar 24 23:46:10.248 INFO STEP 97 (remove_files) COMPLETE
87432026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.248 INFO O| Mar 24 23:46:10.248 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.254 INFO O| Mar 24 23:46:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87452026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.254 INFO O| Mar 24 23:46:10.254 INFO STEP 98 (remove_files) COMPLETE
87462026-03-24T23:46:10.232Z[ recovery-image] Mar 24 23:46:10.254 INFO O| Mar 24 23:46:10.254 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-03-24T23:46:10.240Z[ recovery-image] Mar 24 23:46:10.264 INFO O| Mar 24 23:46:10.264 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87482026-03-24T23:46:10.243Z[ recovery-image] Mar 24 23:46:10.264 INFO O| Mar 24 23:46:10.264 INFO STEP 99 (remove_files) COMPLETE
87492026-03-24T23:46:10.243Z[ recovery-image] Mar 24 23:46:10.264 INFO O| Mar 24 23:46:10.264 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87502026-03-24T23:46:10.250Z[ recovery-image] Mar 24 23:46:10.273 INFO O| Mar 24 23:46:10.273 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87512026-03-24T23:46:10.253Z[ recovery-image] Mar 24 23:46:10.273 INFO O| Mar 24 23:46:10.273 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
87522026-03-24T23:46:14.792Z[ host-image] Mar 24 23:46:14.817 INFO O| Mar 24 23:46:14.817 INFO O| Planning: Solver setup ... Done
87532026-03-24T23:46:14.798Z[ host-image] Mar 24 23:46:14.824 INFO O| Mar 24 23:46:14.824 INFO O| Planning: Running solver ... Done
87542026-03-24T23:46:14.916Z[ host-image] Mar 24 23:46:14.941 INFO O| Mar 24 23:46:14.941 INFO O| Planning: Finding local manifests ... Done
87552026-03-24T23:46:14.930Z[ host-image] Mar 24 23:46:14.955 INFO O| Mar 24 23:46:14.955 INFO O| Planning: Fetching manifests: 0/1 0% complete
87562026-03-24T23:46:14.934Z[ host-image] Mar 24 23:46:14.960 INFO O| Mar 24 23:46:14.960 INFO O| Planning: Fetching manifests: 1/1 100% complete
87572026-03-24T23:46:14.949Z[ host-image] Mar 24 23:46:14.975 INFO O| Mar 24 23:46:14.975 INFO O| Planning: Package planning ... Done
87582026-03-24T23:46:14.952Z[ host-image] Mar 24 23:46:14.975 INFO O| Mar 24 23:46:14.975 INFO O| Planning: Merging actions ... Done
87592026-03-24T23:46:14.991Z[ host-image] Mar 24 23:46:15.016 INFO O| Mar 24 23:46:15.016 INFO O| Planning: Checking for conflicting actions ... Done
87602026-03-24T23:46:14.994Z[ host-image] Mar 24 23:46:15.017 INFO O| Mar 24 23:46:15.017 INFO O| Planning: Consolidating action changes ... Done
87612026-03-24T23:46:15.139Z[ host-image] Mar 24 23:46:15.164 INFO O| Mar 24 23:46:15.164 INFO O| Planning: Evaluating mediators ... Done
87622026-03-24T23:46:15.142Z[ host-image] Mar 24 23:46:15.165 INFO O| Mar 24 23:46:15.165 INFO O| Planning: Planning completed in 5.64 seconds
87632026-03-24T23:46:15.142Z[ host-image] Mar 24 23:46:15.165 INFO O| Mar 24 23:46:15.165 INFO O| Packages to install: 1
87642026-03-24T23:46:15.155Z[ host-image] Mar 24 23:46:15.181 INFO O| Mar 24 23:46:15.181 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
87652026-03-24T23:46:15.273Z[ host-image] Mar 24 23:46:15.299 INFO O| Mar 24 23:46:15.299 INFO O| Download: Completed 12.26 MB in 0.12 seconds (103M/s)
87662026-03-24T23:46:15.305Z[ host-image] Mar 24 23:46:15.331 INFO O| Mar 24 23:46:15.331 INFO O| Actions: 1/22 actions (Installing new actions)
87672026-03-24T23:46:15.563Z[ host-image] Mar 24 23:46:15.589 INFO O| Mar 24 23:46:15.589 INFO O| Actions: Completed 22 actions in 0.26 seconds.
87682026-03-24T23:46:16.648Z[ host-image] Mar 24 23:46:16.675 INFO O| Mar 24 23:46:16.675 INFO O| Done
87692026-03-24T23:46:16.648Z[ host-image] Mar 24 23:46:16.675 INFO O| Mar 24 23:46:16.675 INFO O| Done
87702026-03-24T23:46:17.622Z[ host-image] Mar 24 23:46:17.648 INFO O| Mar 24 23:46:17.648 INFO O| Done
87712026-03-24T23:46:18.095Z[ recovery-image] Mar 24 23:46:18.122 INFO O| Mar 24 23:46:18.122 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
87722026-03-24T23:46:18.095Z[ recovery-image] Mar 24 23:46:18.122 INFO O| Mar 24 23:46:18.122 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87732026-03-24T23:46:18.108Z[ recovery-image] Mar 24 23:46:18.135 INFO O| Mar 24 23:46:18.135 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"}
87742026-03-24T23:46:18.227Z[ recovery-image] Mar 24 23:46:18.255 INFO O| Mar 24 23:46:18.254 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87752026-03-24T23:46:18.289Z[ recovery-image] Mar 24 23:46:18.316 INFO O| Mar 24 23:46:18.316 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87762026-03-24T23:46:18.364Z[ recovery-image] Mar 24 23:46:18.391 INFO O| Mar 24 23:46:18.391 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87772026-03-24T23:46:18.364Z[ recovery-image] Mar 24 23:46:18.391 INFO O| Mar 24 23:46:18.391 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 ...
87782026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87792026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO ok!
87802026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87812026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO STEP 100 (seed_smf) COMPLETE
87822026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO steps complete; finalising image!
87832026-03-24T23:46:18.368Z[ recovery-image] Mar 24 23:46:18.393 INFO O| Mar 24 23:46:18.393 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87842026-03-24T23:46:18.392Z[ recovery-image] Mar 24 23:46:18.419 INFO O| Mar 24 23:46:18.419 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Mar 24 23:46:18 2026)
87852026-03-24T23:46:18.597Z[ recovery-image] Mar 24 23:46:18.624 INFO O| Mar 24 23:46:18.624 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Tue Mar 24 23:46:18 2026)
87862026-03-24T23:46:18.812Z[ recovery-image] Mar 24 23:46:18.839 INFO O| Mar 24 23:46:18.839 INFO temporary pool has 422M used, 1.34G avail, 1.00x compressratio
87872026-03-24T23:46:18.812Z[ recovery-image] Mar 24 23:46:18.839 INFO O| Mar 24 23:46:18.839 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87882026-03-24T23:46:18.861Z[ host-image] Mar 24 23:46:18.888 INFO O| Mar 24 23:46:18.888 INFO O| Done
87892026-03-24T23:46:18.887Z[ host-image] Mar 24 23:46:18.915 INFO O| Mar 24 23:46:18.915 INFO O| Done
87902026-03-24T23:46:18.890Z[ host-image] Mar 24 23:46:18.915 INFO O| Mar 24 23:46:18.915 INFO O| Done
87912026-03-24T23:46:18.901Z[ host-image] Mar 24 23:46:18.929 INFO O| Mar 24 23:46:18.929 INFO O| Done
87922026-03-24T23:46:19.047Z[ recovery-image] Mar 24 23:46:19.075 INFO O| Mar 24 23:46:19.075 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
87932026-03-24T23:46:19.047Z[ recovery-image] Mar 24 23:46:19.075 INFO O| Mar 24 23:46:19.075 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87942026-03-24T23:46:20.441Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 14 (pkg_install) COMPLETE
87952026-03-24T23:46:20.441Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87962026-03-24T23:46:20.441Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "mbist" is not enabled
87972026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87982026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "mfg" is not enabled
87992026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88002026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "compliance" is not enabled
88012026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88022026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "stress" is not enabled
88032026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88042026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "compliance" is not enabled
88052026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88062026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO skip step because feature "nfs" is not enabled
88072026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88082026-03-24T23:46:20.444Z[ host-image] Mar 24 23:46:20.469 INFO O| Mar 24 23:46:20.469 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88092026-03-24T23:46:20.753Z[ host-image] Mar 24 23:46:20.781 INFO O| Mar 24 23:46:20.781 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88102026-03-24T23:46:20.886Z[ host-image] Mar 24 23:46:20.914 INFO O| Mar 24 23:46:20.914 INFO completed processing sled/ramdisk-01-os
88112026-03-24T23:46:20.889Z[ host-image] Mar 24 23:46:20.916 INFO omicron1 baseline generation...
88122026-03-24T23:46:20.889Z[ host-image] Mar 24 23:46:20.916 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88132026-03-24T23:46:21.236Z[ host-image] Mar 24 23:46:21.265 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23838:20260323T150135Z
88142026-03-24T23:46:21.586Z[ recovery-image] Mar 24 23:46:21.614 INFO O| Mar 24 23:46:21.614 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88152026-03-24T23:46:21.586Z[ recovery-image] Mar 24 23:46:21.614 INFO O| Mar 24 23:46:21.614 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88162026-03-24T23:46:21.589Z[ recovery-image] Mar 24 23:46:21.614 INFO O| Mar 24 23:46:21.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88172026-03-24T23:46:21.589Z[ recovery-image] Mar 24 23:46:21.614 INFO O| Mar 24 23:46:21.614 INFO completed processing sled/zfs-recovery
88182026-03-24T23:46:21.589Z[ recovery-image] Mar 24 23:46:21.614 INFO O| Mar 24 23:46:21.614 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88192026-03-24T23:46:21.813Z[ recovery-image] Mar 24 23:46:21.842 INFO O| Mar 24 23:46:21.842 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88202026-03-24T23:46:21.897Z[ recovery-image] Mar 24 23:46:21.926 INFO BUILD STRING "heads/stlouis-0-ge1108ec7ee\n"
88212026-03-24T23:46:21.897Z[ recovery-image] Mar 24 23:46:21.926 INFO expanded image name: "recovery a1d650f/${os_short_commit} 2026-03-24 23:20" -> "recovery a1d650f/e1108ec 2026-03-24 23:20"
88222026-03-24T23:46:21.900Z[ recovery-image] Mar 24 23:46:21.926 INFO output artefacts stored in: "/work/os-recovery"
88232026-03-24T23:46:21.900Z[ recovery-image] Mar 24 23:46:21.926 INFO collecting git info from project "image-builder"...
88242026-03-24T23:46:21.904Z[ recovery-image] Mar 24 23:46:21.934 INFO collecting git info from project "amd-firmware"...
88252026-03-24T23:46:22.302Z[ recovery-image] Mar 24 23:46:22.331 INFO collecting git info from project "amd-host-image-builder"...
88262026-03-24T23:46:22.346Z[ recovery-image] Mar 24 23:46:22.375 INFO collecting git info from project "chelsio-t6-roms"...
88272026-03-24T23:46:22.365Z[ recovery-image] Mar 24 23:46:22.395 INFO collecting git info from project "pilot"...
88282026-03-24T23:46:22.374Z[ recovery-image] Mar 24 23:46:22.403 INFO collecting git info from project "phbl"...
88292026-03-24T23:46:22.379Z[ recovery-image] Mar 24 23:46:22.409 INFO collecting git info from project "dmar-report"...
88302026-03-24T23:46:22.389Z[ recovery-image] Mar 24 23:46:22.419 INFO collecting git info from project "pinprick"...
88312026-03-24T23:46:22.394Z[ recovery-image] Mar 24 23:46:22.423 INFO collecting git info from project "bootserver"...
88322026-03-24T23:46:22.399Z[ recovery-image] Mar 24 23:46:22.428 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88332026-03-24T23:46:22.723Z[ recovery-image] Mar 24 23:46:22.752 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88342026-03-24T23:46:23.046Z[ recovery-image] Mar 24 23:46:23.076 INFO creating Oxide boot image...
88352026-03-24T23:46:23.046Z[ recovery-image] Mar 24 23:46:23.076 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a1d650f/e1108ec 2026-03-24 23:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88362026-03-24T23:47:04.127Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23838:20260323T150208Z
88372026-03-24T23:47:04.127Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23838:20260323T150208Z
88382026-03-24T23:47:04.127Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88392026-03-24T23:47:04.137Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88402026-03-24T23:47:04.137Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88412026-03-24T23:47:04.137Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88422026-03-24T23:47:04.137Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88432026-03-24T23:47:04.137Z[ host-image] Mar 24 23:47:04.177 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88442026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.178 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260324T232054Z
88452026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.178 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88462026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.178 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88472026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.178 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23838:20260323T150209Z
88482026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.179 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23838:20260323T150209Z
88492026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.179 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23838:20260323T150210Z
88502026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.179 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23838:20260323T150210Z
88512026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.179 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88522026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23838:20260323T150210Z
88532026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23838:20260323T150210Z
88542026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23838:20260323T150210Z
88552026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23838:20260323T150210Z
88562026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23838:20260323T150211Z
88572026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23838:20260323T150211Z
88582026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23838:20260323T150211Z
88592026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23838:20260323T150212Z
88602026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23838:20260323T150213Z
88612026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.180 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23838:20260323T150213Z
88622026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23838:20260323T150214Z
88632026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23838:20260323T150214Z
88642026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23838:20260323T150215Z
88652026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23838:20260323T150216Z
88662026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88672026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23838:20260323T150217Z
88682026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23838:20260323T150220Z
88692026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23838:20260323T150220Z
88702026-03-24T23:47:04.138Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23838:20260323T150221Z
88712026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23838:20260323T150222Z
88722026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.181 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23838:20260323T150222Z
88732026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.185 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88742026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.185 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23838:20260323T150223Z
88752026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.185 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88762026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.185 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88772026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88782026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23838:20260323T150223Z
88792026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88802026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88812026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88822026-03-24T23:47:04.139Z[ host-image] Mar 24 23:47:04.186 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88832026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.191 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88842026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.191 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88852026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.191 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88862026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.191 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88872026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.192 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88882026-03-24T23:47:04.152Z[ host-image] Mar 24 23:47:04.192 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88892026-03-24T23:47:04.163Z[ host-image] Mar 24 23:47:04.206 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
88902026-03-24T23:47:04.163Z[ host-image] Mar 24 23:47:04.206 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88912026-03-24T23:47:04.163Z[ host-image] Mar 24 23:47:04.206 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88922026-03-24T23:47:04.163Z[ host-image] Mar 24 23:47:04.206 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23838:20260323T150225Z
88932026-03-24T23:47:04.166Z[ host-image] Mar 24 23:47:04.206 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23838:20260323T150230Z
88942026-03-24T23:47:04.166Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88952026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23838:20260323T150231Z
88962026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88972026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88982026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
88992026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89002026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23838:20260323T150231Z
89012026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.207 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89022026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.208 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89032026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.208 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89042026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.208 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89052026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.208 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23838:20260323T150231Z
89062026-03-24T23:47:04.167Z[ host-image] Mar 24 23:47:04.209 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89072026-03-24T23:47:04.175Z[ host-image] Mar 24 23:47:04.214 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89082026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.214 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23838:20260323T150232Z
89092026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.214 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23838:20260323T150232Z
89102026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23838:20260323T150232Z
89112026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89122026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23838:20260323T150234Z
89132026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23838:20260323T150234Z
89142026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23838:20260323T150234Z
89152026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.215 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23838:20260323T150234Z
89162026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.216 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89172026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23838:20260323T150235Z
89182026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23838:20260323T150236Z
89192026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89202026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23838:20260323T150236Z
89212026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23838:20260323T150236Z
89222026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23838:20260323T150236Z
89232026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.217 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23838:20260323T150236Z
89242026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.220 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23838:20260323T150236Z
89252026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.220 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89262026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.221 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2026.1-2.0.23838:20260323T150236Z
89272026-03-24T23:47:04.176Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23838:20260323T150237Z
89282026-03-24T23:47:04.177Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23838:20260323T150237Z
89292026-03-24T23:47:04.177Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23838:20260323T150237Z
89302026-03-24T23:47:04.177Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23838:20260323T150237Z
89312026-03-24T23:47:04.177Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23838:20260323T150237Z
89322026-03-24T23:47:04.177Z[ host-image] Mar 24 23:47:04.222 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23838:20260323T150238Z
89332026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.226 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23838:20260323T150239Z
89342026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.226 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23838:20260323T150238Z
89352026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.227 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23838:20260323T150238Z
89362026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.227 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23838:20260323T150238Z
89372026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.227 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23838:20260323T150239Z
89382026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.235 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23838:20260323T150242Z
89392026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.235 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23838:20260323T150239Z
89402026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.235 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23838:20260323T150239Z
89412026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.235 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89422026-03-24T23:47:04.191Z[ host-image] Mar 24 23:47:04.236 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89432026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.247 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23838:20260323T150239Z
89442026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.247 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89452026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.247 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23838:20260323T150240Z
89462026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.247 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23838:20260323T150240Z
89472026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23838:20260323T150240Z
89482026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89492026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89502026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23838:20260323T150241Z
89512026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23838:20260323T150241Z
89522026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.248 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23838:20260323T150241Z
89532026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.249 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23838:20260323T150241Z
89542026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.249 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23838:20260323T150242Z
89552026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.249 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23838:20260323T150242Z
89562026-03-24T23:47:04.201Z[ host-image] Mar 24 23:47:04.250 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89572026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.250 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23838:20260323T150243Z
89582026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/microcode/intel@20260227-2.0.23838:20260323T150243Z
89592026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23838:20260323T150243Z
89602026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23838:20260323T150244Z
89612026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23838:20260323T150243Z
89622026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23838:20260323T150244Z
89632026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89642026-03-24T23:47:04.202Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89652026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23838:20260323T150246Z
89662026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23838:20260323T150246Z
89672026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.251 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89682026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.252 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89692026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.252 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89702026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.252 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89712026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.252 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89722026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.252 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89732026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.253 INFO O| install = pkg://helios-dev/web/curl@8.19.0-2.0:20260311T180610Z
89742026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.253 INFO O| tempdir @ "/tmp/.tmp1UUIPG/tmp"
89752026-03-24T23:47:04.211Z[ host-image] Mar 24 23:47:04.253 INFO O| image root @ "/tmp/.tmp1UUIPG/tmp/root"
89762026-03-24T23:47:04.225Z[ host-image] Mar 24 23:47:04.253 INFO O| creating image...
89772026-03-24T23:47:04.596Z[ host-image] Mar 24 23:47:04.626 INFO O| copying publishers...
89782026-03-24T23:47:12.955Z[ recovery-image] Mar 24 23:47:13.010 INFO O| ok, image written!
89792026-03-24T23:47:12.956Z[ recovery-image] Mar 24 23:47:13.010 INFO O| ok, boot_image_csum file written!
89802026-03-24T23:47:12.958Z[ recovery-image] Mar 24 23:47:13.013 INFO creating boot archive (CPIO)...
89812026-03-24T23:47:12.958Z[ recovery-image] Mar 24 23:47:13.013 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
89822026-03-24T23:47:12.963Z[ recovery-image] Mar 24 23:47:13.018 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89832026-03-24T23:47:12.963Z[ recovery-image] Mar 24 23:47:13.018 INFO E| + outfile=/work/os-recovery/cpio
89842026-03-24T23:47:12.966Z[ recovery-image] Mar 24 23:47:13.018 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89852026-03-24T23:47:12.966Z[ recovery-image] Mar 24 23:47:13.020 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89862026-03-24T23:47:12.966Z[ recovery-image] Mar 24 23:47:13.020 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89872026-03-24T23:47:12.981Z[ recovery-image] Mar 24 23:47:13.036 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89882026-03-24T23:47:12.984Z[ recovery-image] Mar 24 23:47:13.036 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89892026-03-24T23:47:12.988Z[ recovery-image] Mar 24 23:47:13.043 INFO creating compressed cpio/unix for dev loaders...
89902026-03-24T23:47:12.988Z[ recovery-image] Mar 24 23:47:13.043 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
89912026-03-24T23:47:13.287Z[ recovery-image] Mar 24 23:47:13.342 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
89922026-03-24T23:47:17.689Z[ recovery-image] Mar 24 23:47:17.574 INFO creating reset image...
89932026-03-24T23:47:17.689Z[ recovery-image] Mar 24 23:47:17.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89942026-03-24T23:47:40.793Z[ recovery-image] Mar 24 23:47:39.245 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
89952026-03-24T23:47:40.793Z[ recovery-image] Mar 24 23:47:39.245 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")
89962026-03-24T23:47:40.973Z[ recovery-image] Mar 24 23:47:39.415 INFO E| Updating crates.io index
89972026-03-24T23:47:41.087Z[ recovery-image] Mar 24 23:47:39.521 INFO E| Downloading crates ...
89982026-03-24T23:47:41.142Z[ recovery-image] Mar 24 23:47:39.572 INFO E| Downloaded sigchld v0.2.4
89992026-03-24T23:47:41.145Z[ recovery-image] Mar 24 23:47:39.575 INFO E| Downloaded shared_thread v0.2.0
90002026-03-24T23:47:41.156Z[ recovery-image] Mar 24 23:47:39.586 INFO E| Downloaded os_pipe v1.2.3
90012026-03-24T23:47:41.159Z[ recovery-image] Mar 24 23:47:39.587 INFO E| Downloaded shared_child v1.1.1
90022026-03-24T23:47:41.159Z[ recovery-image] Mar 24 23:47:39.588 INFO E| Downloaded clap_lex v0.7.7
90032026-03-24T23:47:41.165Z[ recovery-image] Mar 24 23:47:39.595 INFO E| Downloaded duct v1.1.1
90042026-03-24T23:47:41.174Z[ recovery-image] Mar 24 23:47:39.603 INFO E| Downloaded clap v4.5.57
90052026-03-24T23:47:41.183Z[ recovery-image] Mar 24 23:47:39.611 INFO E| Downloaded unicode-ident v1.0.23
90062026-03-24T23:47:41.195Z[ recovery-image] Mar 24 23:47:39.622 INFO E| Downloaded syn v2.0.114
90072026-03-24T23:47:41.206Z[ recovery-image] Mar 24 23:47:39.633 INFO E| Downloaded clap_builder v4.5.57
90082026-03-24T23:47:41.250Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling libc v0.2.180
90092026-03-24T23:47:41.250Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling proc-macro2 v1.0.106
90102026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling unicode-ident v1.0.23
90112026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling quote v1.0.44
90122026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling signal-hook v0.3.18
90132026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling utf8parse v0.2.2
90142026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling anstyle-query v1.1.5
90152026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling colorchoice v1.0.4
90162026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling is_terminal_polyfill v1.70.2
90172026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling anstyle v1.0.13
90182026-03-24T23:47:41.253Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling clap_lex v0.7.7
90192026-03-24T23:47:41.254Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling strsim v0.11.1
90202026-03-24T23:47:41.254Z[ recovery-image] Mar 24 23:47:39.674 INFO E| Compiling heck v0.5.0
90212026-03-24T23:47:41.262Z[ recovery-image] Mar 24 23:47:39.685 INFO E| Compiling shared_thread v0.2.0
90222026-03-24T23:47:41.372Z[ recovery-image] Mar 24 23:47:39.788 INFO E| Compiling anstyle-parse v0.2.7
90232026-03-24T23:47:41.546Z[ recovery-image] Mar 24 23:47:39.952 INFO E| Compiling anstream v0.6.21
90242026-03-24T23:47:41.797Z[ recovery-image] Mar 24 23:47:40.187 INFO E| Compiling clap_builder v4.5.57
90252026-03-24T23:47:42.111Z[ recovery-image] Mar 24 23:47:40.481 INFO E| Compiling errno v0.3.14
90262026-03-24T23:47:42.111Z[ recovery-image] Mar 24 23:47:40.481 INFO E| Compiling os_pipe v1.2.3
90272026-03-24T23:47:42.223Z[ recovery-image] Mar 24 23:47:40.586 INFO E| Compiling signal-hook-registry v1.4.8
90282026-03-24T23:47:42.477Z[ recovery-image] Mar 24 23:47:40.825 INFO E| Compiling syn v2.0.114
90292026-03-24T23:47:42.550Z[ recovery-image] Mar 24 23:47:40.894 INFO E| Compiling sigchld v0.2.4
90302026-03-24T23:47:42.661Z[ recovery-image] Mar 24 23:47:40.997 INFO E| Compiling shared_child v1.1.1
90312026-03-24T23:47:42.795Z[ recovery-image] Mar 24 23:47:41.123 INFO E| Compiling duct v1.1.1
90322026-03-24T23:47:43.604Z[ host-image] Mar 24 23:47:41.882 INFO O| adding properties...
90332026-03-24T23:47:44.531Z[ host-image] Mar 24 23:47:42.751 INFO O| installing packages...
90342026-03-24T23:47:45.142Z[ recovery-image] Mar 24 23:47:43.324 INFO E| Compiling clap_derive v4.5.55
90352026-03-24T23:47:46.684Z[ recovery-image] Mar 24 23:47:44.771 INFO E| Compiling clap v4.5.57
90362026-03-24T23:47:46.748Z[ recovery-image] Mar 24 23:47:44.831 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90372026-03-24T23:47:47.700Z[ recovery-image] Mar 24 23:47:45.772 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
90382026-03-24T23:47:47.711Z[ recovery-image] Mar 24 23:47:45.784 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90392026-03-24T23:47:47.956Z[ recovery-image] Mar 24 23:47:46.029 INFO E| Downloading crates ...
90402026-03-24T23:47:48.020Z[ recovery-image] Mar 24 23:47:46.092 INFO E| Downloaded bit_field v0.10.3
90412026-03-24T23:47:48.023Z[ recovery-image] Mar 24 23:47:46.093 INFO E| Downloaded bitstruct v0.1.1
90422026-03-24T23:47:48.029Z[ recovery-image] Mar 24 23:47:46.101 INFO E| Downloaded bitstruct_derive v0.1.0
90432026-03-24T23:47:48.035Z[ recovery-image] Mar 24 23:47:46.108 INFO E| Downloaded cpio_reader v0.1.2
90442026-03-24T23:47:48.057Z[ recovery-image] Mar 24 23:47:46.129 INFO E| Downloaded miniz_oxide v0.9.0
90452026-03-24T23:47:48.068Z[ recovery-image] Mar 24 23:47:46.141 INFO E| Downloaded goblin v0.10.4
90462026-03-24T23:47:48.075Z[ recovery-image] Mar 24 23:47:46.148 INFO E| Downloaded raw-cpuid v10.7.0
90472026-03-24T23:47:48.237Z[ recovery-image] Mar 24 23:47:46.310 INFO E| Downloaded x86 v0.52.0
90482026-03-24T23:47:48.278Z[ recovery-image] Mar 24 23:47:46.351 INFO E| Updating crates.io index
90492026-03-24T23:47:48.457Z[ recovery-image] Mar 24 23:47:46.529 INFO E| Downloading crates ...
90502026-03-24T23:47:48.504Z[ recovery-image] Mar 24 23:47:46.577 INFO E| Downloaded rustc-literal-escaper v0.0.7
90512026-03-24T23:47:48.564Z[ recovery-image] Mar 24 23:47:46.637 INFO E| Downloaded libc v0.2.178
90522026-03-24T23:47:48.632Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
90532026-03-24T23:47:48.632Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
90542026-03-24T23:47:48.637Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling proc-macro2 v1.0.106
90552026-03-24T23:47:48.637Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling unicode-ident v1.0.23
90562026-03-24T23:47:48.637Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling quote v1.0.44
90572026-03-24T23:47:48.637Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling syn v1.0.109
90582026-03-24T23:47:48.637Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling x86 v0.52.0
90592026-03-24T23:47:48.638Z[ recovery-image] Mar 24 23:47:46.705 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90602026-03-24T23:47:48.647Z[ recovery-image] Mar 24 23:47:46.720 INFO E| Compiling seq-macro v0.3.6
90612026-03-24T23:47:49.814Z[ recovery-image] Mar 24 23:47:47.879 INFO E| Compiling syn v2.0.114
90622026-03-24T23:47:51.586Z[ recovery-image] Mar 24 23:47:49.660 INFO E| Compiling scroll_derive v0.13.1
90632026-03-24T23:47:53.064Z[ recovery-image] Mar 24 23:47:51.139 INFO E| Compiling bitstruct_derive v0.1.0
90642026-03-24T23:48:05.570Z[ host-image] Mar 24 23:48:03.649 INFO O| seeding SMF database...
90652026-03-24T23:48:05.583Z[ recovery-image] Mar 24 23:48:03.663 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90662026-03-24T23:48:08.421Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling bitflags v1.3.2
90672026-03-24T23:48:08.422Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling bitflags v2.10.0
90682026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling log v0.4.29
90692026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling scroll v0.13.0
90702026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling bit_field v0.10.3
90712026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling adler2 v2.0.1
90722026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling plain v0.2.3
90732026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling bitstruct v0.1.1
90742026-03-24T23:48:08.427Z[ recovery-image] Mar 24 23:48:06.503 INFO E| Compiling static_assertions v1.1.0
90752026-03-24T23:48:08.481Z[ recovery-image] Mar 24 23:48:06.563 INFO E| Compiling raw-cpuid v10.7.0
90762026-03-24T23:48:08.542Z[ recovery-image] Mar 24 23:48:06.625 INFO E| Compiling miniz_oxide v0.9.0
90772026-03-24T23:48:08.621Z[ recovery-image] Mar 24 23:48:06.704 INFO E| Compiling cpio_reader v0.1.2
90782026-03-24T23:48:08.702Z[ recovery-image] Mar 24 23:48:06.784 INFO E| Compiling goblin v0.10.4
90792026-03-24T23:48:11.693Z[ host-image] Mar 24 23:48:09.777 INFO O| configuring SMF profile...
90802026-03-24T23:48:11.693Z[ host-image] Mar 24 23:48:09.777 INFO O| modifying shadow(5)...
90812026-03-24T23:48:11.697Z[ host-image] Mar 24 23:48:09.777 INFO O| loading user and group database...
90822026-03-24T23:48:11.697Z[ host-image] Mar 24 23:48:09.777 INFO O| loading facet selections...
90832026-03-24T23:48:12.024Z[ host-image] Mar 24 23:48:10.107 INFO O| devel -> true
90842026-03-24T23:48:12.024Z[ host-image] Mar 24 23:48:10.107 INFO O| doc.man -> true
90852026-03-24T23:48:12.025Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.shell/ksh93 -> true
90862026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.system/data/hardware-registry -> true
90872026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.system/data/zoneinfo -> true
90882026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.system/microcode/amd -> true
90892026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.system/microcode/intel -> true
90902026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| version-lock.system/microcode/oxide -> true
90912026-03-24T23:48:12.028Z[ host-image] Mar 24 23:48:10.107 INFO O| assessing packaged files...
90922026-03-24T23:48:12.322Z[ recovery-image] Mar 24 23:48:10.407 INFO E| Finished `release` profile [optimized] target(s) in 24.60s
90932026-03-24T23:48:12.340Z[ recovery-image] Mar 24 23:48:10.425 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
90942026-03-24T23:48:12.379Z[ recovery-image] Mar 24 23:48:10.463 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')"
90952026-03-24T23:48:12.379Z[ recovery-image] Mar 24 23:48:10.463 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
90962026-03-24T23:48:12.379Z[ recovery-image] Mar 24 23:48:10.463 INFO building ROM for cosmo
90972026-03-24T23:48:12.382Z[ recovery-image] Mar 24 23:48:10.463 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.7.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")
90982026-03-24T23:48:12.500Z[ recovery-image] Mar 24 23:48:10.585 INFO E| Downloading crates ...
90992026-03-24T23:48:12.560Z[ recovery-image] Mar 24 23:48:10.644 INFO E| Downloaded clap_derive v4.5.32
91002026-03-24T23:48:12.565Z[ recovery-image] Mar 24 23:48:10.648 INFO E| Downloaded toml_write v0.1.1
91012026-03-24T23:48:12.568Z[ recovery-image] Mar 24 23:48:10.650 INFO E| Downloaded anstyle v1.0.10
91022026-03-24T23:48:12.569Z[ recovery-image] Mar 24 23:48:10.653 INFO E| Downloaded duct v0.13.7
91032026-03-24T23:48:12.580Z[ recovery-image] Mar 24 23:48:10.663 INFO E| Downloaded clap v4.5.37
91042026-03-24T23:48:12.585Z[ recovery-image] Mar 24 23:48:10.670 INFO E| Downloaded shared_child v1.0.1
91052026-03-24T23:48:12.589Z[ recovery-image] Mar 24 23:48:10.671 INFO E| Downloaded anstyle-query v1.1.2
91062026-03-24T23:48:12.592Z[ recovery-image] Mar 24 23:48:10.674 INFO E| Downloaded serde_spanned v0.6.8
91072026-03-24T23:48:12.592Z[ recovery-image] Mar 24 23:48:10.675 INFO E| Downloaded anstream v0.6.18
91082026-03-24T23:48:12.596Z[ recovery-image] Mar 24 23:48:10.677 INFO E| Downloaded is_terminal_polyfill v1.70.1
91092026-03-24T23:48:12.596Z[ recovery-image] Mar 24 23:48:10.680 INFO E| Downloaded anstyle-parse v0.2.6
91102026-03-24T23:48:12.604Z[ recovery-image] Mar 24 23:48:10.689 INFO E| Downloaded toml_datetime v0.6.9
91112026-03-24T23:48:12.608Z[ recovery-image] Mar 24 23:48:10.690 INFO E| Downloaded colorchoice v1.0.3
91122026-03-24T23:48:12.608Z[ recovery-image] Mar 24 23:48:10.691 INFO E| Downloaded os_pipe v1.2.1
91132026-03-24T23:48:12.611Z[ recovery-image] Mar 24 23:48:10.695 INFO E| Downloaded toml_edit v0.22.26
91142026-03-24T23:48:12.638Z[ recovery-image] Mar 24 23:48:10.722 INFO E| Downloaded clap_builder v4.5.37
91152026-03-24T23:48:12.643Z[ recovery-image] Mar 24 23:48:10.727 INFO E| Downloaded toml v0.8.22
91162026-03-24T23:48:12.668Z[ recovery-image] Mar 24 23:48:10.752 INFO E| Downloaded cc v1.2.20
91172026-03-24T23:48:12.671Z[ recovery-image] Mar 24 23:48:10.755 INFO E| Downloaded winnow v0.7.7
91182026-03-24T23:48:12.693Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling libc v0.2.172
91192026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling utf8parse v0.2.2
91202026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling once_cell v1.21.3
91212026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling anstyle-query v1.1.2
91222026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling anstyle v1.0.10
91232026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling hashbrown v0.15.2
91242026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling colorchoice v1.0.3
91252026-03-24T23:48:12.696Z[ recovery-image] Mar 24 23:48:10.778 INFO E| Compiling is_terminal_polyfill v1.70.1
91262026-03-24T23:48:12.713Z[ recovery-image] Mar 24 23:48:10.798 INFO E| Compiling equivalent v1.0.2
91272026-03-24T23:48:12.716Z[ recovery-image] Mar 24 23:48:10.798 INFO E| Compiling shlex v1.3.0
91282026-03-24T23:48:12.717Z[ recovery-image] Mar 24 23:48:10.798 INFO E| Compiling toml_write v0.1.1
91292026-03-24T23:48:12.717Z[ recovery-image] Mar 24 23:48:10.798 INFO E| Compiling strsim v0.11.1
91302026-03-24T23:48:12.717Z[ recovery-image] Mar 24 23:48:10.798 INFO E| Compiling clap_lex v0.7.4
91312026-03-24T23:48:12.724Z[ recovery-image] Mar 24 23:48:10.809 INFO E| Compiling anyhow v1.0.98
91322026-03-24T23:48:12.736Z[ recovery-image] Mar 24 23:48:10.821 INFO E| Compiling syn v2.0.101
91332026-03-24T23:48:12.740Z[ recovery-image] Mar 24 23:48:10.822 INFO E| Compiling winnow v0.7.7
91342026-03-24T23:48:12.848Z[ recovery-image] Mar 24 23:48:10.933 INFO E| Compiling anstyle-parse v0.2.6
91352026-03-24T23:48:12.928Z[ recovery-image] Mar 24 23:48:11.013 INFO E| Compiling cc v1.2.20
91362026-03-24T23:48:13.021Z[ recovery-image] Mar 24 23:48:11.105 INFO E| Compiling anstream v0.6.18
91372026-03-24T23:48:13.267Z[ recovery-image] Mar 24 23:48:11.352 INFO E| Compiling clap_builder v4.5.37
91382026-03-24T23:48:13.351Z[ recovery-image] Mar 24 23:48:11.436 INFO E| Compiling indexmap v2.9.0
91392026-03-24T23:48:13.475Z[ recovery-image] Mar 24 23:48:11.560 INFO E| Compiling shared_child v1.0.1
91402026-03-24T23:48:13.475Z[ recovery-image] Mar 24 23:48:11.560 INFO E| Compiling os_pipe v1.2.1
91412026-03-24T23:48:13.609Z[ recovery-image] Mar 24 23:48:11.694 INFO E| Compiling duct v0.13.7
91422026-03-24T23:48:14.041Z[ host-image] Mar 24 23:48:12.126 INFO O| creating archive...
91432026-03-24T23:48:14.069Z[ host-image] Mar 24 23:48:12.153 INFO O| missing from packaging:
91442026-03-24T23:48:14.069Z[ host-image] Mar 24 23:48:12.153 INFO O| "etc/.pwd.lock"
91452026-03-24T23:48:14.072Z[ host-image] Mar 24 23:48:12.153 INFO O| "etc/bash"
91462026-03-24T23:48:14.072Z[ host-image] Mar 24 23:48:12.157 INFO O| "etc/svc/profile/generic.xml"
91472026-03-24T23:48:14.072Z[ host-image] Mar 24 23:48:12.157 INFO O| "etc/svc/profile/inetd_services.xml"
91482026-03-24T23:48:14.073Z[ host-image] Mar 24 23:48:12.157 INFO O| "etc/svc/profile/name_service.xml"
91492026-03-24T23:48:14.073Z[ host-image] Mar 24 23:48:12.158 INFO O| "etc/svc/profile/platform.xml"
91502026-03-24T23:48:14.073Z[ host-image] Mar 24 23:48:12.158 INFO O| "etc/svc/profile/platform_omicron1.xml"
91512026-03-24T23:48:14.073Z[ host-image] Mar 24 23:48:12.158 INFO O| "etc/svc/repository.db"
91522026-03-24T23:48:14.080Z[ host-image] Mar 24 23:48:12.165 INFO O| "opt/ooce/share"
91532026-03-24T23:48:14.080Z[ host-image] Mar 24 23:48:12.165 INFO O| "opt/ooce/share/man"
91542026-03-24T23:48:14.085Z[ host-image] Mar 24 23:48:12.166 INFO O| "opt/ooce/share/man/man1"
91552026-03-24T23:48:14.091Z[ host-image] Mar 24 23:48:12.176 INFO O| finishing archive...
91562026-03-24T23:48:14.193Z[ recovery-image] Mar 24 23:48:12.278 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
91572026-03-24T23:48:15.512Z[ recovery-image] Mar 24 23:48:13.597 INFO E| Compiling serde_derive v1.0.219
91582026-03-24T23:48:15.512Z[ recovery-image] Mar 24 23:48:13.597 INFO E| Compiling clap_derive v4.5.32
91592026-03-24T23:48:17.109Z[ recovery-image] Mar 24 23:48:15.196 INFO E| Compiling clap v4.5.37
91602026-03-24T23:48:17.138Z[ host-image] Mar 24 23:48:15.224 INFO O| creating gzonly manifest...
91612026-03-24T23:48:17.144Z[ host-image] Mar 24 23:48:15.231 INFO O| ok
91622026-03-24T23:48:17.322Z[ host-image] Mar 24 23:48:15.409 INFO image builder template: ramdisk-02-trim...
91632026-03-24T23:48:17.322Z[ host-image] Mar 24 23:48:15.409 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/.tmpOfiUse/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
91642026-03-24T23:48:17.342Z[ host-image] Mar 24 23:48:15.428 INFO O| Mar 24 23:48:15.428 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91652026-03-24T23:48:17.345Z[ host-image] Mar 24 23:48:15.431 INFO O| Mar 24 23:48:15.431 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91662026-03-24T23:48:17.516Z[ host-image] Mar 24 23:48:15.603 INFO O| Mar 24 23:48:15.602 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91672026-03-24T23:48:17.592Z[ host-image] Mar 24 23:48:15.679 INFO O| Mar 24 23:48:15.679 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91682026-03-24T23:48:17.592Z[ host-image] Mar 24 23:48:15.679 INFO O| Mar 24 23:48:15.679 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91692026-03-24T23:48:17.596Z[ host-image] Mar 24 23:48:15.683 INFO O| Mar 24 23:48:15.683 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91702026-03-24T23:48:17.600Z[ host-image] Mar 24 23:48:15.687 INFO O| Mar 24 23:48:15.687 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91712026-03-24T23:48:17.605Z[ host-image] Mar 24 23:48:15.692 INFO O| Mar 24 23:48:15.692 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91722026-03-24T23:48:17.863Z[ host-image] Mar 24 23:48:15.950 INFO O| Mar 24 23:48:15.950 INFO rolled back to input snapshot; work may begin
91732026-03-24T23:48:17.863Z[ host-image] Mar 24 23:48:15.950 INFO O| Mar 24 23:48:15.950 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91742026-03-24T23:48:17.867Z[ host-image] Mar 24 23:48:15.954 INFO O| Mar 24 23:48:15.954 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91752026-03-24T23:48:17.874Z[ host-image] Mar 24 23:48:15.962 INFO O| Mar 24 23:48:15.962 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91762026-03-24T23:48:17.920Z[ host-image] Mar 24 23:48:16.008 INFO O| Mar 24 23:48:16.008 INFO STEP 0 (remove_files) COMPLETE
91772026-03-24T23:48:17.921Z[ host-image] Mar 24 23:48:16.008 INFO O| Mar 24 23:48:16.008 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782026-03-24T23:48:17.930Z[ host-image] Mar 24 23:48:16.018 INFO O| Mar 24 23:48:16.018 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91792026-03-24T23:48:17.934Z[ host-image] Mar 24 23:48:16.020 INFO O| Mar 24 23:48:16.020 INFO STEP 1 (remove_files) COMPLETE
91802026-03-24T23:48:17.934Z[ host-image] Mar 24 23:48:16.020 INFO O| Mar 24 23:48:16.020 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812026-03-24T23:48:17.942Z[ host-image] Mar 24 23:48:16.028 INFO O| Mar 24 23:48:16.028 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91822026-03-24T23:48:17.954Z[ host-image] Mar 24 23:48:16.041 INFO O| Mar 24 23:48:16.041 INFO STEP 2 (remove_files) COMPLETE
91832026-03-24T23:48:17.954Z[ host-image] Mar 24 23:48:16.041 INFO O| Mar 24 23:48:16.041 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91842026-03-24T23:48:17.962Z[ host-image] Mar 24 23:48:16.049 INFO O| Mar 24 23:48:16.049 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91852026-03-24T23:48:17.965Z[ host-image] Mar 24 23:48:16.051 INFO O| Mar 24 23:48:16.051 INFO STEP 3 (remove_files) COMPLETE
91862026-03-24T23:48:17.965Z[ host-image] Mar 24 23:48:16.051 INFO O| Mar 24 23:48:16.051 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-03-24T23:48:17.972Z[ host-image] Mar 24 23:48:16.059 INFO O| Mar 24 23:48:16.059 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91882026-03-24T23:48:17.976Z[ recovery-image] Mar 24 23:48:16.059 INFO E| Compiling serde v1.0.219
91892026-03-24T23:48:17.976Z[ host-image] Mar 24 23:48:16.063 INFO O| Mar 24 23:48:16.062 INFO STEP 4 (remove_files) COMPLETE
91902026-03-24T23:48:17.976Z[ host-image] Mar 24 23:48:16.063 INFO O| Mar 24 23:48:16.063 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912026-03-24T23:48:17.984Z[ host-image] Mar 24 23:48:16.072 INFO O| Mar 24 23:48:16.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91922026-03-24T23:48:17.987Z[ host-image] Mar 24 23:48:16.074 INFO O| Mar 24 23:48:16.074 INFO STEP 5 (remove_files) COMPLETE
91932026-03-24T23:48:17.987Z[ host-image] Mar 24 23:48:16.074 INFO O| Mar 24 23:48:16.074 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942026-03-24T23:48:17.995Z[ host-image] Mar 24 23:48:16.082 INFO O| Mar 24 23:48:16.082 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91952026-03-24T23:48:18.004Z[ host-image] Mar 24 23:48:16.092 INFO O| Mar 24 23:48:16.092 INFO STEP 6 (remove_files) COMPLETE
91962026-03-24T23:48:18.004Z[ host-image] Mar 24 23:48:16.092 INFO O| Mar 24 23:48:16.092 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972026-03-24T23:48:18.013Z[ host-image] Mar 24 23:48:16.101 INFO O| Mar 24 23:48:16.101 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91982026-03-24T23:48:18.025Z[ host-image] Mar 24 23:48:16.112 INFO O| Mar 24 23:48:16.112 INFO STEP 7 (remove_files) COMPLETE
91992026-03-24T23:48:18.025Z[ host-image] Mar 24 23:48:16.112 INFO O| Mar 24 23:48:16.112 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002026-03-24T23:48:18.033Z[ host-image] Mar 24 23:48:16.120 INFO O| Mar 24 23:48:16.120 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92012026-03-24T23:48:18.101Z[ host-image] Mar 24 23:48:16.189 INFO O| Mar 24 23:48:16.189 INFO STEP 8 (remove_files) COMPLETE
92022026-03-24T23:48:18.102Z[ host-image] Mar 24 23:48:16.189 INFO O| Mar 24 23:48:16.189 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032026-03-24T23:48:18.110Z[ host-image] Mar 24 23:48:16.197 INFO O| Mar 24 23:48:16.197 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92042026-03-24T23:48:18.182Z[ host-image] Mar 24 23:48:16.269 INFO O| Mar 24 23:48:16.269 INFO STEP 9 (remove_files) COMPLETE
92052026-03-24T23:48:18.182Z[ host-image] Mar 24 23:48:16.269 INFO O| Mar 24 23:48:16.269 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062026-03-24T23:48:18.190Z[ host-image] Mar 24 23:48:16.277 INFO O| Mar 24 23:48:16.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92072026-03-24T23:48:18.193Z[ host-image] Mar 24 23:48:16.280 INFO O| Mar 24 23:48:16.280 INFO STEP 10 (remove_files) COMPLETE
92082026-03-24T23:48:18.193Z[ host-image] Mar 24 23:48:16.280 INFO O| Mar 24 23:48:16.280 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092026-03-24T23:48:18.199Z[ host-image] Mar 24 23:48:16.287 INFO O| Mar 24 23:48:16.287 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92102026-03-24T23:48:18.203Z[ host-image] Mar 24 23:48:16.288 INFO O| Mar 24 23:48:16.288 INFO STEP 11 (remove_files) COMPLETE
92112026-03-24T23:48:18.203Z[ host-image] Mar 24 23:48:16.288 INFO O| Mar 24 23:48:16.288 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122026-03-24T23:48:18.207Z[ host-image] Mar 24 23:48:16.295 INFO O| Mar 24 23:48:16.295 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92132026-03-24T23:48:18.211Z[ host-image] Mar 24 23:48:16.296 INFO O| Mar 24 23:48:16.296 INFO STEP 12 (remove_files) COMPLETE
92142026-03-24T23:48:18.211Z[ host-image] Mar 24 23:48:16.296 INFO O| Mar 24 23:48:16.296 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152026-03-24T23:48:18.409Z[ host-image] Mar 24 23:48:16.497 INFO O| Mar 24 23:48:16.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92162026-03-24T23:48:18.410Z[ host-image] Mar 24 23:48:16.497 INFO O| Mar 24 23:48:16.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92172026-03-24T23:48:18.413Z[ host-image] Mar 24 23:48:16.499 INFO O| Mar 24 23:48:16.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92182026-03-24T23:48:18.413Z[ host-image] Mar 24 23:48:16.499 INFO O| Mar 24 23:48:16.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92192026-03-24T23:48:18.478Z[ host-image] Mar 24 23:48:16.565 INFO O| Mar 24 23:48:16.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92202026-03-24T23:48:18.487Z[ host-image] Mar 24 23:48:16.574 INFO O| Mar 24 23:48:16.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92212026-03-24T23:48:18.490Z[ host-image] Mar 24 23:48:16.574 INFO O| Mar 24 23:48:16.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92222026-03-24T23:48:18.490Z[ host-image] Mar 24 23:48:16.574 INFO O| Mar 24 23:48:16.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92232026-03-24T23:48:18.490Z[ host-image] Mar 24 23:48:16.574 INFO O| Mar 24 23:48:16.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92242026-03-24T23:48:18.490Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92252026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92262026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92272026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92282026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92292026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92302026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92312026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92322026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92332026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92342026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.575 INFO O| Mar 24 23:48:16.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92352026-03-24T23:48:18.491Z[ host-image] Mar 24 23:48:16.576 INFO O| Mar 24 23:48:16.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92362026-03-24T23:48:18.499Z[ host-image] Mar 24 23:48:16.586 INFO O| Mar 24 23:48:16.586 INFO STEP 13 (remove_files) COMPLETE
92372026-03-24T23:48:18.499Z[ host-image] Mar 24 23:48:16.586 INFO O| Mar 24 23:48:16.586 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382026-03-24T23:48:18.508Z[ host-image] Mar 24 23:48:16.595 INFO O| Mar 24 23:48:16.595 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92392026-03-24T23:48:18.511Z[ host-image] Mar 24 23:48:16.596 INFO O| Mar 24 23:48:16.596 INFO STEP 14 (remove_files) COMPLETE
92402026-03-24T23:48:18.511Z[ host-image] Mar 24 23:48:16.596 INFO O| Mar 24 23:48:16.596 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-03-24T23:48:18.518Z[ host-image] Mar 24 23:48:16.605 INFO O| Mar 24 23:48:16.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92422026-03-24T23:48:18.525Z[ host-image] Mar 24 23:48:16.612 INFO O| Mar 24 23:48:16.612 INFO STEP 15 (remove_files) COMPLETE
92432026-03-24T23:48:18.525Z[ host-image] Mar 24 23:48:16.612 INFO O| Mar 24 23:48:16.612 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442026-03-24T23:48:18.533Z[ host-image] Mar 24 23:48:16.620 INFO O| Mar 24 23:48:16.620 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92452026-03-24T23:48:18.557Z[ host-image] Mar 24 23:48:16.621 INFO O| Mar 24 23:48:16.621 INFO STEP 16 (remove_files) COMPLETE
92462026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.621 INFO O| Mar 24 23:48:16.621 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.629 INFO O| Mar 24 23:48:16.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92482026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.630 INFO O| Mar 24 23:48:16.630 INFO STEP 17 (remove_files) COMPLETE
92492026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.630 INFO O| Mar 24 23:48:16.630 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.637 INFO O| Mar 24 23:48:16.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92512026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.637 INFO O| Mar 24 23:48:16.637 INFO STEP 18 (remove_files) COMPLETE
92522026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.637 INFO O| Mar 24 23:48:16.637 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.645 INFO O| Mar 24 23:48:16.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92542026-03-24T23:48:18.558Z[ host-image] Mar 24 23:48:16.645 INFO O| Mar 24 23:48:16.645 INFO STEP 19 (remove_files) COMPLETE
92552026-03-24T23:48:18.563Z[ host-image] Mar 24 23:48:16.645 INFO O| Mar 24 23:48:16.645 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-03-24T23:48:18.566Z[ host-image] Mar 24 23:48:16.653 INFO O| Mar 24 23:48:16.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92572026-03-24T23:48:18.567Z[ host-image] Mar 24 23:48:16.653 INFO O| Mar 24 23:48:16.653 INFO STEP 20 (remove_files) COMPLETE
92582026-03-24T23:48:18.567Z[ host-image] Mar 24 23:48:16.653 INFO O| Mar 24 23:48:16.653 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-03-24T23:48:18.572Z[ host-image] Mar 24 23:48:16.660 INFO O| Mar 24 23:48:16.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92602026-03-24T23:48:18.572Z[ host-image] Mar 24 23:48:16.660 INFO O| Mar 24 23:48:16.660 INFO STEP 21 (remove_files) COMPLETE
92612026-03-24T23:48:18.576Z[ host-image] Mar 24 23:48:16.660 INFO O| Mar 24 23:48:16.660 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-03-24T23:48:18.579Z[ host-image] Mar 24 23:48:16.667 INFO O| Mar 24 23:48:16.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92632026-03-24T23:48:18.579Z[ host-image] Mar 24 23:48:16.667 INFO O| Mar 24 23:48:16.667 INFO STEP 22 (remove_files) COMPLETE
92642026-03-24T23:48:18.582Z[ host-image] Mar 24 23:48:16.667 INFO O| Mar 24 23:48:16.667 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-03-24T23:48:18.587Z[ host-image] Mar 24 23:48:16.675 INFO O| Mar 24 23:48:16.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92662026-03-24T23:48:18.591Z[ host-image] Mar 24 23:48:16.675 INFO O| Mar 24 23:48:16.675 INFO STEP 23 (remove_files) COMPLETE
92672026-03-24T23:48:18.591Z[ host-image] Mar 24 23:48:16.675 INFO O| Mar 24 23:48:16.675 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-03-24T23:48:18.595Z[ host-image] Mar 24 23:48:16.682 INFO O| Mar 24 23:48:16.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92692026-03-24T23:48:18.598Z[ host-image] Mar 24 23:48:16.683 INFO O| Mar 24 23:48:16.682 INFO STEP 24 (remove_files) COMPLETE
92702026-03-24T23:48:18.598Z[ host-image] Mar 24 23:48:16.683 INFO O| Mar 24 23:48:16.682 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-03-24T23:48:18.602Z[ host-image] Mar 24 23:48:16.690 INFO O| Mar 24 23:48:16.690 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92722026-03-24T23:48:18.603Z[ host-image] Mar 24 23:48:16.690 INFO O| Mar 24 23:48:16.690 INFO STEP 25 (remove_files) COMPLETE
92732026-03-24T23:48:18.606Z[ host-image] Mar 24 23:48:16.690 INFO O| Mar 24 23:48:16.690 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-03-24T23:48:18.609Z[ host-image] Mar 24 23:48:16.697 INFO O| Mar 24 23:48:16.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92752026-03-24T23:48:18.613Z[ host-image] Mar 24 23:48:16.697 INFO O| Mar 24 23:48:16.697 INFO STEP 26 (remove_files) COMPLETE
92762026-03-24T23:48:18.613Z[ host-image] Mar 24 23:48:16.697 INFO O| Mar 24 23:48:16.697 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-03-24T23:48:18.617Z[ host-image] Mar 24 23:48:16.704 INFO O| Mar 24 23:48:16.704 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92782026-03-24T23:48:18.617Z[ host-image] Mar 24 23:48:16.704 INFO O| Mar 24 23:48:16.704 INFO STEP 27 (remove_files) COMPLETE
92792026-03-24T23:48:18.620Z[ host-image] Mar 24 23:48:16.704 INFO O| Mar 24 23:48:16.704 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-03-24T23:48:18.623Z[ host-image] Mar 24 23:48:16.711 INFO O| Mar 24 23:48:16.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92812026-03-24T23:48:18.626Z[ host-image] Mar 24 23:48:16.711 INFO O| Mar 24 23:48:16.711 INFO STEP 28 (remove_files) COMPLETE
92822026-03-24T23:48:18.626Z[ host-image] Mar 24 23:48:16.711 INFO O| Mar 24 23:48:16.711 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-03-24T23:48:18.631Z[ host-image] Mar 24 23:48:16.718 INFO O| Mar 24 23:48:16.718 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92842026-03-24T23:48:18.634Z[ host-image] Mar 24 23:48:16.718 INFO O| Mar 24 23:48:16.718 INFO STEP 29 (remove_files) COMPLETE
92852026-03-24T23:48:18.634Z[ host-image] Mar 24 23:48:16.718 INFO O| Mar 24 23:48:16.718 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-03-24T23:48:18.638Z[ host-image] Mar 24 23:48:16.725 INFO O| Mar 24 23:48:16.725 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92872026-03-24T23:48:18.638Z[ host-image] Mar 24 23:48:16.725 INFO O| Mar 24 23:48:16.725 INFO STEP 30 (remove_files) COMPLETE
92882026-03-24T23:48:18.638Z[ host-image] Mar 24 23:48:16.725 INFO O| Mar 24 23:48:16.725 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-03-24T23:48:18.645Z[ host-image] Mar 24 23:48:16.732 INFO O| Mar 24 23:48:16.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92902026-03-24T23:48:18.648Z[ host-image] Mar 24 23:48:16.732 INFO O| Mar 24 23:48:16.732 INFO STEP 31 (remove_files) COMPLETE
92912026-03-24T23:48:18.648Z[ host-image] Mar 24 23:48:16.732 INFO O| Mar 24 23:48:16.732 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-03-24T23:48:18.653Z[ host-image] Mar 24 23:48:16.739 INFO O| Mar 24 23:48:16.739 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92932026-03-24T23:48:18.653Z[ host-image] Mar 24 23:48:16.739 INFO O| Mar 24 23:48:16.739 INFO STEP 32 (remove_files) COMPLETE
92942026-03-24T23:48:18.653Z[ host-image] Mar 24 23:48:16.739 INFO O| Mar 24 23:48:16.739 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-03-24T23:48:18.658Z[ host-image] Mar 24 23:48:16.746 INFO O| Mar 24 23:48:16.746 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92962026-03-24T23:48:18.658Z[ host-image] Mar 24 23:48:16.746 INFO O| Mar 24 23:48:16.746 INFO STEP 33 (remove_files) COMPLETE
92972026-03-24T23:48:18.661Z[ host-image] Mar 24 23:48:16.746 INFO O| Mar 24 23:48:16.746 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-03-24T23:48:18.665Z[ host-image] Mar 24 23:48:16.753 INFO O| Mar 24 23:48:16.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92992026-03-24T23:48:18.665Z[ host-image] Mar 24 23:48:16.753 INFO O| Mar 24 23:48:16.753 INFO STEP 34 (remove_files) COMPLETE
93002026-03-24T23:48:18.668Z[ host-image] Mar 24 23:48:16.753 INFO O| Mar 24 23:48:16.753 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-03-24T23:48:18.673Z[ host-image] Mar 24 23:48:16.761 INFO O| Mar 24 23:48:16.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93022026-03-24T23:48:18.674Z[ host-image] Mar 24 23:48:16.761 INFO O| Mar 24 23:48:16.761 INFO STEP 35 (remove_files) COMPLETE
93032026-03-24T23:48:18.678Z[ host-image] Mar 24 23:48:16.761 INFO O| Mar 24 23:48:16.761 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-03-24T23:48:18.681Z[ host-image] Mar 24 23:48:16.768 INFO O| Mar 24 23:48:16.768 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93052026-03-24T23:48:18.682Z[ host-image] Mar 24 23:48:16.768 INFO O| Mar 24 23:48:16.768 INFO STEP 36 (remove_files) COMPLETE
93062026-03-24T23:48:18.682Z[ host-image] Mar 24 23:48:16.768 INFO O| Mar 24 23:48:16.768 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-03-24T23:48:18.687Z[ host-image] Mar 24 23:48:16.775 INFO O| Mar 24 23:48:16.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93082026-03-24T23:48:18.687Z[ host-image] Mar 24 23:48:16.775 INFO O| Mar 24 23:48:16.775 INFO STEP 37 (remove_files) COMPLETE
93092026-03-24T23:48:18.690Z[ host-image] Mar 24 23:48:16.775 INFO O| Mar 24 23:48:16.775 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-03-24T23:48:18.696Z[ host-image] Mar 24 23:48:16.783 INFO O| Mar 24 23:48:16.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93112026-03-24T23:48:18.696Z[ host-image] Mar 24 23:48:16.783 INFO O| Mar 24 23:48:16.783 INFO STEP 38 (remove_files) COMPLETE
93122026-03-24T23:48:18.700Z[ host-image] Mar 24 23:48:16.783 INFO O| Mar 24 23:48:16.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-03-24T23:48:18.704Z[ host-image] Mar 24 23:48:16.791 INFO O| Mar 24 23:48:16.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93142026-03-24T23:48:18.707Z[ host-image] Mar 24 23:48:16.791 INFO O| Mar 24 23:48:16.791 INFO STEP 39 (remove_files) COMPLETE
93152026-03-24T23:48:18.708Z[ host-image] Mar 24 23:48:16.791 INFO O| Mar 24 23:48:16.791 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-03-24T23:48:18.712Z[ host-image] Mar 24 23:48:16.798 INFO O| Mar 24 23:48:16.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93172026-03-24T23:48:18.712Z[ host-image] Mar 24 23:48:16.798 INFO O| Mar 24 23:48:16.798 INFO STEP 40 (remove_files) COMPLETE
93182026-03-24T23:48:18.712Z[ host-image] Mar 24 23:48:16.798 INFO O| Mar 24 23:48:16.798 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-03-24T23:48:18.718Z[ host-image] Mar 24 23:48:16.806 INFO O| Mar 24 23:48:16.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93202026-03-24T23:48:18.718Z[ host-image] Mar 24 23:48:16.806 INFO O| Mar 24 23:48:16.806 INFO STEP 41 (remove_files) COMPLETE
93212026-03-24T23:48:18.722Z[ host-image] Mar 24 23:48:16.806 INFO O| Mar 24 23:48:16.806 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-03-24T23:48:18.726Z[ host-image] Mar 24 23:48:16.813 INFO O| Mar 24 23:48:16.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93232026-03-24T23:48:18.729Z[ host-image] Mar 24 23:48:16.813 INFO O| Mar 24 23:48:16.813 INFO STEP 42 (remove_files) COMPLETE
93242026-03-24T23:48:18.729Z[ host-image] Mar 24 23:48:16.813 INFO O| Mar 24 23:48:16.813 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-03-24T23:48:18.733Z[ host-image] Mar 24 23:48:16.820 INFO O| Mar 24 23:48:16.820 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93262026-03-24T23:48:18.733Z[ host-image] Mar 24 23:48:16.820 INFO O| Mar 24 23:48:16.820 INFO STEP 43 (remove_files) COMPLETE
93272026-03-24T23:48:18.733Z[ host-image] Mar 24 23:48:16.820 INFO O| Mar 24 23:48:16.820 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-03-24T23:48:18.740Z[ host-image] Mar 24 23:48:16.827 INFO O| Mar 24 23:48:16.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93292026-03-24T23:48:18.743Z[ host-image] Mar 24 23:48:16.827 INFO O| Mar 24 23:48:16.827 INFO STEP 44 (remove_files) COMPLETE
93302026-03-24T23:48:18.743Z[ host-image] Mar 24 23:48:16.827 INFO O| Mar 24 23:48:16.827 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-03-24T23:48:18.747Z[ host-image] Mar 24 23:48:16.834 INFO O| Mar 24 23:48:16.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93322026-03-24T23:48:18.747Z[ host-image] Mar 24 23:48:16.834 INFO O| Mar 24 23:48:16.834 INFO STEP 45 (remove_files) COMPLETE
93332026-03-24T23:48:18.747Z[ host-image] Mar 24 23:48:16.834 INFO O| Mar 24 23:48:16.834 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-03-24T23:48:18.754Z[ host-image] Mar 24 23:48:16.842 INFO O| Mar 24 23:48:16.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93352026-03-24T23:48:18.755Z[ host-image] Mar 24 23:48:16.842 INFO O| Mar 24 23:48:16.842 INFO STEP 46 (remove_files) COMPLETE
93362026-03-24T23:48:18.755Z[ host-image] Mar 24 23:48:16.842 INFO O| Mar 24 23:48:16.842 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-03-24T23:48:18.762Z[ host-image] Mar 24 23:48:16.850 INFO O| Mar 24 23:48:16.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93382026-03-24T23:48:18.762Z[ host-image] Mar 24 23:48:16.850 INFO O| Mar 24 23:48:16.850 INFO STEP 47 (remove_files) COMPLETE
93392026-03-24T23:48:18.765Z[ host-image] Mar 24 23:48:16.850 INFO O| Mar 24 23:48:16.850 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-03-24T23:48:18.770Z[ host-image] Mar 24 23:48:16.857 INFO O| Mar 24 23:48:16.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93412026-03-24T23:48:18.770Z[ host-image] Mar 24 23:48:16.858 INFO O| Mar 24 23:48:16.858 INFO STEP 48 (remove_files) COMPLETE
93422026-03-24T23:48:18.773Z[ host-image] Mar 24 23:48:16.858 INFO O| Mar 24 23:48:16.858 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-03-24T23:48:18.777Z[ host-image] Mar 24 23:48:16.865 INFO O| Mar 24 23:48:16.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93442026-03-24T23:48:18.781Z[ host-image] Mar 24 23:48:16.865 INFO O| Mar 24 23:48:16.865 INFO STEP 49 (remove_files) COMPLETE
93452026-03-24T23:48:18.781Z[ host-image] Mar 24 23:48:16.865 INFO O| Mar 24 23:48:16.865 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-03-24T23:48:18.785Z[ host-image] Mar 24 23:48:16.872 INFO O| Mar 24 23:48:16.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93472026-03-24T23:48:18.788Z[ host-image] Mar 24 23:48:16.873 INFO O| Mar 24 23:48:16.873 INFO STEP 50 (remove_files) COMPLETE
93482026-03-24T23:48:18.788Z[ host-image] Mar 24 23:48:16.873 INFO O| Mar 24 23:48:16.873 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-03-24T23:48:18.792Z[ host-image] Mar 24 23:48:16.879 INFO O| Mar 24 23:48:16.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93502026-03-24T23:48:18.792Z[ host-image] Mar 24 23:48:16.879 INFO O| Mar 24 23:48:16.879 INFO STEP 51 (remove_files) COMPLETE
93512026-03-24T23:48:18.792Z[ host-image] Mar 24 23:48:16.879 INFO O| Mar 24 23:48:16.879 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-03-24T23:48:18.799Z[ host-image] Mar 24 23:48:16.887 INFO O| Mar 24 23:48:16.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93532026-03-24T23:48:18.799Z[ host-image] Mar 24 23:48:16.887 INFO O| Mar 24 23:48:16.887 INFO STEP 52 (remove_files) COMPLETE
93542026-03-24T23:48:18.803Z[ host-image] Mar 24 23:48:16.887 INFO O| Mar 24 23:48:16.887 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-03-24T23:48:18.806Z[ host-image] Mar 24 23:48:16.894 INFO O| Mar 24 23:48:16.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93562026-03-24T23:48:18.809Z[ host-image] Mar 24 23:48:16.894 INFO O| Mar 24 23:48:16.894 INFO STEP 53 (remove_files) COMPLETE
93572026-03-24T23:48:18.810Z[ host-image] Mar 24 23:48:16.894 INFO O| Mar 24 23:48:16.894 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-03-24T23:48:18.814Z[ host-image] Mar 24 23:48:16.902 INFO O| Mar 24 23:48:16.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93592026-03-24T23:48:18.817Z[ host-image] Mar 24 23:48:16.902 INFO O| Mar 24 23:48:16.902 INFO STEP 54 (remove_files) COMPLETE
93602026-03-24T23:48:18.817Z[ host-image] Mar 24 23:48:16.902 INFO O| Mar 24 23:48:16.902 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-03-24T23:48:18.823Z[ host-image] Mar 24 23:48:16.909 INFO O| Mar 24 23:48:16.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93622026-03-24T23:48:18.827Z[ host-image] Mar 24 23:48:16.909 INFO O| Mar 24 23:48:16.909 INFO STEP 55 (remove_files) COMPLETE
93632026-03-24T23:48:18.827Z[ host-image] Mar 24 23:48:16.909 INFO O| Mar 24 23:48:16.909 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-03-24T23:48:18.831Z[ host-image] Mar 24 23:48:16.916 INFO O| Mar 24 23:48:16.916 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93652026-03-24T23:48:18.831Z[ host-image] Mar 24 23:48:16.916 INFO O| Mar 24 23:48:16.916 INFO STEP 56 (remove_files) COMPLETE
93662026-03-24T23:48:18.831Z[ host-image] Mar 24 23:48:16.916 INFO O| Mar 24 23:48:16.916 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672026-03-24T23:48:18.836Z[ host-image] Mar 24 23:48:16.923 INFO O| Mar 24 23:48:16.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93682026-03-24T23:48:18.839Z[ host-image] Mar 24 23:48:16.923 INFO O| Mar 24 23:48:16.923 INFO STEP 57 (remove_files) COMPLETE
93692026-03-24T23:48:18.839Z[ host-image] Mar 24 23:48:16.923 INFO O| Mar 24 23:48:16.923 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-03-24T23:48:18.843Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93712026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93722026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93732026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93742026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93752026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93762026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO ok!
93772026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO STEP 58 (ensure_file) COMPLETE
93782026-03-24T23:48:18.847Z[ host-image] Mar 24 23:48:16.931 INFO O| Mar 24 23:48:16.931 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792026-03-24T23:48:18.853Z[ host-image] Mar 24 23:48:16.940 INFO O| Mar 24 23:48:16.940 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93802026-03-24T23:48:18.853Z[ host-image] Mar 24 23:48:16.940 INFO O| Mar 24 23:48:16.940 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93812026-03-24T23:48:18.856Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.940 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93822026-03-24T23:48:18.856Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93832026-03-24T23:48:18.857Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93842026-03-24T23:48:18.857Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93852026-03-24T23:48:18.857Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO ok!
93862026-03-24T23:48:18.857Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO STEP 59 (ensure_file) COMPLETE
93872026-03-24T23:48:18.857Z[ host-image] Mar 24 23:48:16.941 INFO O| Mar 24 23:48:16.941 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882026-03-24T23:48:18.860Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93892026-03-24T23:48:18.861Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93902026-03-24T23:48:18.861Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93912026-03-24T23:48:18.861Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO ok!
93922026-03-24T23:48:18.861Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO STEP 60 (ensure_file) COMPLETE
93932026-03-24T23:48:18.861Z[ host-image] Mar 24 23:48:16.947 INFO O| Mar 24 23:48:16.947 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-03-24T23:48:18.867Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93952026-03-24T23:48:18.870Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93962026-03-24T23:48:18.870Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93972026-03-24T23:48:18.871Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 INFO ok!
93982026-03-24T23:48:18.871Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 INFO STEP 61 (ensure_file) COMPLETE
93992026-03-24T23:48:18.871Z[ host-image] Mar 24 23:48:16.954 INFO O| Mar 24 23:48:16.954 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002026-03-24T23:48:18.875Z[ host-image] Mar 24 23:48:16.962 INFO O| Mar 24 23:48:16.962 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94012026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.962 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94022026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.963 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94032026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.963 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94042026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.963 INFO ok!
94052026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.963 INFO STEP 62 (ensure_file) COMPLETE
94062026-03-24T23:48:18.878Z[ host-image] Mar 24 23:48:16.963 INFO O| Mar 24 23:48:16.963 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-03-24T23:48:18.882Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94082026-03-24T23:48:18.882Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94092026-03-24T23:48:18.886Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94102026-03-24T23:48:18.886Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94112026-03-24T23:48:18.886Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO ok!
94122026-03-24T23:48:18.886Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO STEP 63 (ensure_file) COMPLETE
94132026-03-24T23:48:18.886Z[ host-image] Mar 24 23:48:16.970 INFO O| Mar 24 23:48:16.970 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-03-24T23:48:18.890Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94152026-03-24T23:48:18.890Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94162026-03-24T23:48:18.893Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94172026-03-24T23:48:18.894Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO ok!
94182026-03-24T23:48:18.894Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO STEP 64 (assemble_files) COMPLETE
94192026-03-24T23:48:18.894Z[ host-image] Mar 24 23:48:16.978 INFO O| Mar 24 23:48:16.978 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-03-24T23:48:18.898Z[ host-image] Mar 24 23:48:16.985 INFO O| Mar 24 23:48:16.985 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94212026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.985 INFO O| Mar 24 23:48:16.985 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94222026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.986 INFO O| Mar 24 23:48:16.986 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94232026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.986 INFO O| Mar 24 23:48:16.986 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94242026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.986 INFO O| Mar 24 23:48:16.986 INFO ok!
94252026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.986 INFO O| Mar 24 23:48:16.986 INFO STEP 65 (ensure_file) COMPLETE
94262026-03-24T23:48:18.902Z[ host-image] Mar 24 23:48:16.986 INFO O| Mar 24 23:48:16.986 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-03-24T23:48:18.906Z[ host-image] Mar 24 23:48:16.993 INFO O| Mar 24 23:48:16.993 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94282026-03-24T23:48:18.906Z[ host-image] Mar 24 23:48:16.993 INFO O| Mar 24 23:48:16.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94292026-03-24T23:48:18.906Z[ host-image] Mar 24 23:48:16.993 INFO O| Mar 24 23:48:16.993 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94302026-03-24T23:48:18.906Z[ host-image] Mar 24 23:48:16.993 INFO O| Mar 24 23:48:16.993 INFO STEP 66 (ensure_dir) COMPLETE
94312026-03-24T23:48:18.906Z[ host-image] Mar 24 23:48:16.993 INFO O| Mar 24 23:48:16.993 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-03-24T23:48:18.914Z[ host-image] Mar 24 23:48:17.001 INFO O| Mar 24 23:48:17.001 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94332026-03-24T23:48:18.914Z[ host-image] Mar 24 23:48:17.001 INFO O| Mar 24 23:48:17.001 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 ...
94342026-03-24T23:48:18.920Z[ host-image] Mar 24 23:48:17.008 INFO O| Mar 24 23:48:17.008 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
94352026-03-24T23:48:18.921Z[ host-image] Mar 24 23:48:17.008 INFO O| Mar 24 23:48:17.008 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94362026-03-24T23:48:18.924Z[ host-image] Mar 24 23:48:17.008 INFO O| Mar 24 23:48:17.008 INFO ok!
94372026-03-24T23:48:18.924Z[ host-image] Mar 24 23:48:17.008 INFO O| Mar 24 23:48:17.008 INFO STEP 67 (ensure_file) COMPLETE
94382026-03-24T23:48:18.924Z[ host-image] Mar 24 23:48:17.008 INFO O| Mar 24 23:48:17.008 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94402026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 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 ...
94412026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 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
94422026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94432026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 INFO ok!
94442026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 INFO STEP 68 (ensure_file) COMPLETE
94452026-03-24T23:48:18.928Z[ host-image] Mar 24 23:48:17.015 INFO O| Mar 24 23:48:17.015 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-03-24T23:48:18.938Z[ host-image] Mar 24 23:48:17.025 INFO O| Mar 24 23:48:17.025 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94472026-03-24T23:48:18.942Z[ host-image] Mar 24 23:48:17.025 INFO O| Mar 24 23:48:17.025 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94482026-03-24T23:48:20.428Z[ recovery-image] Mar 24 23:48:18.516 INFO E| Compiling serde_spanned v0.6.8
94492026-03-24T23:48:20.428Z[ recovery-image] Mar 24 23:48:18.516 INFO E| Compiling toml_datetime v0.6.9
94502026-03-24T23:48:20.601Z[ recovery-image] Mar 24 23:48:18.689 INFO E| Compiling toml_edit v0.22.26
94512026-03-24T23:48:20.691Z[ host-image] Mar 24 23:48:18.780 INFO O| Mar 24 23:48:18.780 INFO STEP 69 (pack_tar) COMPLETE
94522026-03-24T23:48:20.691Z[ host-image] Mar 24 23:48:18.780 INFO O| Mar 24 23:48:18.780 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94532026-03-24T23:48:20.691Z[ host-image] Mar 24 23:48:18.780 INFO O| Mar 24 23:48:18.780 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94542026-03-24T23:48:21.288Z[ host-image] Mar 24 23:48:19.377 INFO O| Mar 24 23:48:19.377 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-03-24T23:48:21.432Z[ host-image] Mar 24 23:48:19.520 INFO O| Mar 24 23:48:19.520 INFO completed processing sled/ramdisk-02-trim
94562026-03-24T23:48:21.436Z[ host-image] Mar 24 23:48:19.522 INFO image builder template: zfs...
94572026-03-24T23:48:21.436Z[ host-image] Mar 24 23:48:19.522 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/.tmpOfiUse/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
94582026-03-24T23:48:21.446Z[ host-image] Mar 24 23:48:19.535 INFO O| Mar 24 23:48:19.535 INFO skip include "stress" because feature "stress" is not enabled
94592026-03-24T23:48:21.446Z[ host-image] Mar 24 23:48:19.535 INFO O| Mar 24 23:48:19.535 INFO skip include "stress" because feature "compliance" is not enabled
94602026-03-24T23:48:21.477Z[ host-image] Mar 24 23:48:19.566 INFO O| Mar 24 23:48:19.566 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94612026-03-24T23:48:21.481Z[ host-image] Mar 24 23:48:19.569 INFO O| Mar 24 23:48:19.569 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94622026-03-24T23:48:21.620Z[ host-image] Mar 24 23:48:19.708 INFO O| Mar 24 23:48:19.708 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94632026-03-24T23:48:21.690Z[ host-image] Mar 24 23:48:19.779 INFO O| Mar 24 23:48:19.779 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94642026-03-24T23:48:21.690Z[ host-image] Mar 24 23:48:19.779 INFO O| Mar 24 23:48:19.779 INFO work dataset: rpool/images/build/host/work/sled/zfs
94652026-03-24T23:48:21.693Z[ host-image] Mar 24 23:48:19.782 INFO O| Mar 24 23:48:19.782 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94662026-03-24T23:48:21.828Z[ host-image] Mar 24 23:48:19.917 INFO O| Mar 24 23:48:19.917 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94672026-03-24T23:48:21.943Z[ host-image] Mar 24 23:48:20.031 INFO O| Mar 24 23:48:20.031 INFO DESTROY POOL: TEMPORARY-sled-zfs
94682026-03-24T23:48:21.951Z[ host-image] Mar 24 23:48:20.040 INFO O| Mar 24 23:48:20.040 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94692026-03-24T23:48:21.954Z[ host-image] Mar 24 23:48:20.043 INFO O| Mar 24 23:48:20.043 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94702026-03-24T23:48:21.957Z[ host-image] Mar 24 23:48:20.043 INFO O| Mar 24 23:48:20.043 INFO no lofi found
94712026-03-24T23:48:21.957Z[ host-image] Mar 24 23:48:20.043 INFO O| Mar 24 23:48:20.043 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94722026-03-24T23:48:21.957Z[ host-image] Mar 24 23:48:20.044 INFO O| Mar 24 23:48:20.043 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94732026-03-24T23:48:22.296Z[ recovery-image] Mar 24 23:48:20.386 INFO E| Compiling toml v0.8.22
94742026-03-24T23:48:23.912Z[ host-image] Mar 24 23:48:22.002 INFO O| Mar 24 23:48:22.002 INFO lofi device = /dev/dsk/c2t1d0p0
94752026-03-24T23:48:23.912Z[ host-image] Mar 24 23:48:22.002 INFO O| Mar 24 23:48:22.002 INFO pool device = /dev/dsk/c2t1d0p0
94762026-03-24T23:48:23.916Z[ host-image] Mar 24 23:48:22.002 INFO O| Mar 24 23:48:22.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
94772026-03-24T23:48:24.017Z[ host-image] Mar 24 23:48:22.107 INFO O| Mar 24 23:48:22.107 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94782026-03-24T23:48:24.017Z[ host-image] Mar 24 23:48:22.107 INFO O| Mar 24 23:48:22.107 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94792026-03-24T23:48:24.033Z[ host-image] Mar 24 23:48:22.123 INFO O| Mar 24 23:48:22.123 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94802026-03-24T23:48:24.078Z[ host-image] Mar 24 23:48:22.169 INFO O| Mar 24 23:48:22.169 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94812026-03-24T23:48:24.108Z[ host-image] Mar 24 23:48:22.199 INFO O| Mar 24 23:48:22.199 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94822026-03-24T23:48:24.118Z[ host-image] Mar 24 23:48:22.209 INFO O| Mar 24 23:48:22.209 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94832026-03-24T23:48:24.126Z[ host-image] Mar 24 23:48:22.217 INFO O| Mar 24 23:48:22.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94842026-03-24T23:48:24.162Z[ host-image] Mar 24 23:48:22.253 INFO O| Mar 24 23:48:22.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94852026-03-24T23:48:24.162Z[ host-image] Mar 24 23:48:22.253 INFO O| Mar 24 23:48:22.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94862026-03-24T23:48:24.166Z[ host-image] Mar 24 23:48:22.253 INFO O| Mar 24 23:48:22.253 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94872026-03-24T23:48:24.176Z[ host-image] Mar 24 23:48:22.266 INFO O| Mar 24 23:48:22.266 INFO boot environment UUID: ef3e4ebf-6aea-4976-82cd-5b4ca9980ae0
94882026-03-24T23:48:24.176Z[ host-image] Mar 24 23:48:22.266 INFO O| Mar 24 23:48:22.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ef3e4ebf-6aea-4976-82cd-5b4ca9980ae0
94892026-03-24T23:48:24.182Z[ host-image] Mar 24 23:48:22.273 INFO O| Mar 24 23:48:22.273 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94902026-03-24T23:48:24.188Z[ host-image] Mar 24 23:48:22.279 INFO O| Mar 24 23:48:22.279 INFO STEP 0 (create_be) COMPLETE
94912026-03-24T23:48:24.191Z[ host-image] Mar 24 23:48:22.279 INFO O| Mar 24 23:48:22.279 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94922026-03-24T23:48:24.199Z[ host-image] Mar 24 23:48:22.290 INFO O| Mar 24 23:48:22.290 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94932026-03-24T23:48:24.890Z[ recovery-image] Mar 24 23:48:22.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
94942026-03-24T23:48:24.904Z[ recovery-image] Mar 24 23:48:22.995 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.7.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
94952026-03-24T23:48:24.919Z[ recovery-image] Mar 24 23:48:23.010 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
94962026-03-24T23:48:25.019Z[ recovery-image] Mar 24 23:48:23.110 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
94972026-03-24T23:48:25.023Z[ recovery-image] Mar 24 23:48:23.114 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.7 -o /work/os-recovery/cosmo.rom`
94982026-03-24T23:48:25.296Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
94992026-03-24T23:48:25.296Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
95002026-03-24T23:48:25.301Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
95012026-03-24T23:48:25.301Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
95022026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
95032026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
95042026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
95052026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
95062026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
95072026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
95082026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
95092026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
95102026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
95112026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
95122026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
95132026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
95142026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
95152026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
95162026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
95172026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
95182026-03-24T23:48:25.302Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
95192026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
95202026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
95212026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
95222026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
95232026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
95242026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
95252026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
95262026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
95272026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
95282026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
95292026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
95302026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
95312026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
95322026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
95332026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
95342026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
95352026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
95362026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
95372026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
95382026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
95392026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
95402026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
95412026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
95422026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
95432026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
95442026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
95452026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
95462026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
95472026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
95482026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
95492026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
95502026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
95512026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO O| Info: ABL version: 0x1007f011
95522026-03-24T23:48:25.303Z[ recovery-image] Mar 24 23:48:23.389 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
95532026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.389 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
95542026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
95552026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
95562026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
95572026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
95582026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
95592026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
95602026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
95612026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
95622026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
95632026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
95642026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
95652026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
95662026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
95672026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
95682026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
95692026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
95702026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
95712026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
95722026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
95732026-03-24T23:48:25.304Z[ recovery-image] Mar 24 23:48:23.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
95742026-03-24T23:48:25.340Z[ recovery-image] Mar 24 23:48:23.431 INFO building ROM for gimlet
95752026-03-24T23:48:25.340Z[ recovery-image] Mar 24 23:48:23.431 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")
95762026-03-24T23:48:25.461Z[ recovery-image] Mar 24 23:48:23.552 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
95772026-03-24T23:48:25.464Z[ recovery-image] Mar 24 23:48:23.555 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`
95782026-03-24T23:48:25.476Z[ recovery-image] Mar 24 23:48:23.567 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
95792026-03-24T23:48:25.570Z[ recovery-image] Mar 24 23:48:23.660 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
95802026-03-24T23:48:25.580Z[ recovery-image] Mar 24 23:48:23.664 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`
95812026-03-24T23:48:25.725Z[ recovery-image] Mar 24 23:48:23.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
95822026-03-24T23:48:25.725Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
95832026-03-24T23:48:25.725Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
95842026-03-24T23:48:25.728Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
95852026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
95862026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
95872026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
95882026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
95892026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
95902026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
95912026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
95922026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
95932026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
95942026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
95952026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
95962026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
95972026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
95982026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
95992026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
96002026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
96012026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
96022026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
96032026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
96042026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
96052026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
96062026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
96072026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
96082026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
96092026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
96102026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
96112026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.818 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
96122026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.818 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
96132026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.818 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
96142026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.818 INFO O| Info: ABL version: 0x100f5010
96152026-03-24T23:48:25.729Z[ recovery-image] Mar 24 23:48:23.818 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
96162026-03-24T23:48:25.768Z[ recovery-image] Mar 24 23:48:23.859 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
96172026-03-24T23:48:25.768Z[ recovery-image] Mar 24 23:48:23.859 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96182026-03-24T23:48:28.568Z[ recovery-image] Mar 24 23:48:26.660 INFO image complete! materials are in "/work/os-recovery"
96192026-03-24T23:48:28.571Z[ recovery-image]
96202026-03-24T23:48:28.571Z[ recovery-image] real 15:01.752095081
96212026-03-24T23:48:28.571Z[ recovery-image] user 13:15.394269765
96222026-03-24T23:48:28.571Z[ recovery-image] sys 1:11.767325446
96232026-03-24T23:48:28.571Z[ recovery-image] trap 0.230542214
96242026-03-24T23:48:28.571Z[ recovery-image] tflt 0.556711613
96252026-03-24T23:48:28.571Z[ recovery-image] dflt 1.071995013
96262026-03-24T23:48:28.571Z[ recovery-image] kflt 0.000032233
96272026-03-24T23:48:28.571Z[ recovery-image] lock 17:15.760447899
96282026-03-24T23:48:28.571Z[ recovery-image] slp 1:27:21.198584831
96292026-03-24T23:48:28.571Z[ recovery-image] lat 52.020201381
96302026-03-24T23:48:28.571Z[ recovery-image] stop 6.101606926
96312026-03-24T23:48:28.574ZMar 24 23:48:26.664 INFO [recovery-image] process exited with exit status: 0 (901.778604598s)
96322026-03-24T23:48:33.366Z[ host-image] Mar 24 23:48:31.460 INFO O| Mar 24 23:48:31.460 INFO STEP 1 (unpack_tar) COMPLETE
96332026-03-24T23:48:33.366Z[ host-image] Mar 24 23:48:31.460 INFO O| Mar 24 23:48:31.460 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96342026-03-24T23:48:33.374Z[ host-image] Mar 24 23:48:31.469 INFO O| Mar 24 23:48:31.469 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96352026-03-24T23:48:33.646Z[ host-image] Mar 24 23:48:31.740 INFO O| Mar 24 23:48:31.740 INFO STEP 2 (devfsadm) COMPLETE
96362026-03-24T23:48:33.646Z[ host-image] Mar 24 23:48:31.740 INFO O| Mar 24 23:48:31.740 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96372026-03-24T23:48:33.654Z[ host-image] Mar 24 23:48:31.749 INFO O| Mar 24 23:48:31.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96382026-03-24T23:48:33.654Z[ host-image] Mar 24 23:48:31.749 INFO O| Mar 24 23:48:31.749 INFO STEP 3 (ensure_dir) COMPLETE
96392026-03-24T23:48:33.654Z[ host-image] Mar 24 23:48:31.749 INFO O| Mar 24 23:48:31.749 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96402026-03-24T23:48:33.662Z[ host-image] Mar 24 23:48:31.757 INFO O| Mar 24 23:48:31.757 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96412026-03-24T23:48:33.662Z[ host-image] Mar 24 23:48:31.757 INFO O| Mar 24 23:48:31.757 INFO STEP 4 (ensure_dir) COMPLETE
96422026-03-24T23:48:33.666Z[ host-image] Mar 24 23:48:31.757 INFO O| Mar 24 23:48:31.757 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96432026-03-24T23:48:33.669Z[ host-image] Mar 24 23:48:31.764 INFO O| Mar 24 23:48:31.764 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96442026-03-24T23:48:33.669Z[ host-image] Mar 24 23:48:31.764 INFO O| Mar 24 23:48:31.764 INFO STEP 5 (ensure_dir) COMPLETE
96452026-03-24T23:48:33.669Z[ host-image] Mar 24 23:48:31.764 INFO O| Mar 24 23:48:31.764 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96462026-03-24T23:48:33.676Z[ host-image] Mar 24 23:48:31.771 INFO O| Mar 24 23:48:31.771 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96472026-03-24T23:48:33.676Z[ host-image] Mar 24 23:48:31.771 INFO O| Mar 24 23:48:31.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96482026-03-24T23:48:33.679Z[ host-image] Mar 24 23:48:31.771 INFO O| Mar 24 23:48:31.771 INFO STEP 6 (ensure_dir) COMPLETE
96492026-03-24T23:48:33.679Z[ host-image] Mar 24 23:48:31.771 INFO O| Mar 24 23:48:31.771 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96502026-03-24T23:48:33.684Z[ host-image] Mar 24 23:48:31.779 INFO O| Mar 24 23:48:31.779 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96512026-03-24T23:48:33.684Z[ host-image] Mar 24 23:48:31.779 INFO O| Mar 24 23:48:31.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96522026-03-24T23:48:33.687Z[ host-image] Mar 24 23:48:31.779 INFO O| Mar 24 23:48:31.779 INFO STEP 7 (ensure_dir) COMPLETE
96532026-03-24T23:48:33.687Z[ host-image] Mar 24 23:48:31.779 INFO O| Mar 24 23:48:31.779 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96542026-03-24T23:48:33.692Z[ host-image] Mar 24 23:48:31.787 INFO O| Mar 24 23:48:31.787 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96552026-03-24T23:48:33.695Z[ host-image] Mar 24 23:48:31.788 INFO O| Mar 24 23:48:31.788 INFO STEP 8 (remove_files) COMPLETE
96562026-03-24T23:48:33.695Z[ host-image] Mar 24 23:48:31.788 INFO O| Mar 24 23:48:31.788 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96572026-03-24T23:48:33.700Z[ host-image] Mar 24 23:48:31.796 INFO O| Mar 24 23:48:31.796 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96582026-03-24T23:48:33.704Z[ host-image] Mar 24 23:48:31.796 INFO O| Mar 24 23:48:31.796 INFO STEP 9 (remove_files) COMPLETE
96592026-03-24T23:48:33.704Z[ host-image] Mar 24 23:48:31.796 INFO O| Mar 24 23:48:31.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96602026-03-24T23:48:33.709Z[ host-image] Mar 24 23:48:31.804 INFO O| Mar 24 23:48:31.804 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96612026-03-24T23:48:33.712Z[ host-image] Mar 24 23:48:31.805 INFO O| Mar 24 23:48:31.805 INFO STEP 10 (remove_files) COMPLETE
96622026-03-24T23:48:33.712Z[ host-image] Mar 24 23:48:31.805 INFO O| Mar 24 23:48:31.805 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96632026-03-24T23:48:33.716Z[ host-image] Mar 24 23:48:31.812 INFO O| Mar 24 23:48:31.812 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96642026-03-24T23:48:33.720Z[ host-image] Mar 24 23:48:31.812 INFO O| Mar 24 23:48:31.812 INFO STEP 11 (remove_files) COMPLETE
96652026-03-24T23:48:33.720Z[ host-image] Mar 24 23:48:31.812 INFO O| Mar 24 23:48:31.812 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96662026-03-24T23:48:33.724Z[ host-image] Mar 24 23:48:31.819 INFO O| Mar 24 23:48:31.819 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
96672026-03-24T23:48:33.727Z[ host-image] Mar 24 23:48:31.819 INFO O| Mar 24 23:48:31.819 INFO STEP 12 (remove_files) COMPLETE
96682026-03-24T23:48:33.727Z[ host-image] Mar 24 23:48:31.819 INFO O| Mar 24 23:48:31.819 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96692026-03-24T23:48:33.731Z[ host-image] Mar 24 23:48:31.826 INFO O| Mar 24 23:48:31.826 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96702026-03-24T23:48:33.735Z[ host-image] Mar 24 23:48:31.827 INFO O| Mar 24 23:48:31.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96712026-03-24T23:48:33.735Z[ host-image] Mar 24 23:48:31.827 INFO O| Mar 24 23:48:31.827 INFO STEP 13 (ensure_dir) COMPLETE
96722026-03-24T23:48:33.735Z[ host-image] Mar 24 23:48:31.827 INFO O| Mar 24 23:48:31.827 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96732026-03-24T23:48:33.738Z[ host-image] Mar 24 23:48:31.833 INFO O| Mar 24 23:48:31.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96742026-03-24T23:48:33.741Z[ host-image] Mar 24 23:48:31.833 INFO O| Mar 24 23:48:31.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96752026-03-24T23:48:33.741Z[ host-image] Mar 24 23:48:31.833 INFO O| Mar 24 23:48:31.833 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96762026-03-24T23:48:33.741Z[ host-image] Mar 24 23:48:31.833 INFO O| Mar 24 23:48:31.833 INFO STEP 14 (ensure_dir) COMPLETE
96772026-03-24T23:48:33.741Z[ host-image] Mar 24 23:48:31.834 INFO O| Mar 24 23:48:31.833 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96782026-03-24T23:48:33.746Z[ host-image] Mar 24 23:48:31.840 INFO O| Mar 24 23:48:31.840 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96792026-03-24T23:48:33.746Z[ host-image] Mar 24 23:48:31.840 INFO O| Mar 24 23:48:31.840 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96802026-03-24T23:48:33.746Z[ host-image] Mar 24 23:48:31.840 INFO O| Mar 24 23:48:31.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96812026-03-24T23:48:33.746Z[ host-image] Mar 24 23:48:31.840 INFO O| Mar 24 23:48:31.840 INFO STEP 15 (ensure_dir) COMPLETE
96822026-03-24T23:48:33.746Z[ host-image] Mar 24 23:48:31.840 INFO O| Mar 24 23:48:31.840 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96832026-03-24T23:48:33.754Z[ host-image] Mar 24 23:48:31.848 INFO O| Mar 24 23:48:31.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96842026-03-24T23:48:33.758Z[ host-image] Mar 24 23:48:31.848 INFO O| Mar 24 23:48:31.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96852026-03-24T23:48:33.758Z[ host-image] Mar 24 23:48:31.848 INFO O| Mar 24 23:48:31.848 INFO STEP 16 (ensure_dir) COMPLETE
96862026-03-24T23:48:33.758Z[ host-image] Mar 24 23:48:31.848 INFO O| Mar 24 23:48:31.848 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96872026-03-24T23:48:33.761Z[ host-image] Mar 24 23:48:31.855 INFO O| Mar 24 23:48:31.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96882026-03-24T23:48:33.761Z[ host-image] Mar 24 23:48:31.855 INFO O| Mar 24 23:48:31.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96892026-03-24T23:48:33.761Z[ host-image] Mar 24 23:48:31.855 INFO O| Mar 24 23:48:31.855 INFO STEP 17 (ensure_dir) COMPLETE
96902026-03-24T23:48:33.761Z[ host-image] Mar 24 23:48:31.855 INFO O| Mar 24 23:48:31.855 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96912026-03-24T23:48:33.768Z[ host-image] Mar 24 23:48:31.864 INFO O| Mar 24 23:48:31.863 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
96922026-03-24T23:48:33.768Z[ host-image] Mar 24 23:48:31.864 INFO O| Mar 24 23:48:31.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
96932026-03-24T23:48:33.772Z[ host-image] Mar 24 23:48:31.864 INFO O| Mar 24 23:48:31.864 INFO ok!
96942026-03-24T23:48:33.772Z[ host-image] Mar 24 23:48:31.864 INFO O| Mar 24 23:48:31.864 INFO STEP 18 (ensure_symlink) COMPLETE
96952026-03-24T23:48:33.772Z[ host-image] Mar 24 23:48:31.864 INFO O| Mar 24 23:48:31.864 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96962026-03-24T23:48:33.775Z[ host-image] Mar 24 23:48:31.870 INFO O| Mar 24 23:48:31.870 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
96972026-03-24T23:48:33.778Z[ host-image] Mar 24 23:48:31.870 INFO O| Mar 24 23:48:31.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
96982026-03-24T23:48:33.778Z[ host-image] Mar 24 23:48:31.870 INFO O| Mar 24 23:48:31.870 INFO ok!
96992026-03-24T23:48:33.778Z[ host-image] Mar 24 23:48:31.871 INFO O| Mar 24 23:48:31.870 INFO STEP 19 (ensure_file) COMPLETE
97002026-03-24T23:48:33.778Z[ host-image] Mar 24 23:48:31.871 INFO O| Mar 24 23:48:31.870 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97012026-03-24T23:48:33.782Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97022026-03-24T23:48:33.785Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97032026-03-24T23:48:33.785Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97042026-03-24T23:48:33.785Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO ok!
97052026-03-24T23:48:33.785Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO STEP 20 (ensure_symlink) COMPLETE
97062026-03-24T23:48:33.785Z[ host-image] Mar 24 23:48:31.877 INFO O| Mar 24 23:48:31.877 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97072026-03-24T23:48:33.789Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97082026-03-24T23:48:33.789Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97092026-03-24T23:48:33.792Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97102026-03-24T23:48:33.792Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO ok!
97112026-03-24T23:48:33.792Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO STEP 21 (ensure_symlink) COMPLETE
97122026-03-24T23:48:33.792Z[ host-image] Mar 24 23:48:31.884 INFO O| Mar 24 23:48:31.884 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97132026-03-24T23:48:33.796Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97142026-03-24T23:48:33.796Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97152026-03-24T23:48:33.796Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97162026-03-24T23:48:33.796Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO ok!
97172026-03-24T23:48:33.796Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO STEP 22 (ensure_symlink) COMPLETE
97182026-03-24T23:48:33.799Z[ host-image] Mar 24 23:48:31.891 INFO O| Mar 24 23:48:31.891 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97192026-03-24T23:48:33.803Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97202026-03-24T23:48:33.803Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97212026-03-24T23:48:33.806Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97222026-03-24T23:48:33.806Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO ok!
97232026-03-24T23:48:33.806Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO STEP 23 (ensure_symlink) COMPLETE
97242026-03-24T23:48:33.806Z[ host-image] Mar 24 23:48:31.898 INFO O| Mar 24 23:48:31.898 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97252026-03-24T23:48:33.811Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97262026-03-24T23:48:33.812Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97272026-03-24T23:48:33.815Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97282026-03-24T23:48:33.815Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 INFO ok!
97292026-03-24T23:48:33.815Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 INFO STEP 24 (ensure_file) COMPLETE
97302026-03-24T23:48:33.815Z[ host-image] Mar 24 23:48:31.907 INFO O| Mar 24 23:48:31.907 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97312026-03-24T23:48:33.819Z[ host-image] Mar 24 23:48:31.915 INFO O| Mar 24 23:48:31.915 INFO updating shadow file
97322026-03-24T23:48:33.822Z[ host-image] Mar 24 23:48:31.915 INFO O| Mar 24 23:48:31.915 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97332026-03-24T23:48:33.822Z[ host-image] Mar 24 23:48:31.915 INFO O| Mar 24 23:48:31.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97342026-03-24T23:48:33.822Z[ host-image] Mar 24 23:48:31.915 INFO O| Mar 24 23:48:31.915 INFO STEP 25 (shadow) COMPLETE
97352026-03-24T23:48:33.822Z[ host-image] Mar 24 23:48:31.915 INFO O| Mar 24 23:48:31.915 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97362026-03-24T23:48:33.827Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97372026-03-24T23:48:33.827Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97382026-03-24T23:48:33.830Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97392026-03-24T23:48:33.830Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 INFO ok!
97402026-03-24T23:48:33.830Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 INFO STEP 26 (ensure_file) COMPLETE
97412026-03-24T23:48:33.830Z[ host-image] Mar 24 23:48:31.923 INFO O| Mar 24 23:48:31.923 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97422026-03-24T23:48:33.835Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97432026-03-24T23:48:33.835Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97442026-03-24T23:48:33.838Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97452026-03-24T23:48:33.838Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO ok!
97462026-03-24T23:48:33.838Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO STEP 27 (ensure_file) COMPLETE
97472026-03-24T23:48:33.838Z[ host-image] Mar 24 23:48:31.930 INFO O| Mar 24 23:48:31.930 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97482026-03-24T23:48:33.842Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97492026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97502026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97512026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97522026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO ok!
97532026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO STEP 28 (ensure_file) COMPLETE
97542026-03-24T23:48:33.845Z[ host-image] Mar 24 23:48:31.937 INFO O| Mar 24 23:48:31.937 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97552026-03-24T23:48:33.849Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97562026-03-24T23:48:33.849Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97572026-03-24T23:48:33.852Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97582026-03-24T23:48:33.852Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO ok!
97592026-03-24T23:48:33.852Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO STEP 29 (ensure_file) COMPLETE
97602026-03-24T23:48:33.852Z[ host-image] Mar 24 23:48:31.944 INFO O| Mar 24 23:48:31.944 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97612026-03-24T23:48:33.855Z[ host-image] Mar 24 23:48:31.951 INFO O| Mar 24 23:48:31.951 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97622026-03-24T23:48:33.859Z[ host-image] Mar 24 23:48:31.951 INFO O| Mar 24 23:48:31.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97632026-03-24T23:48:33.859Z[ host-image] Mar 24 23:48:31.951 INFO O| Mar 24 23:48:31.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97642026-03-24T23:48:33.859Z[ host-image] Mar 24 23:48:31.951 INFO O| Mar 24 23:48:31.951 INFO STEP 30 (ensure_dir) COMPLETE
97652026-03-24T23:48:33.859Z[ host-image] Mar 24 23:48:31.951 INFO O| Mar 24 23:48:31.951 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97662026-03-24T23:48:33.862Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
97672026-03-24T23:48:33.862Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
97682026-03-24T23:48:33.863Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97692026-03-24T23:48:33.865Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97702026-03-24T23:48:33.865Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO ok!
97712026-03-24T23:48:33.866Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO STEP 31 (ensure_file) COMPLETE
97722026-03-24T23:48:33.866Z[ host-image] Mar 24 23:48:31.958 INFO O| Mar 24 23:48:31.958 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97732026-03-24T23:48:33.869Z[ host-image] Mar 24 23:48:31.965 INFO O| Mar 24 23:48:31.965 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97742026-03-24T23:48:33.872Z[ host-image] Mar 24 23:48:31.965 INFO O| Mar 24 23:48:31.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97752026-03-24T23:48:33.872Z[ host-image] Mar 24 23:48:31.965 INFO O| Mar 24 23:48:31.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97762026-03-24T23:48:33.872Z[ host-image] Mar 24 23:48:31.965 INFO O| Mar 24 23:48:31.965 INFO STEP 32 (ensure_dir) COMPLETE
97772026-03-24T23:48:33.872Z[ host-image] Mar 24 23:48:31.965 INFO O| Mar 24 23:48:31.965 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97782026-03-24T23:48:33.876Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
97792026-03-24T23:48:33.876Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 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 ...
97802026-03-24T23:48:33.880Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 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
97812026-03-24T23:48:33.880Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
97822026-03-24T23:48:33.880Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 INFO ok!
97832026-03-24T23:48:33.880Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 INFO STEP 33 (ensure_file) COMPLETE
97842026-03-24T23:48:33.880Z[ host-image] Mar 24 23:48:31.971 INFO O| Mar 24 23:48:31.971 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97852026-03-24T23:48:33.883Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.978 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
97862026-03-24T23:48:33.886Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.979 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
97872026-03-24T23:48:33.886Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
97882026-03-24T23:48:33.886Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.979 INFO ok!
97892026-03-24T23:48:33.886Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.979 INFO STEP 34 (ensure_file) COMPLETE
97902026-03-24T23:48:33.886Z[ host-image] Mar 24 23:48:31.979 INFO O| Mar 24 23:48:31.979 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97912026-03-24T23:48:33.892Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.987 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
97922026-03-24T23:48:33.892Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
97932026-03-24T23:48:33.896Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97942026-03-24T23:48:33.896Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97952026-03-24T23:48:33.896Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO ok!
97962026-03-24T23:48:33.896Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO STEP 35 (ensure_file) COMPLETE
97972026-03-24T23:48:33.896Z[ host-image] Mar 24 23:48:31.988 INFO O| Mar 24 23:48:31.988 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97982026-03-24T23:48:33.902Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
97992026-03-24T23:48:33.903Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98002026-03-24T23:48:33.908Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98012026-03-24T23:48:33.908Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 INFO ok!
98022026-03-24T23:48:33.909Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 INFO STEP 36 (ensure_file) COMPLETE
98032026-03-24T23:48:33.909Z[ host-image] Mar 24 23:48:31.995 INFO O| Mar 24 23:48:31.995 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98042026-03-24T23:48:33.913Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98052026-03-24T23:48:33.913Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98062026-03-24T23:48:33.913Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98072026-03-24T23:48:33.913Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 INFO ok!
98082026-03-24T23:48:33.913Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 INFO STEP 37 (ensure_file) COMPLETE
98092026-03-24T23:48:33.914Z[ host-image] Mar 24 23:48:32.003 INFO O| Mar 24 23:48:32.003 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98102026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98112026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98122026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98132026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98142026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98152026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98162026-03-24T23:48:33.917Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO ok!
98172026-03-24T23:48:33.918Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO STEP 38 (ensure_file) COMPLETE
98182026-03-24T23:48:33.918Z[ host-image] Mar 24 23:48:32.011 INFO O| Mar 24 23:48:32.011 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98192026-03-24T23:48:33.925Z[ host-image] Mar 24 23:48:32.018 INFO O| Mar 24 23:48:32.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98202026-03-24T23:48:33.925Z[ host-image] Mar 24 23:48:32.018 INFO O| Mar 24 23:48:32.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98212026-03-24T23:48:33.925Z[ host-image] Mar 24 23:48:32.018 INFO O| Mar 24 23:48:32.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98222026-03-24T23:48:33.925Z[ host-image] Mar 24 23:48:32.018 INFO O| Mar 24 23:48:32.018 INFO STEP 39 (ensure_dir) COMPLETE
98232026-03-24T23:48:33.925Z[ host-image] Mar 24 23:48:32.018 INFO O| Mar 24 23:48:32.018 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98242026-03-24T23:48:33.933Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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
98252026-03-24T23:48:33.933Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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 ...
98262026-03-24T23:48:33.937Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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
98272026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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
98282026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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
98292026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 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
98302026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 INFO ok!
98312026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 INFO STEP 40 (ensure_file) COMPLETE
98322026-03-24T23:48:33.938Z[ host-image] Mar 24 23:48:32.026 INFO O| Mar 24 23:48:32.026 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98332026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98342026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 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 ...
98352026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98362026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 INFO ok!
98372026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 INFO STEP 41 (ensure_symlink) COMPLETE
98382026-03-24T23:48:33.947Z[ host-image] Mar 24 23:48:32.033 INFO O| Mar 24 23:48:32.033 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98392026-03-24T23:48:33.955Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98402026-03-24T23:48:33.955Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98412026-03-24T23:48:33.955Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98422026-03-24T23:48:33.955Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO ok!
98432026-03-24T23:48:33.955Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO STEP 42 (ensure_symlink) COMPLETE
98442026-03-24T23:48:33.956Z[ host-image] Mar 24 23:48:32.041 INFO O| Mar 24 23:48:32.041 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98452026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98462026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98472026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98482026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98492026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98502026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98512026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO ok!
98522026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO STEP 43 (ensure_file) COMPLETE
98532026-03-24T23:48:33.962Z[ host-image] Mar 24 23:48:32.049 INFO O| Mar 24 23:48:32.049 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98542026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98552026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 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 ...
98562026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 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
98572026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98582026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 INFO ok!
98592026-03-24T23:48:33.970Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 INFO STEP 44 (ensure_file) COMPLETE
98602026-03-24T23:48:33.971Z[ host-image] Mar 24 23:48:32.057 INFO O| Mar 24 23:48:32.057 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98612026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98622026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98632026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98642026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO ok!
98652026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO STEP 45 (ensure_file) COMPLETE
98662026-03-24T23:48:33.978Z[ host-image] Mar 24 23:48:32.065 INFO O| Mar 24 23:48:32.065 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98672026-03-24T23:48:33.988Z[ host-image] Mar 24 23:48:32.072 INFO O| Mar 24 23:48:32.072 INFO updating shadow file
98682026-03-24T23:48:33.988Z[ host-image] Mar 24 23:48:32.072 INFO O| Mar 24 23:48:32.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98692026-03-24T23:48:33.988Z[ host-image] Mar 24 23:48:32.073 INFO O| Mar 24 23:48:32.072 INFO STEP 46 (shadow) COMPLETE
98702026-03-24T23:48:33.988Z[ host-image] Mar 24 23:48:32.073 INFO O| Mar 24 23:48:32.072 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98712026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
98722026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
98732026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98742026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98752026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO ok!
98762026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO STEP 47 (ensure_file) COMPLETE
98772026-03-24T23:48:33.995Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98782026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO skip step because feature "mfg" is not enabled
98792026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO skip step because feature "mfg" is not enabled
98812026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.080 INFO O| Mar 24 23:48:32.080 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98822026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.088 INFO O| Mar 24 23:48:32.088 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
98832026-03-24T23:48:33.996Z[ host-image] Mar 24 23:48:32.088 INFO O| Mar 24 23:48:32.088 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
98842026-03-24T23:48:34.019Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98852026-03-24T23:48:34.019Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98862026-03-24T23:48:34.027Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO ok!
98872026-03-24T23:48:34.027Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO STEP 50 (ensure_file) COMPLETE
98882026-03-24T23:48:34.027Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98892026-03-24T23:48:34.027Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO skip step because feature "compliance" is not enabled
98902026-03-24T23:48:34.027Z[ host-image] Mar 24 23:48:32.113 INFO O| Mar 24 23:48:32.113 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98912026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
98922026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
98932026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98942026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98952026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98962026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98972026-03-24T23:48:34.034Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO ok!
98982026-03-24T23:48:34.035Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO STEP 52 (ensure_file) COMPLETE
98992026-03-24T23:48:34.035Z[ host-image] Mar 24 23:48:32.121 INFO O| Mar 24 23:48:32.121 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99002026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99012026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 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 ...
99022026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 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
99032026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99042026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 INFO ok!
99052026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 INFO STEP 53 (ensure_file) COMPLETE
99062026-03-24T23:48:34.044Z[ host-image] Mar 24 23:48:32.129 INFO O| Mar 24 23:48:32.129 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99072026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99082026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 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 ...
99092026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99102026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99112026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO ok!
99122026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO STEP 54 (ensure_file) COMPLETE
99132026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.136 INFO O| Mar 24 23:48:32.136 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99142026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99152026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 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 ...
99162026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 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
99172026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99182026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 INFO ok!
99192026-03-24T23:48:34.050Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 INFO STEP 55 (ensure_file) COMPLETE
99202026-03-24T23:48:34.051Z[ host-image] Mar 24 23:48:32.143 INFO O| Mar 24 23:48:32.143 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99212026-03-24T23:48:34.060Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99222026-03-24T23:48:34.061Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 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 ...
99232026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99242026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99252026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO ok!
99262026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO STEP 56 (ensure_file) COMPLETE
99272026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.152 INFO O| Mar 24 23:48:32.152 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99282026-03-24T23:48:34.067Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99292026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 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 ...
99302026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 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
99312026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99322026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 INFO ok!
99332026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 INFO STEP 57 (ensure_file) COMPLETE
99342026-03-24T23:48:34.068Z[ host-image] Mar 24 23:48:32.160 INFO O| Mar 24 23:48:32.160 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99352026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99362026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 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 ...
99372026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99382026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99392026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99402026-03-24T23:48:34.078Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99412026-03-24T23:48:34.079Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO ok!
99422026-03-24T23:48:34.089Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO STEP 58 (ensure_file) COMPLETE
99432026-03-24T23:48:34.089Z[ host-image] Mar 24 23:48:32.167 INFO O| Mar 24 23:48:32.167 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99442026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99452026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 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 ...
99462026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 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
99472026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99482026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 INFO ok!
99492026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 INFO STEP 59 (ensure_file) COMPLETE
99502026-03-24T23:48:34.090Z[ host-image] Mar 24 23:48:32.175 INFO O| Mar 24 23:48:32.175 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99512026-03-24T23:48:34.095Z[ host-image] Mar 24 23:48:32.182 INFO O| Mar 24 23:48:32.182 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99522026-03-24T23:48:34.095Z[ host-image] Mar 24 23:48:32.182 INFO O| Mar 24 23:48:32.182 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99532026-03-24T23:48:34.096Z[ host-image] Mar 24 23:48:32.183 INFO O| Mar 24 23:48:32.183 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99542026-03-24T23:48:34.097Z[ host-image] Mar 24 23:48:32.183 INFO O| Mar 24 23:48:32.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99552026-03-24T23:48:34.097Z[ host-image] Mar 24 23:48:32.183 INFO O| Mar 24 23:48:32.183 INFO ok!
99562026-03-24T23:48:34.097Z[ host-image] Mar 24 23:48:32.183 INFO O| Mar 24 23:48:32.183 INFO STEP 60 (ensure_file) COMPLETE
99572026-03-24T23:48:34.097Z[ host-image] Mar 24 23:48:32.183 INFO O| Mar 24 23:48:32.183 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99582026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99592026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 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 ...
99602026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 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
99612026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99622026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 INFO ok!
99632026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 INFO STEP 61 (ensure_file) COMPLETE
99642026-03-24T23:48:34.107Z[ host-image] Mar 24 23:48:32.191 INFO O| Mar 24 23:48:32.191 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99652026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
99662026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
99672026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99682026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99692026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99702026-03-24T23:48:34.118Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99712026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO ok!
99722026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO STEP 62 (ensure_file) COMPLETE
99732026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.199 INFO O| Mar 24 23:48:32.199 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99742026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
99752026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 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 ...
99762026-03-24T23:48:34.119Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 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
99772026-03-24T23:48:34.120Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
99782026-03-24T23:48:34.120Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 INFO ok!
99792026-03-24T23:48:34.120Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 INFO STEP 63 (ensure_file) COMPLETE
99802026-03-24T23:48:34.120Z[ host-image] Mar 24 23:48:32.206 INFO O| Mar 24 23:48:32.206 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99812026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
99822026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 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 ...
99832026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 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
99842026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
99852026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 INFO ok!
99862026-03-24T23:48:34.137Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 INFO STEP 64 (ensure_file) COMPLETE
99872026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.213 INFO O| Mar 24 23:48:32.213 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99882026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
99892026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 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 ...
99902026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
99912026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
99922026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO ok!
99932026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO STEP 65 (ensure_file) COMPLETE
99942026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99952026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO skip step because feature "mbist" is not enabled
99962026-03-24T23:48:34.138Z[ host-image] Mar 24 23:48:32.220 INFO O| Mar 24 23:48:32.220 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99972026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.228 INFO O| Mar 24 23:48:32.228 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
99982026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.228 INFO O| Mar 24 23:48:32.228 INFO STEP 67 (ensure_dir) COMPLETE
99992026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.228 INFO O| Mar 24 23:48:32.228 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.236 INFO O| Mar 24 23:48:32.236 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100012026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.236 INFO O| Mar 24 23:48:32.236 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100022026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.236 INFO O| Mar 24 23:48:32.236 INFO STEP 68 (ensure_dir) COMPLETE
100032026-03-24T23:48:34.149Z[ host-image] Mar 24 23:48:32.236 INFO O| Mar 24 23:48:32.236 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100042026-03-24T23:48:34.159Z[ host-image] Mar 24 23:48:32.243 INFO O| Mar 24 23:48:32.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100052026-03-24T23:48:34.159Z[ host-image] Mar 24 23:48:32.243 INFO O| Mar 24 23:48:32.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100062026-03-24T23:48:34.159Z[ host-image] Mar 24 23:48:32.243 INFO O| Mar 24 23:48:32.243 INFO STEP 69 (ensure_dir) COMPLETE
100072026-03-24T23:48:34.159Z[ host-image] Mar 24 23:48:32.243 INFO O| Mar 24 23:48:32.243 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-03-24T23:48:34.164Z[ host-image] Mar 24 23:48:32.251 INFO O| Mar 24 23:48:32.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100092026-03-24T23:48:34.164Z[ host-image] Mar 24 23:48:32.251 INFO O| Mar 24 23:48:32.251 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100102026-03-24T23:48:34.496Z[ host-image] Mar 24 23:48:32.590 INFO O| Mar 24 23:48:32.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100112026-03-24T23:48:34.496Z[ host-image] Mar 24 23:48:32.590 INFO O| Mar 24 23:48:32.590 INFO ok!
100122026-03-24T23:48:34.496Z[ host-image] Mar 24 23:48:32.590 INFO O| Mar 24 23:48:32.590 INFO STEP 70 (ensure_file) COMPLETE
100132026-03-24T23:48:34.502Z[ host-image] Mar 24 23:48:32.590 INFO O| Mar 24 23:48:32.590 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-03-24T23:48:34.511Z[ host-image] Mar 24 23:48:32.599 INFO O| Mar 24 23:48:32.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100152026-03-24T23:48:34.511Z[ host-image] Mar 24 23:48:32.599 INFO O| Mar 24 23:48:32.599 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100162026-03-24T23:48:35.056Z[ host-image] Mar 24 23:48:33.150 INFO O| Mar 24 23:48:33.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100172026-03-24T23:48:35.056Z[ host-image] Mar 24 23:48:33.150 INFO O| Mar 24 23:48:33.150 INFO ok!
100182026-03-24T23:48:35.057Z[ host-image] Mar 24 23:48:33.150 INFO O| Mar 24 23:48:33.150 INFO STEP 71 (ensure_file) COMPLETE
100192026-03-24T23:48:35.063Z[ host-image] Mar 24 23:48:33.150 INFO O| Mar 24 23:48:33.150 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-03-24T23:48:35.068Z[ host-image] Mar 24 23:48:33.159 INFO O| Mar 24 23:48:33.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100212026-03-24T23:48:35.069Z[ host-image] Mar 24 23:48:33.159 INFO O| Mar 24 23:48:33.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100222026-03-24T23:48:35.069Z[ host-image] Mar 24 23:48:33.159 INFO O| Mar 24 23:48:33.159 INFO STEP 72 (ensure_dir) COMPLETE
100232026-03-24T23:48:35.069Z[ host-image] Mar 24 23:48:33.159 INFO O| Mar 24 23:48:33.159 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-03-24T23:48:35.073Z[ host-image] Mar 24 23:48:33.166 INFO O| Mar 24 23:48:33.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100252026-03-24T23:48:35.073Z[ host-image] Mar 24 23:48:33.167 INFO O| Mar 24 23:48:33.166 INFO copying /tmp/.tmpOfiUse/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 ...
100262026-03-24T23:48:35.073Z[ host-image] Mar 24 23:48:33.167 INFO O| Mar 24 23:48:33.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100272026-03-24T23:48:35.074Z[ host-image] Mar 24 23:48:33.167 INFO O| Mar 24 23:48:33.167 INFO ok!
100282026-03-24T23:48:35.074Z[ host-image] Mar 24 23:48:33.167 INFO O| Mar 24 23:48:33.167 INFO STEP 73 (ensure_file) COMPLETE
100292026-03-24T23:48:35.074Z[ host-image] Mar 24 23:48:33.167 INFO O| Mar 24 23:48:33.167 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302026-03-24T23:48:35.081Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100312026-03-24T23:48:35.081Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO copying /tmp/.tmpOfiUse/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 ...
100322026-03-24T23:48:35.087Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100332026-03-24T23:48:35.088Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO ok!
100342026-03-24T23:48:35.088Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO STEP 74 (ensure_file) COMPLETE
100352026-03-24T23:48:35.088Z[ host-image] Mar 24 23:48:33.176 INFO O| Mar 24 23:48:33.176 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362026-03-24T23:48:35.097Z[ host-image] Mar 24 23:48:33.183 INFO O| Mar 24 23:48:33.183 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100372026-03-24T23:48:35.097Z[ host-image] Mar 24 23:48:33.183 INFO O| Mar 24 23:48:33.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100382026-03-24T23:48:35.097Z[ host-image] Mar 24 23:48:33.183 INFO O| Mar 24 23:48:33.183 INFO STEP 75 (ensure_dir) COMPLETE
100392026-03-24T23:48:35.097Z[ host-image] Mar 24 23:48:33.183 INFO O| Mar 24 23:48:33.183 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100402026-03-24T23:48:35.103Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100412026-03-24T23:48:35.103Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO copying /tmp/.tmpOfiUse/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 ...
100422026-03-24T23:48:35.103Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100432026-03-24T23:48:35.104Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO ok!
100442026-03-24T23:48:35.104Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO STEP 76 (ensure_file) COMPLETE
100452026-03-24T23:48:35.104Z[ host-image] Mar 24 23:48:33.191 INFO O| Mar 24 23:48:33.191 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462026-03-24T23:48:35.110Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100472026-03-24T23:48:35.111Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.199 INFO copying /tmp/.tmpOfiUse/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 ...
100482026-03-24T23:48:35.111Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100492026-03-24T23:48:35.111Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.199 INFO ok!
100502026-03-24T23:48:35.111Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.199 INFO STEP 77 (ensure_file) COMPLETE
100512026-03-24T23:48:35.111Z[ host-image] Mar 24 23:48:33.199 INFO O| Mar 24 23:48:33.199 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522026-03-24T23:48:35.118Z[ host-image] Mar 24 23:48:33.206 INFO O| Mar 24 23:48:33.206 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100532026-03-24T23:48:35.118Z[ host-image] Mar 24 23:48:33.206 INFO O| Mar 24 23:48:33.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100542026-03-24T23:48:35.119Z[ host-image] Mar 24 23:48:33.206 INFO O| Mar 24 23:48:33.206 INFO STEP 78 (ensure_dir) COMPLETE
100552026-03-24T23:48:35.119Z[ host-image] Mar 24 23:48:33.207 INFO O| Mar 24 23:48:33.206 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562026-03-24T23:48:35.124Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100572026-03-24T23:48:35.124Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO copying /tmp/.tmpOfiUse/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 ...
100582026-03-24T23:48:35.124Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100592026-03-24T23:48:35.124Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO ok!
100602026-03-24T23:48:35.125Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO STEP 79 (ensure_file) COMPLETE
100612026-03-24T23:48:35.125Z[ host-image] Mar 24 23:48:33.213 INFO O| Mar 24 23:48:33.213 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100622026-03-24T23:48:35.143Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100632026-03-24T23:48:35.143Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100642026-03-24T23:48:35.144Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
100652026-03-24T23:48:35.144Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO ok!
100662026-03-24T23:48:35.144Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO STEP 80 (ensure_file) COMPLETE
100672026-03-24T23:48:35.144Z[ host-image] Mar 24 23:48:33.220 INFO O| Mar 24 23:48:33.220 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100682026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.227 INFO O| Mar 24 23:48:33.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100692026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.227 INFO O| Mar 24 23:48:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100702026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.227 INFO O| Mar 24 23:48:33.227 INFO STEP 81 (ensure_dir) COMPLETE
100712026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.227 INFO O| Mar 24 23:48:33.227 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100722026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.234 INFO O| Mar 24 23:48:33.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
100732026-03-24T23:48:35.150Z[ host-image] Mar 24 23:48:33.234 INFO O| Mar 24 23:48:33.234 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
100742026-03-24T23:48:35.699Z[ host-image] Mar 24 23:48:33.791 INFO O| Mar 24 23:48:33.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
100752026-03-24T23:48:35.699Z[ host-image] Mar 24 23:48:33.792 INFO O| Mar 24 23:48:33.791 INFO ok!
100762026-03-24T23:48:35.699Z[ host-image] Mar 24 23:48:33.792 INFO O| Mar 24 23:48:33.791 INFO STEP 82 (ensure_file) COMPLETE
100772026-03-24T23:48:35.710Z[ host-image] Mar 24 23:48:33.792 INFO O| Mar 24 23:48:33.791 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100782026-03-24T23:48:35.715Z[ host-image] Mar 24 23:48:33.800 INFO O| Mar 24 23:48:33.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
100792026-03-24T23:48:35.716Z[ host-image] Mar 24 23:48:33.800 INFO O| Mar 24 23:48:33.800 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
100802026-03-24T23:48:35.724Z[ host-image] Mar 24 23:48:33.817 INFO O| Mar 24 23:48:33.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
100812026-03-24T23:48:35.724Z[ host-image] Mar 24 23:48:33.817 INFO O| Mar 24 23:48:33.817 INFO ok!
100822026-03-24T23:48:35.724Z[ host-image] Mar 24 23:48:33.817 INFO O| Mar 24 23:48:33.817 INFO STEP 83 (ensure_file) COMPLETE
100832026-03-24T23:48:35.724Z[ host-image] Mar 24 23:48:33.817 INFO O| Mar 24 23:48:33.817 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842026-03-24T23:48:35.729Z[ host-image] Mar 24 23:48:33.824 INFO O| Mar 24 23:48:33.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
100852026-03-24T23:48:35.729Z[ host-image] Mar 24 23:48:33.824 INFO O| Mar 24 23:48:33.824 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
100862026-03-24T23:48:37.099Z[ host-image] Mar 24 23:48:35.194 INFO O| Mar 24 23:48:35.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
100872026-03-24T23:48:37.099Z[ host-image] Mar 24 23:48:35.194 INFO O| Mar 24 23:48:35.194 INFO ok!
100882026-03-24T23:48:37.104Z[ host-image] Mar 24 23:48:35.194 INFO O| Mar 24 23:48:35.194 INFO STEP 84 (ensure_file) COMPLETE
100892026-03-24T23:48:37.104Z[ host-image] Mar 24 23:48:35.194 INFO O| Mar 24 23:48:35.194 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-03-24T23:48:37.108Z[ host-image] Mar 24 23:48:35.204 INFO O| Mar 24 23:48:35.204 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
100912026-03-24T23:48:37.108Z[ host-image] Mar 24 23:48:35.205 INFO O| Mar 24 23:48:35.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
100922026-03-24T23:48:37.108Z[ host-image] Mar 24 23:48:35.205 INFO O| Mar 24 23:48:35.205 INFO STEP 85 (ensure_dir) COMPLETE
100932026-03-24T23:48:37.109Z[ host-image] Mar 24 23:48:35.205 INFO O| Mar 24 23:48:35.205 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-03-24T23:48:37.117Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
100952026-03-24T23:48:37.117Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO copying /tmp/.tmpOfiUse/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 ...
100962026-03-24T23:48:37.121Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
100972026-03-24T23:48:37.122Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO ok!
100982026-03-24T23:48:37.122Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO STEP 86 (ensure_file) COMPLETE
100992026-03-24T23:48:37.122Z[ host-image] Mar 24 23:48:35.212 INFO O| Mar 24 23:48:35.212 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-03-24T23:48:37.127Z[ host-image] Mar 24 23:48:35.220 INFO O| Mar 24 23:48:35.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101012026-03-24T23:48:37.127Z[ host-image] Mar 24 23:48:35.220 INFO O| Mar 24 23:48:35.220 INFO copying /tmp/.tmpOfiUse/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 ...
101022026-03-24T23:48:37.128Z[ host-image] Mar 24 23:48:35.221 INFO O| Mar 24 23:48:35.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101032026-03-24T23:48:37.128Z[ host-image] Mar 24 23:48:35.221 INFO O| Mar 24 23:48:35.221 INFO ok!
101042026-03-24T23:48:37.128Z[ host-image] Mar 24 23:48:35.221 INFO O| Mar 24 23:48:35.221 INFO STEP 87 (ensure_file) COMPLETE
101052026-03-24T23:48:37.128Z[ host-image] Mar 24 23:48:35.221 INFO O| Mar 24 23:48:35.221 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.228 INFO O| Mar 24 23:48:35.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101072026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.228 INFO O| Mar 24 23:48:35.228 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101082026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.229 INFO O| Mar 24 23:48:35.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101092026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.229 INFO O| Mar 24 23:48:35.229 INFO ok!
101102026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.229 INFO O| Mar 24 23:48:35.229 INFO STEP 88 (ensure_file) COMPLETE
101112026-03-24T23:48:37.132Z[ host-image] Mar 24 23:48:35.229 INFO O| Mar 24 23:48:35.229 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-03-24T23:48:37.142Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101132026-03-24T23:48:37.143Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101142026-03-24T23:48:37.147Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101152026-03-24T23:48:37.147Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO ok!
101162026-03-24T23:48:37.147Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO STEP 89 (ensure_file) COMPLETE
101172026-03-24T23:48:37.147Z[ host-image] Mar 24 23:48:35.238 INFO O| Mar 24 23:48:35.238 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-03-24T23:48:37.151Z[ host-image] Mar 24 23:48:35.246 INFO O| Mar 24 23:48:35.246 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101192026-03-24T23:48:37.151Z[ host-image] Mar 24 23:48:35.246 INFO O| Mar 24 23:48:35.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101202026-03-24T23:48:37.152Z[ host-image] Mar 24 23:48:35.246 INFO O| Mar 24 23:48:35.246 INFO STEP 90 (ensure_dir) COMPLETE
101212026-03-24T23:48:37.152Z[ host-image] Mar 24 23:48:35.246 INFO O| Mar 24 23:48:35.246 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-03-24T23:48:37.161Z[ host-image] Mar 24 23:48:35.253 INFO O| Mar 24 23:48:35.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101232026-03-24T23:48:37.161Z[ host-image] Mar 24 23:48:35.253 INFO O| Mar 24 23:48:35.253 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101242026-03-24T23:48:37.166Z[ host-image] Mar 24 23:48:35.256 INFO O| Mar 24 23:48:35.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101252026-03-24T23:48:37.166Z[ host-image] Mar 24 23:48:35.256 INFO O| Mar 24 23:48:35.256 INFO ok!
101262026-03-24T23:48:37.166Z[ host-image] Mar 24 23:48:35.256 INFO O| Mar 24 23:48:35.256 INFO STEP 91 (ensure_file) COMPLETE
101272026-03-24T23:48:37.166Z[ host-image] Mar 24 23:48:35.256 INFO O| Mar 24 23:48:35.256 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101282026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101292026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101302026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101312026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO ok!
101322026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO STEP 92 (ensure_file) COMPLETE
101332026-03-24T23:48:37.171Z[ host-image] Mar 24 23:48:35.264 INFO O| Mar 24 23:48:35.264 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-03-24T23:48:37.175Z[ host-image] Mar 24 23:48:35.272 INFO O| Mar 24 23:48:35.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101352026-03-24T23:48:37.175Z[ host-image] Mar 24 23:48:35.272 INFO O| Mar 24 23:48:35.272 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101362026-03-24T23:48:37.427Z[ host-image] Mar 24 23:48:35.521 INFO O| Mar 24 23:48:35.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101372026-03-24T23:48:37.427Z[ host-image] Mar 24 23:48:35.521 INFO O| Mar 24 23:48:35.521 INFO ok!
101382026-03-24T23:48:37.427Z[ host-image] Mar 24 23:48:35.521 INFO O| Mar 24 23:48:35.521 INFO STEP 93 (ensure_file) COMPLETE
101392026-03-24T23:48:37.433Z[ host-image] Mar 24 23:48:35.521 INFO O| Mar 24 23:48:35.521 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-03-24T23:48:37.439Z[ host-image] Mar 24 23:48:35.530 INFO O| Mar 24 23:48:35.530 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101412026-03-24T23:48:37.439Z[ host-image] Mar 24 23:48:35.530 INFO O| Mar 24 23:48:35.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101422026-03-24T23:48:37.439Z[ host-image] Mar 24 23:48:35.530 INFO O| Mar 24 23:48:35.530 INFO STEP 94 (ensure_dir) COMPLETE
101432026-03-24T23:48:37.439Z[ host-image] Mar 24 23:48:35.530 INFO O| Mar 24 23:48:35.530 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-03-24T23:48:37.444Z[ host-image] Mar 24 23:48:35.539 INFO O| Mar 24 23:48:35.539 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101452026-03-24T23:48:37.444Z[ host-image] Mar 24 23:48:35.539 INFO O| Mar 24 23:48:35.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101462026-03-24T23:48:37.445Z[ host-image] Mar 24 23:48:35.539 INFO O| Mar 24 23:48:35.539 INFO STEP 95 (ensure_dir) COMPLETE
101472026-03-24T23:48:37.445Z[ host-image] Mar 24 23:48:35.539 INFO O| Mar 24 23:48:35.539 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-03-24T23:48:37.451Z[ host-image] Mar 24 23:48:35.547 INFO O| Mar 24 23:48:35.547 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101492026-03-24T23:48:37.467Z[ host-image] Mar 24 23:48:35.547 INFO O| Mar 24 23:48:35.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101502026-03-24T23:48:37.467Z[ host-image] Mar 24 23:48:35.547 INFO O| Mar 24 23:48:35.547 INFO STEP 96 (ensure_dir) COMPLETE
101512026-03-24T23:48:37.468Z[ host-image] Mar 24 23:48:35.547 INFO O| Mar 24 23:48:35.547 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-03-24T23:48:37.472Z[ host-image] Mar 24 23:48:35.554 INFO O| Mar 24 23:48:35.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101532026-03-24T23:48:37.472Z[ host-image] Mar 24 23:48:35.555 INFO O| Mar 24 23:48:35.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101542026-03-24T23:48:37.472Z[ host-image] Mar 24 23:48:35.555 INFO O| Mar 24 23:48:35.555 INFO STEP 97 (ensure_dir) COMPLETE
101552026-03-24T23:48:37.472Z[ host-image] Mar 24 23:48:35.555 INFO O| Mar 24 23:48:35.555 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-03-24T23:48:37.472Z[ host-image] Mar 24 23:48:35.561 INFO O| Mar 24 23:48:35.561 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101572026-03-24T23:48:37.473Z[ host-image] Mar 24 23:48:35.561 INFO O| Mar 24 23:48:35.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101582026-03-24T23:48:37.473Z[ host-image] Mar 24 23:48:35.561 INFO O| Mar 24 23:48:35.561 INFO STEP 98 (ensure_dir) COMPLETE
101592026-03-24T23:48:37.473Z[ host-image] Mar 24 23:48:35.561 INFO O| Mar 24 23:48:35.561 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-03-24T23:48:37.478Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101612026-03-24T23:48:37.478Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO copying /tmp/.tmpOfiUse/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 ...
101622026-03-24T23:48:37.479Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101632026-03-24T23:48:37.479Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO ok!
101642026-03-24T23:48:37.479Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO STEP 99 (ensure_file) COMPLETE
101652026-03-24T23:48:37.479Z[ host-image] Mar 24 23:48:35.570 INFO O| Mar 24 23:48:35.570 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-03-24T23:48:37.483Z[ host-image] Mar 24 23:48:35.577 INFO O| Mar 24 23:48:35.577 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101672026-03-24T23:48:37.483Z[ host-image] Mar 24 23:48:35.577 INFO O| Mar 24 23:48:35.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101682026-03-24T23:48:37.483Z[ host-image] Mar 24 23:48:35.577 INFO O| Mar 24 23:48:35.577 INFO STEP 100 (ensure_dir) COMPLETE
101692026-03-24T23:48:37.483Z[ host-image] Mar 24 23:48:35.577 INFO O| Mar 24 23:48:35.577 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-03-24T23:48:37.487Z[ host-image] Mar 24 23:48:35.584 INFO O| Mar 24 23:48:35.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
101712026-03-24T23:48:37.487Z[ host-image] Mar 24 23:48:35.584 INFO O| Mar 24 23:48:35.584 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
101722026-03-24T23:48:37.682Z[ host-image] Mar 24 23:48:35.779 INFO O| Mar 24 23:48:35.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
101732026-03-24T23:48:37.683Z[ host-image] Mar 24 23:48:35.779 INFO O| Mar 24 23:48:35.779 INFO ok!
101742026-03-24T23:48:37.683Z[ host-image] Mar 24 23:48:35.779 INFO O| Mar 24 23:48:35.779 INFO STEP 101 (ensure_file) COMPLETE
101752026-03-24T23:48:37.686Z[ host-image] Mar 24 23:48:35.779 INFO O| Mar 24 23:48:35.779 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-03-24T23:48:37.691Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
101772026-03-24T23:48:37.691Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101782026-03-24T23:48:37.694Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101792026-03-24T23:48:37.695Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO ok!
101802026-03-24T23:48:37.695Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO STEP 102 (ensure_file) COMPLETE
101812026-03-24T23:48:37.695Z[ host-image] Mar 24 23:48:35.788 INFO O| Mar 24 23:48:35.788 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-03-24T23:48:37.700Z[ host-image] Mar 24 23:48:35.797 INFO O| Mar 24 23:48:35.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
101832026-03-24T23:48:37.700Z[ host-image] Mar 24 23:48:35.797 INFO O| Mar 24 23:48:35.797 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
101842026-03-24T23:48:37.708Z[ host-image] Mar 24 23:48:35.805 INFO O| Mar 24 23:48:35.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
101852026-03-24T23:48:37.708Z[ host-image] Mar 24 23:48:35.805 INFO O| Mar 24 23:48:35.805 INFO ok!
101862026-03-24T23:48:37.712Z[ host-image] Mar 24 23:48:35.805 INFO O| Mar 24 23:48:35.805 INFO STEP 103 (ensure_file) COMPLETE
101872026-03-24T23:48:37.712Z[ host-image] Mar 24 23:48:35.805 INFO O| Mar 24 23:48:35.805 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
101892026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
101902026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
101912026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO ok!
101922026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO STEP 104 (ensure_file) COMPLETE
101932026-03-24T23:48:37.717Z[ host-image] Mar 24 23:48:35.812 INFO O| Mar 24 23:48:35.812 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-03-24T23:48:37.723Z[ host-image] Mar 24 23:48:35.820 INFO O| Mar 24 23:48:35.820 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101952026-03-24T23:48:37.726Z[ host-image] Mar 24 23:48:35.820 INFO O| Mar 24 23:48:35.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101962026-03-24T23:48:37.726Z[ host-image] Mar 24 23:48:35.820 INFO O| Mar 24 23:48:35.820 INFO STEP 105 (ensure_dir) COMPLETE
101972026-03-24T23:48:37.726Z[ host-image] Mar 24 23:48:35.820 INFO O| Mar 24 23:48:35.820 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-03-24T23:48:37.731Z[ host-image] Mar 24 23:48:35.828 INFO O| Mar 24 23:48:35.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
101992026-03-24T23:48:37.731Z[ host-image] Mar 24 23:48:35.828 INFO O| Mar 24 23:48:35.828 INFO copying /tmp/.tmpOfiUse/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 ...
102002026-03-24T23:48:38.043Z[ host-image] Mar 24 23:48:36.140 INFO O| Mar 24 23:48:36.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102012026-03-24T23:48:38.044Z[ host-image] Mar 24 23:48:36.140 INFO O| Mar 24 23:48:36.140 INFO ok!
102022026-03-24T23:48:38.044Z[ host-image] Mar 24 23:48:36.140 INFO O| Mar 24 23:48:36.140 INFO STEP 106 (ensure_file) COMPLETE
102032026-03-24T23:48:38.047Z[ host-image] Mar 24 23:48:36.140 INFO O| Mar 24 23:48:36.140 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-03-24T23:48:38.052Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102052026-03-24T23:48:38.052Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO copying /tmp/.tmpOfiUse/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 ...
102062026-03-24T23:48:38.055Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102072026-03-24T23:48:38.055Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO ok!
102082026-03-24T23:48:38.055Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO STEP 107 (ensure_file) COMPLETE
102092026-03-24T23:48:38.055Z[ host-image] Mar 24 23:48:36.149 INFO O| Mar 24 23:48:36.149 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-03-24T23:48:38.061Z[ host-image] Mar 24 23:48:36.158 INFO O| Mar 24 23:48:36.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102112026-03-24T23:48:38.064Z[ host-image] Mar 24 23:48:36.158 INFO O| Mar 24 23:48:36.158 INFO copying /tmp/.tmpOfiUse/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 ...
102122026-03-24T23:48:38.064Z[ host-image] Mar 24 23:48:36.158 INFO O| Mar 24 23:48:36.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102132026-03-24T23:48:38.064Z[ host-image] Mar 24 23:48:36.159 INFO O| Mar 24 23:48:36.158 INFO ok!
102142026-03-24T23:48:38.064Z[ host-image] Mar 24 23:48:36.159 INFO O| Mar 24 23:48:36.159 INFO STEP 108 (ensure_file) COMPLETE
102152026-03-24T23:48:38.064Z[ host-image] Mar 24 23:48:36.159 INFO O| Mar 24 23:48:36.159 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-03-24T23:48:38.069Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102172026-03-24T23:48:38.069Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO copying /tmp/.tmpOfiUse/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 ...
102182026-03-24T23:48:38.071Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102192026-03-24T23:48:38.072Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO ok!
102202026-03-24T23:48:38.072Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO STEP 109 (ensure_file) COMPLETE
102212026-03-24T23:48:38.072Z[ host-image] Mar 24 23:48:36.166 INFO O| Mar 24 23:48:36.166 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-03-24T23:48:38.075Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102232026-03-24T23:48:38.075Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO copying /tmp/.tmpOfiUse/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 ...
102242026-03-24T23:48:38.078Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102252026-03-24T23:48:38.078Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO ok!
102262026-03-24T23:48:38.078Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO STEP 110 (ensure_file) COMPLETE
102272026-03-24T23:48:38.078Z[ host-image] Mar 24 23:48:36.173 INFO O| Mar 24 23:48:36.173 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-03-24T23:48:38.084Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102292026-03-24T23:48:38.084Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO copying /tmp/.tmpOfiUse/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 ...
102302026-03-24T23:48:38.087Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102312026-03-24T23:48:38.087Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO ok!
102322026-03-24T23:48:38.087Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO STEP 111 (ensure_file) COMPLETE
102332026-03-24T23:48:38.087Z[ host-image] Mar 24 23:48:36.181 INFO O| Mar 24 23:48:36.181 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-03-24T23:48:38.092Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102352026-03-24T23:48:38.092Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO copying /tmp/.tmpOfiUse/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 ...
102362026-03-24T23:48:38.095Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102372026-03-24T23:48:38.095Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO ok!
102382026-03-24T23:48:38.095Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO STEP 112 (ensure_file) COMPLETE
102392026-03-24T23:48:38.095Z[ host-image] Mar 24 23:48:36.189 INFO O| Mar 24 23:48:36.189 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-03-24T23:48:38.099Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102412026-03-24T23:48:38.101Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102422026-03-24T23:48:38.101Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102432026-03-24T23:48:38.102Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO ok!
102442026-03-24T23:48:38.102Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO STEP 113 (ensure_file) COMPLETE
102452026-03-24T23:48:38.102Z[ host-image] Mar 24 23:48:36.196 INFO O| Mar 24 23:48:36.196 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-03-24T23:48:38.106Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102472026-03-24T23:48:38.106Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO copying /tmp/.tmpOfiUse/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 ...
102482026-03-24T23:48:38.109Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102492026-03-24T23:48:38.109Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO ok!
102502026-03-24T23:48:38.109Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO STEP 114 (ensure_file) COMPLETE
102512026-03-24T23:48:38.110Z[ host-image] Mar 24 23:48:36.204 INFO O| Mar 24 23:48:36.204 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-03-24T23:48:38.114Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102532026-03-24T23:48:38.117Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO copying /tmp/.tmpOfiUse/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 ...
102542026-03-24T23:48:38.117Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102552026-03-24T23:48:38.117Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO ok!
102562026-03-24T23:48:38.117Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO STEP 115 (ensure_file) COMPLETE
102572026-03-24T23:48:38.117Z[ host-image] Mar 24 23:48:36.212 INFO O| Mar 24 23:48:36.212 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-03-24T23:48:38.122Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102592026-03-24T23:48:38.122Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO copying /tmp/.tmpOfiUse/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 ...
102602026-03-24T23:48:38.126Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102612026-03-24T23:48:38.126Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO ok!
102622026-03-24T23:48:38.126Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO STEP 116 (ensure_file) COMPLETE
102632026-03-24T23:48:38.126Z[ host-image] Mar 24 23:48:36.220 INFO O| Mar 24 23:48:36.220 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-03-24T23:48:38.129Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
102652026-03-24T23:48:38.129Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
102662026-03-24T23:48:38.132Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
102672026-03-24T23:48:38.132Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO ok!
102682026-03-24T23:48:38.132Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO STEP 117 (ensure_file) COMPLETE
102692026-03-24T23:48:38.133Z[ host-image] Mar 24 23:48:36.227 INFO O| Mar 24 23:48:36.227 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-03-24T23:48:38.137Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
102712026-03-24T23:48:38.137Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO copying /tmp/.tmpOfiUse/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 ...
102722026-03-24T23:48:38.141Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
102732026-03-24T23:48:38.141Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO ok!
102742026-03-24T23:48:38.141Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO STEP 118 (ensure_file) COMPLETE
102752026-03-24T23:48:38.141Z[ host-image] Mar 24 23:48:36.235 INFO O| Mar 24 23:48:36.235 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-03-24T23:48:38.145Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
102772026-03-24T23:48:38.145Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO copying /tmp/.tmpOfiUse/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 ...
102782026-03-24T23:48:38.148Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
102792026-03-24T23:48:38.148Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO ok!
102802026-03-24T23:48:38.148Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO STEP 119 (ensure_file) COMPLETE
102812026-03-24T23:48:38.148Z[ host-image] Mar 24 23:48:36.242 INFO O| Mar 24 23:48:36.242 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-03-24T23:48:38.153Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
102832026-03-24T23:48:38.153Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO copying /tmp/.tmpOfiUse/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 ...
102842026-03-24T23:48:38.156Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
102852026-03-24T23:48:38.156Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO ok!
102862026-03-24T23:48:38.156Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO STEP 120 (ensure_file) COMPLETE
102872026-03-24T23:48:38.156Z[ host-image] Mar 24 23:48:36.250 INFO O| Mar 24 23:48:36.250 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-03-24T23:48:38.160Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
102892026-03-24T23:48:38.160Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO copying /tmp/.tmpOfiUse/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 ...
102902026-03-24T23:48:38.164Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
102912026-03-24T23:48:38.164Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO ok!
102922026-03-24T23:48:38.164Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO STEP 121 (ensure_file) COMPLETE
102932026-03-24T23:48:38.164Z[ host-image] Mar 24 23:48:36.258 INFO O| Mar 24 23:48:36.258 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-03-24T23:48:38.168Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
102952026-03-24T23:48:38.168Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO copying /tmp/.tmpOfiUse/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 ...
102962026-03-24T23:48:38.171Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
102972026-03-24T23:48:38.171Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO ok!
102982026-03-24T23:48:38.171Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO STEP 122 (ensure_file) COMPLETE
102992026-03-24T23:48:38.171Z[ host-image] Mar 24 23:48:36.266 INFO O| Mar 24 23:48:36.266 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-03-24T23:48:38.176Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103012026-03-24T23:48:38.179Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO copying /tmp/.tmpOfiUse/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 ...
103022026-03-24T23:48:38.179Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103032026-03-24T23:48:38.179Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO ok!
103042026-03-24T23:48:38.179Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO STEP 123 (ensure_file) COMPLETE
103052026-03-24T23:48:38.179Z[ host-image] Mar 24 23:48:36.274 INFO O| Mar 24 23:48:36.274 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-03-24T23:48:38.184Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103072026-03-24T23:48:38.184Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO copying /tmp/.tmpOfiUse/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 ...
103082026-03-24T23:48:38.187Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103092026-03-24T23:48:38.187Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO ok!
103102026-03-24T23:48:38.187Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO STEP 124 (ensure_file) COMPLETE
103112026-03-24T23:48:38.187Z[ host-image] Mar 24 23:48:36.282 INFO O| Mar 24 23:48:36.282 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-03-24T23:48:38.191Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103132026-03-24T23:48:38.194Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO copying /tmp/.tmpOfiUse/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 ...
103142026-03-24T23:48:38.194Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103152026-03-24T23:48:38.194Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO ok!
103162026-03-24T23:48:38.194Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO STEP 125 (ensure_file) COMPLETE
103172026-03-24T23:48:38.194Z[ host-image] Mar 24 23:48:36.289 INFO O| Mar 24 23:48:36.289 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-03-24T23:48:38.199Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103192026-03-24T23:48:38.199Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO copying /tmp/.tmpOfiUse/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 ...
103202026-03-24T23:48:38.204Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103212026-03-24T23:48:38.204Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO ok!
103222026-03-24T23:48:38.204Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO STEP 126 (ensure_file) COMPLETE
103232026-03-24T23:48:38.204Z[ host-image] Mar 24 23:48:36.297 INFO O| Mar 24 23:48:36.297 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103252026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO copying /tmp/.tmpOfiUse/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 ...
103262026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103272026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO ok!
103282026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO STEP 127 (ensure_file) COMPLETE
103292026-03-24T23:48:38.208Z[ host-image] Mar 24 23:48:36.305 INFO O| Mar 24 23:48:36.305 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-03-24T23:48:38.215Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103312026-03-24T23:48:38.218Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO copying /tmp/.tmpOfiUse/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 ...
103322026-03-24T23:48:38.218Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103332026-03-24T23:48:38.218Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO ok!
103342026-03-24T23:48:38.218Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO STEP 128 (ensure_file) COMPLETE
103352026-03-24T23:48:38.218Z[ host-image] Mar 24 23:48:36.312 INFO O| Mar 24 23:48:36.312 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-03-24T23:48:38.223Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103372026-03-24T23:48:38.223Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO copying /tmp/.tmpOfiUse/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 ...
103382026-03-24T23:48:38.226Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103392026-03-24T23:48:38.226Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO ok!
103402026-03-24T23:48:38.226Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO STEP 129 (ensure_file) COMPLETE
103412026-03-24T23:48:38.226Z[ host-image] Mar 24 23:48:36.320 INFO O| Mar 24 23:48:36.320 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-03-24T23:48:38.231Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103432026-03-24T23:48:38.231Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO copying /tmp/.tmpOfiUse/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 ...
103442026-03-24T23:48:38.234Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103452026-03-24T23:48:38.234Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO ok!
103462026-03-24T23:48:38.234Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO STEP 130 (ensure_file) COMPLETE
103472026-03-24T23:48:38.234Z[ host-image] Mar 24 23:48:36.328 INFO O| Mar 24 23:48:36.328 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-03-24T23:48:38.239Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103492026-03-24T23:48:38.239Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO copying /tmp/.tmpOfiUse/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 ...
103502026-03-24T23:48:38.242Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103512026-03-24T23:48:38.242Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO ok!
103522026-03-24T23:48:38.242Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO STEP 131 (ensure_file) COMPLETE
103532026-03-24T23:48:38.242Z[ host-image] Mar 24 23:48:36.335 INFO O| Mar 24 23:48:36.335 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103552026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO copying /tmp/.tmpOfiUse/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 ...
103562026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103572026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO ok!
103582026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO STEP 132 (ensure_file) COMPLETE
103592026-03-24T23:48:38.246Z[ host-image] Mar 24 23:48:36.342 INFO O| Mar 24 23:48:36.342 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-03-24T23:48:38.251Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103612026-03-24T23:48:38.251Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO copying /tmp/.tmpOfiUse/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 ...
103622026-03-24T23:48:38.254Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103632026-03-24T23:48:38.255Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO ok!
103642026-03-24T23:48:38.255Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO STEP 133 (ensure_file) COMPLETE
103652026-03-24T23:48:38.255Z[ host-image] Mar 24 23:48:36.349 INFO O| Mar 24 23:48:36.349 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-03-24T23:48:38.259Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
103672026-03-24T23:48:38.259Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO copying /tmp/.tmpOfiUse/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 ...
103682026-03-24T23:48:38.262Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
103692026-03-24T23:48:38.262Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO ok!
103702026-03-24T23:48:38.263Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO STEP 134 (ensure_file) COMPLETE
103712026-03-24T23:48:38.263Z[ host-image] Mar 24 23:48:36.357 INFO O| Mar 24 23:48:36.357 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-03-24T23:48:38.266Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
103732026-03-24T23:48:38.266Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO copying /tmp/.tmpOfiUse/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 ...
103742026-03-24T23:48:38.269Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
103752026-03-24T23:48:38.269Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO ok!
103762026-03-24T23:48:38.269Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO STEP 135 (ensure_file) COMPLETE
103772026-03-24T23:48:38.270Z[ host-image] Mar 24 23:48:36.364 INFO O| Mar 24 23:48:36.364 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
103792026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
103802026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
103812026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO ok!
103822026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO STEP 136 (ensure_file) COMPLETE
103832026-03-24T23:48:38.274Z[ host-image] Mar 24 23:48:36.371 INFO O| Mar 24 23:48:36.371 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-03-24T23:48:38.280Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
103852026-03-24T23:48:38.280Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO copying /tmp/.tmpOfiUse/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 ...
103862026-03-24T23:48:38.283Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
103872026-03-24T23:48:38.283Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO ok!
103882026-03-24T23:48:38.283Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO STEP 137 (ensure_file) COMPLETE
103892026-03-24T23:48:38.283Z[ host-image] Mar 24 23:48:36.378 INFO O| Mar 24 23:48:36.378 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-03-24T23:48:38.287Z[ host-image] Mar 24 23:48:36.384 INFO O| Mar 24 23:48:36.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
103912026-03-24T23:48:38.287Z[ host-image] Mar 24 23:48:36.384 INFO O| Mar 24 23:48:36.384 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
103922026-03-24T23:48:38.290Z[ host-image] Mar 24 23:48:36.385 INFO O| Mar 24 23:48:36.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
103932026-03-24T23:48:38.290Z[ host-image] Mar 24 23:48:36.385 INFO O| Mar 24 23:48:36.385 INFO ok!
103942026-03-24T23:48:38.290Z[ host-image] Mar 24 23:48:36.385 INFO O| Mar 24 23:48:36.385 INFO STEP 138 (ensure_file) COMPLETE
103952026-03-24T23:48:38.290Z[ host-image] Mar 24 23:48:36.385 INFO O| Mar 24 23:48:36.385 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-03-24T23:48:38.294Z[ host-image] Mar 24 23:48:36.391 INFO O| Mar 24 23:48:36.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
103972026-03-24T23:48:38.294Z[ host-image] Mar 24 23:48:36.391 INFO O| Mar 24 23:48:36.391 INFO copying /tmp/.tmpOfiUse/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103982026-03-24T23:48:40.853Z[ host-image] Mar 24 23:48:38.951 INFO O| Mar 24 23:48:38.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103992026-03-24T23:48:40.853Z[ host-image] Mar 24 23:48:38.951 INFO O| Mar 24 23:48:38.951 INFO ok!
104002026-03-24T23:48:40.853Z[ host-image] Mar 24 23:48:38.951 INFO O| Mar 24 23:48:38.951 INFO STEP 139 (ensure_file) COMPLETE
104012026-03-24T23:48:40.856Z[ host-image] Mar 24 23:48:38.951 INFO O| Mar 24 23:48:38.951 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-03-24T23:48:40.861Z[ host-image] Mar 24 23:48:38.960 INFO O| Mar 24 23:48:38.960 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104032026-03-24T23:48:40.861Z[ host-image] Mar 24 23:48:38.960 INFO O| Mar 24 23:48:38.960 INFO STEP 140 (ensure_dir) COMPLETE
104042026-03-24T23:48:40.861Z[ host-image] Mar 24 23:48:38.960 INFO O| Mar 24 23:48:38.960 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-03-24T23:48:40.871Z[ host-image] Mar 24 23:48:38.969 INFO O| Mar 24 23:48:38.969 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104062026-03-24T23:48:40.871Z[ host-image] Mar 24 23:48:38.969 INFO O| Mar 24 23:48:38.969 INFO STEP 141 (ensure_dir) COMPLETE
104072026-03-24T23:48:40.871Z[ host-image] Mar 24 23:48:38.969 INFO O| Mar 24 23:48:38.969 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-03-24T23:48:40.878Z[ host-image] Mar 24 23:48:38.977 INFO O| Mar 24 23:48:38.977 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104092026-03-24T23:48:40.878Z[ host-image] Mar 24 23:48:38.977 INFO O| Mar 24 23:48:38.977 INFO STEP 142 (ensure_dir) COMPLETE
104102026-03-24T23:48:40.881Z[ host-image] Mar 24 23:48:38.977 INFO O| Mar 24 23:48:38.977 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-03-24T23:48:40.886Z[ host-image] Mar 24 23:48:38.985 INFO O| Mar 24 23:48:38.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104122026-03-24T23:48:40.886Z[ host-image] Mar 24 23:48:38.985 INFO O| Mar 24 23:48:38.985 INFO STEP 143 (ensure_dir) COMPLETE
104132026-03-24T23:48:40.889Z[ host-image] Mar 24 23:48:38.985 INFO O| Mar 24 23:48:38.985 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-03-24T23:48:40.893Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104152026-03-24T23:48:40.893Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO copying /tmp/.tmpOfiUse/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 ...
104162026-03-24T23:48:40.896Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104172026-03-24T23:48:40.896Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO ok!
104182026-03-24T23:48:40.896Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO STEP 144 (ensure_file) COMPLETE
104192026-03-24T23:48:40.896Z[ host-image] Mar 24 23:48:38.992 INFO O| Mar 24 23:48:38.992 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-03-24T23:48:40.901Z[ host-image] Mar 24 23:48:39.000 INFO O| Mar 24 23:48:39.000 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104212026-03-24T23:48:40.901Z[ host-image] Mar 24 23:48:39.000 INFO O| Mar 24 23:48:39.000 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104222026-03-24T23:48:40.905Z[ host-image] Mar 24 23:48:39.000 INFO O| Mar 24 23:48:39.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104232026-03-24T23:48:40.905Z[ host-image] Mar 24 23:48:39.000 INFO O| Mar 24 23:48:39.000 INFO STEP 145 (ensure_dir) COMPLETE
104242026-03-24T23:48:40.905Z[ host-image] Mar 24 23:48:39.000 INFO O| Mar 24 23:48:39.000 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-03-24T23:48:40.911Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104262026-03-24T23:48:40.914Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 INFO copying /tmp/.tmpOfiUse/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104272026-03-24T23:48:40.914Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104282026-03-24T23:48:40.914Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 INFO ok!
104292026-03-24T23:48:40.914Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 INFO STEP 146 (ensure_file) COMPLETE
104302026-03-24T23:48:40.914Z[ host-image] Mar 24 23:48:39.010 INFO O| Mar 24 23:48:39.010 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104312026-03-24T23:48:40.917Z[ host-image] Mar 24 23:48:39.017 INFO O| Mar 24 23:48:39.017 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104322026-03-24T23:48:40.920Z[ host-image] Mar 24 23:48:39.017 INFO O| Mar 24 23:48:39.017 INFO STEP 147 (remove_files) COMPLETE
104332026-03-24T23:48:40.921Z[ host-image] Mar 24 23:48:39.017 INFO O| Mar 24 23:48:39.017 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104342026-03-24T23:48:40.926Z[ host-image] Mar 24 23:48:39.025 INFO O| Mar 24 23:48:39.025 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104352026-03-24T23:48:40.929Z[ host-image] Mar 24 23:48:39.025 INFO O| Mar 24 23:48:39.025 INFO STEP 148 (remove_files) COMPLETE
104362026-03-24T23:48:40.929Z[ host-image] Mar 24 23:48:39.025 INFO O| Mar 24 23:48:39.025 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104372026-03-24T23:48:40.934Z[ host-image] Mar 24 23:48:39.033 INFO O| Mar 24 23:48:39.033 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104382026-03-24T23:48:40.937Z[ host-image] Mar 24 23:48:39.033 INFO O| Mar 24 23:48:39.033 INFO STEP 149 (remove_files) COMPLETE
104392026-03-24T23:48:40.937Z[ host-image] Mar 24 23:48:39.033 INFO O| Mar 24 23:48:39.033 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104402026-03-24T23:48:40.942Z[ host-image] Mar 24 23:48:39.041 INFO O| Mar 24 23:48:39.041 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104412026-03-24T23:48:40.945Z[ host-image] Mar 24 23:48:39.041 INFO O| Mar 24 23:48:39.041 INFO STEP 150 (remove_files) COMPLETE
104422026-03-24T23:48:40.945Z[ host-image] Mar 24 23:48:39.041 INFO O| Mar 24 23:48:39.041 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104432026-03-24T23:48:40.950Z[ host-image] Mar 24 23:48:39.049 INFO O| Mar 24 23:48:39.049 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104442026-03-24T23:48:40.953Z[ host-image] Mar 24 23:48:39.049 INFO O| Mar 24 23:48:39.049 INFO STEP 151 (remove_files) COMPLETE
104452026-03-24T23:48:40.953Z[ host-image] Mar 24 23:48:39.049 INFO O| Mar 24 23:48:39.049 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104462026-03-24T23:48:40.956Z[ host-image] Mar 24 23:48:39.055 INFO O| Mar 24 23:48:39.055 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104472026-03-24T23:48:40.959Z[ host-image] Mar 24 23:48:39.056 INFO O| Mar 24 23:48:39.056 INFO STEP 152 (remove_files) COMPLETE
104482026-03-24T23:48:40.959Z[ host-image] Mar 24 23:48:39.056 INFO O| Mar 24 23:48:39.056 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104492026-03-24T23:48:40.964Z[ host-image] Mar 24 23:48:39.063 INFO O| Mar 24 23:48:39.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104502026-03-24T23:48:40.967Z[ host-image] Mar 24 23:48:39.063 INFO O| Mar 24 23:48:39.063 INFO STEP 153 (remove_files) COMPLETE
104512026-03-24T23:48:40.967Z[ host-image] Mar 24 23:48:39.063 INFO O| Mar 24 23:48:39.063 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104522026-03-24T23:48:40.972Z[ host-image] Mar 24 23:48:39.071 INFO O| Mar 24 23:48:39.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104532026-03-24T23:48:40.975Z[ host-image] Mar 24 23:48:39.071 INFO O| Mar 24 23:48:39.071 INFO STEP 154 (remove_files) COMPLETE
104542026-03-24T23:48:40.975Z[ host-image] Mar 24 23:48:39.071 INFO O| Mar 24 23:48:39.071 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104552026-03-24T23:48:40.979Z[ host-image] Mar 24 23:48:39.078 INFO O| Mar 24 23:48:39.078 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104562026-03-24T23:48:40.979Z[ host-image] Mar 24 23:48:39.078 INFO O| Mar 24 23:48:39.078 INFO STEP 155 (remove_files) COMPLETE
104572026-03-24T23:48:40.982Z[ host-image] Mar 24 23:48:39.078 INFO O| Mar 24 23:48:39.078 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104582026-03-24T23:48:40.986Z[ host-image] Mar 24 23:48:39.085 INFO O| Mar 24 23:48:39.085 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104592026-03-24T23:48:40.989Z[ host-image] Mar 24 23:48:39.085 INFO O| Mar 24 23:48:39.085 INFO STEP 156 (remove_files) COMPLETE
104602026-03-24T23:48:40.989Z[ host-image] Mar 24 23:48:39.085 INFO O| Mar 24 23:48:39.085 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104612026-03-24T23:48:40.994Z[ host-image] Mar 24 23:48:39.093 INFO O| Mar 24 23:48:39.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104622026-03-24T23:48:40.997Z[ host-image] Mar 24 23:48:39.093 INFO O| Mar 24 23:48:39.093 INFO STEP 157 (remove_files) COMPLETE
104632026-03-24T23:48:40.997Z[ host-image] Mar 24 23:48:39.093 INFO O| Mar 24 23:48:39.093 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104642026-03-24T23:48:41.002Z[ host-image] Mar 24 23:48:39.100 INFO O| Mar 24 23:48:39.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
104652026-03-24T23:48:41.002Z[ host-image] Mar 24 23:48:39.100 INFO O| Mar 24 23:48:39.100 INFO STEP 158 (remove_files) COMPLETE
104662026-03-24T23:48:41.005Z[ host-image] Mar 24 23:48:39.100 INFO O| Mar 24 23:48:39.100 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104672026-03-24T23:48:41.008Z[ host-image] Mar 24 23:48:39.107 INFO O| Mar 24 23:48:39.107 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104682026-03-24T23:48:41.008Z[ host-image] Mar 24 23:48:39.107 INFO O| Mar 24 23:48:39.107 INFO STEP 159 (remove_files) COMPLETE
104692026-03-24T23:48:41.008Z[ host-image] Mar 24 23:48:39.107 INFO O| Mar 24 23:48:39.107 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104702026-03-24T23:48:41.014Z[ host-image] Mar 24 23:48:39.113 INFO O| Mar 24 23:48:39.113 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104712026-03-24T23:48:41.014Z[ host-image] Mar 24 23:48:39.113 INFO O| Mar 24 23:48:39.113 INFO STEP 160 (remove_files) COMPLETE
104722026-03-24T23:48:41.017Z[ host-image] Mar 24 23:48:39.113 INFO O| Mar 24 23:48:39.113 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104732026-03-24T23:48:41.021Z[ host-image] Mar 24 23:48:39.120 INFO O| Mar 24 23:48:39.120 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104742026-03-24T23:48:41.021Z[ host-image] Mar 24 23:48:39.120 INFO O| Mar 24 23:48:39.120 INFO STEP 161 (remove_files) COMPLETE
104752026-03-24T23:48:41.024Z[ host-image] Mar 24 23:48:39.120 INFO O| Mar 24 23:48:39.120 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104762026-03-24T23:48:41.029Z[ host-image] Mar 24 23:48:39.128 INFO O| Mar 24 23:48:39.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104772026-03-24T23:48:41.032Z[ host-image] Mar 24 23:48:39.128 INFO O| Mar 24 23:48:39.128 INFO STEP 162 (remove_files) COMPLETE
104782026-03-24T23:48:41.032Z[ host-image] Mar 24 23:48:39.128 INFO O| Mar 24 23:48:39.128 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104792026-03-24T23:48:41.037Z[ host-image] Mar 24 23:48:39.136 INFO O| Mar 24 23:48:39.136 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104802026-03-24T23:48:41.040Z[ host-image] Mar 24 23:48:39.136 INFO O| Mar 24 23:48:39.136 INFO STEP 163 (remove_files) COMPLETE
104812026-03-24T23:48:41.040Z[ host-image] Mar 24 23:48:39.136 INFO O| Mar 24 23:48:39.136 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104822026-03-24T23:48:41.044Z[ host-image] Mar 24 23:48:39.143 INFO O| Mar 24 23:48:39.143 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
104832026-03-24T23:48:41.044Z[ host-image] Mar 24 23:48:39.143 INFO O| Mar 24 23:48:39.143 INFO STEP 164 (remove_files) COMPLETE
104842026-03-24T23:48:41.044Z[ host-image] Mar 24 23:48:39.143 INFO O| Mar 24 23:48:39.143 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104852026-03-24T23:48:41.051Z[ host-image] Mar 24 23:48:39.150 INFO O| Mar 24 23:48:39.150 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
104862026-03-24T23:48:41.054Z[ host-image] Mar 24 23:48:39.151 INFO O| Mar 24 23:48:39.151 INFO STEP 165 (remove_files) COMPLETE
104872026-03-24T23:48:41.054Z[ host-image] Mar 24 23:48:39.151 INFO O| Mar 24 23:48:39.151 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104882026-03-24T23:48:41.058Z[ host-image] Mar 24 23:48:39.157 INFO O| Mar 24 23:48:39.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
104892026-03-24T23:48:41.061Z[ host-image] Mar 24 23:48:39.157 INFO O| Mar 24 23:48:39.157 INFO STEP 166 (remove_files) COMPLETE
104902026-03-24T23:48:41.061Z[ host-image] Mar 24 23:48:39.157 INFO O| Mar 24 23:48:39.157 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104912026-03-24T23:48:41.066Z[ host-image] Mar 24 23:48:39.165 INFO O| Mar 24 23:48:39.165 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
104922026-03-24T23:48:41.068Z[ host-image] Mar 24 23:48:39.165 INFO O| Mar 24 23:48:39.165 INFO STEP 167 (remove_files) COMPLETE
104932026-03-24T23:48:41.069Z[ host-image] Mar 24 23:48:39.165 INFO O| Mar 24 23:48:39.165 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104942026-03-24T23:48:41.074Z[ host-image] Mar 24 23:48:39.173 INFO O| Mar 24 23:48:39.173 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104952026-03-24T23:48:41.077Z[ host-image] Mar 24 23:48:39.173 INFO O| Mar 24 23:48:39.173 INFO STEP 168 (remove_files) COMPLETE
104962026-03-24T23:48:41.077Z[ host-image] Mar 24 23:48:39.173 INFO O| Mar 24 23:48:39.173 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104972026-03-24T23:48:41.081Z[ host-image] Mar 24 23:48:39.180 INFO O| Mar 24 23:48:39.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104982026-03-24T23:48:41.081Z[ host-image] Mar 24 23:48:39.181 INFO O| Mar 24 23:48:39.180 INFO STEP 169 (remove_files) COMPLETE
104992026-03-24T23:48:41.084Z[ host-image] Mar 24 23:48:39.181 INFO O| Mar 24 23:48:39.180 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105002026-03-24T23:48:41.089Z[ host-image] Mar 24 23:48:39.188 INFO O| Mar 24 23:48:39.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105012026-03-24T23:48:41.089Z[ host-image] Mar 24 23:48:39.188 INFO O| Mar 24 23:48:39.188 INFO STEP 170 (remove_files) COMPLETE
105022026-03-24T23:48:41.089Z[ host-image] Mar 24 23:48:39.188 INFO O| Mar 24 23:48:39.188 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105032026-03-24T23:48:41.098Z[ host-image] Mar 24 23:48:39.196 INFO O| Mar 24 23:48:39.196 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105042026-03-24T23:48:41.098Z[ host-image] Mar 24 23:48:39.196 INFO O| Mar 24 23:48:39.196 INFO STEP 171 (remove_files) COMPLETE
105052026-03-24T23:48:41.101Z[ host-image] Mar 24 23:48:39.196 INFO O| Mar 24 23:48:39.196 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105062026-03-24T23:48:41.104Z[ host-image] Mar 24 23:48:39.203 INFO O| Mar 24 23:48:39.203 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105072026-03-24T23:48:41.104Z[ host-image] Mar 24 23:48:39.204 INFO O| Mar 24 23:48:39.203 INFO STEP 172 (remove_files) COMPLETE
105082026-03-24T23:48:41.107Z[ host-image] Mar 24 23:48:39.204 INFO O| Mar 24 23:48:39.204 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105092026-03-24T23:48:41.111Z[ host-image] Mar 24 23:48:39.210 INFO O| Mar 24 23:48:39.210 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105102026-03-24T23:48:41.111Z[ host-image] Mar 24 23:48:39.210 INFO O| Mar 24 23:48:39.210 INFO STEP 173 (remove_files) COMPLETE
105112026-03-24T23:48:41.114Z[ host-image] Mar 24 23:48:39.210 INFO O| Mar 24 23:48:39.210 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105122026-03-24T23:48:41.118Z[ host-image] Mar 24 23:48:39.217 INFO O| Mar 24 23:48:39.217 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105132026-03-24T23:48:41.118Z[ host-image] Mar 24 23:48:39.217 INFO O| Mar 24 23:48:39.217 INFO STEP 174 (remove_files) COMPLETE
105142026-03-24T23:48:41.122Z[ host-image] Mar 24 23:48:39.217 INFO O| Mar 24 23:48:39.217 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105152026-03-24T23:48:41.125Z[ host-image] Mar 24 23:48:39.224 INFO O| Mar 24 23:48:39.224 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105162026-03-24T23:48:41.126Z[ host-image] Mar 24 23:48:39.224 INFO O| Mar 24 23:48:39.224 INFO STEP 175 (remove_files) COMPLETE
105172026-03-24T23:48:41.126Z[ host-image] Mar 24 23:48:39.224 INFO O| Mar 24 23:48:39.224 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105182026-03-24T23:48:41.136Z[ host-image] Mar 24 23:48:39.235 INFO O| Mar 24 23:48:39.235 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105192026-03-24T23:48:41.139Z[ host-image] Mar 24 23:48:39.235 INFO O| Mar 24 23:48:39.235 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], 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"}
105202026-03-24T23:48:49.181Z[ host-image] Mar 24 23:48:47.283 INFO O| Mar 24 23:48:47.283 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
105212026-03-24T23:48:49.181Z[ host-image] Mar 24 23:48:47.283 INFO O| Mar 24 23:48:47.283 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105222026-03-24T23:48:49.196Z[ host-image] Mar 24 23:48:47.299 INFO O| Mar 24 23:48:47.299 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105232026-03-24T23:48:49.325Z[ host-image] Mar 24 23:48:47.428 INFO O| Mar 24 23:48:47.428 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105242026-03-24T23:48:49.397Z[ host-image] Mar 24 23:48:47.499 INFO O| Mar 24 23:48:47.499 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
105252026-03-24T23:48:49.480Z[ host-image] Mar 24 23:48:47.582 INFO O| Mar 24 23:48:47.582 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105262026-03-24T23:48:49.480Z[ host-image] Mar 24 23:48:47.582 INFO O| Mar 24 23:48:47.582 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105272026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105282026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO ok!
105292026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105302026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO STEP 176 (seed_smf) COMPLETE
105312026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO steps complete; finalising image!
105322026-03-24T23:48:49.483Z[ host-image] Mar 24 23:48:47.584 INFO O| Mar 24 23:48:47.584 INFO TRIM POOL: TEMPORARY-sled-zfs
105332026-03-24T23:48:49.578Z[ host-image] Mar 24 23:48:47.680 INFO O| Mar 24 23:48:47.680 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Tue Mar 24 23:48:47 2026)
105342026-03-24T23:48:49.793Z[ host-image] Mar 24 23:48:47.896 INFO O| Mar 24 23:48:47.896 INFO temporary pool has 753M used, 143M avail, 1.85x compressratio
105352026-03-24T23:48:49.793Z[ host-image] Mar 24 23:48:47.896 INFO O| Mar 24 23:48:47.896 INFO EXPORT POOL: TEMPORARY-sled-zfs
105362026-03-24T23:48:50.145Z[ host-image] Mar 24 23:48:48.248 INFO O| Mar 24 23:48:48.248 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105372026-03-24T23:48:50.146Z[ host-image] Mar 24 23:48:48.248 INFO O| Mar 24 23:48:48.248 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105382026-03-24T23:48:51.076Z[ host-image] Mar 24 23:48:49.179 INFO O| Mar 24 23:48:49.179 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105392026-03-24T23:48:51.076Z[ host-image] Mar 24 23:48:49.179 INFO O| Mar 24 23:48:49.179 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105402026-03-24T23:48:51.079Z[ host-image] Mar 24 23:48:49.179 INFO O| Mar 24 23:48:49.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105412026-03-24T23:48:51.079Z[ host-image] Mar 24 23:48:49.179 INFO O| Mar 24 23:48:49.179 INFO completed processing sled/zfs
105422026-03-24T23:48:51.079Z[ host-image] Mar 24 23:48:49.179 INFO O| Mar 24 23:48:49.179 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105432026-03-24T23:49:00.553Z[ host-image] Mar 24 23:48:58.661 INFO O| Mar 24 23:48:58.661 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105442026-03-24T23:49:00.638Z[ host-image] Mar 24 23:48:58.747 INFO BUILD STRING "heads/stlouis-0-ge1108ec7ee\n"
105452026-03-24T23:49:00.638Z[ host-image] Mar 24 23:48:58.747 INFO expanded image name: "ci a1d650f/${os_short_commit} 2026-03-24 23:20" -> "ci a1d650f/e1108ec 2026-03-24 23:20"
105462026-03-24T23:49:00.641Z[ host-image] Mar 24 23:48:58.747 INFO output artefacts stored in: "/work/os-host"
105472026-03-24T23:49:00.642Z[ host-image] Mar 24 23:48:58.747 INFO collecting git info from project "image-builder"...
105482026-03-24T23:49:00.645Z[ host-image] Mar 24 23:48:58.754 INFO collecting git info from project "amd-firmware"...
105492026-03-24T23:49:00.657Z[ host-image] Mar 24 23:48:58.766 INFO collecting git info from project "amd-host-image-builder"...
105502026-03-24T23:49:00.663Z[ host-image] Mar 24 23:48:58.772 INFO collecting git info from project "chelsio-t6-roms"...
105512026-03-24T23:49:00.668Z[ host-image] Mar 24 23:48:58.776 INFO collecting git info from project "pilot"...
105522026-03-24T23:49:00.673Z[ host-image] Mar 24 23:48:58.782 INFO collecting git info from project "phbl"...
105532026-03-24T23:49:00.678Z[ host-image] Mar 24 23:48:58.786 INFO collecting git info from project "dmar-report"...
105542026-03-24T23:49:00.682Z[ host-image] Mar 24 23:48:58.791 INFO collecting git info from project "pinprick"...
105552026-03-24T23:49:00.687Z[ host-image] Mar 24 23:48:58.796 INFO collecting git info from project "bootserver"...
105562026-03-24T23:49:00.692Z[ host-image] Mar 24 23:48:58.800 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105572026-03-24T23:49:01.026Z[ host-image] Mar 24 23:48:59.134 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105582026-03-24T23:49:01.344Z[ host-image] Mar 24 23:48:59.453 INFO creating Oxide boot image...
105592026-03-24T23:49:01.344Z[ host-image] Mar 24 23:48:59.453 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a1d650f/e1108ec 2026-03-24 23:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105602026-03-24T23:49:02.240Z[ host-image] Mar 24 23:49:00.349 INFO O| ok, image written!
105612026-03-24T23:49:02.240Z[ host-image] Mar 24 23:49:00.349 INFO O| ok, boot_image_csum file written!
105622026-03-24T23:49:02.243Z[ host-image] Mar 24 23:49:00.352 INFO creating boot archive (CPIO)...
105632026-03-24T23:49:02.243Z[ host-image] Mar 24 23:49:00.352 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
105642026-03-24T23:49:02.247Z[ host-image] Mar 24 23:49:00.356 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105652026-03-24T23:49:02.247Z[ host-image] Mar 24 23:49:00.356 INFO E| + outfile=/work/os-host/cpio
105662026-03-24T23:49:02.247Z[ host-image] Mar 24 23:49:00.356 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105672026-03-24T23:49:02.250Z[ host-image] Mar 24 23:49:00.359 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105682026-03-24T23:49:02.250Z[ host-image] Mar 24 23:49:00.359 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105692026-03-24T23:49:02.279Z[ host-image] Mar 24 23:49:00.389 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105702026-03-24T23:49:02.283Z[ host-image] Mar 24 23:49:00.389 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105712026-03-24T23:49:02.286Z[ host-image] Mar 24 23:49:00.396 INFO creating compressed cpio/unix for dev loaders...
105722026-03-24T23:49:02.289Z[ host-image] Mar 24 23:49:00.396 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
105732026-03-24T23:49:02.589Z[ host-image] Mar 24 23:49:00.699 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
105742026-03-24T23:49:06.980Z[ host-image] Mar 24 23:49:05.092 INFO creating reset image...
105752026-03-24T23:49:06.981Z[ host-image] Mar 24 23:49:05.092 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105762026-03-24T23:49:07.018Z[ host-image] Mar 24 23:49:05.130 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
105772026-03-24T23:49:07.018Z[ host-image] Mar 24 23:49:05.130 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")
105782026-03-24T23:49:07.103Z[ host-image] Mar 24 23:49:05.214 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105792026-03-24T23:49:07.107Z[ host-image] Mar 24 23:49:05.217 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105802026-03-24T23:49:07.402Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
105812026-03-24T23:49:07.402Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
105822026-03-24T23:49:07.402Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling proc-macro2 v1.0.106
105832026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling unicode-ident v1.0.23
105842026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling quote v1.0.44
105852026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling syn v1.0.109
105862026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling x86 v0.52.0
105872026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105882026-03-24T23:49:07.406Z[ host-image] Mar 24 23:49:05.514 INFO E| Compiling seq-macro v0.3.6
105892026-03-24T23:49:08.572Z[ host-image] Mar 24 23:49:06.684 INFO E| Compiling syn v2.0.114
105902026-03-24T23:49:10.308Z[ host-image] Mar 24 23:49:08.420 INFO E| Compiling scroll_derive v0.13.1
105912026-03-24T23:49:11.804Z[ host-image] Mar 24 23:49:09.918 INFO E| Compiling bitstruct_derive v0.1.0
105922026-03-24T23:49:24.323Z[ host-image] Mar 24 23:49:22.443 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105932026-03-24T23:49:27.184Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling bitflags v1.3.2
105942026-03-24T23:49:27.184Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling log v0.4.29
105952026-03-24T23:49:27.184Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling scroll v0.13.0
105962026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling adler2 v2.0.1
105972026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling plain v0.2.3
105982026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling bitflags v2.10.0
105992026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling bit_field v0.10.3
106002026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.306 INFO E| Compiling static_assertions v1.1.0
106012026-03-24T23:49:27.189Z[ host-image] Mar 24 23:49:25.307 INFO E| Compiling bitstruct v0.1.1
106022026-03-24T23:49:27.245Z[ host-image] Mar 24 23:49:25.367 INFO E| Compiling raw-cpuid v10.7.0
106032026-03-24T23:49:27.303Z[ host-image] Mar 24 23:49:25.424 INFO E| Compiling miniz_oxide v0.9.0
106042026-03-24T23:49:27.379Z[ host-image] Mar 24 23:49:25.501 INFO E| Compiling cpio_reader v0.1.2
106052026-03-24T23:49:27.494Z[ host-image] Mar 24 23:49:25.616 INFO E| Compiling goblin v0.10.4
106062026-03-24T23:49:31.079Z[ host-image] Mar 24 23:49:29.202 INFO E| Finished `release` profile [optimized] target(s) in 23.97s
106072026-03-24T23:49:31.093Z[ host-image] Mar 24 23:49:29.217 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106082026-03-24T23:49:31.131Z[ host-image] Mar 24 23:49:29.255 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')"
106092026-03-24T23:49:31.131Z[ host-image] Mar 24 23:49:29.255 INFO building ROM for gimlet
106102026-03-24T23:49:31.134Z[ host-image] Mar 24 23:49:29.255 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")
106112026-03-24T23:49:31.239Z[ host-image] Mar 24 23:49:29.363 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106122026-03-24T23:49:31.242Z[ host-image] Mar 24 23:49:29.366 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`
106132026-03-24T23:49:31.253Z[ host-image] Mar 24 23:49:29.376 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106142026-03-24T23:49:31.337Z[ host-image] Mar 24 23:49:29.461 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106152026-03-24T23:49:31.344Z[ host-image] Mar 24 23:49:29.468 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`
106162026-03-24T23:49:31.502Z[ host-image] Mar 24 23:49:29.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106172026-03-24T23:49:31.502Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106182026-03-24T23:49:31.502Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106192026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106202026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106212026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106222026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106232026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106242026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106252026-03-24T23:49:31.506Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106262026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106272026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106282026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106292026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106302026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106312026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO O| Info: ABL version: 0x100f5010
106322026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.623 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106332026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106342026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106352026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106362026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106372026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106382026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106392026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106402026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106412026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106422026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106432026-03-24T23:49:31.507Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106442026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106452026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106462026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106472026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106482026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106492026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106502026-03-24T23:49:31.508Z[ host-image] Mar 24 23:49:29.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106512026-03-24T23:49:31.539Z[ host-image] Mar 24 23:49:29.664 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106522026-03-24T23:49:31.539Z[ host-image] Mar 24 23:49:29.664 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106532026-03-24T23:49:31.539Z[ host-image] Mar 24 23:49:29.664 INFO building ROM for cosmo
106542026-03-24T23:49:31.543Z[ host-image] Mar 24 23:49:29.664 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.7.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")
106552026-03-24T23:49:31.647Z[ host-image] Mar 24 23:49:29.771 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106562026-03-24T23:49:31.651Z[ host-image] Mar 24 23:49:29.774 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.7.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
106572026-03-24T23:49:31.660Z[ host-image] Mar 24 23:49:29.785 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106582026-03-24T23:49:31.744Z[ host-image] Mar 24 23:49:29.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106592026-03-24T23:49:31.748Z[ host-image] Mar 24 23:49:29.872 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.7 -o /work/os-host/cosmo.rom`
106602026-03-24T23:49:32.015Z[ host-image] Mar 24 23:49:30.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106612026-03-24T23:49:32.015Z[ host-image] Mar 24 23:49:30.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106622026-03-24T23:49:32.015Z[ host-image] Mar 24 23:49:30.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106632026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106642026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106652026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106662026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106672026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106682026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106692026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106702026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106712026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106722026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106732026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106742026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106752026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106762026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106772026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106782026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106792026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106802026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106812026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106822026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106832026-03-24T23:49:32.019Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106842026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106852026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106862026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106872026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106882026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106892026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106902026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106912026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106922026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106932026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106942026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106952026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106962026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106972026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106982026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106992026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107002026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107012026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107022026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107032026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107042026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107052026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107062026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107072026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107082026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107092026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107102026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107112026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107122026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107132026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO O| Info: ABL version: 0x1007f011
107142026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107152026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107162026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107172026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107182026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107192026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107202026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107212026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107222026-03-24T23:49:32.020Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107232026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107242026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107252026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107262026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107272026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107282026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107292026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107302026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107312026-03-24T23:49:32.021Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107322026-03-24T23:49:32.025Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107332026-03-24T23:49:32.025Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107342026-03-24T23:49:32.025Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107352026-03-24T23:49:32.025Z[ host-image] Mar 24 23:49:30.142 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107362026-03-24T23:49:32.059Z[ host-image] Mar 24 23:49:30.183 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107372026-03-24T23:49:50.283Z[ host-image] Mar 24 23:49:48.416 INFO image complete! materials are in "/work/os-host"
107382026-03-24T23:49:50.286Z[ host-image]
107392026-03-24T23:49:50.286Z[ host-image] real 16:49.632896401
107402026-03-24T23:49:50.286Z[ host-image] user 13:58.603312419
107412026-03-24T23:49:50.286Z[ host-image] sys 1:10.618467723
107422026-03-24T23:49:50.286Z[ host-image] trap 0.278349464
107432026-03-24T23:49:50.286Z[ host-image] tflt 0.216968619
107442026-03-24T23:49:50.286Z[ host-image] dflt 0.354521605
107452026-03-24T23:49:50.287Z[ host-image] kflt 0.000013366
107462026-03-24T23:49:50.290Z[ host-image] lock 17:31.996200095
107472026-03-24T23:49:50.290Z[ host-image] slp 1:37:28.750010497
107482026-03-24T23:49:50.290Z[ host-image] lat 50.757280704
107492026-03-24T23:49:50.290Z[ host-image] stop 1.947989063
107502026-03-24T23:49:50.290ZMar 24 23:49:48.421 INFO [host-image] process exited with exit status: 0 (1009.638835449s)
107512026-03-24T23:49:50.290ZMar 24 23:49:48.421 INFO [tuf-repo] running task
107522026-03-24T23:50:12.844ZMar 24 23:50:10.989 INFO assembling repository in `/tmp/tufaceous8EBQTL`, component: OmicronRepoAssembler
107532026-03-24T23:50:18.853ZMar 24 23:50:17.001 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107542026-03-24T23:50:19.166ZMar 24 23:50:17.314 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107552026-03-24T23:50:30.083ZMar 24 23:50:28.237 INFO extracting uploaded archive to /tmp/.tmpkfgLLs
107562026-03-24T23:50:32.282ZMar 24 23:50:30.437 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.thQJsT
107572026-03-24T23:50:32.339ZMar 24 23:50:30.493 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
107582026-03-24T23:50:32.449ZMar 24 23:50:30.603 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
107592026-03-24T23:50:32.552ZMar 24 23:50:30.707 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
107602026-03-24T23:50:32.649ZMar 24 23:50:30.804 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
107612026-03-24T23:50:32.748ZMar 24 23:50:30.903 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
107622026-03-24T23:50:32.847ZMar 24 23:50:31.001 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
107632026-03-24T23:50:32.943ZMar 24 23:50:31.098 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
107642026-03-24T23:50:33.046ZMar 24 23:50:31.201 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107652026-03-24T23:50:33.046ZMar 24 23:50:31.201 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107662026-03-24T23:50:33.104ZMar 24 23:50:31.259 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107672026-03-24T23:50:33.104ZMar 24 23:50:31.259 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107682026-03-24T23:50:33.163ZMar 24 23:50:31.318 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107692026-03-24T23:50:33.163ZMar 24 23:50:31.318 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107702026-03-24T23:50:33.222ZMar 24 23:50:31.377 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107712026-03-24T23:50:33.222ZMar 24 23:50:31.377 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107722026-03-24T23:50:33.281ZMar 24 23:50:31.436 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107732026-03-24T23:50:33.285ZMar 24 23:50:31.437 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107742026-03-24T23:50:33.339ZMar 24 23:50:31.494 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107752026-03-24T23:50:33.339ZMar 24 23:50:31.494 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107762026-03-24T23:50:33.395ZMar 24 23:50:31.550 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107772026-03-24T23:50:33.395ZMar 24 23:50:31.550 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107782026-03-24T23:50:33.398ZMar 24 23:50:31.551 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107792026-03-24T23:50:33.398ZMar 24 23:50:31.552 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107802026-03-24T23:50:33.398ZMar 24 23:50:31.552 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107812026-03-24T23:50:33.398ZMar 24 23:50:31.553 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107822026-03-24T23:50:33.401ZMar 24 23:50:31.554 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107832026-03-24T23:50:39.897ZMar 24 23:50:38.055 INFO added artifact, length: 33554432, hash: 5764c2931c913417ec2026138ca154f3eb4d1cc8b9f0532877ba13fd03f016dc, version: 19.0.0-0.ci+gita1d650fe707, kind: gimlet_host_phase_1, name: host
107842026-03-24T23:50:39.897ZMar 24 23:50:38.055 INFO added artifact, length: 33554432, hash: ac973ddd2bb45276f77e6672732b7811cccf82529596c43adf546c64651d0acf, version: 19.0.0-0.ci+gita1d650fe707, kind: cosmo_host_phase_1, name: host
107852026-03-24T23:50:39.897ZMar 24 23:50:38.055 INFO added artifact, length: 1101008896, hash: 7cd52c3232fdbc87ff7f83ae513d18d58cb0660355161998316118b5483541ac, version: 19.0.0-0.ci+gita1d650fe707, kind: host_phase_2, name: host
107862026-03-24T23:50:41.044ZMar 24 23:50:39.203 INFO added artifact, length: 33554432, hash: 890d0b6ce62c043ee00fd04a20cf8bd62979a246db47a04efe3ce8931c8f32b4, version: 19.0.0-0.ci+gita1d650fe707, kind: gimlet_trampoline_phase_1, name: trampoline
107872026-03-24T23:50:41.045ZMar 24 23:50:39.203 INFO added artifact, length: 33554432, hash: 5dda775a697084ef1da749a3841632ae0d7c9a4531854b22f93f9b61e1f5473e, version: 19.0.0-0.ci+gita1d650fe707, kind: cosmo_trampoline_phase_1, name: trampoline
107882026-03-24T23:50:41.048ZMar 24 23:50:39.203 INFO added artifact, length: 145383103, hash: 3e2de2997729c38fb3b5397d829bf1524f9e54379bcff4e90e509e94ac76b6a9, version: 19.0.0-0.ci+gita1d650fe707, kind: trampoline_phase_2, name: trampoline
107892026-03-24T23:50:43.314ZMar 24 23:50:41.474 INFO added artifact, length: 294051675, hash: 2ce22a60b9301ad0e7cf2e9bb24f43b41a49f2aec0db0b2be202d716b78b3bf3, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: clickhouse_keeper
107902026-03-24T23:50:45.693ZMar 24 23:50:43.854 INFO added artifact, length: 308932991, hash: d242f7ae284467379f3df4cb601dc212a8c64d0c1e6348d05d32a0c37c5515d3, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: clickhouse_server
107912026-03-24T23:50:48.084ZMar 24 23:50:46.246 INFO added artifact, length: 308934493, hash: c9f193990ca70fb123511fc626c3bef05670e0bfcc8e54362f14280d5bee4bbe, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: clickhouse
107922026-03-24T23:50:49.310ZMar 24 23:50:47.460 INFO added artifact, length: 157882715, hash: 103a548b81f86b7d491eeb19a080c19024394d9ed3db77068d37996df2d8dd57, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: cockroachdb
107932026-03-24T23:50:49.602ZMar 24 23:50:47.765 INFO added artifact, length: 39925811, hash: e1e7ad37ccdddc2c95078466b7f7d01b9b534b0a09777680722ec488f87b7dff, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: crucible-pantry-zone
107942026-03-24T23:50:50.025ZMar 24 23:50:48.189 INFO added artifact, length: 54403215, hash: 7dbd00b68861b78d6ab0989d8421ad87e67e326648c522f93bb22302e2ee75d2, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: crucible-zone
107952026-03-24T23:50:50.373ZMar 24 23:50:48.536 INFO added artifact, length: 44639545, hash: c0f0045fc7326c9920e862b474895713e360961ea88915a93295b57797471687, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: external-dns
107962026-03-24T23:50:50.715ZMar 24 23:50:48.878 INFO added artifact, length: 44639141, hash: a1e5d677a46c1195b1b31d4c7458a56d228ab311b7aa3a0f906803b500df3d7e, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: internal-dns
107972026-03-24T23:50:52.404ZMar 24 23:50:50.568 INFO added artifact, length: 218284291, hash: 2a7337f4273ff069afc90390c1f5c9f149f62c2646a172b0e6f12e72666408fd, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: nexus
107982026-03-24T23:50:52.605ZMar 24 23:50:50.769 INFO added artifact, length: 26027605, hash: b33d58b42a733dca036a826f9c31dcdb33021b1b098fb4c7c3527df2361e5f93, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: ntp
107992026-03-24T23:50:53.064ZMar 24 23:50:51.229 INFO added artifact, length: 59412398, hash: 286e3f6e923b2b1182e76fc635ad041702c9610edf216fcc7f833c81ebc3e90a, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: oximeter
108002026-03-24T23:50:53.088ZMar 24 23:50:51.253 INFO added artifact, length: 3109590, hash: f22559b92ed2c60d4216be2a0e9fbc8621c1e209a86d48e8c633cc5f0b4beaa6, version: 19.0.0-0.ci+gita1d650fe707, kind: zone, name: probe
108012026-03-24T23:50:53.092ZMar 24 23:50:51.253 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108022026-03-24T23:50:53.092ZMar 24 23:50:51.253 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
108032026-03-24T23:50:53.092ZMar 24 23:50:51.254 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108042026-03-24T23:50:53.126ZMar 24 23:50:51.290 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
108052026-03-24T23:50:53.162ZMar 24 23:50:51.327 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
108062026-03-24T23:50:53.218ZMar 24 23:50:51.383 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108072026-03-24T23:50:53.218ZMar 24 23:50:51.383 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108082026-03-24T23:50:53.277ZMar 24 23:50:51.442 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108092026-03-24T23:50:53.281ZMar 24 23:50:51.442 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108102026-03-24T23:50:53.335ZMar 24 23:50:51.501 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108112026-03-24T23:50:53.335ZMar 24 23:50:51.501 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108122026-03-24T23:50:53.391ZMar 24 23:50:51.556 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108132026-03-24T23:50:53.395ZMar 24 23:50:51.556 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108142026-03-24T23:50:53.395ZMar 24 23:50:51.557 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108152026-03-24T23:50:53.395ZMar 24 23:50:51.558 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108162026-03-24T23:50:53.395ZMar 24 23:50:51.559 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108172026-03-24T23:50:53.451ZMar 24 23:50:51.616 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
108182026-03-24T23:50:53.563ZMar 24 23:50:51.728 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
108192026-03-24T23:50:53.676ZMar 24 23:50:51.841 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
108202026-03-24T23:50:53.788ZMar 24 23:50:51.952 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108212026-03-24T23:50:53.789ZMar 24 23:50:51.952 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108222026-03-24T23:50:53.845ZMar 24 23:50:52.010 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108232026-03-24T23:50:53.848ZMar 24 23:50:52.011 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108242026-03-24T23:50:53.903ZMar 24 23:50:52.068 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108252026-03-24T23:50:53.903ZMar 24 23:50:52.068 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108262026-03-24T23:50:53.960ZMar 24 23:50:52.125 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108272026-03-24T23:50:53.960ZMar 24 23:50:52.126 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108282026-03-24T23:50:53.966ZMar 24 23:50:52.126 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108292026-03-24T23:50:53.966ZMar 24 23:50:52.127 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108302026-03-24T23:50:53.966ZMar 24 23:50:52.128 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108312026-03-24T23:50:53.966ZMar 24 23:50:52.128 INFO added artifact, length: 924, hash: 86a6b85314a2ae3981d56c780a12e260931b9a9a8f74a273dfd8a9048ad7d8b0, version: 19.0.0-0.ci+gita1d650fe707, kind: installinator_document, name: installinator_document
108322026-03-24T23:50:54.586ZMar 24 23:50:52.752 INFO extracting uploaded archive to /tmp/.tmpjHzQiY
108332026-03-24T23:50:56.762ZMar 24 23:50:54.929 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.s9UkYw
108342026-03-24T23:50:56.818ZMar 24 23:50:54.985 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
108352026-03-24T23:50:56.928ZMar 24 23:50:55.095 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
108362026-03-24T23:50:57.032ZMar 24 23:50:55.199 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
108372026-03-24T23:50:57.131ZMar 24 23:50:55.298 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
108382026-03-24T23:50:57.234ZMar 24 23:50:55.396 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
108392026-03-24T23:50:57.326ZMar 24 23:50:55.493 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
108402026-03-24T23:50:57.421ZMar 24 23:50:55.588 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
108412026-03-24T23:50:57.524ZMar 24 23:50:55.691 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108422026-03-24T23:50:57.524ZMar 24 23:50:55.692 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108432026-03-24T23:50:57.584ZMar 24 23:50:55.748 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108442026-03-24T23:50:57.584ZMar 24 23:50:55.749 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108452026-03-24T23:50:57.640ZMar 24 23:50:55.807 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108462026-03-24T23:50:57.640ZMar 24 23:50:55.807 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108472026-03-24T23:50:57.696ZMar 24 23:50:55.863 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108482026-03-24T23:50:57.700ZMar 24 23:50:55.863 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108492026-03-24T23:50:57.754ZMar 24 23:50:55.922 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108502026-03-24T23:50:57.755ZMar 24 23:50:55.922 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108512026-03-24T23:50:57.869ZMar 24 23:50:55.978 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108522026-03-24T23:50:57.869ZMar 24 23:50:55.978 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108532026-03-24T23:50:57.873ZMar 24 23:50:56.036 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108542026-03-24T23:50:57.873ZMar 24 23:50:56.036 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108552026-03-24T23:50:57.873ZMar 24 23:50:56.036 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108562026-03-24T23:50:57.873ZMar 24 23:50:56.037 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108572026-03-24T23:50:57.873ZMar 24 23:50:56.038 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108582026-03-24T23:50:57.873ZMar 24 23:50:56.038 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108592026-03-24T23:50:57.873ZMar 24 23:50:56.039 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108602026-03-24T23:51:04.388ZMar 24 23:51:02.558 INFO added artifact, length: 33554432, hash: 5764c2931c913417ec2026138ca154f3eb4d1cc8b9f0532877ba13fd03f016dc, version: 19.0.0-0.ci+gita1d650fe707, kind: gimlet_host_phase_1, name: host
108612026-03-24T23:51:04.388ZMar 24 23:51:02.558 INFO added artifact, length: 33554432, hash: ac973ddd2bb45276f77e6672732b7811cccf82529596c43adf546c64651d0acf, version: 19.0.0-0.ci+gita1d650fe707, kind: cosmo_host_phase_1, name: host
108622026-03-24T23:51:04.391ZMar 24 23:51:02.558 INFO added artifact, length: 1101008896, hash: 7cd52c3232fdbc87ff7f83ae513d18d58cb0660355161998316118b5483541ac, version: 19.0.0-0.ci+gita1d650fe707, kind: host_phase_2, name: host
108632026-03-24T23:51:05.551ZMar 24 23:51:03.720 INFO added artifact, length: 33554432, hash: 890d0b6ce62c043ee00fd04a20cf8bd62979a246db47a04efe3ce8931c8f32b4, version: 19.0.0-0.ci+gita1d650fe707, kind: gimlet_trampoline_phase_1, name: trampoline
108642026-03-24T23:51:05.551ZMar 24 23:51:03.720 INFO added artifact, length: 33554432, hash: 5dda775a697084ef1da749a3841632ae0d7c9a4531854b22f93f9b61e1f5473e, version: 19.0.0-0.ci+gita1d650fe707, kind: cosmo_trampoline_phase_1, name: trampoline
108652026-03-24T23:51:05.559ZMar 24 23:51:03.720 INFO added artifact, length: 145383103, hash: 3e2de2997729c38fb3b5397d829bf1524f9e54379bcff4e90e509e94ac76b6a9, version: 19.0.0-0.ci+gita1d650fe707, kind: trampoline_phase_2, name: trampoline
108662026-03-24T23:51:12.833ZMar 24 23:51:11.006 INFO added artifact, length: 1614113104, hash: 36e6c2d197b830a88409dbceeef71f807426d0cd2c76341ef858c2ce2c8f4f75, version: 19.0.0-0.ci+gita1d650fe707, kind: control_plane, name: control-plane
108672026-03-24T23:51:12.838ZMar 24 23:51:11.007 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108682026-03-24T23:51:12.838ZMar 24 23:51:11.007 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
108692026-03-24T23:51:12.838ZMar 24 23:51:11.007 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108702026-03-24T23:51:12.870ZMar 24 23:51:11.044 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
108712026-03-24T23:51:12.906ZMar 24 23:51:11.081 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
108722026-03-24T23:51:12.963ZMar 24 23:51:11.138 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108732026-03-24T23:51:12.963ZMar 24 23:51:11.138 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108742026-03-24T23:51:13.022ZMar 24 23:51:11.197 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108752026-03-24T23:51:13.023ZMar 24 23:51:11.197 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108762026-03-24T23:51:13.081ZMar 24 23:51:11.256 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108772026-03-24T23:51:13.081ZMar 24 23:51:11.256 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108782026-03-24T23:51:13.138ZMar 24 23:51:11.312 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108792026-03-24T23:51:13.138ZMar 24 23:51:11.313 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108802026-03-24T23:51:13.144ZMar 24 23:51:11.313 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108812026-03-24T23:51:13.144ZMar 24 23:51:11.314 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108822026-03-24T23:51:13.144ZMar 24 23:51:11.315 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108832026-03-24T23:51:13.198ZMar 24 23:51:11.373 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
108842026-03-24T23:51:13.312ZMar 24 23:51:11.487 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
108852026-03-24T23:51:13.427ZMar 24 23:51:11.599 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
108862026-03-24T23:51:13.534ZMar 24 23:51:11.709 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108872026-03-24T23:51:13.534ZMar 24 23:51:11.710 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108882026-03-24T23:51:13.593ZMar 24 23:51:11.768 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108892026-03-24T23:51:13.594ZMar 24 23:51:11.768 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108902026-03-24T23:51:13.652ZMar 24 23:51:11.827 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108912026-03-24T23:51:13.652ZMar 24 23:51:11.827 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108922026-03-24T23:51:13.709ZMar 24 23:51:11.884 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108932026-03-24T23:51:13.714ZMar 24 23:51:11.884 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108942026-03-24T23:51:13.714ZMar 24 23:51:11.885 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108952026-03-24T23:51:13.714ZMar 24 23:51:11.885 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108962026-03-24T23:51:13.714ZMar 24 23:51:11.886 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108972026-03-24T23:51:13.714ZMar 24 23:51:11.886 INFO added artifact, length: 924, hash: 86a6b85314a2ae3981d56c780a12e260931b9a9a8f74a273dfd8a9048ad7d8b0, version: 19.0.0-0.ci+gita1d650fe707, kind: installinator_document, name: installinator_document
108982026-03-24T23:51:14.335ZMar 24 23:51:12.506 INFO [tuf-repo] task succeeded (84.085588241s)
108992026-03-24T23:51:14.336ZMar 24 23:51:12.506 INFO all jobs completed in 1849.581735689s
109002026-03-24T23:51:15.390Zprocess exited: duration 2242443 ms, exit code 0
 
109012026-03-24T23:51:15.429Zfound 41 output files
109022026-03-24T23:51:15.429Zuploading: /work/manifest.toml (17174 bytes)
109032026-03-24T23:51:16.458Zuploaded: /work/manifest.toml
109042026-03-24T23:51:16.458Zuploading: /work/repo.zip (2795910357 bytes)
109052026-03-24T23:52:15.068Zuploaded: /work/repo.zip
109062026-03-24T23:52:15.068Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109072026-03-24T23:52:16.083Zuploaded: /work/repo.zip.sha256.txt
109082026-03-24T23:52:16.083Zuploading: /work/helios.json (647 bytes)
109092026-03-24T23:52:17.096Zuploaded: /work/helios.json
109102026-03-24T23:52:17.096Zuploading: /work/incorporation.p5m (100410 bytes)
109112026-03-24T23:52:18.113Zuploaded: /work/incorporation.p5m
109122026-03-24T23:52:18.113Zuploading: /work/incorporation.p5p (122880 bytes)
109132026-03-24T23:52:19.131Zuploaded: /work/incorporation.p5p
109142026-03-24T23:52:19.131Zuploading: /work/helios-incorp.log (526 bytes)
109152026-03-24T23:52:20.140Zuploaded: /work/helios-incorp.log
109162026-03-24T23:52:20.140Zuploading: /work/helios-setup.log (56951 bytes)
109172026-03-24T23:52:21.154Zuploaded: /work/helios-setup.log
109182026-03-24T23:52:21.154Zuploading: /work/host-image.log (232141 bytes)
109192026-03-24T23:52:22.174Zuploaded: /work/host-image.log
109202026-03-24T23:52:22.174Zuploading: /work/host-package.log (34667 bytes)
109212026-03-24T23:52:23.195Zuploaded: /work/host-package.log
109222026-03-24T23:52:23.195Zuploading: /work/host-target.log (101 bytes)
109232026-03-24T23:52:24.206Zuploaded: /work/host-target.log
109242026-03-24T23:52:24.207Zuploading: /work/incorp-create.log (0 bytes)
109252026-03-24T23:52:25.215Zuploaded: /work/incorp-create.log
109262026-03-24T23:52:25.215Zuploading: /work/incorp-fmt.log (0 bytes)
109272026-03-24T23:52:26.222Zuploaded: /work/incorp-fmt.log
109282026-03-24T23:52:26.223Zuploading: /work/incorp-pkgsend.log (108 bytes)
109292026-03-24T23:52:27.232Zuploaded: /work/incorp-pkgsend.log
109302026-03-24T23:52:27.232Zuploading: /work/incorp-publisher.log (0 bytes)
109312026-03-24T23:52:28.239Zuploaded: /work/incorp-publisher.log
109322026-03-24T23:52:28.239Zuploading: /work/omicron-package.log (6796 bytes)
109332026-03-24T23:52:29.249Zuploaded: /work/omicron-package.log
109342026-03-24T23:52:29.249Zuploading: /work/recovery-image.log (601813 bytes)
109352026-03-24T23:52:30.273Zuploaded: /work/recovery-image.log
109362026-03-24T23:52:30.273Zuploading: /work/recovery-package.log (1955 bytes)
109372026-03-24T23:52:31.284Zuploaded: /work/recovery-package.log
109382026-03-24T23:52:31.284Zuploading: /work/recovery-target.log (98 bytes)
109392026-03-24T23:52:32.295Zuploaded: /work/recovery-target.log
109402026-03-24T23:52:32.295Zuploading: /work/stamp-clickhouse.log (117 bytes)
109412026-03-24T23:52:33.306Zuploaded: /work/stamp-clickhouse.log
109422026-03-24T23:52:33.306Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109432026-03-24T23:52:34.315Zuploaded: /work/stamp-clickhouse_keeper.log
109442026-03-24T23:52:34.315Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109452026-03-24T23:52:35.326Zuploaded: /work/stamp-clickhouse_server.log
109462026-03-24T23:52:35.326Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109472026-03-24T23:52:36.335Zuploaded: /work/stamp-cockroachdb.log
109482026-03-24T23:52:36.336Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109492026-03-24T23:52:37.345Zuploaded: /work/stamp-crucible-pantry-zone.log
109502026-03-24T23:52:37.345Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109512026-03-24T23:52:38.358Zuploaded: /work/stamp-crucible-utils.log
109522026-03-24T23:52:38.358Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109532026-03-24T23:52:39.368Zuploaded: /work/stamp-crucible-zone.log
109542026-03-24T23:52:39.368Zuploading: /work/stamp-external-dns.log (119 bytes)
109552026-03-24T23:52:40.379Zuploaded: /work/stamp-external-dns.log
109562026-03-24T23:52:40.379Zuploading: /work/stamp-installinator.log (103 bytes)
109572026-03-24T23:52:41.388Zuploaded: /work/stamp-installinator.log
109582026-03-24T23:52:41.392Zuploading: /work/stamp-internal-dns.log (119 bytes)
109592026-03-24T23:52:42.399Zuploaded: /work/stamp-internal-dns.log
109602026-03-24T23:52:42.399Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109612026-03-24T23:52:43.409Zuploaded: /work/stamp-mg-ddm-gz.log
109622026-03-24T23:52:43.412Zuploading: /work/stamp-nexus.log (112 bytes)
109632026-03-24T23:52:44.421Zuploaded: /work/stamp-nexus.log
109642026-03-24T23:52:44.421Zuploading: /work/stamp-ntp.log (110 bytes)
109652026-03-24T23:52:45.429Zuploaded: /work/stamp-ntp.log
109662026-03-24T23:52:45.429Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109672026-03-24T23:52:46.438Zuploaded: /work/stamp-omicron-sled-agent.log
109682026-03-24T23:52:46.438Zuploading: /work/stamp-overlay.log (114 bytes)
109692026-03-24T23:52:47.447Zuploaded: /work/stamp-overlay.log
109702026-03-24T23:52:47.447Zuploading: /work/stamp-oximeter.log (115 bytes)
109712026-03-24T23:52:48.461Zuploaded: /work/stamp-oximeter.log
109722026-03-24T23:52:48.461Zuploading: /work/stamp-oxlog.log (109 bytes)
109732026-03-24T23:52:49.470Zuploaded: /work/stamp-oxlog.log
109742026-03-24T23:52:49.470Zuploading: /work/stamp-probe.log (112 bytes)
109752026-03-24T23:52:50.482Zuploaded: /work/stamp-probe.log
109762026-03-24T23:52:50.482Zuploading: /work/stamp-propolis-server.log (122 bytes)
109772026-03-24T23:52:51.493Zuploaded: /work/stamp-propolis-server.log
109782026-03-24T23:52:51.494Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109792026-03-24T23:52:52.503Zuploaded: /work/stamp-pumpkind-gz.log
109802026-03-24T23:52:52.504Zuploading: /work/stamp-switch-asic.log (118 bytes)
109812026-03-24T23:52:53.514Zuploaded: /work/stamp-switch-asic.log
109822026-03-24T23:52:53.515Zuploading: /work/verify-libraries.log (12315 bytes)
109832026-03-24T23:52:54.529Zuploaded: /work/verify-libraries.log