01KSTD81GATVJAZBNBD9QQG5RQ: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c128gb",
    ),
    access_repos: [
        "oxidecomputer/amd-firmware",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/dmar-report",
        "oxidecomputer/pilot",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KSTD8GQ3YNXXH8JHGYBJW7YK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:42:54.066Zjob assigned to worker 01KSTD8JA8454NWV9YAY573S15 [factory aws, i-0cd5c3fd460d052e5] (queued for 45 s)
 
22026-05-29T17:43:02.383Zstarting task 0: "setup"
32026-05-29T17:43:02.388Z++ uname -s
42026-05-29T17:43:02.391Z+ kern=SunOS
52026-05-29T17:43:02.391Z+ build_user=build
62026-05-29T17:43:02.391Z+ build_uid=12345
72026-05-29T17:43:02.391Z+ work_dir=/work
82026-05-29T17:43:02.391Z+ input_dir=/input
92026-05-29T17:43:02.391Z+ [[ 0 == 12345 ]]
102026-05-29T17:43:02.391Z+ case "$kern" in
112026-05-29T17:43:02.391Z+ groupadd -g 12345 build
122026-05-29T17:43:02.395Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:43:04.401Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:43:04.484Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:43:04.487Z+ home_fs=zfs
162026-05-29T17:43:04.487Z+ [[ zfs == autofs ]]
172026-05-29T17:43:04.487Z+ mkdir -p /home/build
182026-05-29T17:43:04.529Z+ chown build:build /home/build /work
192026-05-29T17:43:06.490Z+ chmod 0700 /home/build /work
202026-05-29T17:43:06.495Zprocess exited: duration 4113 ms, exit code 0
 
212026-05-29T17:43:06.502Zstarting task 1: "rust-toolchain"
222026-05-29T17:43:06.509Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T17:43:06.509Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T17:43:06.509Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T17:43:06.509Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T17:43:06.509Z * rust toolchain channel = "1.94.0"
272026-05-29T17:43:06.509Z * rust toolchain profile = "default"
282026-05-29T17:43:06.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:43:06.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T17:43:06.579Zinfo: downloading installer
312026-05-29T17:43:07.983Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:43:07.983Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:43:07.983Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:43:07.983Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:43:07.995Zinfo: profile set to default
362026-05-29T17:43:07.995Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:43:07.998Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T17:43:08.139Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T17:43:08.139Zinfo: downloading 6 components
402026-05-29T17:43:22.352Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T17:43:22.352Z
422026-05-29T17:43:22.386Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T17:43:22.386Z
442026-05-29T17:43:22.386Z
452026-05-29T17:43:22.386ZRust is installed now. Great!
462026-05-29T17:43:22.386Z
472026-05-29T17:43:22.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:43:22.386Zenvironment variable. This has not been done automatically.
492026-05-29T17:43:22.386Z
502026-05-29T17:43:22.386ZTo configure your current shell, you need to source
512026-05-29T17:43:22.386Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:43:22.386Z
532026-05-29T17:43:22.386ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:43:22.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:43:22.386Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:43:22.386Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:43:22.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:43:22.386Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:43:22.386Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:43:22.386Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:43:22.386Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:43:22.474Z+ rustup --version
632026-05-29T17:43:22.480Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:43:22.483Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:43:22.502Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T17:43:22.506Z+ cargo --version
672026-05-29T17:43:22.513Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T17:43:22.516Z+ rustc --version
692026-05-29T17:43:22.537Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T17:43:22.540Zprocess exited: duration 16037 ms, exit code 0
 
712026-05-29T17:43:22.547Zstarting task 2: "authentication"
722026-05-29T17:43:22.566Zprocess exited: duration 18 ms, exit code 0
 
732026-05-29T17:43:22.572Zstarting task 3: "clone repository"
742026-05-29T17:43:22.577Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T17:43:22.580Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T17:43:22.624ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T17:43:32.844Z+ cd /work/oxidecomputer/omicron
782026-05-29T17:43:32.844Z+ git fetch origin d7de080122e8b9f8707969d96f9f2211831e5087
792026-05-29T17:43:33.193ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T17:43:33.193Z * branch d7de080122e8b9f8707969d96f9f2211831e5087 -> FETCH_HEAD
812026-05-29T17:43:33.208Z+ [[ -n fm-fact-guardrails ]]
822026-05-29T17:43:33.211Z++ git branch --show-current
832026-05-29T17:43:33.215Z+ current=main
842026-05-29T17:43:33.215Z+ [[ main != fm-fact-guardrails ]]
852026-05-29T17:43:33.215Z+ git branch -f fm-fact-guardrails d7de080122e8b9f8707969d96f9f2211831e5087
862026-05-29T17:43:33.218Z+ git checkout -f fm-fact-guardrails
872026-05-29T17:43:33.459ZSwitched to branch 'fm-fact-guardrails'
882026-05-29T17:43:33.462Z+ git reset --hard d7de080122e8b9f8707969d96f9f2211831e5087
892026-05-29T17:43:33.705ZHEAD is now at d7de08012 [fm] Add guardrail pinning persisted fact payload representations
902026-05-29T17:43:33.709Zprocess exited: duration 11135 ms, exit code 0
 
912026-05-29T17:43:33.715Zstarting task 4: "build"
922026-05-29T17:43:33.722Z+ source .github/buildomat/ci-env.sh
932026-05-29T17:43:33.722Z++ export CARGO_TERM_COLOR=always
942026-05-29T17:43:33.722Z++ CARGO_TERM_COLOR=always
952026-05-29T17:43:33.722Z+ cargo --version
962026-05-29T17:43:33.734Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T17:43:33.737Z+ rustc --version
982026-05-29T17:43:33.757Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T17:43:33.760Z+ cargo tree --locked
1002026-05-29T17:43:33.937Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-29T17:43:34.296Z Updating crates.io index
1022026-05-29T17:43:34.299Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-29T17:43:34.629Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-29T17:43:35.578Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-29T17:43:36.377Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-29T17:43:37.673Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-29T17:43:38.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-29T17:43:40.858Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-29T17:43:42.358Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-29T17:43:43.085Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-29T17:43:45.138Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-29T17:43:45.756Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-29T17:43:46.670Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-29T17:43:47.223Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-29T17:43:49.057Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-29T17:43:50.178Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-29T17:43:50.790Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-29T17:43:51.430Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-29T17:43:52.080Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-29T17:43:52.872Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-29T17:43:53.283Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-29T17:43:53.953Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-29T17:43:54.469Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-29T17:43:55.245Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-29T17:43:55.807Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-29T17:43:56.632Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-29T17:43:57.303Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-29T17:43:57.981Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-29T17:43:59.479Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-29T17:43:59.948Z Updating git repository `https://github.com/oxidecomputer/crucible`
1312026-05-29T17:44:00.853Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-29T17:44:01.835Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-05-29T17:44:02.161Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1342026-05-29T17:44:02.811Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-05-29T17:44:03.126Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-05-29T17:44:03.950Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-05-29T17:44:04.395Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-05-29T17:44:04.722Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-05-29T17:44:05.168Z Updating git repository `https://github.com/illumos/smf-rs`
1402026-05-29T17:44:05.550Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412026-05-29T17:44:17.874Z Downloading crates ...
1422026-05-29T17:44:17.954Z Downloaded anstyle-query v1.1.5
1432026-05-29T17:44:17.958Z Downloaded adler2 v2.0.1
1442026-05-29T17:44:17.965Z Downloaded addr2line v0.25.1
1452026-05-29T17:44:17.968Z Downloaded bcs v0.1.6
1462026-05-29T17:44:17.971Z Downloaded bb8 v0.8.6
1472026-05-29T17:44:17.971Z Downloaded cast v0.3.0
1482026-05-29T17:44:17.975Z Downloaded cargo-platform v0.3.2
1492026-05-29T17:44:17.979Z Downloaded async-recursion v1.1.1
1502026-05-29T17:44:17.982Z Downloaded cassowary v0.3.0
1512026-05-29T17:44:17.986Z Downloaded aes-gcm v0.10.3
1522026-05-29T17:44:17.986Z Downloaded array-init v0.0.4
1532026-05-29T17:44:17.986Z Downloaded compression-core v0.4.31
1542026-05-29T17:44:17.989Z Downloaded defmt-parser v1.0.0
1552026-05-29T17:44:17.989Z Downloaded bcrypt-pbkdf v0.10.0
1562026-05-29T17:44:17.989Z Downloaded argon2 v0.5.3
1572026-05-29T17:44:17.992Z Downloaded anyhow v1.0.102
1582026-05-29T17:44:17.992Z Downloaded assert_matches v1.5.0
1592026-05-29T17:44:17.995Z Downloaded darling_macro v0.23.0
1602026-05-29T17:44:17.995Z Downloaded clap_lex v1.0.0
1612026-05-29T17:44:17.995Z Downloaded base16ct v0.2.0
1622026-05-29T17:44:17.998Z Downloaded colorchoice v1.0.4
1632026-05-29T17:44:18.002Z Downloaded crc-catalog v2.4.0
1642026-05-29T17:44:18.002Z Downloaded atomicwrites v0.4.4
1652026-05-29T17:44:18.005Z Downloaded async-stream-impl v0.3.6
1662026-05-29T17:44:18.005Z Downloaded arrayvec v0.7.6
1672026-05-29T17:44:18.005Z Downloaded atomic-waker v1.1.2
1682026-05-29T17:44:18.008Z Downloaded async-stream v0.3.6
1692026-05-29T17:44:18.008Z Downloaded cpufeatures v0.2.17
1702026-05-29T17:44:18.008Z Downloaded arrayref v0.3.9
1712026-05-29T17:44:18.011Z Downloaded atty v0.2.14
1722026-05-29T17:44:18.011Z Downloaded approx v0.5.1
1732026-05-29T17:44:18.015Z Downloaded block-buffer v0.10.4
1742026-05-29T17:44:18.015Z Downloaded bit-set v0.8.0
1752026-05-29T17:44:18.018Z Downloaded cargo-platform v0.2.0
1762026-05-29T17:44:18.018Z Downloaded deranged v0.5.8
1772026-05-29T17:44:18.018Z Downloaded crossbeam-deque v0.8.6
1782026-05-29T17:44:18.021Z Downloaded convert_case v0.10.0
1792026-05-29T17:44:18.021Z Downloaded defmt v1.0.1
1802026-05-29T17:44:18.024Z Downloaded cargo_metadata v0.19.2
1812026-05-29T17:44:18.024Z Downloaded cargo-platform v0.1.9
1822026-05-29T17:44:18.027Z Downloaded defmt v0.3.100
1832026-05-29T17:44:18.027Z Downloaded assert-json-diff v2.0.2
1842026-05-29T17:44:18.027Z Downloaded darling_macro v0.21.3
1852026-05-29T17:44:18.027Z Downloaded ciborium-io v0.2.2
1862026-05-29T17:44:18.030Z Downloaded async-trait v0.1.89
1872026-05-29T17:44:18.030Z Downloaded cfg_aliases v0.2.1
1882026-05-29T17:44:18.033Z Downloaded async-object-pool v0.2.0
1892026-05-29T17:44:18.033Z Downloaded crc v3.4.0
1902026-05-29T17:44:18.033Z Downloaded const_format_proc_macros v0.2.34
1912026-05-29T17:44:18.036Z Downloaded cpufeatures v0.3.0
1922026-05-29T17:44:18.036Z Downloaded compression-codecs v0.4.37
1932026-05-29T17:44:18.039Z Downloaded clap_derive v4.5.55
1942026-05-29T17:44:18.039Z Downloaded data-encoding v2.10.0
1952026-05-29T17:44:18.039Z Downloaded aead v0.5.2
1962026-05-29T17:44:18.042Z Downloaded concurrent-queue v2.5.0
1972026-05-29T17:44:18.042Z Downloaded bitfield-struct v0.6.2
1982026-05-29T17:44:18.042Z Downloaded bit-set v0.5.3
1992026-05-29T17:44:18.045Z Downloaded cobs v0.3.0
2002026-05-29T17:44:18.045Z Downloaded ascii-canvas v3.0.0
2012026-05-29T17:44:18.045Z Downloaded derive_builder_macro v0.20.2
2022026-05-29T17:44:18.045Z Downloaded bitfield-macros v0.19.4
2032026-05-29T17:44:18.049Z Downloaded display-error-chain v0.2.2
2042026-05-29T17:44:18.052Z Downloaded debug-ignore v1.0.5
2052026-05-29T17:44:18.052Z Downloaded crucible-workspace-hack v0.1.0
2062026-05-29T17:44:18.055Z Downloaded document-features v0.2.12
2072026-05-29T17:44:18.055Z Downloaded cfg_aliases v0.1.1
2082026-05-29T17:44:18.058Z Downloaded derive_builder_core v0.20.2
2092026-05-29T17:44:18.058Z Downloaded csv-core v0.1.13
2102026-05-29T17:44:18.061Z Downloaded backtrace-ext v0.2.1
2112026-05-29T17:44:18.064Z Downloaded derive-ex v0.1.8
2122026-05-29T17:44:18.064Z Downloaded cfg-if v1.0.4
2132026-05-29T17:44:18.071Z Downloaded dof v0.3.0
2142026-05-29T17:44:18.074Z Downloaded bitfield v0.19.4
2152026-05-29T17:44:18.074Z Downloaded darling_macro v0.20.11
2162026-05-29T17:44:18.074Z Downloaded autocfg v1.5.0
2172026-05-29T17:44:18.077Z Downloaded dirs-next v2.0.0
2182026-05-29T17:44:18.077Z Downloaded block-padding v0.3.3
2192026-05-29T17:44:18.077Z Downloaded arc-swap v1.8.2
2202026-05-29T17:44:18.080Z Downloaded dirs-sys-next v0.1.2
2212026-05-29T17:44:18.080Z Downloaded anes v0.1.6
2222026-05-29T17:44:18.084Z Downloaded dof v0.4.0
2232026-05-29T17:44:18.084Z Downloaded base64 v0.22.1
2242026-05-29T17:44:18.087Z Downloaded corncobs v0.1.4
2252026-05-29T17:44:18.087Z Downloaded console v0.15.11
2262026-05-29T17:44:18.090Z Downloaded dropshot-api-manager-types v0.7.1
2272026-05-29T17:44:18.090Z Downloaded dyn-clone v1.0.20
2282026-05-29T17:44:18.093Z Downloaded chacha20poly1305 v0.10.1
2292026-05-29T17:44:18.093Z Downloaded dunce v1.0.5
2302026-05-29T17:44:18.093Z Downloaded chrono v0.4.44
2312026-05-29T17:44:18.097Z Downloaded enum-as-inner v0.6.1
2322026-05-29T17:44:18.100Z Downloaded embedded-io v0.4.0
2332026-05-29T17:44:18.100Z Downloaded dtrace-parser v0.3.0
2342026-05-29T17:44:18.100Z Downloaded dtrace-parser v0.2.0
2352026-05-29T17:44:18.103Z Downloaded endian-type v0.1.2
2362026-05-29T17:44:18.103Z Downloaded equivalent v1.0.2
2372026-05-29T17:44:18.103Z Downloaded backoff v0.4.0
2382026-05-29T17:44:18.106Z Downloaded env_filter v1.0.0
2392026-05-29T17:44:18.106Z Downloaded diesel_table_macro_syntax v0.3.0
2402026-05-29T17:44:18.106Z Downloaded embedded-io v0.6.1
2412026-05-29T17:44:18.109Z Downloaded difflib v0.4.0
2422026-05-29T17:44:18.109Z Downloaded ar_archive_writer v0.5.1
2432026-05-29T17:44:18.109Z Downloaded byte-wrapper v0.1.0
2442026-05-29T17:44:18.121Z Downloaded assert_cmd v2.1.2
2452026-05-29T17:44:18.121Z Downloaded event-listener-strategy v0.5.4
2462026-05-29T17:44:18.121Z Downloaded diesel-dtrace v0.5.0
2472026-05-29T17:44:18.121Z Downloaded der_derive v0.7.3
2482026-05-29T17:44:18.121Z Downloaded byteorder v1.5.0
2492026-05-29T17:44:18.121Z Downloaded ctr v0.9.2
2502026-05-29T17:44:18.121Z Downloaded critical-section v1.2.0
2512026-05-29T17:44:18.121Z Downloaded darling v0.20.11
2522026-05-29T17:44:18.125Z Downloaded castaway v0.2.4
2532026-05-29T17:44:18.125Z Downloaded camino-tempfile v1.4.1
2542026-05-29T17:44:18.125Z Downloaded cexpr v0.6.0
2552026-05-29T17:44:18.128Z Downloaded buf-list v1.1.2
2562026-05-29T17:44:18.128Z Downloaded fastrand v2.3.0
2572026-05-29T17:44:18.131Z Downloaded clang-sys v1.8.1
2582026-05-29T17:44:18.131Z Downloaded fd-lock v4.0.4
2592026-05-29T17:44:18.134Z Downloaded curve25519-dalek-derive v0.1.1
2602026-05-29T17:44:18.134Z Downloaded float-cmp v0.10.0
2612026-05-29T17:44:18.134Z Downloaded errno v0.3.14
2622026-05-29T17:44:18.137Z Downloaded displaydoc v0.2.5
2632026-05-29T17:44:18.137Z Downloaded const_format v0.2.35
2642026-05-29T17:44:18.140Z Downloaded fixedbitset v0.4.2
2652026-05-29T17:44:18.144Z Downloaded darling v0.21.3
2662026-05-29T17:44:18.146Z Downloaded cmake v0.1.57
2672026-05-29T17:44:18.146Z Downloaded foreign-types-macros v0.2.3
2682026-05-29T17:44:18.147Z Downloaded foreign-types-shared v0.3.1
2692026-05-29T17:44:18.150Z Downloaded funty v2.0.0
2702026-05-29T17:44:18.150Z Downloaded float-ord v0.3.2
2712026-05-29T17:44:18.150Z Downloaded blowfish v0.9.1
2722026-05-29T17:44:18.150Z Downloaded digest v0.10.7
2732026-05-29T17:44:18.153Z Downloaded foreign-types v0.5.0
2742026-05-29T17:44:18.153Z Downloaded foreign-types v0.3.2
2752026-05-29T17:44:18.153Z Downloaded flagset v0.4.7
2762026-05-29T17:44:18.156Z Downloaded form_urlencoded v1.2.2
2772026-05-29T17:44:18.156Z Downloaded foreign-types-shared v0.1.1
2782026-05-29T17:44:18.156Z Downloaded ena v0.14.4
2792026-05-29T17:44:18.156Z Downloaded ed25519 v2.2.3
2802026-05-29T17:44:18.159Z Downloaded ecdsa v0.16.9
2812026-05-29T17:44:18.159Z Downloaded futures-task v0.3.32
2822026-05-29T17:44:18.159Z Downloaded futures-io v0.3.32
2832026-05-29T17:44:18.162Z Downloaded crypto-common v0.1.7
2842026-05-29T17:44:18.162Z Downloaded derive_builder v0.20.2
2852026-05-29T17:44:18.165Z Downloaded generic-array v0.14.7
2862026-05-29T17:44:18.165Z Downloaded ghash v0.5.1
2872026-05-29T17:44:18.165Z Downloaded fxhash v0.2.1
2882026-05-29T17:44:18.168Z Downloaded cargo-util-schemas v0.8.2
2892026-05-29T17:44:18.168Z Downloaded defmt-macros v1.0.1
2902026-05-29T17:44:18.171Z Downloaded daft-derive v0.1.7
2912026-05-29T17:44:18.174Z Downloaded find-msvc-tools v0.1.9
2922026-05-29T17:44:18.174Z Downloaded ahash v0.8.12
2932026-05-29T17:44:18.178Z Downloaded erased-serde v0.4.9
2942026-05-29T17:44:18.178Z Downloaded cargo_metadata v0.23.1
2952026-05-29T17:44:18.181Z Downloaded bzip2 v0.4.4
2962026-05-29T17:44:18.181Z Downloaded async-lock v3.4.2
2972026-05-29T17:44:18.181Z Downloaded cfg-expr v0.20.6
2982026-05-29T17:44:18.184Z Downloaded criterion-plot v0.6.0
2992026-05-29T17:44:18.184Z Downloaded chacha20 v0.10.0
3002026-05-29T17:44:18.187Z Downloaded cargo_metadata v0.21.0
3012026-05-29T17:44:18.187Z Downloaded bit-vec v0.6.3
3022026-05-29T17:44:18.190Z Downloaded bitflags v2.11.0
3032026-05-29T17:44:18.193Z Downloaded git-stub v1.0.0
3042026-05-29T17:44:18.193Z Downloaded diff v0.1.13
3052026-05-29T17:44:18.196Z Downloaded async-compression v0.4.41
3062026-05-29T17:44:18.199Z Downloaded hash32 v0.2.1
3072026-05-29T17:44:18.199Z Downloaded futures-core v0.3.32
3082026-05-29T17:44:18.202Z Downloaded guppy-workspace-hack v0.1.0
3092026-05-29T17:44:18.202Z Downloaded fallible-iterator v0.2.0
3102026-05-29T17:44:18.202Z Downloaded cookie v0.18.1
3112026-05-29T17:44:18.205Z Downloaded either v1.15.0
3122026-05-29T17:44:18.205Z Downloaded derive-where v1.6.0
3132026-05-29T17:44:18.208Z Downloaded fnv v1.0.7
3142026-05-29T17:44:18.208Z Downloaded ff v0.13.1
3152026-05-29T17:44:18.208Z Downloaded drift v0.1.4
3162026-05-29T17:44:18.213Z Downloaded globwalk v0.9.1
3172026-05-29T17:44:18.216Z Downloaded git-stub-vcs v0.1.0
3182026-05-29T17:44:18.216Z Downloaded futures-executor v0.3.32
3192026-05-29T17:44:18.216Z Downloaded hex v0.4.3
3202026-05-29T17:44:18.219Z Downloaded heck v0.4.1
3212026-05-29T17:44:18.219Z Downloaded fs_extra v1.3.0
3222026-05-29T17:44:18.222Z Downloaded httpdate v1.0.3
3232026-05-29T17:44:18.222Z Downloaded http-body v1.0.1
3242026-05-29T17:44:18.222Z Downloaded hostname v0.3.1
3252026-05-29T17:44:18.222Z Downloaded hex-literal v0.4.1
3262026-05-29T17:44:18.225Z Downloaded http-range v0.1.5
3272026-05-29T17:44:18.225Z Downloaded home v0.5.12
3282026-05-29T17:44:18.225Z Downloaded dsl_auto_type v0.2.0
3292026-05-29T17:44:18.225Z Downloaded colored v3.1.1
3302026-05-29T17:44:18.228Z Downloaded camino v1.2.2
3312026-05-29T17:44:18.228Z Downloaded blake2b_simd v1.0.4
3322026-05-29T17:44:18.231Z Downloaded ciborium v0.2.2
3332026-05-29T17:44:18.231Z Downloaded crossbeam-utils v0.8.21
3342026-05-29T17:44:18.234Z Downloaded hubpack_derive v0.1.1
3352026-05-29T17:44:18.235Z Downloaded hubpack v0.1.2
3362026-05-29T17:44:18.235Z Downloaded gethostname v0.5.0
3372026-05-29T17:44:18.238Z Downloaded futures-timer v3.0.3
3382026-05-29T17:44:18.238Z Downloaded datatest-stable v0.3.3
3392026-05-29T17:44:18.241Z Downloaded console v0.16.2
3402026-05-29T17:44:18.241Z Downloaded hostname v0.4.2
3412026-05-29T17:44:18.241Z Downloaded group v0.13.0
3422026-05-29T17:44:18.244Z Downloaded const-oid v0.9.6
3432026-05-29T17:44:18.244Z Downloaded heck v0.5.0
3442026-05-29T17:44:18.244Z Downloaded headers-core v0.3.0
3452026-05-29T17:44:18.247Z Downloaded fs-err v3.3.0
3462026-05-29T17:44:18.247Z Downloaded fs-err v2.11.0
3472026-05-29T17:44:18.247Z Downloaded globset v0.4.18
3482026-05-29T17:44:18.250Z Downloaded des v0.8.1
3492026-05-29T17:44:18.250Z Downloaded crc32fast v1.5.0
3502026-05-29T17:44:18.253Z Downloaded derive_more v0.99.20
3512026-05-29T17:44:18.253Z Downloaded ident_case v1.0.1
3522026-05-29T17:44:18.256Z Downloaded hash32 v0.3.1
3532026-05-29T17:44:18.256Z Downloaded crc-any v2.5.0
3542026-05-29T17:44:18.256Z Downloaded clap v4.5.60
3552026-05-29T17:44:18.261Z Downloaded indent_write v2.2.0
3562026-05-29T17:44:18.264Z Downloaded glob v0.3.3
3572026-05-29T17:44:18.264Z Downloaded cookie_store v0.22.1
3582026-05-29T17:44:18.267Z Downloaded foldhash v0.2.0
3592026-05-29T17:44:18.267Z Downloaded foldhash v0.1.5
3602026-05-29T17:44:18.267Z Downloaded indoc v1.0.9
3612026-05-29T17:44:18.270Z Downloaded is_terminal_polyfill v1.70.2
3622026-05-29T17:44:18.270Z Downloaded is_ci v1.2.0
3632026-05-29T17:44:18.270Z Downloaded instant v0.1.13
3642026-05-29T17:44:18.273Z Downloaded futures-channel v0.3.32
3652026-05-29T17:44:18.273Z Downloaded event-listener v5.4.1
3662026-05-29T17:44:18.276Z Downloaded elliptic-curve v0.13.8
3672026-05-29T17:44:18.276Z Downloaded dropshot_endpoint v0.16.7
3682026-05-29T17:44:18.279Z Downloaded env_logger v0.11.9
3692026-05-29T17:44:18.279Z Downloaded darling v0.23.0
3702026-05-29T17:44:18.282Z Downloaded getrandom v0.2.17
3712026-05-29T17:44:18.285Z Downloaded darling_core v0.20.11
3722026-05-29T17:44:18.288Z Downloaded is-terminal v0.4.17
3732026-05-29T17:44:18.288Z Downloaded internet-checksum v0.2.1
3742026-05-29T17:44:18.291Z Downloaded keccak v0.1.6
3752026-05-29T17:44:18.291Z Downloaded hyper-tls v0.6.0
3762026-05-29T17:44:18.292Z Downloaded downcast-rs v2.0.2
3772026-05-29T17:44:18.292Z Downloaded illumos-nvpair v0.3.0
3782026-05-29T17:44:18.294Z Downloaded darling_core v0.21.3
3792026-05-29T17:44:18.297Z Downloaded linked-hash-map v0.5.6
3802026-05-29T17:44:18.297Z Downloaded allocator-api2 v0.2.21
3812026-05-29T17:44:18.301Z Downloaded lazy_static v1.5.0
3822026-05-29T17:44:18.301Z Downloaded bytes v1.11.1
3832026-05-29T17:44:18.304Z Downloaded blake2 v0.10.6
3842026-05-29T17:44:18.304Z Downloaded compact_str v0.8.1
3852026-05-29T17:44:18.306Z Downloaded constant_time_eq v0.3.1
3862026-05-29T17:44:18.307Z Downloaded kstat-rs v0.2.4
3872026-05-29T17:44:18.309Z Downloaded chumsky v0.9.3
3882026-05-29T17:44:18.309Z Downloaded http-body-util v0.1.3
3892026-05-29T17:44:18.312Z Downloaded humantime v2.3.0
3902026-05-29T17:44:18.312Z Downloaded lzss v0.8.2
3912026-05-29T17:44:18.315Z Downloaded cc v1.2.56
3922026-05-29T17:44:18.315Z Downloaded hyper-staticfile v0.10.1
3932026-05-29T17:44:18.319Z Downloaded instability v0.3.11
3942026-05-29T17:44:18.319Z Downloaded idna_adapter v1.2.1
3952026-05-29T17:44:18.319Z Downloaded lru-cache v0.1.2
3962026-05-29T17:44:18.322Z Downloaded daft v0.1.7
3972026-05-29T17:44:18.322Z Downloaded futures v0.3.32
3982026-05-29T17:44:18.325Z Downloaded lalrpop-util v0.19.12
3992026-05-29T17:44:18.325Z Downloaded fatfs v0.3.6
4002026-05-29T17:44:18.328Z Downloaded hickory-client v0.25.2
4012026-05-29T17:44:18.328Z Downloaded highway v1.3.0
4022026-05-29T17:44:18.331Z Downloaded linkme-impl v0.3.35
4032026-05-29T17:44:18.331Z Downloaded inout v0.1.4
4042026-05-29T17:44:18.331Z Downloaded escape8259 v0.5.3
4052026-05-29T17:44:18.331Z Downloaded fixedbitset v0.5.7
4062026-05-29T17:44:18.334Z Downloaded filetime v0.2.27
4072026-05-29T17:44:18.334Z Downloaded miette-derive v5.10.0
4082026-05-29T17:44:18.337Z Downloaded lru-slab v0.1.2
4092026-05-29T17:44:18.337Z Downloaded darling_core v0.23.0
4102026-05-29T17:44:18.340Z Downloaded indoc v2.0.7
4112026-05-29T17:44:18.343Z Downloaded ingot-types v0.1.2
4122026-05-29T17:44:18.343Z Downloaded ingot v0.1.1
4132026-05-29T17:44:18.343Z Downloaded maplit v1.0.2
4142026-05-29T17:44:18.346Z Downloaded knuffel-derive v3.2.0
4152026-05-29T17:44:18.346Z Downloaded httptest v0.16.4
4162026-05-29T17:44:18.346Z Downloaded newtype_derive v0.1.6
4172026-05-29T17:44:18.349Z Downloaded mime v0.3.17
4182026-05-29T17:44:18.349Z Downloaded maybe-uninit v2.0.0
4192026-05-29T17:44:18.349Z Downloaded newtype-uuid-macros v0.1.0
4202026-05-29T17:44:18.353Z Downloaded multimap v0.10.1
4212026-05-29T17:44:18.353Z Downloaded memmap v0.7.0
4222026-05-29T17:44:18.353Z Downloaded nibble_vec v0.1.0
4232026-05-29T17:44:18.357Z Downloaded libsw-core v0.3.2
4242026-05-29T17:44:18.357Z Downloaded ipnetwork v0.21.1
4252026-05-29T17:44:18.357Z Downloaded md-5 v0.10.6
4262026-05-29T17:44:18.357Z Downloaded match_cfg v0.1.0
4272026-05-29T17:44:18.357Z Downloaded macaddr v1.0.1
4282026-05-29T17:44:18.360Z Downloaded getrandom v0.4.1
4292026-05-29T17:44:18.363Z Downloaded hmac v0.12.1
4302026-05-29T17:44:18.363Z Downloaded ipnet v2.11.0
4312026-05-29T17:44:18.363Z Downloaded getrandom v0.3.4
4322026-05-29T17:44:18.366Z Downloaded dropshot_endpoint v0.17.0
4332026-05-29T17:44:18.369Z Downloaded libscf-sys v1.1.0
4342026-05-29T17:44:18.369Z Downloaded jobserver v0.1.34
4352026-05-29T17:44:18.372Z Downloaded nested v0.1.1
4362026-05-29T17:44:18.372Z Downloaded itoa v1.0.17
4372026-05-29T17:44:18.372Z Downloaded der v0.7.10
4382026-05-29T17:44:18.375Z Downloaded managed v0.8.0
4392026-05-29T17:44:18.378Z Downloaded impl-trait-for-tuples v0.2.3
4402026-05-29T17:44:18.378Z Downloaded md5 v0.7.0
4412026-05-29T17:44:18.378Z Downloaded base64 v0.21.7
4422026-05-29T17:44:18.381Z Downloaded backon v1.6.0
4432026-05-29T17:44:18.384Z Downloaded iana-time-zone v0.1.65
4442026-05-29T17:44:18.384Z Downloaded crossbeam-epoch v0.9.18
4452026-05-29T17:44:18.387Z Downloaded num v0.4.3
4462026-05-29T17:44:18.387Z Downloaded nonempty v0.12.0
4472026-05-29T17:44:18.390Z Downloaded nanorand v0.7.0
4482026-05-29T17:44:18.390Z Downloaded num-derive v0.3.3
4492026-05-29T17:44:18.393Z Downloaded libefi-sys v0.1.0
4502026-05-29T17:44:18.393Z Downloaded hyper-rustls v0.27.7
4512026-05-29T17:44:18.393Z Downloaded nodrop v0.1.14
4522026-05-29T17:44:18.396Z Downloaded erased-serde v0.3.31
4532026-05-29T17:44:18.397Z Downloaded linkme v0.3.35
4542026-05-29T17:44:18.400Z Downloaded cipher v0.4.4
4552026-05-29T17:44:18.400Z Downloaded cancel-safe-futures v0.1.5
4562026-05-29T17:44:18.403Z Downloaded bzip2 v0.6.1
4572026-05-29T17:44:18.403Z Downloaded olpc-cjson v0.1.4
4582026-05-29T17:44:18.403Z Downloaded num_enum_derive v0.5.11
4592026-05-29T17:44:18.406Z Downloaded num-iter v0.1.45
4602026-05-29T17:44:18.406Z Downloaded lru v0.12.5
4612026-05-29T17:44:18.406Z Downloaded new_debug_unreachable v1.0.6
4622026-05-29T17:44:18.406Z Downloaded flume v0.11.1
4632026-05-29T17:44:18.409Z Downloaded lock_api v0.4.14
4642026-05-29T17:44:18.409Z Downloaded openssl-probe v0.2.1
4652026-05-29T17:44:18.412Z Downloaded futures-sink v0.3.32
4662026-05-29T17:44:18.412Z Downloaded futures-macro v0.3.32
4672026-05-29T17:44:18.412Z Downloaded crypto-bigint v0.5.5
4682026-05-29T17:44:18.415Z Downloaded ingot-macros v0.1.1
4692026-05-29T17:44:18.418Z Downloaded crossbeam-channel v0.5.15
4702026-05-29T17:44:18.421Z Downloaded mime_guess v2.0.5
4712026-05-29T17:44:18.421Z Downloaded half v2.7.1
4722026-05-29T17:44:18.424Z Downloaded ordered-float v2.10.1
4732026-05-29T17:44:18.424Z Downloaded openssl-macros v0.1.1
4742026-05-29T17:44:18.424Z Downloaded openssl-probe v0.1.6
4752026-05-29T17:44:18.427Z Downloaded num-conv v0.2.0
4762026-05-29T17:44:18.427Z Downloaded normalize-line-endings v0.3.0
4772026-05-29T17:44:18.427Z Downloaded illumos-nvpair-sys v0.2.0
4782026-05-29T17:44:18.427Z Downloaded backtrace v0.3.76
4792026-05-29T17:44:18.430Z Downloaded memoffset v0.9.1
4802026-05-29T17:44:18.433Z Downloaded num-derive v0.4.2
4812026-05-29T17:44:18.433Z Downloaded newline-converter v0.3.0
4822026-05-29T17:44:18.433Z Downloaded fancy-regex v0.14.0
4832026-05-29T17:44:18.436Z Downloaded ed25519-dalek v2.2.0
4842026-05-29T17:44:18.439Z Downloaded opaque-debug v0.3.1
4852026-05-29T17:44:18.439Z Downloaded colored v2.2.0
4862026-05-29T17:44:18.439Z Downloaded cbc v0.1.2
4872026-05-29T17:44:18.442Z Downloaded httparse v1.10.1
4882026-05-29T17:44:18.442Z Downloaded flate2 v1.1.9
4892026-05-29T17:44:18.445Z Downloaded oso-derive v0.27.3
4902026-05-29T17:44:18.448Z Downloaded linear-map v1.2.0
4912026-05-29T17:44:18.448Z Downloaded heapless v0.8.0
4922026-05-29T17:44:18.451Z Downloaded parse-display v0.10.0
4932026-05-29T17:44:18.451Z Downloaded num_threads v0.1.7
4942026-05-29T17:44:18.451Z Downloaded heapless v0.7.17
4952026-05-29T17:44:18.454Z Downloaded packed_struct_codegen v0.10.1
4962026-05-29T17:44:18.454Z Downloaded bumpalo v3.20.2
4972026-05-29T17:44:18.457Z Downloaded derive_more-impl v2.1.1
4982026-05-29T17:44:18.460Z Downloaded pbkdf2 v0.11.0
4992026-05-29T17:44:18.463Z Downloaded pathdiff v0.2.3
5002026-05-29T17:44:18.463Z Downloaded parking v2.2.1
5012026-05-29T17:44:18.463Z Downloaded bytecount v0.6.9
5022026-05-29T17:44:18.466Z Downloaded num_enum_derive v0.7.5
5032026-05-29T17:44:18.466Z Downloaded num_enum v0.7.5
5042026-05-29T17:44:18.469Z Downloaded libtest-mimic v0.8.1
5052026-05-29T17:44:18.469Z Downloaded indexmap v1.9.3
5062026-05-29T17:44:18.472Z Downloaded path-slash v0.1.5
5072026-05-29T17:44:18.472Z Downloaded parse-size v1.1.0
5082026-05-29T17:44:18.472Z Downloaded oorandom v11.1.5
5092026-05-29T17:44:18.475Z Downloaded peg-runtime v0.8.5
5102026-05-29T17:44:18.475Z Downloaded num-complex v0.4.6
5112026-05-29T17:44:18.475Z Downloaded libloading v0.8.9
5122026-05-29T17:44:18.478Z Downloaded percent-encoding v2.3.2
5132026-05-29T17:44:18.478Z Downloaded pbkdf2 v0.12.2
5142026-05-29T17:44:18.478Z Downloaded multer v3.1.0
5152026-05-29T17:44:18.481Z Downloaded litemap v0.8.1
5162026-05-29T17:44:18.482Z Downloaded icu_properties v2.1.2
5172026-05-29T17:44:18.484Z Downloaded half v1.8.3
5182026-05-29T17:44:18.487Z Downloaded icu_provider v2.1.1
5192026-05-29T17:44:18.487Z Downloaded headers v0.4.1
5202026-05-29T17:44:18.491Z Downloaded owo-colors v3.5.0
5212026-05-29T17:44:18.494Z Downloaded phf_shared v0.12.1
5222026-05-29T17:44:18.494Z Downloaded phf_shared v0.11.3
5232026-05-29T17:44:18.497Z Downloaded newtype-uuid v1.3.2
5242026-05-29T17:44:18.497Z Downloaded memmap2 v0.9.10
5252026-05-29T17:44:18.500Z Downloaded plotters-backend v0.3.7
5262026-05-29T17:44:18.500Z Downloaded oxnet v0.1.4
5272026-05-29T17:44:18.500Z Downloaded owo-colors v4.3.0
5282026-05-29T17:44:18.504Z Downloaded dropshot-api-manager v0.7.1
5292026-05-29T17:44:18.504Z Downloaded ignore v0.4.25
5302026-05-29T17:44:18.507Z Downloaded packed_struct v0.10.1
5312026-05-29T17:44:18.507Z Downloaded num_enum v0.5.11
5322026-05-29T17:44:18.510Z Downloaded num-rational v0.4.2
5332026-05-29T17:44:18.513Z Downloaded parse-display-derive v0.10.0
5342026-05-29T17:44:18.513Z Downloaded paste v1.0.15
5352026-05-29T17:44:18.516Z Downloaded oxide-tokio-rt v0.1.4
5362026-05-29T17:44:18.516Z Downloaded num-integer v0.1.46
5372026-05-29T17:44:18.516Z Downloaded nu-ansi-term v0.50.3
5382026-05-29T17:44:18.519Z Downloaded pretty-hex v0.4.1
5392026-05-29T17:44:18.519Z Downloaded icu_locale_core v2.1.1
5402026-05-29T17:44:18.522Z Downloaded pin-utils v0.1.0
5412026-05-29T17:44:18.525Z Downloaded precomputed-hash v0.1.1
5422026-05-29T17:44:18.525Z Downloaded phf_shared v0.13.1
5432026-05-29T17:44:18.525Z Downloaded password-hash v0.4.2
5442026-05-29T17:44:18.528Z Downloaded predicates-tree v1.0.13
5452026-05-29T17:44:18.528Z Downloaded predicates-core v1.0.10
5462026-05-29T17:44:18.528Z Downloaded litrs v1.0.0
5472026-05-29T17:44:18.532Z Downloaded libsw v3.5.0
5482026-05-29T17:44:18.532Z Downloaded expectorate v1.2.0
5492026-05-29T17:44:18.532Z Downloaded crossterm v0.28.1
5502026-05-29T17:44:18.536Z Downloaded plotters-svg v0.3.7
5512026-05-29T17:44:18.539Z Downloaded partial-io v0.5.4
5522026-05-29T17:44:18.539Z Downloaded proc-macro-error-attr2 v2.0.0
5532026-05-29T17:44:18.542Z Downloaded proc-macro-error-attr v1.0.4
5542026-05-29T17:44:18.542Z Downloaded plain v0.2.3
5552026-05-29T17:44:18.542Z Downloaded icu_normalizer v2.1.1
5562026-05-29T17:44:18.545Z Downloaded path-tree v0.8.3
5572026-05-29T17:44:18.545Z Downloaded derive_more v2.1.1
5582026-05-29T17:44:18.551Z Downloaded progenitor-client v0.11.2
5592026-05-29T17:44:18.554Z Downloaded progenitor-client v0.10.0
5602026-05-29T17:44:18.554Z Downloaded powerfmt v0.2.0
5612026-05-29T17:44:18.554Z Downloaded potential_utf v0.1.4
5622026-05-29T17:44:18.558Z Downloaded pin-project-internal v1.1.11
5632026-05-29T17:44:18.558Z Downloaded pem-rfc7468 v0.7.0
5642026-05-29T17:44:18.558Z Downloaded pkcs8 v0.10.2
5652026-05-29T17:44:18.561Z Downloaded parking_lot v0.12.5
5662026-05-29T17:44:18.561Z Downloaded pem v3.0.6
5672026-05-29T17:44:18.564Z Downloaded password-hash v0.5.0
5682026-05-29T17:44:18.564Z Downloaded peg-macros v0.8.5
5692026-05-29T17:44:18.567Z Downloaded native-tls v0.2.18
5702026-05-29T17:44:18.567Z Downloaded parking_lot_core v0.8.6
5712026-05-29T17:44:18.567Z Downloaded parking_lot v0.11.2
5722026-05-29T17:44:18.569Z Downloaded peg v0.8.5
5732026-05-29T17:44:18.572Z Downloaded proc-macro-crate v1.3.1
5742026-05-29T17:44:18.572Z Downloaded log v0.4.29
5752026-05-29T17:44:18.576Z Downloaded psl-types v2.0.11
5762026-05-29T17:44:18.576Z Downloaded criterion v0.7.0
5772026-05-29T17:44:18.579Z Downloaded phf v0.12.1
5782026-05-29T17:44:18.582Z Downloaded ppv-lite86 v0.2.21
5792026-05-29T17:44:18.582Z Downloaded omicron-zone-package v0.12.2
5802026-05-29T17:44:18.585Z Downloaded progenitor-macro v0.14.0
5812026-05-29T17:44:18.585Z Downloaded progenitor-macro v0.13.0
5822026-05-29T17:44:18.585Z Downloaded libbz2-rs-sys v0.2.2
5832026-05-29T17:44:18.588Z Downloaded hickory-resolver v0.24.4
5842026-05-29T17:44:18.588Z Downloaded hyper-util v0.1.20
5852026-05-29T17:44:18.592Z Downloaded pin-project-lite v0.2.17
5862026-05-29T17:44:18.595Z Downloaded progenitor-macro v0.10.0
5872026-05-29T17:44:18.598Z Downloaded knuffel v3.2.0
5882026-05-29T17:44:18.598Z Downloaded diesel_derives v2.3.7
5892026-05-29T17:44:18.602Z Downloaded rand_chacha v0.3.1
5902026-05-29T17:44:18.605Z Downloaded quick-error v1.2.3
5912026-05-29T17:44:18.605Z Downloaded aes v0.8.4
5922026-05-29T17:44:18.608Z Downloaded progenitor-macro v0.11.2
5932026-05-29T17:44:18.608Z Downloaded proc-macro-error v1.0.4
5942026-05-29T17:44:18.611Z Downloaded rand_xorshift v0.4.0
5952026-05-29T17:44:18.611Z Downloaded primeorder v0.13.6
5962026-05-29T17:44:18.611Z Downloaded bitflags v1.3.2
5972026-05-29T17:44:18.614Z Downloaded progenitor-client v0.14.0
5982026-05-29T17:44:18.614Z Downloaded progenitor-client v0.13.0
5992026-05-29T17:44:18.617Z Downloaded proc-macro-error2 v2.0.1
6002026-05-29T17:44:18.617Z Downloaded progenitor v0.11.2
6012026-05-29T17:44:18.620Z Downloaded recursive v0.1.1
6022026-05-29T17:44:18.620Z Downloaded predicates v3.1.4
6032026-05-29T17:44:18.620Z Downloaded ref-cast-impl v1.0.25
6042026-05-29T17:44:18.623Z Downloaded icu_collections v2.1.1
6052026-05-29T17:44:18.627Z Downloaded postgres-protocol v0.6.10
6062026-05-29T17:44:18.627Z Downloaded poly1305 v0.8.0
6072026-05-29T17:44:18.630Z Downloaded polyval v0.6.2
6082026-05-29T17:44:18.630Z Downloaded oso v0.27.3
6092026-05-29T17:44:18.633Z Downloaded proc-macro-crate v3.4.0
6102026-05-29T17:44:18.633Z Downloaded pest_derive v2.8.6
6112026-05-29T17:44:18.636Z Downloaded num-traits v0.2.19
6122026-05-29T17:44:18.636Z Downloaded recursive-proc-macro-impl v0.1.1
6132026-05-29T17:44:18.639Z Downloaded miniz_oxide v0.8.9
6142026-05-29T17:44:18.639Z Downloaded indicatif v0.18.4
6152026-05-29T17:44:18.642Z Downloaded icu_normalizer_data v2.1.1
6162026-05-29T17:44:18.645Z Downloaded http v1.4.0
6172026-05-29T17:44:18.645Z Downloaded ref-cast v1.0.25
6182026-05-29T17:44:18.648Z Downloaded psm v0.1.30
6192026-05-29T17:44:18.651Z Downloaded progenitor-extras v0.2.0
6202026-05-29T17:44:18.651Z Downloaded russh-cryptovec v0.7.3
6212026-05-29T17:44:18.651Z Downloaded rtoolbox v0.0.3
6222026-05-29T17:44:18.655Z Downloaded progenitor v0.13.0
6232026-05-29T17:44:18.655Z Downloaded progenitor v0.14.0
6242026-05-29T17:44:18.655Z Downloaded hickory-resolver v0.25.2
6252026-05-29T17:44:18.658Z Downloaded quote v1.0.45
6262026-05-29T17:44:18.661Z Downloaded r2d2 v0.8.10
6272026-05-29T17:44:18.661Z Downloaded clap_builder v4.5.60
6282026-05-29T17:44:18.664Z Downloaded jiff-static v0.2.21
6292026-05-29T17:44:18.667Z Downloaded pkcs5 v0.7.1
6302026-05-29T17:44:18.670Z Downloaded pkcs1 v0.7.5
6312026-05-29T17:44:18.670Z Downloaded radium v0.7.0
6322026-05-29T17:44:18.673Z Downloaded rfc6979 v0.4.0
6332026-05-29T17:44:18.673Z Downloaded rand_core v0.9.5
6342026-05-29T17:44:18.673Z Downloaded rustc-hash v2.1.1
6352026-05-29T17:44:18.676Z Downloaded rand_chacha v0.9.0
6362026-05-29T17:44:18.676Z Downloaded progenitor v0.10.0
6372026-05-29T17:44:18.676Z Downloaded phf v0.13.1
6382026-05-29T17:44:18.679Z Downloaded rand_seeder v0.4.0
6392026-05-29T17:44:18.679Z Downloaded rand_core v0.10.0
6402026-05-29T17:44:18.679Z Downloaded rustc_version v0.4.1
6412026-05-29T17:44:18.684Z Downloaded papergrid v0.17.0
6422026-05-29T17:44:18.687Z Downloaded rustc_version v0.1.7
6432026-05-29T17:44:18.687Z Downloaded rand_core v0.6.4
6442026-05-29T17:44:18.687Z Downloaded miette v5.10.0
6452026-05-29T17:44:18.690Z Downloaded memchr v2.8.0
6462026-05-29T17:44:18.693Z Downloaded pkg-config v0.3.32
6472026-05-29T17:44:18.693Z Downloaded hickory-server v0.25.2
6482026-05-29T17:44:18.696Z Downloaded once_cell v1.21.3
6492026-05-29T17:44:18.699Z Downloaded parking_lot_core v0.9.12
6502026-05-29T17:44:18.699Z Downloaded async-bb8-diesel v0.2.1
6512026-05-29T17:44:18.702Z Downloaded anstyle-parse v0.2.7
6522026-05-29T17:44:18.702Z Downloaded convert_case v0.4.0
6532026-05-29T17:44:18.702Z Downloaded anstyle v1.0.13
6542026-05-29T17:44:18.706Z Downloaded camino-tempfile-ext v0.3.3
6552026-05-29T17:44:18.706Z Downloaded pest_generator v2.8.6
6562026-05-29T17:44:18.709Z Downloaded postcard v1.1.3
6572026-05-29T17:44:18.709Z Downloaded p256 v0.13.2
6582026-05-29T17:44:18.712Z Downloaded crossterm v0.29.0
6592026-05-29T17:44:18.715Z Downloaded bit-vec v0.8.0
6602026-05-29T17:44:18.718Z Downloaded base64ct v1.8.3
6612026-05-29T17:44:18.718Z Downloaded constant_time_eq v0.4.2
6622026-05-29T17:44:18.721Z Downloaded crunchy v0.2.4
6632026-05-29T17:44:18.721Z Downloaded sapling-renderdag v0.1.0
6642026-05-29T17:44:18.721Z Downloaded same-file v1.0.6
6652026-05-29T17:44:18.721Z Downloaded salsa20 v0.10.2
6662026-05-29T17:44:18.724Z Downloaded ciborium-ll v0.2.2
6672026-05-29T17:44:18.724Z Downloaded scheduled-thread-pool v0.2.7
6682026-05-29T17:44:18.724Z Downloaded chacha20 v0.9.1
6692026-05-29T17:44:18.727Z Downloaded cstr-argument v0.1.2
6702026-05-29T17:44:18.727Z Downloaded prefix-trie v0.7.0
6712026-05-29T17:44:18.730Z Downloaded crc8 v0.1.1
6722026-05-29T17:44:18.730Z Downloaded anstream v0.6.21
6732026-05-29T17:44:18.733Z Downloaded pest_meta v2.8.6
6742026-05-29T17:44:18.736Z Downloaded pin-project v1.1.11
6752026-05-29T17:44:18.743Z Downloaded scrypt v0.11.0
6762026-05-29T17:44:18.746Z Downloaded semver v0.1.20
6772026-05-29T17:44:18.746Z Downloaded proc-macro2 v1.0.106
6782026-05-29T17:44:18.749Z Downloaded scroll_derive v0.13.1
6792026-05-29T17:44:18.749Z Downloaded scroll_derive v0.12.1
6802026-05-29T17:44:18.749Z Downloaded scopeguard v1.2.0
6812026-05-29T17:44:18.749Z Downloaded serde-big-array v0.5.1
6822026-05-29T17:44:18.752Z Downloaded secrecy v0.8.0
6832026-05-29T17:44:18.752Z Downloaded resolv-conf v0.7.6
6842026-05-29T17:44:18.755Z Downloaded rustls-pemfile v1.0.4
6852026-05-29T17:44:18.755Z Downloaded rustls-native-certs v0.8.3
6862026-05-29T17:44:18.758Z Downloaded rustc-demangle v0.1.27
6872026-05-29T17:44:18.758Z Downloaded openssl-sys v0.9.115
6882026-05-29T17:44:18.761Z Downloaded papergrid v0.11.0
6892026-05-29T17:44:18.764Z Downloaded hashbrown v0.15.5
6902026-05-29T17:44:18.767Z Downloaded serde-value v0.7.0
6912026-05-29T17:44:18.767Z Downloaded serde_bytes v0.11.19
6922026-05-29T17:44:18.770Z Downloaded progenitor-impl v0.13.0
6932026-05-29T17:44:18.770Z Downloaded postgres-types v0.2.12
6942026-05-29T17:44:18.773Z Downloaded seq-macro v0.3.6
6952026-05-29T17:44:18.773Z Downloaded rustls-pemfile v2.2.0
6962026-05-29T17:44:18.776Z Downloaded quinn-udp v0.5.14
6972026-05-29T17:44:18.776Z Downloaded serde_repr v0.1.20
6982026-05-29T17:44:18.779Z Downloaded serde_regex v1.1.0
6992026-05-29T17:44:18.779Z Downloaded shell-words v1.1.1
7002026-05-29T17:44:18.779Z Downloaded sha1 v0.10.6
7012026-05-29T17:44:18.782Z Downloaded hashbrown v0.13.2
7022026-05-29T17:44:18.785Z Downloaded rustversion v1.0.22
7032026-05-29T17:44:18.785Z Downloaded serde_spanned v1.0.4
7042026-05-29T17:44:18.788Z Downloaded serde_plain v1.0.2
7052026-05-29T17:44:18.797Z Downloaded signal-hook-mio v0.2.5
7062026-05-29T17:44:18.800Z Downloaded signature v2.2.0
7072026-05-29T17:44:18.803Z Downloaded minimal-lexical v0.2.1
7082026-05-29T17:44:18.807Z Downloaded rusty-fork v0.3.1
7092026-05-29T17:44:18.810Z Downloaded signal-hook-tokio v0.3.1
7102026-05-29T17:44:18.810Z Downloaded hashbrown v0.14.5
7112026-05-29T17:44:18.813Z Downloaded prettyplease v0.2.37
7122026-05-29T17:44:18.816Z Downloaded scroll v0.13.0
7132026-05-29T17:44:18.819Z Downloaded scroll v0.12.0
7142026-05-29T17:44:18.819Z Downloaded secrecy v0.10.3
7152026-05-29T17:44:18.819Z Downloaded schemars_derive v0.8.22
7162026-05-29T17:44:18.822Z Downloaded rust-argon2 v2.1.0
7172026-05-29T17:44:18.822Z Downloaded itertools v0.10.5
7182026-05-29T17:44:18.825Z Downloaded slog-bunyan v2.5.0
7192026-05-29T17:44:18.828Z Downloaded similar-asserts v1.7.0
7202026-05-29T17:44:18.829Z Downloaded serde_derive_internals v0.29.1
7212026-05-29T17:44:18.829Z Downloaded sec1 v0.7.3
7222026-05-29T17:44:18.832Z Downloaded sct v0.7.1
7232026-05-29T17:44:18.832Z Downloaded progenitor-impl v0.14.0
7242026-05-29T17:44:18.835Z Downloaded progenitor-impl v0.10.0
7252026-05-29T17:44:18.838Z Downloaded indexmap v2.14.0
7262026-05-29T17:44:18.841Z Downloaded progenitor-impl v0.11.2
7272026-05-29T17:44:18.841Z Downloaded serde_spanned v0.6.9
7282026-05-29T17:44:18.841Z Downloaded rustls-pki-types v1.14.0
7292026-05-29T17:44:18.844Z Downloaded slog-envlogger v2.2.0
7302026-05-29T17:44:18.847Z Downloaded smawk v0.3.2
7312026-05-29T17:44:18.847Z Downloaded serde_path_to_error v0.1.20
7322026-05-29T17:44:18.850Z Downloaded serde-untagged v0.1.9
7332026-05-29T17:44:18.850Z Downloaded serde-hex v0.1.0
7342026-05-29T17:44:18.853Z Downloaded pretty_assertions v1.4.1
7352026-05-29T17:44:18.853Z Downloaded sha2 v0.10.9
7362026-05-29T17:44:18.856Z Downloaded rstest v0.25.0
7372026-05-29T17:44:18.859Z Downloaded relative-path v1.9.3
7382026-05-29T17:44:18.859Z Downloaded serde_urlencoded v0.7.1
7392026-05-29T17:44:18.862Z Downloaded signal-hook-registry v1.4.8
7402026-05-29T17:44:18.862Z Downloaded shlex v1.3.0
7412026-05-29T17:44:18.862Z Downloaded sigpipe v0.1.3
7422026-05-29T17:44:18.863Z Downloaded serde_tokenstream v0.2.3
7432026-05-29T17:44:18.865Z Downloaded rcgen v0.12.1
7442026-05-29T17:44:18.868Z Downloaded mio v1.2.0
7452026-05-29T17:44:18.872Z Downloaded hashbrown v0.16.1
7462026-05-29T17:44:18.875Z Downloaded russh-keys v0.45.0
7472026-05-29T17:44:18.878Z Downloaded simd-adler32 v0.3.8
7482026-05-29T17:44:18.881Z Downloaded ssh-encoding v0.2.0
7492026-05-29T17:44:18.881Z Downloaded ssh-cipher v0.2.0
7502026-05-29T17:44:18.884Z Downloaded stable_deref_trait v1.2.1
7512026-05-29T17:44:18.888Z Downloaded slab v0.4.12
7522026-05-29T17:44:18.891Z Downloaded siphasher v1.0.2
7532026-05-29T17:44:18.894Z Downloaded sqlparser_derive v0.5.0
7542026-05-29T17:44:18.897Z Downloaded semver v1.0.28
7552026-05-29T17:44:18.897Z Downloaded slog-dtrace v0.3.0
7562026-05-29T17:44:18.900Z Downloaded slog-async v2.8.0
7572026-05-29T17:44:18.900Z Downloaded strsim v0.11.1
7582026-05-29T17:44:18.904Z Downloaded rustls-platform-verifier v0.6.2
7592026-05-29T17:44:18.907Z Downloaded nom v7.1.3
7602026-05-29T17:44:18.910Z Downloaded strum v0.26.3
7612026-05-29T17:44:18.913Z Downloaded structmeta-derive v0.3.0
7622026-05-29T17:44:18.913Z Downloaded subtle v2.6.1
7632026-05-29T17:44:18.913Z Downloaded strip-ansi-escapes v0.2.1
7642026-05-29T17:44:18.917Z Downloaded strum v0.27.2
7652026-05-29T17:44:18.917Z Downloaded hashbrown v0.12.3
7662026-05-29T17:44:18.919Z Downloaded slog-json v2.6.1
7672026-05-29T17:44:18.920Z Downloaded num-bigint v0.4.6
7682026-05-29T17:44:18.922Z Downloaded serde_cbor v0.11.2
7692026-05-29T17:44:18.925Z Downloaded ryu v1.0.23
7702026-05-29T17:44:18.929Z Downloaded libxml v0.3.3
7712026-05-29T17:44:18.932Z Downloaded supports-color v3.0.2
7722026-05-29T17:44:18.932Z Downloaded smf v0.2.3
7732026-05-29T17:44:18.932Z Downloaded slog-stdlog v4.1.1
7742026-05-29T17:44:18.935Z Downloaded swrite v0.1.0
7752026-05-29T17:44:18.935Z Downloaded supports-hyperlinks v2.1.0
7762026-05-29T17:44:18.935Z Downloaded sync_wrapper v1.0.2
7772026-05-29T17:44:18.938Z Downloaded sync-ptr v0.1.4
7782026-05-29T17:44:18.938Z Downloaded quinn v0.11.9
7792026-05-29T17:44:18.941Z Downloaded spki v0.7.3
7802026-05-29T17:44:18.941Z Downloaded rand v0.8.6
7812026-05-29T17:44:18.944Z Downloaded smallvec v0.6.14
7822026-05-29T17:44:18.944Z Downloaded sqlformat v0.3.5
7832026-05-29T17:44:18.947Z Downloaded hashbrown v0.17.0
7842026-05-29T17:44:18.950Z Downloaded tabled_derive v0.11.0
7852026-05-29T17:44:18.950Z Downloaded tabled_derive v0.7.0
7862026-05-29T17:44:18.953Z Downloaded stacker v0.1.23
7872026-05-29T17:44:18.953Z Downloaded iddqd v0.4.1
7882026-05-29T17:44:18.956Z Downloaded tagptr v0.2.0
7892026-05-29T17:44:18.959Z Downloaded tabwriter v1.4.1
7902026-05-29T17:44:18.959Z Downloaded target-triple v1.0.0
7912026-05-29T17:44:18.959Z Downloaded stringmetrics v2.2.2
7922026-05-29T17:44:18.962Z Downloaded string_cache v0.8.9
7932026-05-29T17:44:18.962Z Downloaded serde_derive v1.0.228
7942026-05-29T17:44:18.965Z Downloaded stringprep v0.1.5
7952026-05-29T17:44:18.968Z Downloaded rand_distr v0.5.1
7962026-05-29T17:44:18.968Z Downloaded static_assertions v1.1.0
7972026-05-29T17:44:18.971Z Downloaded take_mut v0.2.2
7982026-05-29T17:44:18.972Z Downloaded tap v1.0.1
7992026-05-29T17:44:18.972Z Downloaded goblin v0.8.2
8002026-05-29T17:44:18.974Z Downloaded strum_macros v0.27.2
8012026-05-29T17:44:18.977Z Downloaded termtree v0.5.1
8022026-05-29T17:44:18.977Z Downloaded terminal_size v0.1.17
8032026-05-29T17:44:18.980Z Downloaded testing_table v0.3.0
8042026-05-29T17:44:18.980Z Downloaded support-bundle-viewer v0.1.2
8052026-05-29T17:44:18.980Z Downloaded strum_macros v0.24.3
8062026-05-29T17:44:18.984Z Downloaded blake3 v1.8.3
8072026-05-29T17:44:18.987Z Downloaded serde_yaml v0.9.34+deprecated
8082026-05-29T17:44:18.990Z Downloaded schemars v0.8.22
8092026-05-29T17:44:18.996Z Downloaded thread-id v4.2.2
8102026-05-29T17:44:18.998Z Downloaded thread-id v5.1.0
8112026-05-29T17:44:18.998Z Downloaded hyper v1.8.1
8122026-05-29T17:44:19.002Z Downloaded synstructure v0.13.2
8132026-05-29T17:44:19.005Z Downloaded supports-color v2.1.0
8142026-05-29T17:44:19.005Z Downloaded signal-hook v0.3.18
8152026-05-29T17:44:19.008Z Downloaded rsa v0.9.10
8162026-05-29T17:44:19.011Z Downloaded time-core v0.1.8
8172026-05-29T17:44:19.011Z Downloaded supports-unicode v2.1.0
8182026-05-29T17:44:19.011Z Downloaded h2 v0.4.13
8192026-05-29T17:44:19.015Z Downloaded spin v0.9.8
8202026-05-29T17:44:19.018Z Downloaded slog v2.8.2
8212026-05-29T17:44:19.021Z Downloaded tokio-macros v2.7.0
8222026-05-29T17:44:19.021Z Downloaded target-spec v3.5.7
8232026-05-29T17:44:19.021Z Downloaded p521 v0.13.3
8242026-05-29T17:44:19.024Z Downloaded thiserror-impl-no-std v2.0.2
8252026-05-29T17:44:19.028Z Downloaded publicsuffix v2.3.0
8262026-05-29T17:44:19.028Z Downloaded schemars v0.9.0
8272026-05-29T17:44:19.034Z Downloaded tinyvec_macros v0.1.1
8282026-05-29T17:44:19.037Z Downloaded termcolor v1.4.1
8292026-05-29T17:44:19.037Z Downloaded smallvec v1.15.1
8302026-05-29T17:44:19.037Z Downloaded num-bigint-dig v0.8.6
8312026-05-29T17:44:19.041Z Downloaded itertools v0.12.1
8322026-05-29T17:44:19.044Z Downloaded target-lexicon v0.13.3
8332026-05-29T17:44:19.048Z Downloaded itertools v0.14.0
8342026-05-29T17:44:19.051Z Downloaded toml_write v0.1.2
8352026-05-29T17:44:19.055Z Downloaded itertools v0.13.0
8362026-05-29T17:44:19.058Z Downloaded toml_datetime v0.6.11
8372026-05-29T17:44:19.058Z Downloaded tokio-test v0.4.5
8382026-05-29T17:44:19.058Z Downloaded slog-term v2.9.2
8392026-05-29T17:44:19.061Z Downloaded termios v0.3.3
8402026-05-29T17:44:19.061Z Downloaded hkdf v0.12.4
8412026-05-29T17:44:19.064Z Downloaded aho-corasick v1.1.4
8422026-05-29T17:44:19.068Z Downloaded thiserror-impl v2.0.18
8432026-05-29T17:44:19.068Z Downloaded topological-sort v0.2.2
8442026-05-29T17:44:19.071Z Downloaded rand v0.9.2
8452026-05-29T17:44:19.071Z Downloaded try-lock v0.2.5
8462026-05-29T17:44:19.071Z Downloaded tower-layer v0.3.3
8472026-05-29T17:44:19.074Z Downloaded strum_macros v0.26.4
8482026-05-29T17:44:19.074Z Downloaded thiserror v1.0.69
8492026-05-29T17:44:19.077Z Downloaded rand v0.10.0
8502026-05-29T17:44:19.080Z Downloaded bitvec v1.0.1
8512026-05-29T17:44:19.089Z Downloaded typeid v1.0.3
8522026-05-29T17:44:19.091Z Downloaded trait-variant v0.1.2
8532026-05-29T17:44:19.092Z Downloaded time-macros v0.2.27
8542026-05-29T17:44:19.095Z Downloaded tower-service v0.3.3
8552026-05-29T17:44:19.095Z Downloaded tiny-keccak v2.0.2
8562026-05-29T17:44:19.095Z Downloaded rustls-webpki v0.103.9
8572026-05-29T17:44:19.098Z Downloaded samael v0.0.19
8582026-05-29T17:44:19.101Z Downloaded unarray v0.1.4
8592026-05-29T17:44:19.104Z Downloaded tls_codec_derive v0.4.2
8602026-05-29T17:44:19.104Z Downloaded typify-macro v0.4.3
8612026-05-29T17:44:19.104Z Downloaded plotters v0.3.7
8622026-05-29T17:44:19.109Z Downloaded typify-macro v0.6.2
8632026-05-29T17:44:19.112Z Downloaded tokio-native-tls v0.3.1
8642026-05-29T17:44:19.112Z Downloaded tokio-dtrace v0.1.1
8652026-05-29T17:44:19.112Z Downloaded subprocess v0.2.15
8662026-05-29T17:44:19.115Z Downloaded futures-util v0.3.32
8672026-05-29T17:44:19.121Z Downloaded unicode-xid v0.2.6
8682026-05-29T17:44:19.125Z Downloaded tokio-rustls v0.25.0
8692026-05-29T17:44:19.125Z Downloaded similar v2.7.0
8702026-05-29T17:44:19.128Z Downloaded universal-hash v0.5.1
8712026-05-29T17:44:19.131Z Downloaded term v1.2.1
8722026-05-29T17:44:19.131Z Downloaded aws-lc-rs v1.16.3
8732026-05-29T17:44:19.136Z Downloaded untrusted v0.9.0
8742026-05-29T17:44:19.147Z Downloaded bindgen v0.71.1
8752026-05-29T17:44:19.147Z Downloaded unit-prefix v0.5.2
8762026-05-29T17:44:19.147Z Downloaded usdt v0.5.0
8772026-05-29T17:44:19.147Z Downloaded untrusted v0.7.1
8782026-05-29T17:44:19.147Z Downloaded toml_writer v1.0.6+spec-1.1.0
8792026-05-29T17:44:19.147Z Downloaded usdt-attr-macro v0.5.0
8802026-05-29T17:44:19.147Z Downloaded snafu v0.8.9
8812026-05-29T17:44:19.152Z Downloaded usdt-macro v0.6.0
8822026-05-29T17:44:19.152Z Downloaded usdt-attr-macro v0.6.0
8832026-05-29T17:44:19.152Z Downloaded socket2 v0.6.3
8842026-05-29T17:44:19.155Z Downloaded schemars v1.2.1
8852026-05-29T17:44:19.164Z Downloaded utf8parse v0.2.2
8862026-05-29T17:44:19.167Z Downloaded utf8_iter v1.0.4
8872026-05-29T17:44:19.167Z Downloaded usdt-macro v0.5.0
8882026-05-29T17:44:19.167Z Downloaded tls_codec v0.4.2
8892026-05-29T17:44:19.170Z Downloaded unicase v2.9.0
8902026-05-29T17:44:19.170Z Downloaded tinystr v0.8.2
8912026-05-29T17:44:19.170Z Downloaded git2 v0.20.4
8922026-05-29T17:44:19.175Z Downloaded wait-timeout v0.2.1
8932026-05-29T17:44:19.178Z Downloaded void v1.0.2
8942026-05-29T17:44:19.178Z Downloaded version_check v0.9.5
8952026-05-29T17:44:19.178Z Downloaded utf-8 v0.7.6
8962026-05-29T17:44:19.178Z Downloaded usdt v0.6.0
8972026-05-29T17:44:19.182Z Downloaded tokio-rustls v0.24.1
8982026-05-29T17:44:19.182Z Downloaded tinytemplate v1.2.1
8992026-05-29T17:44:19.185Z Downloaded textwrap v0.15.2
9002026-05-29T17:44:19.185Z Downloaded tokio-tungstenite v0.23.1
9012026-05-29T17:44:19.188Z Downloaded tokio-rustls v0.26.4
9022026-05-29T17:44:19.188Z Downloaded want v0.3.1
9032026-05-29T17:44:19.188Z Downloaded toml v0.8.23
9042026-05-29T17:44:19.191Z Downloaded xshell-macros v0.2.7
9052026-05-29T17:44:19.191Z Downloaded textwrap v0.16.2
9062026-05-29T17:44:19.194Z Downloaded test-strategy v0.4.5
9072026-05-29T17:44:19.194Z Downloaded toml_parser v1.0.9+spec-1.1.0
9082026-05-29T17:44:19.197Z Downloaded thiserror v2.0.18
9092026-05-29T17:44:19.201Z Downloaded xattr v1.6.1
9102026-05-29T17:44:19.204Z Downloaded waitgroup v0.1.2
9112026-05-29T17:44:19.204Z Downloaded unicode-truncate v1.1.0
9122026-05-29T17:44:19.204Z Downloaded unicode-linebreak v0.1.5
9132026-05-29T17:44:19.207Z Downloaded toml_datetime v1.0.0+spec-1.1.0
9142026-05-29T17:44:19.207Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9152026-05-29T17:44:19.207Z Downloaded yoke-derive v0.8.1
9162026-05-29T17:44:19.210Z Downloaded tokio-tungstenite v0.21.0
9172026-05-29T17:44:19.210Z Downloaded term v0.7.0
9182026-05-29T17:44:19.213Z Downloaded russh v0.45.0
9192026-05-29T17:44:19.216Z Downloaded zeroize_derive v1.4.3
9202026-05-29T17:44:19.216Z Downloaded zerofrom-derive v0.1.6
9212026-05-29T17:44:19.216Z Downloaded serde v1.0.228
9222026-05-29T17:44:19.219Z Downloaded thread_local v1.1.9
9232026-05-29T17:44:19.219Z Downloaded pest v2.8.6
9242026-05-29T17:44:19.223Z Downloaded usdt-impl v0.6.0
9252026-05-29T17:44:19.225Z Downloaded trybuild v1.0.116
9262026-05-29T17:44:19.228Z Downloaded tracing-attributes v0.1.31
9272026-05-29T17:44:19.228Z Downloaded rustyline v14.0.0
9282026-05-29T17:44:19.231Z Downloaded usdt-impl v0.5.0
9292026-05-29T17:44:19.234Z Downloaded uzers v0.12.2
9302026-05-29T17:44:19.234Z Downloaded twox-hash v2.1.2
9312026-05-29T17:44:19.237Z Downloaded tar v0.4.45
9322026-05-29T17:44:19.237Z Downloaded zone_cfg_derive v0.3.1
9332026-05-29T17:44:19.240Z Downloaded zone v0.3.1
9342026-05-29T17:44:19.240Z Downloaded tinyvec v1.10.0
9352026-05-29T17:44:19.241Z Downloaded thiserror-no-std v2.0.2
9362026-05-29T17:44:19.243Z Downloaded tempfile v3.25.0
9372026-05-29T17:44:19.246Z Downloaded serde_core v1.0.228
9382026-05-29T17:44:19.246Z Downloaded vergen-lib v0.1.6
9392026-05-29T17:44:19.246Z Downloaded vergen-git2 v1.0.7
9402026-05-29T17:44:19.249Z Downloaded tokio-stream v0.1.18
9412026-05-29T17:44:19.252Z Downloaded p384 v0.13.1
9422026-05-29T17:44:19.255Z Downloaded idna v1.1.0
9432026-05-29T17:44:19.259Z Downloaded walkdir v2.5.0
9442026-05-29T17:44:19.259Z Downloaded icu_properties_data v2.1.2
9452026-05-29T17:44:19.263Z Downloaded whoami v1.6.1
9462026-05-29T17:44:19.266Z Downloaded toml v1.0.6+spec-1.1.0
9472026-05-29T17:44:19.269Z Downloaded unicode-properties v0.1.4
9482026-05-29T17:44:19.269Z Downloaded toml v0.7.8
9492026-05-29T17:44:19.272Z Downloaded rpassword v7.4.0
9502026-05-29T17:44:19.272Z Downloaded tungstenite v0.21.0
9512026-05-29T17:44:19.275Z Downloaded thiserror-impl v1.0.69
9522026-05-29T17:44:19.275Z Downloaded socket2 v0.5.10
9532026-05-29T17:44:19.279Z Downloaded wyz v0.5.1
9542026-05-29T17:44:19.279Z Downloaded writeable v0.6.2
9552026-05-29T17:44:19.282Z Downloaded qorb v0.4.1
9562026-05-29T17:44:19.285Z Downloaded zerofrom v0.1.6
9572026-05-29T17:44:19.285Z Downloaded yoke v0.8.1
9582026-05-29T17:44:19.285Z Downloaded zeroize v1.8.2
9592026-05-29T17:44:19.288Z Downloaded tui-tree-widget v0.23.1
9602026-05-29T17:44:19.288Z Downloaded xshell v0.2.7
9612026-05-29T17:44:19.288Z Downloaded iri-string v0.7.10
9622026-05-29T17:44:19.292Z Downloaded terminal_size v0.4.3
9632026-05-29T17:44:19.295Z Downloaded ron v0.8.1
9642026-05-29T17:44:19.298Z Downloaded libm v0.2.16
9652026-05-29T17:44:19.301Z Downloaded tungstenite v0.23.0
9662026-05-29T17:44:19.304Z Downloaded tracing-core v0.1.36
9672026-05-29T17:44:19.307Z Downloaded typify v0.6.2
9682026-05-29T17:44:19.310Z Downloaded ucd-trie v0.1.7
9692026-05-29T17:44:19.310Z Downloaded typify v0.4.3
9702026-05-29T17:44:19.313Z Downloaded zerovec-derive v0.11.2
9712026-05-29T17:44:19.313Z Downloaded vergen-gitcl v1.0.8
9722026-05-29T17:44:19.313Z Downloaded zmij v1.0.21
9732026-05-29T17:44:19.316Z Downloaded vsss-rs v3.3.4
9742026-05-29T17:44:19.316Z Downloaded vergen v9.0.6
9752026-05-29T17:44:19.320Z Downloaded unicode-ident v1.0.24
9762026-05-29T17:44:19.320Z Downloaded guppy v0.17.25
9772026-05-29T17:44:19.322Z Downloaded zstd-safe v7.2.4
9782026-05-29T17:44:19.327Z Downloaded toml v0.9.12+spec-1.1.0
9792026-05-29T17:44:19.330Z Downloaded toml_edit v0.22.27
9802026-05-29T17:44:19.330Z Downloaded regex v1.12.3
9812026-05-29T17:44:19.333Z Downloaded toml_edit v0.23.10+spec-1.0.0
9822026-05-29T17:44:19.336Z Downloaded snafu-derive v0.8.9
9832026-05-29T17:44:19.339Z Downloaded slog-scope v4.4.1
9842026-05-29T17:44:19.339Z Downloaded serde_with_macros v3.17.0
9852026-05-29T17:44:19.339Z Downloaded whoami v2.1.0
9862026-05-29T17:44:19.343Z Downloaded zerocopy-derive v0.7.35
9872026-05-29T17:44:19.345Z Downloaded reqwest v0.12.28
9882026-05-29T17:44:19.348Z Downloaded unsafe-libyaml v0.2.11
9892026-05-29T17:44:19.351Z Downloaded yasna v0.5.2
9902026-05-29T17:44:19.351Z Downloaded rayon-core v1.13.0
9912026-05-29T17:44:19.355Z Downloaded ssh-key v0.6.7
9922026-05-29T17:44:19.358Z Downloaded steno v0.4.1
9932026-05-29T17:44:19.361Z Downloaded rstest_macros v0.25.0
9942026-05-29T17:44:19.365Z Downloaded unicode-bidi v0.3.18
9952026-05-29T17:44:19.365Z Downloaded structmeta v0.3.0
9962026-05-29T17:44:19.368Z Downloaded reedline v0.40.0
9972026-05-29T17:44:19.371Z Downloaded tokio-postgres v0.7.16
9982026-05-29T17:44:19.374Z Downloaded portable-atomic v1.13.1
9992026-05-29T17:44:19.377Z Downloaded toml_edit v0.19.15
10002026-05-29T17:44:19.387Z Downloaded zstd v0.13.3
10012026-05-29T17:44:19.390Z Downloaded curve25519-dalek v4.1.3
10022026-05-29T17:44:19.395Z Downloaded vte v0.14.1
10032026-05-29T17:44:19.397Z Downloaded zerocopy v0.6.6
10042026-05-29T17:44:19.401Z Downloaded serde_json v1.0.149
10052026-05-29T17:44:19.404Z Downloaded typenum v1.19.0
10062026-05-29T17:44:19.407Z Downloaded uuid v1.23.0
10072026-05-29T17:44:19.407Z Downloaded rayon v1.11.0
10082026-05-29T17:44:19.412Z Downloaded moka v0.12.13
10092026-05-29T17:44:19.417Z Downloaded goblin v0.10.5
10102026-05-29T17:44:19.421Z Downloaded zopfli v0.8.3
10112026-05-29T17:44:19.424Z Downloaded reqwest v0.13.2
10122026-05-29T17:44:19.427Z Downloaded salty v0.3.0
10132026-05-29T17:44:19.430Z Downloaded unicode_categories v0.1.1
10142026-05-29T17:44:19.433Z Downloaded proptest v1.10.0
10152026-05-29T17:44:19.437Z Downloaded url v2.5.8
10162026-05-29T17:44:19.440Z Downloaded zip v0.6.6
10172026-05-29T17:44:19.443Z Downloaded rustls-webpki v0.101.7
10182026-05-29T17:44:19.450Z Downloaded zerotrie v0.2.3
10192026-05-29T17:44:19.453Z Downloaded nix v0.27.1
10202026-05-29T17:44:19.459Z Downloaded yansi v1.0.1
10212026-05-29T17:44:19.462Z Downloaded tower v0.5.3
10222026-05-29T17:44:19.465Z Downloaded lalrpop v0.19.12
10232026-05-29T17:44:19.472Z Downloaded rustls-webpki v0.102.8
10242026-05-29T17:44:19.482Z Downloaded unicode-segmentation v1.12.0
10252026-05-29T17:44:19.486Z Downloaded serde_with v3.17.0
10262026-05-29T17:44:19.491Z Downloaded quick-xml v0.37.5
10272026-05-29T17:44:19.495Z Downloaded gimli v0.32.3
10282026-05-29T17:44:19.500Z Downloaded zerocopy-derive v0.8.40
10292026-05-29T17:44:19.505Z Downloaded x509-cert v0.2.5
10302026-05-29T17:44:19.509Z Downloaded petname v2.0.2
10312026-05-29T17:44:19.512Z Downloaded tower-http v0.6.8
10322026-05-29T17:44:19.517Z Downloaded tough v0.22.0
10332026-05-29T17:44:19.522Z Downloaded typed-path v0.9.3
10342026-05-29T17:44:19.525Z Downloaded object v0.30.4
10352026-05-29T17:44:19.537Z Downloaded radix_trie v0.2.1
10362026-05-29T17:44:19.547Z Downloaded zerovec v0.11.5
10372026-05-29T17:44:19.550Z Downloaded nix v0.28.0
10382026-05-29T17:44:19.557Z Downloaded unicode-normalization v0.1.25
10392026-05-29T17:44:19.568Z Downloaded polar-core v0.27.3
10402026-05-29T17:44:19.573Z Downloaded zip v4.6.1
10412026-05-29T17:44:19.588Z Downloaded tabled v0.15.0
10422026-05-29T17:44:19.597Z Downloaded tokio-util v0.7.18
10432026-05-29T17:44:19.602Z Downloaded openssl v0.10.79
10442026-05-29T17:44:19.609Z Downloaded bstr v1.12.1
10452026-05-29T17:44:19.615Z Downloaded smoltcp v0.9.1
10462026-05-29T17:44:19.623Z Downloaded diesel v2.3.7
10472026-05-29T17:44:19.637Z Downloaded time v0.3.47
10482026-05-29T17:44:19.645Z Downloaded quinn-proto v0.11.13
10492026-05-29T17:44:19.650Z Downloaded tabled v0.20.0
10502026-05-29T17:44:19.662Z Downloaded dropshot v0.16.7
10512026-05-29T17:44:19.677Z Downloaded openapiv3 v2.2.0
10522026-05-29T17:44:19.685Z Downloaded webpki-roots v1.0.6
10532026-05-29T17:44:19.694Z Downloaded rustls v0.21.12
10542026-05-29T17:44:19.701Z Downloaded winnow v0.6.26
10552026-05-29T17:44:19.707Z Downloaded zerocopy v0.8.40
10562026-05-29T17:44:19.713Z Downloaded zerocopy v0.7.35
10572026-05-29T17:44:19.723Z Downloaded winnow v0.7.14
10582026-05-29T17:44:19.729Z Downloaded winnow v0.5.40
10592026-05-29T17:44:19.734Z Downloaded rustix v1.1.3
10602026-05-29T17:44:19.751Z Downloaded hickory-proto v0.24.4
10612026-05-29T17:44:19.760Z Downloaded object v0.37.3
10622026-05-29T17:44:19.767Z Downloaded nix v0.31.2
10632026-05-29T17:44:19.776Z Downloaded zlib-rs v0.6.2
10642026-05-29T17:44:19.780Z Downloaded dropshot v0.17.0
10652026-05-29T17:44:19.795Z Downloaded vcpkg v0.2.15
10662026-05-29T17:44:19.820Z Downloaded sled v0.34.7
10672026-05-29T17:44:19.826Z Downloaded regress v0.11.1
10682026-05-29T17:44:19.832Z Downloaded syn v2.0.117
10692026-05-29T17:44:19.840Z Downloaded regex-syntax v0.8.10
10702026-05-29T17:44:19.845Z Downloaded ratatui v0.29.0
10712026-05-29T17:44:19.859Z Downloaded rustls v0.22.4
10722026-05-29T17:44:19.868Z Downloaded rustls v0.23.37
10732026-05-29T17:44:19.875Z Downloaded typify-impl v0.4.3
10742026-05-29T17:44:19.886Z Downloaded tracing v0.1.44
10752026-05-29T17:44:19.901Z Downloaded regex-automata v0.4.14
10762026-05-29T17:44:19.910Z Downloaded rustix v0.38.44
10772026-05-29T17:44:19.924Z Downloaded hickory-proto v0.25.2
10782026-05-29T17:44:19.933Z Downloaded sqlparser v0.61.0
10792026-05-29T17:44:19.939Z Downloaded regress v0.10.5
10802026-05-29T17:44:19.945Z Downloaded jiff v0.2.21
10812026-05-29T17:44:19.959Z Downloaded chrono-tz v0.10.4
10822026-05-29T17:44:19.971Z Downloaded unicode-width v0.1.14
10832026-05-29T17:44:19.974Z Downloaded csv v1.4.0
10842026-05-29T17:44:19.988Z Downloaded bzip2-sys v0.1.13+1.0.8
10852026-05-29T17:44:19.995Z Downloaded typify-impl v0.6.2
10862026-05-29T17:44:20.006Z Downloaded syn v1.0.109
10872026-05-29T17:44:20.012Z Downloaded unicode-width v0.2.0
10882026-05-29T17:44:20.016Z Downloaded smoltcp v0.11.0
10892026-05-29T17:44:20.024Z Downloaded libz-sys v1.1.24
10902026-05-29T17:44:20.037Z Downloaded regex-syntax v0.6.29
10912026-05-29T17:44:20.042Z Downloaded nix v0.29.0
10922026-05-29T17:44:20.049Z Downloaded sha3 v0.10.8
10932026-05-29T17:44:20.058Z Downloaded zerocopy-derive v0.6.6
10942026-05-29T17:44:20.085Z Downloaded petgraph v0.6.5
10952026-05-29T17:44:20.105Z Downloaded httpmock v0.8.3
10962026-05-29T17:44:20.133Z Downloaded libc v0.2.185
10972026-05-29T17:44:20.154Z Downloaded petgraph v0.8.3
10982026-05-29T17:44:20.188Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10992026-05-29T17:44:20.209Z Downloaded tokio v1.52.1
11002026-05-29T17:44:20.296Z Downloaded encoding_rs v0.8.35
11012026-05-29T17:44:20.342Z Downloaded ring v0.17.14
11022026-05-29T17:44:20.383Z Downloaded libgit2-sys v0.18.3+1.9.2
11032026-05-29T17:44:20.894Z Downloaded aws-lc-sys v0.40.0
11042026-05-29T17:44:21.346Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-05-29T17:44:25.824Z Startup: Refreshing catalog 'helios' ... Done
11062026-05-29T17:44:25.907Z Startup: Caching catalogs ... Done
11072026-05-29T17:44:26.211ZPlanning: Solver setup ... Done (0.256s)
11082026-05-29T17:44:26.227ZPlanning: Running solver ... Done (0.020s)
11092026-05-29T17:44:26.236ZPlanning: Finding local manifests ... Done (0.004s)
11102026-05-29T17:44:26.248ZPlanning: Fetching manifests: 0/2 0% complete
11112026-05-29T17:44:26.265ZPlanning: Fetching manifests: 2/2 100% complete
11122026-05-29T17:44:26.279ZPlanning: Package planning ... Done (0.015s)
11132026-05-29T17:44:26.283ZPlanning: Merging actions ... Done (0.001s)
11142026-05-29T17:44:26.475ZPlanning: Checking for conflicting actions ... Done (0.193s)
11152026-05-29T17:44:26.479ZPlanning: Consolidating action changes ... Done (0.001s)
11162026-05-29T17:44:27.431ZPlanning: Evaluating mediators ... Done (0.955s)
11172026-05-29T17:44:27.434ZPlanning: Planning completed in 1.50 seconds
11182026-05-29T17:44:27.442Z Packages to install: 2
11192026-05-29T17:44:27.442Z Estimated space available: 155.71 GB
11202026-05-29T17:44:27.442ZEstimated space to be consumed: 23.93 MB
11212026-05-29T17:44:27.442Z Create boot environment: No
11222026-05-29T17:44:27.442ZCreate backup boot environment: No
11232026-05-29T17:44:27.442Z Rebuild boot archive: No
11242026-05-29T17:44:27.445Z
11252026-05-29T17:44:27.445ZChanged packages:
11262026-05-29T17:44:27.445Zhelios
11272026-05-29T17:44:27.445Z developer/build-essential
11282026-05-29T17:44:27.445Z None -> 11-3.0
11292026-05-29T17:44:27.445Z library/libxmlsec1
11302026-05-29T17:44:27.445Z None -> 1.2.35-3.0
11312026-05-29T17:44:27.471Z
11322026-05-29T17:44:27.471ZDownload: 0/214 items 0.0/1.3MB 0% complete
11332026-05-29T17:44:28.222ZDownload: Completed 1.28 MB in 0.75 seconds (1.7M/s)
11342026-05-29T17:44:28.381Z Actions: 1/268 actions (Installing new actions)
11352026-05-29T17:44:28.421Z Actions: Completed 268 actions in 0.04 seconds.
11362026-05-29T17:44:28.430ZFinalize: Updating package state database ... Done (0.008s)
11372026-05-29T17:44:28.430ZFinalize: Updating package cache ... Done (0.000s)
11382026-05-29T17:44:28.451ZFinalize: Updating image state ... Done (0.021s)
11392026-05-29T17:44:31.087ZFinalize: Creating fast lookup database ... Done (2.613s)
11402026-05-29T17:44:31.176ZFinalize: Reading search index ... Done (0.033s)
11412026-05-29T17:44:31.179ZFinalize: Updating search index ... Done (0.000s)
11422026-05-29T17:44:31.261ZFinalize: Updating package cache ... Done (0.000s)
11432026-05-29T17:44:31.572ZPlanning: Evaluating mediator changes ... Done
11442026-05-29T17:44:31.677ZPlanning: Checking for conflicting actions ... Done
11452026-05-29T17:44:31.680ZPlanning: Consolidating action changes ... Done
11462026-05-29T17:44:31.837ZPlanning: Evaluating mediators ... Done
11472026-05-29T17:44:31.845ZPlanning: Planning completed in 0.27 seconds
11482026-05-29T17:44:31.861Z Mediators to change: 2
11492026-05-29T17:44:31.861Z Create boot environment: No
11502026-05-29T17:44:31.861ZCreate backup boot environment: No
11512026-05-29T17:44:31.941ZFinalize: Updating package state database ... Done
11522026-05-29T17:44:31.941ZFinalize: Updating package cache ... Done
11532026-05-29T17:44:31.964ZFinalize: Updating image state ... Done
11542026-05-29T17:44:33.916ZFinalize: Creating fast lookup database ... Done
11552026-05-29T17:44:33.979ZFinalize: Reading search index ... Done
11562026-05-29T17:44:33.982ZFinalize: Updating search index ... Done
11572026-05-29T17:44:34.056ZFinalize: Updating package cache ... Done
11582026-05-29T17:44:34.344ZPlanning: Evaluating mediator changes ... Done
11592026-05-29T17:44:34.449ZPlanning: Checking for conflicting actions ... Done
11602026-05-29T17:44:34.453ZPlanning: Consolidating action changes ... Done
11612026-05-29T17:44:34.627ZPlanning: Evaluating mediators ... Done
11622026-05-29T17:44:34.646ZPlanning: Planning completed in 0.27 seconds
11632026-05-29T17:44:34.655Z Mediators to change: 1
11642026-05-29T17:44:34.655Z Create boot environment: No
11652026-05-29T17:44:34.655ZCreate backup boot environment: No
11662026-05-29T17:44:34.691ZFinalize: Updating package state database ... Done
11672026-05-29T17:44:34.691ZFinalize: Updating package cache ... Done
11682026-05-29T17:44:34.702ZFinalize: Updating image state ... Done
11692026-05-29T17:44:36.667ZFinalize: Creating fast lookup database ... Done
11702026-05-29T17:44:36.734ZFinalize: Reading search index ... Done
11712026-05-29T17:44:36.739ZFinalize: Updating search index ... Done
11722026-05-29T17:44:36.812ZFinalize: Updating package cache ... Done
11732026-05-29T17:44:37.133ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11742026-05-29T17:44:37.133Zapache system 2.4 system
11752026-05-29T17:44:37.133Zclang system 15 system
11762026-05-29T17:44:37.133Zcsh system system illumos
11772026-05-29T17:44:37.133Zctags system system illumos
11782026-05-29T17:44:37.133Zfile vendor vendor darwinsys
11792026-05-29T17:44:37.133Zfile system system illumos
11802026-05-29T17:44:37.133Zgcc vendor 14 vendor
11812026-05-29T17:44:37.133Zgcc system 13 system
11822026-05-29T17:44:37.133Zgcc system 10 system
11832026-05-29T17:44:37.133Zgo system 1.25 system
11842026-05-29T17:44:37.133Zllvm system 15 system
11852026-05-29T17:44:37.133Zmariadb system 11.4 system
11862026-05-29T17:44:37.133Zmta vendor vendor dma
11872026-05-29T17:44:37.133Zopenjdk system 17 system
11882026-05-29T17:44:37.133Zopenjdk system 11 system
11892026-05-29T17:44:37.133Zopenssl vendor 3 vendor
11902026-05-29T17:44:37.133Zperl system 5.40 system
11912026-05-29T17:44:37.133Zpostgresql system 18 system
11922026-05-29T17:44:37.133Zpostgresql system 17 system
11932026-05-29T17:44:37.133Zpython vendor 3 vendor
11942026-05-29T17:44:37.133Zpython system 2 system
11952026-05-29T17:44:37.133Zpython3 vendor 3.13 vendor
11962026-05-29T17:44:37.133Zruby system 3.4 system
11972026-05-29T17:44:37.133Zruby system 3.0 system
11982026-05-29T17:44:37.133Zwords vendor vendor american-english
11992026-05-29T17:44:37.133Zwords system system australian-english
12002026-05-29T17:44:37.133Zwords system system british-english
12012026-05-29T17:44:37.133Zwords system system canadian-english
12022026-05-29T17:44:37.133Zwords system system french
12032026-05-29T17:44:37.133Zwords system system italian
12042026-05-29T17:44:37.133Zwords system system ngerman
12052026-05-29T17:44:37.134Zwords system system ogerman
12062026-05-29T17:44:37.134Zwords system system spanish
12072026-05-29T17:44:37.392ZPUBLISHER TYPE STATUS P LOCATION
12082026-05-29T17:44:37.392Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12092026-05-29T17:44:37.675ZFMRI IFO
12102026-05-29T17:44:37.675Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12112026-05-29T17:44:37.675Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12122026-05-29T17:44:37.676Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12132026-05-29T17:44:37.676Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12142026-05-29T17:44:37.676Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12152026-05-29T17:44:37.676Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12162026-05-29T17:44:37.676Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12172026-05-29T17:44:37.676Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12182026-05-29T17:44:37.676Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12192026-05-29T17:44:38.283Z Downloading crates ...
12202026-05-29T17:44:38.346Z Downloaded cargo_toml v0.21.0
12212026-05-29T17:44:38.392Z Compiling proc-macro2 v1.0.106
12222026-05-29T17:44:38.393Z Compiling quote v1.0.45
12232026-05-29T17:44:38.393Z Compiling unicode-ident v1.0.24
12242026-05-29T17:44:38.396Z Compiling serde_core v1.0.228
12252026-05-29T17:44:38.396Z Compiling libc v0.2.185
12262026-05-29T17:44:38.396Z Compiling version_check v0.9.5
12272026-05-29T17:44:38.396Z Compiling stable_deref_trait v1.2.1
12282026-05-29T17:44:38.396Z Compiling serde v1.0.228
12292026-05-29T17:44:38.396Z Compiling memchr v2.8.0
12302026-05-29T17:44:38.396Z Compiling zmij v1.0.21
12312026-05-29T17:44:38.396Z Compiling thiserror v1.0.69
12322026-05-29T17:44:38.396Z Compiling autocfg v1.5.0
12332026-05-29T17:44:38.396Z Compiling itoa v1.0.17
12342026-05-29T17:44:38.482Z Compiling ucd-trie v0.1.7
12352026-05-29T17:44:38.486Z Compiling litemap v0.8.1
12362026-05-29T17:44:38.639Z Compiling writeable v0.6.2
12372026-05-29T17:44:38.664Z Compiling byteorder v1.5.0
12382026-05-29T17:44:38.836Z Compiling rustix v1.1.3
12392026-05-29T17:44:38.857Z Compiling icu_properties_data v2.1.2
12402026-05-29T17:44:38.860Z Compiling icu_normalizer_data v2.1.1
12412026-05-29T17:44:38.917Z Compiling serde_json v1.0.149
12422026-05-29T17:44:38.928Z Compiling bitflags v2.11.0
12432026-05-29T17:44:39.107Z Compiling pest v2.8.6
12442026-05-29T17:44:39.110Z Compiling num-traits v0.2.19
12452026-05-29T17:44:39.151Z Compiling equivalent v1.0.2
12462026-05-29T17:44:39.249Z Compiling typeid v1.0.3
12472026-05-29T17:44:39.253Z Compiling smallvec v1.15.1
12482026-05-29T17:44:39.261Z Compiling hashbrown v0.17.0
12492026-05-29T17:44:39.280Z Compiling usdt-impl v0.5.0
12502026-05-29T17:44:39.329Z Compiling proc-macro-error-attr v1.0.4
12512026-05-29T17:44:39.342Z Compiling toml_write v0.1.2
12522026-05-29T17:44:39.439Z Compiling winnow v0.7.14
12532026-05-29T17:44:39.453Z Compiling erased-serde v0.4.9
12542026-05-29T17:44:39.513Z Compiling syn v1.0.109
12552026-05-29T17:44:39.525Z Compiling proc-macro-error v1.0.4
12562026-05-29T17:44:39.565Z Compiling errno v0.3.14
12572026-05-29T17:44:39.577Z Compiling thread-id v4.2.2
12582026-05-29T17:44:39.625Z Compiling thiserror v2.0.18
12592026-05-29T17:44:39.657Z Compiling utf8parse v0.2.2
12602026-05-29T17:44:39.731Z Compiling plain v0.2.3
12612026-05-29T17:44:39.742Z Compiling log v0.4.29
12622026-05-29T17:44:39.754Z Compiling camino v1.2.2
12632026-05-29T17:44:39.777Z Compiling utf8_iter v1.0.4
12642026-05-29T17:44:39.789Z Compiling percent-encoding v2.3.2
12652026-05-29T17:44:39.817Z Compiling indexmap v2.14.0
12662026-05-29T17:44:39.885Z Compiling getrandom v0.4.1
12672026-05-29T17:44:39.980Z Compiling form_urlencoded v1.2.2
12682026-05-29T17:44:39.984Z Compiling anstyle-parse v0.2.7
12692026-05-29T17:44:40.119Z Compiling syn v2.0.117
12702026-05-29T17:44:40.206Z Compiling ordered-float v2.10.1
12712026-05-29T17:44:40.229Z Compiling pretty-hex v0.4.1
12722026-05-29T17:44:40.232Z Compiling colorchoice v1.0.4
12732026-05-29T17:44:40.268Z Compiling pest_meta v2.8.6
12742026-05-29T17:44:40.287Z Compiling anstyle v1.0.13
12752026-05-29T17:44:40.307Z Compiling cfg-if v1.0.4
12762026-05-29T17:44:40.384Z Compiling is_terminal_polyfill v1.70.2
12772026-05-29T17:44:40.399Z Compiling anstyle-query v1.1.5
12782026-05-29T17:44:40.501Z Compiling anstream v0.6.21
12792026-05-29T17:44:40.525Z Compiling fs-err v3.3.0
12802026-05-29T17:44:40.539Z Compiling anyhow v1.0.102
12812026-05-29T17:44:40.550Z Compiling fnv v1.0.7
12822026-05-29T17:44:40.553Z Compiling clap_lex v1.0.0
12832026-05-29T17:44:40.572Z Compiling strsim v0.11.1
12842026-05-29T17:44:40.628Z Compiling terminal_size v0.4.3
12852026-05-29T17:44:40.672Z Compiling unicode-xid v0.2.6
12862026-05-29T17:44:40.686Z Compiling once_cell v1.21.3
12872026-05-29T17:44:40.750Z Compiling bytecount v0.6.9
12882026-05-29T17:44:40.788Z Compiling fastrand v2.3.0
12892026-05-29T17:44:40.814Z Compiling heck v0.5.0
12902026-05-29T17:44:40.827Z Compiling heck v0.4.1
12912026-05-29T17:44:40.849Z Compiling unicode-width v0.1.14
12922026-05-29T17:44:40.911Z Compiling clap_builder v4.5.60
12932026-05-29T17:44:40.936Z Compiling memmap v0.7.0
12942026-05-29T17:44:40.979Z Compiling tempfile v3.25.0
12952026-05-29T17:44:41.127Z Compiling semver v1.0.28
12962026-05-29T17:44:41.143Z Compiling papergrid v0.11.0
12972026-05-29T17:44:41.156Z Compiling smawk v0.3.2
12982026-05-29T17:44:41.170Z Compiling unicode-linebreak v0.1.5
12992026-05-29T17:44:41.212Z Compiling unicode-width v0.2.0
13002026-05-29T17:44:41.451Z Compiling textwrap v0.16.2
13012026-05-29T17:44:41.478Z Compiling camino-tempfile v1.4.1
13022026-05-29T17:44:41.523Z Compiling serde-untagged v0.1.9
13032026-05-29T17:44:41.540Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13042026-05-29T17:44:41.600Z Compiling swrite v0.1.0
13052026-05-29T17:44:42.029Z Compiling tabled_derive v0.7.0
13062026-05-29T17:44:42.704Z Compiling tabled v0.15.0
13072026-05-29T17:44:42.869Z Compiling synstructure v0.13.2
13082026-05-29T17:44:42.869Z Compiling pest_generator v2.8.6
13092026-05-29T17:44:43.435Z Compiling serde_derive v1.0.228
13102026-05-29T17:44:43.435Z Compiling zerofrom-derive v0.1.6
13112026-05-29T17:44:43.435Z Compiling yoke-derive v0.8.1
13122026-05-29T17:44:43.440Z Compiling zerovec-derive v0.11.2
13132026-05-29T17:44:43.440Z Compiling displaydoc v0.2.5
13142026-05-29T17:44:43.440Z Compiling thiserror-impl v1.0.69
13152026-05-29T17:44:43.440Z Compiling zerocopy-derive v0.7.35
13162026-05-29T17:44:43.440Z Compiling scroll_derive v0.12.1
13172026-05-29T17:44:43.440Z Compiling thiserror-impl v2.0.18
13182026-05-29T17:44:43.440Z Compiling clap_derive v4.5.55
13192026-05-29T17:44:43.505Z Compiling pest_derive v2.8.6
13202026-05-29T17:44:44.181Z Compiling scroll v0.12.0
13212026-05-29T17:44:44.194Z Compiling zerocopy v0.7.35
13222026-05-29T17:44:44.409Z Compiling goblin v0.8.2
13232026-05-29T17:44:44.501Z Compiling zerofrom v0.1.6
13242026-05-29T17:44:44.601Z Compiling yoke v0.8.1
13252026-05-29T17:44:44.639Z Compiling dtrace-parser v0.2.0
13262026-05-29T17:44:44.756Z Compiling zerovec v0.11.5
13272026-05-29T17:44:44.756Z Compiling zerotrie v0.2.3
13282026-05-29T17:44:44.871Z Compiling clap v4.5.60
13292026-05-29T17:44:45.172Z Compiling tinystr v0.8.2
13302026-05-29T17:44:45.172Z Compiling potential_utf v0.1.4
13312026-05-29T17:44:45.276Z Compiling icu_collections v2.1.1
13322026-05-29T17:44:45.323Z Compiling icu_locale_core v2.1.1
13332026-05-29T17:44:45.846Z Compiling icu_provider v2.1.1
13342026-05-29T17:44:45.969Z Compiling toml_datetime v0.6.11
13352026-05-29T17:44:45.969Z Compiling serde_spanned v0.6.9
13362026-05-29T17:44:45.969Z Compiling serde-value v0.7.0
13372026-05-29T17:44:45.972Z Compiling cargo-platform v0.2.0
13382026-05-29T17:44:45.972Z Compiling macaddr v1.0.1
13392026-05-29T17:44:45.980Z Compiling dof v0.3.0
13402026-05-29T17:44:45.983Z Compiling serde_tokenstream v0.2.3
13412026-05-29T17:44:46.060Z Compiling icu_properties v2.1.2
13422026-05-29T17:44:46.060Z Compiling icu_normalizer v2.1.1
13432026-05-29T17:44:46.241Z Compiling toml_edit v0.22.27
13442026-05-29T17:44:46.730Z Compiling usdt-attr-macro v0.5.0
13452026-05-29T17:44:46.730Z Compiling usdt-macro v0.5.0
13462026-05-29T17:44:46.971Z Compiling idna_adapter v1.2.1
13472026-05-29T17:44:47.076Z Compiling idna v1.1.0
13482026-05-29T17:44:47.345Z Compiling url v2.5.8
13492026-05-29T17:44:47.357Z Compiling usdt v0.5.0
13502026-05-29T17:44:47.547Z Compiling toml v0.8.23
13512026-05-29T17:44:47.889Z Compiling cargo-util-schemas v0.8.2
13522026-05-29T17:44:47.889Z Compiling cargo_toml v0.21.0
13532026-05-29T17:44:48.677Z Compiling cargo_metadata v0.21.0
13542026-05-29T17:44:49.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13552026-05-29T17:44:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
13562026-05-29T17:44:51.793Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13572026-05-29T17:44:52.588Z Compiling libc v0.2.185
13582026-05-29T17:44:52.589Z Compiling serde v1.0.228
13592026-05-29T17:44:52.592Z Compiling log v0.4.29
13602026-05-29T17:44:52.592Z Compiling shlex v1.3.0
13612026-05-29T17:44:52.592Z Compiling find-msvc-tools v0.1.9
13622026-05-29T17:44:52.592Z Compiling smallvec v1.15.1
13632026-05-29T17:44:52.592Z Compiling typenum v1.19.0
13642026-05-29T17:44:52.592Z Compiling subtle v2.6.1
13652026-05-29T17:44:52.764Z Compiling generic-array v0.14.7
13662026-05-29T17:44:52.768Z Compiling scopeguard v1.2.0
13672026-05-29T17:44:52.835Z Compiling const-oid v0.9.6
13682026-05-29T17:44:52.838Z Compiling serde_json v1.0.149
13692026-05-29T17:44:52.838Z Compiling syn v2.0.117
13702026-05-29T17:44:52.838Z Compiling zerocopy v0.8.40
13712026-05-29T17:44:52.838Z Compiling parking_lot_core v0.9.12
13722026-05-29T17:44:52.838Z Compiling portable-atomic v1.13.1
13732026-05-29T17:44:52.934Z Compiling lock_api v0.4.14
13742026-05-29T17:44:52.967Z Compiling pin-project-lite v0.2.17
13752026-05-29T17:44:52.982Z Compiling pkg-config v0.3.32
13762026-05-29T17:44:52.997Z Compiling bitflags v2.11.0
13772026-05-29T17:44:53.013Z Compiling futures-core v0.3.32
13782026-05-29T17:44:53.046Z Compiling critical-section v1.2.0
13792026-05-29T17:44:53.109Z Compiling libm v0.2.16
13802026-05-29T17:44:53.137Z Compiling num-traits v0.2.19
13812026-05-29T17:44:53.205Z Compiling percent-encoding v2.3.2
13822026-05-29T17:44:53.249Z Compiling futures-sink v0.3.32
13832026-05-29T17:44:53.249Z Compiling getrandom v0.4.1
13842026-05-29T17:44:53.265Z Compiling slab v0.4.12
13852026-05-29T17:44:53.268Z Compiling futures-task v0.3.32
13862026-05-29T17:44:53.327Z Compiling futures-io v0.3.32
13872026-05-29T17:44:53.385Z Compiling futures-channel v0.3.32
13882026-05-29T17:44:53.423Z Compiling cpufeatures v0.2.17
13892026-05-29T17:44:53.452Z Compiling rand_core v0.10.0
13902026-05-29T17:44:53.497Z Compiling indexmap v2.14.0
13912026-05-29T17:44:53.515Z Compiling rustversion v1.0.22
13922026-05-29T17:44:53.518Z Compiling getrandom v0.3.4
13932026-05-29T17:44:53.543Z Compiling form_urlencoded v1.2.2
13942026-05-29T17:44:53.571Z Compiling dunce v1.0.5
13952026-05-29T17:44:53.592Z Compiling fs_extra v1.3.0
13962026-05-29T17:44:53.644Z Compiling getrandom v0.2.17
13972026-05-29T17:44:53.660Z Compiling jobserver v0.1.34
13982026-05-29T17:44:53.660Z Compiling errno v0.3.14
13992026-05-29T17:44:53.708Z Compiling mio v1.2.0
14002026-05-29T17:44:53.726Z Compiling socket2 v0.6.3
14012026-05-29T17:44:53.793Z Compiling ident_case v1.0.1
14022026-05-29T17:44:53.871Z Compiling rand_core v0.6.4
14032026-05-29T17:44:53.889Z Compiling signal-hook-registry v1.4.8
14042026-05-29T17:44:53.905Z Compiling cc v1.2.56
14052026-05-29T17:44:53.909Z Compiling once_cell v1.21.3
14062026-05-29T17:44:53.937Z Compiling parking_lot v0.12.5
14072026-05-29T17:44:54.001Z Compiling base64ct v1.8.3
14082026-05-29T17:44:54.027Z Compiling regex-syntax v0.8.10
14092026-05-29T17:44:54.088Z Compiling flagset v0.4.7
14102026-05-29T17:44:54.152Z Compiling rustix v1.1.3
14112026-05-29T17:44:54.171Z Compiling iana-time-zone v0.1.65
14122026-05-29T17:44:54.171Z Compiling vcpkg v0.2.15
14132026-05-29T17:44:54.205Z Compiling aws-lc-rs v1.16.3
14142026-05-29T17:44:54.220Z Compiling tracing-core v0.1.36
14152026-05-29T17:44:54.223Z Compiling uuid v1.23.0
14162026-05-29T17:44:54.247Z Compiling pem-rfc7468 v0.7.0
14172026-05-29T17:44:54.349Z Compiling rustc_version v0.4.1
14182026-05-29T17:44:54.407Z Compiling base64 v0.22.1
14192026-05-29T17:44:54.499Z Compiling rand_core v0.9.5
14202026-05-29T17:44:54.530Z Compiling tinyvec_macros v0.1.1
14212026-05-29T17:44:54.579Z Compiling httparse v1.10.1
14222026-05-29T17:44:54.594Z Compiling openssl-probe v0.2.1
14232026-05-29T17:44:54.613Z Compiling untrusted v0.9.0
14242026-05-29T17:44:54.671Z Compiling cmake v0.1.57
14252026-05-29T17:44:54.703Z Compiling untrusted v0.7.1
14262026-05-29T17:44:54.719Z Compiling tinyvec v1.10.0
14272026-05-29T17:44:54.768Z Compiling aho-corasick v1.1.4
14282026-05-29T17:44:54.781Z Compiling rustls v0.23.37
14292026-05-29T17:44:54.800Z Compiling tower-service v0.3.3
14302026-05-29T17:44:54.815Z Compiling tower-layer v0.3.3
14312026-05-29T17:44:54.831Z Compiling atomic-waker v1.1.2
14322026-05-29T17:44:54.858Z Compiling schemars v0.8.22
14332026-05-29T17:44:54.911Z Compiling dyn-clone v1.0.20
14342026-05-29T17:44:54.983Z Compiling try-lock v0.2.5
14352026-05-29T17:44:54.987Z Compiling pin-utils v0.1.0
14362026-05-29T17:44:54.987Z Compiling httpdate v1.0.3
14372026-05-29T17:44:55.028Z Compiling foreign-types-shared v0.1.1
14382026-05-29T17:44:55.034Z Compiling openssl v0.10.79
14392026-05-29T17:44:55.076Z Compiling want v0.3.1
14402026-05-29T17:44:55.080Z Compiling unicode-normalization v0.1.25
14412026-05-29T17:44:55.110Z Compiling foreign-types v0.3.2
14422026-05-29T17:44:55.113Z Compiling spin v0.9.8
14432026-05-29T17:44:55.113Z Compiling time-core v0.1.8
14442026-05-29T17:44:55.113Z Compiling powerfmt v0.2.0
14452026-05-29T17:44:55.156Z Compiling num-conv v0.2.0
14462026-05-29T17:44:55.171Z Compiling crc32fast v1.5.0
14472026-05-29T17:44:55.255Z Compiling native-tls v0.2.18
14482026-05-29T17:44:55.270Z Compiling wait-timeout v0.2.1
14492026-05-29T17:44:55.273Z Compiling sync_wrapper v1.0.2
14502026-05-29T17:44:55.321Z Compiling deranged v0.5.8
14512026-05-29T17:44:55.324Z Compiling bit-vec v0.8.0
14522026-05-29T17:44:55.352Z Compiling time-macros v0.2.27
14532026-05-29T17:44:55.367Z Compiling siphasher v1.0.2
14542026-05-29T17:44:55.380Z Compiling simd-adler32 v0.3.8
14552026-05-29T17:44:55.384Z Compiling crossbeam-utils v0.8.21
14562026-05-29T17:44:55.415Z Compiling num_threads v0.1.7
14572026-05-29T17:44:55.491Z Compiling quick-error v1.2.3
14582026-05-29T17:44:55.525Z Compiling aws-lc-sys v0.40.0
14592026-05-29T17:44:55.541Z Compiling ring v0.17.14
14602026-05-29T17:44:55.565Z Compiling openssl-sys v0.9.115
14612026-05-29T17:44:55.581Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-05-29T17:44:55.581Z Compiling syn v1.0.109
14632026-05-29T17:44:55.611Z Compiling regex-automata v0.4.14
14642026-05-29T17:44:55.615Z Compiling usdt-impl v0.6.0
14652026-05-29T17:44:55.661Z Compiling bit-set v0.8.0
14662026-05-29T17:44:55.748Z Compiling tempfile v3.25.0
14672026-05-29T17:44:55.871Z Compiling synstructure v0.13.2
14682026-05-29T17:44:55.885Z Compiling pest_generator v2.8.6
14692026-05-29T17:44:55.902Z Compiling serde_derive_internals v0.29.1
14702026-05-29T17:44:55.944Z Compiling darling_core v0.20.11
14712026-05-29T17:44:56.073Z Compiling rusty-fork v0.3.1
14722026-05-29T17:44:56.268Z Compiling darling_core v0.21.3
14732026-05-29T17:44:56.371Z Compiling bzip2-sys v0.1.13+1.0.8
14742026-05-29T17:44:56.424Z Compiling heapless v0.7.17
14752026-05-29T17:44:56.506Z Compiling rand_xorshift v0.4.0
14762026-05-29T17:44:56.509Z Compiling time v0.3.47
14772026-05-29T17:44:56.535Z Compiling slog v2.8.2
14782026-05-29T17:44:56.610Z Compiling thread-id v5.1.0
14792026-05-29T17:44:56.628Z Compiling cookie v0.18.1
14802026-05-29T17:44:56.692Z Compiling signal-hook v0.3.18
14812026-05-29T17:44:56.710Z Compiling ryu v1.0.23
14822026-05-29T17:44:56.724Z Compiling unicode-bidi v0.3.18
14832026-05-29T17:44:56.724Z Compiling unicode-properties v0.1.4
14842026-05-29T17:44:56.755Z Compiling allocator-api2 v0.2.21
14852026-05-29T17:44:56.859Z Compiling zstd-safe v7.2.4
14862026-05-29T17:44:56.874Z Compiling iri-string v0.7.10
14872026-05-29T17:44:56.939Z Compiling unarray v0.1.4
14882026-05-29T17:44:56.970Z Compiling adler2 v2.0.1
14892026-05-29T17:44:57.023Z Compiling anyhow v1.0.102
14902026-05-29T17:44:57.067Z Compiling paste v1.0.15
14912026-05-29T17:44:57.083Z Compiling miniz_oxide v0.8.9
14922026-05-29T17:44:57.134Z Compiling stringprep v0.1.5
14932026-05-29T17:44:57.452Z Compiling num-integer v0.1.46
14942026-05-29T17:44:57.628Z Compiling curve25519-dalek v4.1.3
14952026-05-29T17:44:57.643Z Compiling vergen-lib v0.1.6
14962026-05-29T17:44:57.658Z Compiling serde_derive v1.0.228
14972026-05-29T17:44:57.745Z Compiling zeroize_derive v1.4.3
14982026-05-29T17:44:57.806Z Compiling zerofrom-derive v0.1.6
14992026-05-29T17:44:57.847Z Compiling yoke-derive v0.8.1
15002026-05-29T17:44:57.907Z Compiling zerovec-derive v0.11.2
15012026-05-29T17:44:57.952Z Compiling zerocopy-derive v0.8.40
15022026-05-29T17:44:58.003Z Compiling displaydoc v0.2.5
15032026-05-29T17:44:58.249Z Compiling tokio-macros v2.7.0
15042026-05-29T17:44:58.402Z Compiling futures-macro v0.3.32
15052026-05-29T17:44:58.465Z Compiling zeroize v1.8.2
15062026-05-29T17:44:58.485Z Compiling der_derive v0.7.3
15072026-05-29T17:44:58.808Z Compiling rustls-pki-types v1.14.0
15082026-05-29T17:44:58.949Z Compiling thiserror-impl v2.0.18
15092026-05-29T17:44:59.038Z Compiling tracing-attributes v0.1.31
15102026-05-29T17:44:59.097Z Compiling schemars_derive v0.8.22
15112026-05-29T17:44:59.111Z Compiling scroll_derive v0.13.1
15122026-05-29T17:44:59.286Z Compiling crypto-common v0.1.7
15132026-05-29T17:44:59.303Z Compiling block-buffer v0.10.4
15142026-05-29T17:44:59.306Z Compiling futures-util v0.3.32
15152026-05-29T17:44:59.334Z Compiling zerofrom v0.1.6
15162026-05-29T17:44:59.461Z Compiling yoke v0.8.1
15172026-05-29T17:44:59.477Z Compiling digest v0.10.7
15182026-05-29T17:44:59.505Z Compiling block-padding v0.3.3
15192026-05-29T17:44:59.543Z Compiling der v0.7.10
15202026-05-29T17:44:59.676Z Compiling zerovec v0.11.5
15212026-05-29T17:44:59.691Z Compiling zerotrie v0.2.3
15222026-05-29T17:44:59.748Z Compiling hmac v0.12.1
15232026-05-29T17:44:59.993Z Compiling inout v0.1.4
15242026-05-29T17:45:00.034Z Compiling sha2 v0.10.9
15252026-05-29T17:45:00.079Z Compiling pbkdf2 v0.12.2
15262026-05-29T17:45:00.082Z Compiling pest_derive v2.8.6
15272026-05-29T17:45:00.189Z Compiling cipher v0.4.4
15282026-05-29T17:45:00.220Z Compiling tinystr v0.8.2
15292026-05-29T17:45:00.276Z Compiling potential_utf v0.1.4
15302026-05-29T17:45:00.430Z Compiling icu_locale_core v2.1.1
15312026-05-29T17:45:00.446Z Compiling icu_collections v2.1.1
15322026-05-29T17:45:00.468Z Compiling spki v0.7.3
15332026-05-29T17:45:00.483Z Compiling salsa20 v0.10.2
15342026-05-29T17:45:00.498Z Compiling thiserror v2.0.18
15352026-05-29T17:45:00.515Z Compiling cbc v0.1.2
15362026-05-29T17:45:00.532Z Compiling tracing v0.1.44
15372026-05-29T17:45:00.582Z Compiling aes v0.8.4
15382026-05-29T17:45:00.624Z Compiling scrypt v0.11.0
15392026-05-29T17:45:00.687Z Compiling scroll v0.13.0
15402026-05-29T17:45:00.708Z Compiling darling_macro v0.20.11
15412026-05-29T17:45:00.838Z Compiling openssl-macros v0.1.1
15422026-05-29T17:45:00.882Z Compiling rustls-native-certs v0.8.3
15432026-05-29T17:45:00.935Z Compiling dtrace-parser v0.3.0
15442026-05-29T17:45:00.973Z Compiling goblin v0.10.5
15452026-05-29T17:45:01.000Z Compiling signature v2.2.0
15462026-05-29T17:45:01.214Z Compiling icu_provider v2.1.1
15472026-05-29T17:45:01.214Z Compiling pkcs5 v0.7.1
15482026-05-29T17:45:01.247Z Compiling darling v0.20.11
15492026-05-29T17:45:01.283Z Compiling bytes v1.11.1
15502026-05-29T17:45:01.325Z Compiling chrono v0.4.44
15512026-05-29T17:45:01.352Z Compiling ipnet v2.11.0
15522026-05-29T17:45:01.385Z Compiling derive_builder_core v0.20.2
15532026-05-29T17:45:01.486Z Compiling icu_properties v2.1.2
15542026-05-29T17:45:01.550Z Compiling icu_normalizer v2.1.1
15552026-05-29T17:45:01.720Z Compiling pkcs8 v0.10.2
15562026-05-29T17:45:01.735Z Compiling webpki-roots v1.0.6
15572026-05-29T17:45:01.790Z Compiling tokio v1.52.1
15582026-05-29T17:45:01.828Z Compiling http v1.4.0
15592026-05-29T17:45:01.938Z Compiling thiserror-impl v1.0.69
15602026-05-29T17:45:01.955Z Compiling scroll_derive v0.12.1
15612026-05-29T17:45:01.972Z Compiling toml_datetime v0.6.11
15622026-05-29T17:45:02.130Z Compiling serde_tokenstream v0.2.3
15632026-05-29T17:45:02.204Z Compiling serde_urlencoded v0.7.1
15642026-05-29T17:45:02.264Z Compiling erased-serde v0.3.31
15652026-05-29T17:45:02.370Z Compiling derive_builder_macro v0.20.2
15662026-05-29T17:45:02.481Z Compiling idna_adapter v1.2.1
15672026-05-29T17:45:02.497Z Compiling serde_spanned v0.6.9
15682026-05-29T17:45:02.629Z Compiling idna v1.1.0
15692026-05-29T17:45:02.655Z Compiling ppv-lite86 v0.2.21
15702026-05-29T17:45:02.674Z Compiling http-body v1.0.1
15712026-05-29T17:45:02.712Z Compiling scroll v0.12.0
15722026-05-29T17:45:02.737Z Compiling md-5 v0.10.6
15732026-05-29T17:45:02.778Z Compiling darling_macro v0.21.3
15742026-05-29T17:45:02.794Z Compiling bstr v1.12.1
15752026-05-29T17:45:02.835Z Compiling http-body-util v0.1.3
15762026-05-29T17:45:02.860Z Compiling zerocopy-derive v0.7.35
15772026-05-29T17:45:02.888Z Compiling pin-project-internal v1.1.11
15782026-05-29T17:45:02.906Z Compiling async-trait v0.1.89
15792026-05-29T17:45:02.928Z Compiling ff v0.13.1
15802026-05-29T17:45:03.014Z Compiling url v2.5.8
15812026-05-29T17:45:03.029Z Compiling rand_chacha v0.9.0
15822026-05-29T17:45:03.089Z Compiling rand_chacha v0.3.1
15832026-05-29T17:45:03.110Z Compiling hash32 v0.2.1
15842026-05-29T17:45:03.319Z Compiling rand v0.9.2
15852026-05-29T17:45:03.339Z Compiling thiserror v1.0.69
15862026-05-29T17:45:03.341Z Compiling memoffset v0.9.1
15872026-05-29T17:45:03.370Z Compiling rustix v0.38.44
15882026-05-29T17:45:03.465Z Compiling cfg_aliases v0.2.1
15892026-05-29T17:45:03.494Z Compiling ref-cast v1.0.25
15902026-05-29T17:45:03.580Z Compiling fallible-iterator v0.2.0
15912026-05-29T17:45:03.791Z Compiling zlib-rs v0.6.2
15922026-05-29T17:45:03.815Z Compiling smoltcp v0.9.1
15932026-05-29T17:45:03.832Z Compiling base16ct v0.2.0
15942026-05-29T17:45:03.885Z Compiling dof v0.4.0
15952026-05-29T17:45:03.921Z Compiling proptest v1.10.0
15962026-05-29T17:45:03.967Z Compiling litrs v1.0.0
15972026-05-29T17:45:04.008Z Compiling num-bigint-dig v0.8.6
15982026-05-29T17:45:04.042Z Compiling psl-types v2.0.11
15992026-05-29T17:45:04.094Z Compiling pin-project v1.1.11
16002026-05-29T17:45:04.111Z Compiling sec1 v0.7.3
16012026-05-29T17:45:04.193Z Compiling publicsuffix v2.3.0
16022026-05-29T17:45:04.210Z Compiling postgres-protocol v0.6.10
16032026-05-29T17:45:04.268Z Compiling zerocopy v0.7.35
16042026-05-29T17:45:04.392Z Compiling ipnetwork v0.21.1
16052026-05-29T17:45:04.408Z Compiling nix v0.31.2
16062026-05-29T17:45:04.424Z Compiling darling v0.21.3
16072026-05-29T17:45:04.441Z Compiling rand v0.8.6
16082026-05-29T17:45:04.516Z Compiling document-features v0.2.12
16092026-05-29T17:45:04.582Z Compiling group v0.13.0
16102026-05-29T17:45:04.803Z Compiling oxnet v0.1.4
16112026-05-29T17:45:04.822Z Compiling goblin v0.8.2
16122026-05-29T17:45:04.825Z Compiling derive_builder v0.20.2
16132026-05-29T17:45:04.943Z Compiling futures-executor v0.3.32
16142026-05-29T17:45:04.982Z Compiling hubpack_derive v0.1.1
16152026-05-29T17:45:05.034Z Compiling hex v0.4.3
16162026-05-29T17:45:05.085Z Compiling cargo-platform v0.1.9
16172026-05-29T17:45:05.146Z Compiling hkdf v0.12.4
16182026-05-29T17:45:05.160Z Compiling crypto-bigint v0.5.5
16192026-05-29T17:45:05.232Z Compiling regex v1.12.3
16202026-05-29T17:45:05.353Z Compiling num-iter v0.1.45
16212026-05-29T17:45:05.356Z Compiling snafu-derive v0.8.9
16222026-05-29T17:45:05.384Z Compiling daft-derive v0.1.7
16232026-05-29T17:45:05.388Z Compiling ref-cast-impl v1.0.25
16242026-05-29T17:45:05.388Z Compiling strum_macros v0.27.2
16252026-05-29T17:45:05.435Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-29T17:45:05.687Z Compiling tokio-util v0.7.18
16272026-05-29T17:45:05.842Z Compiling tower v0.5.3
16282026-05-29T17:45:05.858Z Compiling tokio-native-tls v0.3.1
16292026-05-29T17:45:05.904Z Compiling terminal_size v0.4.3
16302026-05-29T17:45:05.993Z Compiling phf_shared v0.13.1
16312026-05-29T17:45:06.043Z Compiling lazy_static v1.5.0
16322026-05-29T17:45:06.060Z Compiling vergen v9.0.6
16332026-05-29T17:45:06.074Z Compiling fs-err v3.3.0
16342026-05-29T17:45:06.138Z Compiling encoding_rs v0.8.35
16352026-05-29T17:45:06.157Z Compiling ahash v0.8.12
16362026-05-29T17:45:06.181Z Compiling foldhash v0.1.5
16372026-05-29T17:45:06.272Z Compiling tower-http v0.6.8
16382026-05-29T17:45:06.287Z Compiling object v0.37.3
16392026-05-29T17:45:06.310Z Compiling newtype-uuid v1.3.2
16402026-05-29T17:45:06.372Z Compiling bumpalo v3.20.2
16412026-05-29T17:45:06.389Z Compiling h2 v0.4.13
16422026-05-29T17:45:06.409Z Compiling winnow v0.5.40
16432026-05-29T17:45:06.594Z Compiling foldhash v0.2.0
16442026-05-29T17:45:06.647Z Compiling libbz2-rs-sys v0.2.2
16452026-05-29T17:45:06.676Z Compiling managed v0.8.0
16462026-05-29T17:45:06.711Z Compiling flate2 v1.1.9
16472026-05-29T17:45:06.783Z Compiling bitflags v1.3.2
16482026-05-29T17:45:06.885Z Compiling same-file v1.0.6
16492026-05-29T17:45:06.913Z Compiling unicode-segmentation v1.12.0
16502026-05-29T17:45:06.964Z Compiling mime v0.3.17
16512026-05-29T17:45:07.075Z Compiling walkdir v2.5.0
16522026-05-29T17:45:07.171Z Compiling bzip2 v0.6.1
16532026-05-29T17:45:07.208Z Compiling dof v0.3.0
16542026-05-29T17:45:07.344Z Compiling clap_builder v4.5.60
16552026-05-29T17:45:07.406Z Compiling hashbrown v0.16.1
16562026-05-29T17:45:07.441Z Compiling zopfli v0.8.3
16572026-05-29T17:45:07.441Z Compiling snafu v0.8.9
16582026-05-29T17:45:07.444Z Compiling daft v0.1.7
16592026-05-29T17:45:07.518Z Compiling strum v0.27.2
16602026-05-29T17:45:07.557Z Compiling hashbrown v0.15.5
16612026-05-29T17:45:07.770Z Compiling phf v0.13.1
16622026-05-29T17:45:07.791Z Compiling elliptic-curve v0.13.8
16632026-05-29T17:45:07.808Z Compiling toml_edit v0.19.15
16642026-05-29T17:45:07.983Z Compiling cargo_metadata v0.19.2
16652026-05-29T17:45:07.999Z Compiling signal-hook-mio v0.2.5
16662026-05-29T17:45:08.082Z Compiling cookie_store v0.22.1
16672026-05-29T17:45:08.118Z Compiling usdt-macro v0.6.0
16682026-05-29T17:45:08.138Z Compiling usdt-attr-macro v0.6.0
16692026-05-29T17:45:08.181Z Compiling hubpack v0.1.2
16702026-05-29T17:45:08.197Z Compiling bzip2 v0.4.4
16712026-05-29T17:45:08.236Z Compiling futures v0.3.32
16722026-05-29T17:45:08.336Z Compiling zstd v0.13.3
16732026-05-29T17:45:08.444Z Compiling postgres-types v0.2.12
16742026-05-29T17:45:08.459Z Compiling serde_with_macros v3.17.0
16752026-05-29T17:45:08.579Z Compiling dtrace-parser v0.2.0
16762026-05-29T17:45:08.633Z Compiling globset v0.4.18
16772026-05-29T17:45:08.804Z Compiling ed25519 v2.2.3
16782026-05-29T17:45:08.955Z Compiling pkcs1 v0.7.5
16792026-05-29T17:45:09.020Z Compiling olpc-cjson v0.1.4
16802026-05-29T17:45:09.050Z Compiling serde-big-array v0.5.1
16812026-05-29T17:45:09.206Z Compiling serde_plain v1.0.2
16822026-05-29T17:45:09.222Z Compiling rfc6979 v0.4.0
16832026-05-29T17:45:09.375Z Compiling clap_derive v4.5.55
16842026-05-29T17:45:09.390Z Compiling serde_repr v0.1.20
16852026-05-29T17:45:09.390Z Compiling async-recursion v1.1.1
16862026-05-29T17:45:09.424Z Compiling strum_macros v0.26.4
16872026-05-29T17:45:09.427Z Compiling enum-as-inner v0.6.1
16882026-05-29T17:45:09.456Z Compiling phf_shared v0.11.3
16892026-05-29T17:45:09.672Z Compiling hyper v1.8.1
16902026-05-29T17:45:09.687Z Compiling float-cmp v0.10.0
16912026-05-29T17:45:09.739Z Compiling pem v3.0.6
16922026-05-29T17:45:09.775Z Compiling memmap2 v0.9.10
16932026-05-29T17:45:09.855Z Compiling thread-id v4.2.2
16942026-05-29T17:45:09.961Z Compiling env_filter v1.0.0
16952026-05-29T17:45:09.979Z Compiling keccak v0.1.6
16962026-05-29T17:45:10.016Z Compiling new_debug_unreachable v1.0.6
16972026-05-29T17:45:10.019Z Compiling normalize-line-endings v0.3.0
16982026-05-29T17:45:10.118Z Compiling typed-path v0.9.3
16992026-05-29T17:45:10.134Z Compiling fixedbitset v0.4.2
17002026-05-29T17:45:10.137Z Compiling whoami v2.1.0
17012026-05-29T17:45:10.137Z Compiling jiff v0.2.21
17022026-05-29T17:45:10.299Z Compiling data-encoding v2.10.0
17032026-05-29T17:45:10.386Z Compiling precomputed-hash v0.1.1
17042026-05-29T17:45:10.496Z Compiling fixedbitset v0.5.7
17052026-05-29T17:45:10.532Z Compiling difflib v0.4.0
17062026-05-29T17:45:10.577Z Compiling static_assertions v1.1.0
17072026-05-29T17:45:10.609Z Compiling predicates-core v1.0.10
17082026-05-29T17:45:10.624Z Compiling either v1.15.0
17092026-05-29T17:45:10.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17102026-05-29T17:45:10.818Z Compiling hyper-util v0.1.20
17112026-05-29T17:45:10.838Z Compiling itertools v0.13.0
17122026-05-29T17:45:10.854Z Compiling predicates v3.1.4
17132026-05-29T17:45:10.870Z Compiling petgraph v0.8.3
17142026-05-29T17:45:11.029Z Compiling hickory-proto v0.25.2
17152026-05-29T17:45:11.069Z Compiling string_cache v0.8.9
17162026-05-29T17:45:11.157Z Compiling tokio-postgres v0.7.16
17172026-05-29T17:45:11.286Z Compiling clap v4.5.60
17182026-05-29T17:45:11.316Z Compiling strum v0.26.3
17192026-05-29T17:45:11.330Z Compiling petgraph v0.6.5
17202026-05-29T17:45:11.378Z Compiling sha3 v0.10.8
17212026-05-29T17:45:11.396Z Compiling env_logger v0.11.9
17222026-05-29T17:45:11.412Z Compiling toml_edit v0.22.27
17232026-05-29T17:45:11.470Z Compiling usdt v0.6.0
17242026-05-29T17:45:11.564Z Compiling usdt-impl v0.5.0
17252026-05-29T17:45:11.769Z Compiling serde_with v3.17.0
17262026-05-29T17:45:11.784Z Compiling crossterm v0.28.1
17272026-05-29T17:45:11.868Z Compiling ecdsa v0.16.9
17282026-05-29T17:45:12.225Z Compiling rsa v0.9.10
17292026-05-29T17:45:12.253Z Compiling toml v0.7.8
17302026-05-29T17:45:12.300Z Compiling hyper-tls v0.6.0
17312026-05-29T17:45:12.591Z Compiling ed25519-dalek v2.2.0
17322026-05-29T17:45:12.956Z Compiling zip v4.6.1
17332026-05-29T17:45:13.017Z Compiling zip v0.6.6
17342026-05-29T17:45:13.180Z Compiling iddqd v0.4.1
17352026-05-29T17:45:13.618Z Compiling heck v0.4.1
17362026-05-29T17:45:13.647Z Compiling similar v2.7.0
17372026-05-29T17:45:13.663Z Compiling toml_parser v1.0.9+spec-1.1.0
17382026-05-29T17:45:13.682Z Compiling tokio-stream v0.1.18
17392026-05-29T17:45:13.773Z Compiling buf-list v1.1.2
17402026-05-29T17:45:13.789Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17412026-05-29T17:45:13.882Z Compiling openapiv3 v2.2.0
17422026-05-29T17:45:14.002Z Compiling x509-cert v0.2.5
17432026-05-29T17:45:14.090Z Compiling sha1 v0.10.6
17442026-05-29T17:45:14.136Z Compiling crossbeam-epoch v0.9.18
17452026-05-29T17:45:14.198Z Compiling toml_datetime v0.7.5+spec-1.1.0
17462026-05-29T17:45:14.338Z Compiling peg-runtime v0.8.5
17472026-05-29T17:45:14.355Z Compiling lalrpop-util v0.19.12
17482026-05-29T17:45:14.406Z Compiling thread_local v1.1.9
17492026-05-29T17:45:14.496Z Compiling slog-async v2.8.0
17502026-05-29T17:45:14.531Z Compiling crossbeam-channel v0.5.15
17512026-05-29T17:45:14.534Z Compiling filetime v0.2.27
17522026-05-29T17:45:14.561Z Compiling is-terminal v0.4.17
17532026-05-29T17:45:14.579Z Compiling xattr v1.6.1
17542026-05-29T17:45:14.602Z Compiling take_mut v0.2.2
17552026-05-29T17:45:14.666Z Compiling term v1.2.1
17562026-05-29T17:45:14.716Z Compiling tar v0.4.45
17572026-05-29T17:45:15.003Z Compiling slog-term v2.9.2
17582026-05-29T17:45:32.623Z Compiling rustls-webpki v0.103.9
17592026-05-29T17:45:35.431Z Compiling tokio-rustls v0.26.4
17602026-05-29T17:45:35.432Z Compiling rustls-platform-verifier v0.6.2
17612026-05-29T17:45:35.633Z Compiling hyper-rustls v0.27.7
17622026-05-29T17:45:35.831Z Compiling reqwest v0.12.28
17632026-05-29T17:45:35.831Z Compiling reqwest v0.13.2
17642026-05-29T17:45:37.043Z Compiling tough v0.22.0
17652026-05-29T17:45:39.605Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17662026-05-29T17:45:39.847Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17672026-05-29T17:45:42.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s
17682026-05-29T17:45:42.819Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17692026-05-29T17:45:42.873ZMay 29 17:45:42.311 INFO Starting download, target: Cockroach
17702026-05-29T17:45:42.873ZMay 29 17:45:42.312 INFO Starting download, target: Console
17712026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Starting download, target: Clickhouse
17722026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Starting download, target: DendriteStub
17732026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Starting download, target: MaghemiteMgd
17742026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Starting download, target: TransceiverControl
17752026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17762026-05-29T17:45:42.876ZMay 29 17:45:42.312 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17772026-05-29T17:45:42.877ZMay 29 17:45:42.313 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17782026-05-29T17:45:42.877ZMay 29 17:45:42.313 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17792026-05-29T17:45:42.877ZMay 29 17:45:42.313 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17802026-05-29T17:45:42.877ZMay 29 17:45:42.313 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17812026-05-29T17:45:43.592ZMay 29 17:45:43.021 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17822026-05-29T17:45:43.829ZMay 29 17:45:43.241 INFO Download complete, target: TransceiverControl
17832026-05-29T17:45:43.914ZMay 29 17:45:43.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17842026-05-29T17:45:44.162ZMay 29 17:45:43.595 INFO Download complete, target: Console
17852026-05-29T17:45:45.064ZMay 29 17:45:44.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17862026-05-29T17:45:45.336ZMay 29 17:45:44.768 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17872026-05-29T17:45:45.712ZMay 29 17:45:45.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17882026-05-29T17:45:45.723ZMay 29 17:45:45.161 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17892026-05-29T17:45:45.723ZMay 29 17:45:45.161 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17902026-05-29T17:45:47.469ZMay 29 17:45:46.908 INFO Download complete, target: DendriteStub
17912026-05-29T17:45:47.901ZMay 29 17:45:47.307 INFO Download complete, target: MaghemiteMgd
17922026-05-29T17:45:50.715ZMay 29 17:45:50.153 INFO Checking that binary works, target: Cockroach
17932026-05-29T17:45:50.853ZMay 29 17:45:50.291 INFO Download complete, target: Cockroach
17942026-05-29T17:45:52.755ZMay 29 17:45:52.149 INFO Checking that binary works, target: Clickhouse
17952026-05-29T17:45:52.835ZMay 29 17:45:52.256 INFO Download complete, target: Clickhouse
17962026-05-29T17:45:52.848ZAll prerequisites installed successfully
17972026-05-29T17:45:52.848Z
17982026-05-29T17:45:52.848Zreal 1:31.474486231
17992026-05-29T17:45:52.848Zuser 6:59.493436811
18002026-05-29T17:45:52.848Zsys 1:44.815515514
18012026-05-29T17:45:52.848Ztrap 0.239586740
18022026-05-29T17:45:52.848Ztflt 1.746612238
18032026-05-29T17:45:52.848Zdflt 2.489851886
18042026-05-29T17:45:52.848Zkflt 0.034315040
18052026-05-29T17:45:52.848Zlock 24:57.739528770
18062026-05-29T17:45:52.848Zslp 19:06.695067471
18072026-05-29T17:45:52.848Zlat 23.320005994
18082026-05-29T17:45:52.848Zstop 2:44.780538497
18092026-05-29T17:45:52.848Z+ source ./tools/include/force-git-over-https.sh
18102026-05-29T17:45:52.848Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18112026-05-29T17:45:52.849Z++ (( i = 0 ))
18122026-05-29T17:45:52.849Z++ (( i < 5 ))
18132026-05-29T17:45:52.849Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18142026-05-29T17:45:52.849Z++ (( i++ ))
18152026-05-29T17:45:52.849Z++ (( i < 5 ))
18162026-05-29T17:45:52.849Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18172026-05-29T17:45:52.849Z++ (( i++ ))
18182026-05-29T17:45:52.849Z++ (( i < 5 ))
18192026-05-29T17:45:52.849Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18202026-05-29T17:45:52.849Z++ (( i++ ))
18212026-05-29T17:45:52.849Z++ (( i < 5 ))
18222026-05-29T17:45:52.849Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18232026-05-29T17:45:52.849Z++ (( i++ ))
18242026-05-29T17:45:52.849Z++ (( i < 5 ))
18252026-05-29T17:45:52.849Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18262026-05-29T17:45:52.849Z++ (( i++ ))
18272026-05-29T17:45:52.849Z++ (( i < 5 ))
18282026-05-29T17:45:52.849Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18292026-05-29T17:45:52.849Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18302026-05-29T17:45:52.849Z+ rc=0
18312026-05-29T17:45:52.849Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18322026-05-29T17:46:00.059Z+ case $rc in
18332026-05-29T17:46:00.059Z+ pfexec zfs create -p rpool/images/build/host
18342026-05-29T17:46:00.323Z+ pfexec zfs create -p rpool/images/build/recovery
18352026-05-29T17:46:00.393Z+ cargo xtask releng --output-dir /work --mkincorp
18362026-05-29T17:46:00.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-29T17:46:00.937Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18382026-05-29T17:46:01.809Z Compiling proc-macro2 v1.0.106
18392026-05-29T17:46:01.809Z Compiling quote v1.0.45
18402026-05-29T17:46:01.809Z Compiling unicode-ident v1.0.24
18412026-05-29T17:46:01.813Z Compiling libc v0.2.185
18422026-05-29T17:46:01.813Z Compiling serde_core v1.0.228
18432026-05-29T17:46:01.813Z Compiling serde v1.0.228
18442026-05-29T17:46:01.813Z Compiling cfg-if v1.0.4
18452026-05-29T17:46:01.813Z Compiling version_check v0.9.5
18462026-05-29T17:46:01.813Z Compiling find-msvc-tools v0.1.9
18472026-05-29T17:46:01.813Z Compiling shlex v1.3.0
18482026-05-29T17:46:01.813Z Compiling typenum v1.19.0
18492026-05-29T17:46:01.813Z Compiling autocfg v1.5.0
18502026-05-29T17:46:01.949Z Compiling zmij v1.0.21
18512026-05-29T17:46:01.953Z Compiling memchr v2.8.0
18522026-05-29T17:46:01.963Z Compiling zerocopy v0.8.40
18532026-05-29T17:46:02.141Z Compiling serde_json v1.0.149
18542026-05-29T17:46:02.161Z Compiling portable-atomic v1.13.1
18552026-05-29T17:46:02.315Z Compiling libm v0.2.16
18562026-05-29T17:46:02.330Z Compiling parking_lot_core v0.9.12
18572026-05-29T17:46:02.333Z Compiling smallvec v1.15.1
18582026-05-29T17:46:02.351Z Compiling generic-array v0.14.7
18592026-05-29T17:46:02.400Z Compiling icu_normalizer_data v2.1.1
18602026-05-29T17:46:02.400Z Compiling num-traits v0.2.19
18612026-05-29T17:46:02.428Z Compiling icu_properties_data v2.1.2
18622026-05-29T17:46:02.614Z Compiling pkg-config v0.3.32
18632026-05-29T17:46:02.650Z Compiling log v0.4.29
18642026-05-29T17:46:02.653Z Compiling itoa v1.0.17
18652026-05-29T17:46:02.669Z Compiling getrandom v0.4.1
18662026-05-29T17:46:02.682Z Compiling subtle v2.6.1
18672026-05-29T17:46:02.764Z Compiling getrandom v0.3.4
18682026-05-29T17:46:02.862Z Compiling scopeguard v1.2.0
18692026-05-29T17:46:02.933Z Compiling stable_deref_trait v1.2.1
18702026-05-29T17:46:02.984Z Compiling lock_api v0.4.14
18712026-05-29T17:46:03.003Z Compiling jobserver v0.1.34
18722026-05-29T17:46:03.006Z Compiling getrandom v0.2.17
18732026-05-29T17:46:03.006Z Compiling rustix v1.1.3
18742026-05-29T17:46:03.105Z Compiling errno v0.3.14
18752026-05-29T17:46:03.186Z Compiling rand_core v0.6.4
18762026-05-29T17:46:03.228Z Compiling cc v1.2.56
18772026-05-29T17:46:03.331Z Compiling dunce v1.0.5
18782026-05-29T17:46:03.348Z Compiling fs_extra v1.3.0
18792026-05-29T17:46:03.367Z Compiling syn v2.0.117
18802026-05-29T17:46:03.433Z Compiling critical-section v1.2.0
18812026-05-29T17:46:03.436Z Compiling heck v0.5.0
18822026-05-29T17:46:03.501Z Compiling pin-project-lite v0.2.17
18832026-05-29T17:46:03.677Z Compiling percent-encoding v2.3.2
18842026-05-29T17:46:03.680Z Compiling const-oid v0.9.6
18852026-05-29T17:46:03.714Z Compiling litemap v0.8.1
18862026-05-29T17:46:03.718Z Compiling thiserror v2.0.18
18872026-05-29T17:46:03.764Z Compiling fnv v1.0.7
18882026-05-29T17:46:03.770Z Compiling writeable v0.6.2
18892026-05-29T17:46:03.916Z Compiling once_cell v1.21.3
18902026-05-29T17:46:03.936Z Compiling aws-lc-rs v1.16.3
18912026-05-29T17:46:03.953Z Compiling rustversion v1.0.22
18922026-05-29T17:46:04.013Z Compiling cmake v0.1.57
18932026-05-29T17:46:04.042Z Compiling signal-hook-registry v1.4.8
18942026-05-29T17:46:04.139Z Compiling futures-core v0.3.32
18952026-05-29T17:46:04.160Z Compiling equivalent v1.0.2
18962026-05-29T17:46:04.243Z Compiling parking_lot v0.12.5
18972026-05-29T17:46:04.273Z Compiling mio v1.2.0
18982026-05-29T17:46:04.289Z Compiling httparse v1.10.1
18992026-05-29T17:46:04.392Z Compiling vcpkg v0.2.15
19002026-05-29T17:46:04.411Z Compiling semver v1.0.28
19012026-05-29T17:46:04.548Z Compiling bitflags v2.11.0
19022026-05-29T17:46:04.594Z Compiling socket2 v0.6.3
19032026-05-29T17:46:04.597Z Compiling ring v0.17.14
19042026-05-29T17:46:04.639Z Compiling aws-lc-sys v0.40.0
19052026-05-29T17:46:04.720Z Compiling schemars v0.8.22
19062026-05-29T17:46:04.737Z Compiling utf8_iter v1.0.4
19072026-05-29T17:46:04.971Z Compiling form_urlencoded v1.2.2
19082026-05-29T17:46:04.998Z Compiling openssl-sys v0.9.115
19092026-05-29T17:46:05.164Z Compiling hashbrown v0.17.0
19102026-05-29T17:46:05.220Z Compiling rustls v0.23.37
19112026-05-29T17:46:05.312Z Compiling rand_core v0.10.0
19122026-05-29T17:46:05.403Z Compiling futures-sink v0.3.32
19132026-05-29T17:46:05.463Z Compiling crc32fast v1.5.0
19142026-05-29T17:46:05.516Z Compiling futures-channel v0.3.32
19152026-05-29T17:46:05.572Z Compiling cpufeatures v0.2.17
19162026-05-29T17:46:05.591Z Compiling slab v0.4.12
19172026-05-29T17:46:05.606Z Compiling futures-io v0.3.32
19182026-05-29T17:46:05.626Z Compiling futures-task v0.3.32
19192026-05-29T17:46:05.734Z Compiling rustc_version v0.4.1
19202026-05-29T17:46:05.763Z Compiling byteorder v1.5.0
19212026-05-29T17:46:05.830Z Compiling indexmap v2.14.0
19222026-05-29T17:46:05.834Z Compiling strsim v0.11.1
19232026-05-29T17:46:05.873Z Compiling ucd-trie v0.1.7
19242026-05-29T17:46:05.908Z Compiling openssl v0.10.79
19252026-05-29T17:46:06.051Z Compiling pest v2.8.6
19262026-05-29T17:46:06.151Z Compiling num-conv v0.2.0
19272026-05-29T17:46:06.184Z Compiling thiserror v1.0.69
19282026-05-29T17:46:06.187Z Compiling time-core v0.1.8
19292026-05-29T17:46:06.204Z Compiling iana-time-zone v0.1.65
19302026-05-29T17:46:06.293Z Compiling synstructure v0.13.2
19312026-05-29T17:46:06.336Z Compiling serde_derive_internals v0.29.1
19322026-05-29T17:46:06.388Z Compiling ident_case v1.0.1
19332026-05-29T17:46:06.438Z Compiling native-tls v0.2.18
19342026-05-29T17:46:06.496Z Compiling time-macros v0.2.27
19352026-05-29T17:46:06.611Z Compiling syn v1.0.109
19362026-05-29T17:46:06.614Z Compiling regex-syntax v0.8.10
19372026-05-29T17:46:06.674Z Compiling base64 v0.22.1
19382026-05-29T17:46:06.745Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19392026-05-29T17:46:06.850Z Compiling untrusted v0.9.0
19402026-05-29T17:46:06.925Z Compiling crossbeam-utils v0.8.21
19412026-05-29T17:46:07.027Z Compiling base64ct v1.8.3
19422026-05-29T17:46:07.052Z Compiling uuid v1.23.0
19432026-05-29T17:46:07.205Z Compiling pest_meta v2.8.6
19442026-05-29T17:46:07.225Z Compiling slog v2.8.2
19452026-05-29T17:46:07.338Z Compiling pem-rfc7468 v0.7.0
19462026-05-29T17:46:07.386Z Compiling flagset v0.4.7
19472026-05-29T17:46:07.462Z Compiling rand_core v0.9.5
19482026-05-29T17:46:07.519Z Compiling bzip2-sys v0.1.13+1.0.8
19492026-05-29T17:46:07.542Z Compiling tracing-core v0.1.36
19502026-05-29T17:46:07.562Z Compiling serde_derive v1.0.228
19512026-05-29T17:46:07.582Z Compiling zeroize_derive v1.4.3
19522026-05-29T17:46:07.624Z Compiling zerofrom-derive v0.1.6
19532026-05-29T17:46:07.691Z Compiling yoke-derive v0.8.1
19542026-05-29T17:46:07.708Z Compiling zerocopy-derive v0.8.40
19552026-05-29T17:46:07.738Z Compiling zerovec-derive v0.11.2
19562026-05-29T17:46:07.829Z Compiling displaydoc v0.2.5
19572026-05-29T17:46:07.938Z Compiling tokio-macros v2.7.0
19582026-05-29T17:46:07.956Z Compiling futures-macro v0.3.32
19592026-05-29T17:46:08.202Z Compiling zeroize v1.8.2
19602026-05-29T17:46:08.546Z Compiling der_derive v0.7.3
19612026-05-29T17:46:08.608Z Compiling thiserror-impl v2.0.18
19622026-05-29T17:46:08.668Z Compiling tracing-attributes v0.1.31
19632026-05-29T17:46:08.687Z Compiling schemars_derive v0.8.22
19642026-05-29T17:46:08.747Z Compiling futures-util v0.3.32
19652026-05-29T17:46:08.797Z Compiling zerofrom v0.1.6
19662026-05-29T17:46:08.946Z Compiling yoke v0.8.1
19672026-05-29T17:46:08.980Z Compiling crypto-common v0.1.7
19682026-05-29T17:46:09.042Z Compiling block-buffer v0.10.4
19692026-05-29T17:46:09.154Z Compiling zerovec v0.11.5
19702026-05-29T17:46:09.185Z Compiling zerotrie v0.2.3
19712026-05-29T17:46:09.458Z Compiling digest v0.10.7
19722026-05-29T17:46:09.744Z Compiling tinystr v0.8.2
19732026-05-29T17:46:09.777Z Compiling potential_utf v0.1.4
19742026-05-29T17:46:09.897Z Compiling hmac v0.12.1
19752026-05-29T17:46:09.913Z Compiling icu_collections v2.1.1
19762026-05-29T17:46:09.983Z Compiling icu_locale_core v2.1.1
19772026-05-29T17:46:09.983Z Compiling block-padding v0.3.3
19782026-05-29T17:46:10.074Z Compiling rustls-pki-types v1.14.0
19792026-05-29T17:46:10.197Z Compiling openssl-macros v0.1.1
19802026-05-29T17:46:10.214Z Compiling inout v0.1.4
19812026-05-29T17:46:10.638Z Compiling pest_generator v2.8.6
19822026-05-29T17:46:10.714Z Compiling icu_provider v2.1.1
19832026-05-29T17:46:10.869Z Compiling bytes v1.11.1
19842026-05-29T17:46:10.897Z Compiling chrono v0.4.44
19852026-05-29T17:46:10.901Z Compiling cipher v0.4.4
19862026-05-29T17:46:10.978Z Compiling icu_normalizer v2.1.1
19872026-05-29T17:46:11.141Z Compiling icu_properties v2.1.2
19882026-05-29T17:46:11.172Z Compiling sha2 v0.10.9
19892026-05-29T17:46:11.288Z Compiling pest_derive v2.8.6
19902026-05-29T17:46:11.413Z Compiling tokio v1.52.1
19912026-05-29T17:46:11.737Z Compiling http v1.4.0
19922026-05-29T17:46:11.787Z Compiling thiserror-impl v1.0.69
19932026-05-29T17:46:12.033Z Compiling idna_adapter v1.2.1
19942026-05-29T17:46:12.176Z Compiling idna v1.1.0
19952026-05-29T17:46:12.191Z Compiling ppv-lite86 v0.2.21
19962026-05-29T17:46:12.512Z Compiling scroll_derive v0.13.1
19972026-05-29T17:46:12.536Z Compiling url v2.5.8
19982026-05-29T17:46:12.703Z Compiling der v0.7.10
19992026-05-29T17:46:13.133Z Compiling camino v1.2.2
20002026-05-29T17:46:13.412Z Compiling plain v0.2.3
20012026-05-29T17:46:13.466Z Compiling paste v1.0.15
20022026-05-29T17:46:13.570Z Compiling spki v0.7.3
20032026-05-29T17:46:13.715Z Compiling http-body v1.0.1
20042026-05-29T17:46:13.796Z Compiling salsa20 v0.10.2
20052026-05-29T17:46:13.813Z Compiling pbkdf2 v0.12.2
20062026-05-29T17:46:13.863Z Compiling tracing v0.1.44
20072026-05-29T17:46:14.336Z Compiling aho-corasick v1.1.4
20082026-05-29T17:46:14.351Z Compiling cookie v0.18.1
20092026-05-29T17:46:14.364Z Compiling fastrand v2.3.0
20102026-05-29T17:46:14.384Z Compiling num-bigint-dig v0.8.6
20112026-05-29T17:46:14.563Z Compiling atomic-waker v1.1.2
20122026-05-29T17:46:14.595Z Compiling dyn-clone v1.0.20
20132026-05-29T17:46:14.779Z Compiling scrypt v0.11.0
20142026-05-29T17:46:15.032Z Compiling rand_chacha v0.9.0
20152026-05-29T17:46:15.047Z Compiling aes v0.8.4
20162026-05-29T17:46:15.057Z Compiling cbc v0.1.2
20172026-05-29T17:46:15.168Z Compiling tokio-util v0.7.18
20182026-05-29T17:46:15.211Z Compiling regex-automata v0.4.14
20192026-05-29T17:46:15.264Z Compiling async-trait v0.1.89
20202026-05-29T17:46:15.414Z Compiling ahash v0.8.12
20212026-05-29T17:46:15.440Z Compiling untrusted v0.7.1
20222026-05-29T17:46:15.456Z Compiling tower-service v0.3.3
20232026-05-29T17:46:15.595Z Compiling pretty-hex v0.4.1
20242026-05-29T17:46:15.659Z Compiling try-lock v0.2.5
20252026-05-29T17:46:15.724Z Compiling anyhow v1.0.102
20262026-05-29T17:46:15.771Z Compiling usdt-impl v0.6.0
20272026-05-29T17:46:15.801Z Compiling openssl-probe v0.2.1
20282026-05-29T17:46:15.927Z Compiling tinyvec_macros v0.1.1
20292026-05-29T17:46:16.011Z Compiling zstd-safe v7.2.4
20302026-05-29T17:46:16.034Z Compiling tower-layer v0.3.3
20312026-05-29T17:46:16.076Z Compiling tinyvec v1.10.0
20322026-05-29T17:46:16.223Z Compiling want v0.3.1
20332026-05-29T17:46:16.241Z Compiling pkcs5 v0.7.1
20342026-05-29T17:46:16.274Z Compiling rand v0.9.2
20352026-05-29T17:46:16.453Z Compiling h2 v0.4.13
20362026-05-29T17:46:16.471Z Compiling scroll v0.13.0
20372026-05-29T17:46:16.742Z Compiling serde_tokenstream v0.2.3
20382026-05-29T17:46:16.778Z Compiling ipnet v2.11.0
20392026-05-29T17:46:16.887Z Compiling daft-derive v0.1.7
20402026-05-29T17:46:16.903Z Compiling clap_derive v4.5.55
20412026-05-29T17:46:17.014Z Compiling scroll_derive v0.12.1
20422026-05-29T17:46:17.080Z Compiling heapless v0.7.17
20432026-05-29T17:46:17.584Z Compiling httpdate v1.0.3
20442026-05-29T17:46:17.746Z Compiling signal-hook v0.3.18
20452026-05-29T17:46:17.761Z Compiling pin-utils v0.1.0
20462026-05-29T17:46:18.029Z Compiling goblin v0.10.5
20472026-05-29T17:46:18.214Z Compiling pkcs8 v0.10.2
20482026-05-29T17:46:18.259Z Compiling tempfile v3.25.0
20492026-05-29T17:46:18.577Z Compiling pin-project-internal v1.1.11
20502026-05-29T17:46:18.597Z Compiling darling_core v0.20.11
20512026-05-29T17:46:18.783Z Compiling spin v0.9.8
20522026-05-29T17:46:18.821Z Compiling litrs v1.0.0
20532026-05-29T17:46:19.039Z Compiling foreign-types-shared v0.1.1
20542026-05-29T17:46:19.055Z Compiling simd-adler32 v0.3.8
20552026-05-29T17:46:19.222Z Compiling foreign-types v0.3.2
20562026-05-29T17:46:19.334Z Compiling document-features v0.2.12
20572026-05-29T17:46:19.657Z Compiling unicode-normalization v0.1.25
20582026-05-29T17:46:19.752Z Compiling dtrace-parser v0.3.0
20592026-05-29T17:46:19.868Z Compiling hex v0.4.3
20602026-05-29T17:46:19.917Z Compiling hyper v1.8.1
20612026-05-29T17:46:20.174Z Compiling zerocopy-derive v0.7.35
20622026-05-29T17:46:20.201Z Compiling strum_macros v0.26.4
20632026-05-29T17:46:20.250Z Compiling darling_core v0.21.3
20642026-05-29T17:46:20.267Z Compiling curve25519-dalek v4.1.3
20652026-05-29T17:46:20.388Z Compiling thread-id v5.1.0
20662026-05-29T17:46:20.488Z Compiling memoffset v0.9.1
20672026-05-29T17:46:20.559Z Compiling ref-cast v1.0.25
20682026-05-29T17:46:20.575Z Compiling adler2 v2.0.1
20692026-05-29T17:46:20.594Z Compiling smoltcp v0.9.1
20702026-05-29T17:46:20.613Z Compiling anstyle v1.0.13
20712026-05-29T17:46:20.656Z Compiling darling_macro v0.20.11
20722026-05-29T17:46:20.716Z Compiling utf8parse v0.2.2
20732026-05-29T17:46:20.766Z Compiling rustix v0.38.44
20742026-05-29T17:46:20.857Z Compiling dof v0.4.0
20752026-05-29T17:46:20.874Z Compiling powerfmt v0.2.0
20762026-05-29T17:46:20.948Z Compiling anstyle-parse v0.2.7
20772026-05-29T17:46:21.019Z Compiling miniz_oxide v0.8.9
20782026-05-29T17:46:21.110Z Compiling deranged v0.5.8
20792026-05-29T17:46:21.162Z Compiling darling v0.20.11
20802026-05-29T17:46:21.203Z Compiling rustls-native-certs v0.8.3
20812026-05-29T17:46:21.513Z Compiling hyper-util v0.1.20
20822026-05-29T17:46:21.895Z Compiling http-body-util v0.1.3
20832026-05-29T17:46:21.965Z Compiling toml_datetime v0.6.11
20842026-05-29T17:46:21.986Z Compiling serde_spanned v0.6.9
20852026-05-29T17:46:22.200Z Compiling snafu-derive v0.8.9
20862026-05-29T17:46:22.336Z Compiling sync_wrapper v1.0.2
20872026-05-29T17:46:22.394Z Compiling wait-timeout v0.2.1
20882026-05-29T17:46:22.471Z Compiling ryu v1.0.23
20892026-05-29T17:46:22.504Z Compiling zlib-rs v0.6.2
20902026-05-29T17:46:22.523Z Compiling cfg_aliases v0.2.1
20912026-05-29T17:46:22.556Z Compiling darling_macro v0.21.3
20922026-05-29T17:46:22.615Z Compiling colorchoice v1.0.4
20932026-05-29T17:46:22.636Z Compiling quick-error v1.2.3
20942026-05-29T17:46:22.662Z Compiling is_terminal_polyfill v1.70.2
20952026-05-29T17:46:22.968Z Compiling bit-vec v0.8.0
20962026-05-29T17:46:23.057Z Compiling siphasher v1.0.2
20972026-05-29T17:46:23.060Z Compiling anstyle-query v1.1.5
20982026-05-29T17:46:23.188Z Compiling num_threads v0.1.7
20992026-05-29T17:46:23.217Z Compiling anstream v0.6.21
21002026-05-29T17:46:23.237Z Compiling bit-set v0.8.0
21012026-05-29T17:46:23.274Z Compiling time v0.3.47
21022026-05-29T17:46:23.312Z Compiling darling v0.21.3
21032026-05-29T17:46:23.446Z Compiling rusty-fork v0.3.1
21042026-05-29T17:46:23.722Z Compiling serde_urlencoded v0.7.1
21052026-05-29T17:46:23.758Z Compiling nix v0.31.2
21062026-05-29T17:46:23.942Z Compiling tower v0.5.3
21072026-05-29T17:46:24.056Z Compiling derive_builder_core v0.20.2
21082026-05-29T17:46:24.169Z Compiling regex v1.12.3
21092026-05-29T17:46:24.217Z Compiling webpki-roots v1.0.6
21102026-05-29T17:46:24.234Z Compiling erased-serde v0.3.31
21112026-05-29T17:46:24.252Z Compiling hubpack_derive v0.1.1
21122026-05-29T17:46:24.397Z Compiling signature v2.2.0
21132026-05-29T17:46:24.460Z Compiling rand_xorshift v0.4.0
21142026-05-29T17:46:24.484Z Compiling curve25519-dalek-derive v0.1.1
21152026-05-29T17:46:24.501Z Compiling strum_macros v0.27.2
21162026-05-29T17:46:24.548Z Compiling ref-cast-impl v1.0.25
21172026-05-29T17:46:24.631Z Compiling flate2 v1.1.9
21182026-05-29T17:46:24.744Z Compiling fs-err v3.3.0
21192026-05-29T17:46:24.817Z Compiling usdt-impl v0.5.0
21202026-05-29T17:46:24.857Z Compiling iri-string v0.7.10
21212026-05-29T17:46:24.968Z Compiling unicode-properties v0.1.4
21222026-05-29T17:46:25.020Z Compiling unarray v0.1.4
21232026-05-29T17:46:25.109Z Compiling unicode-bidi v0.3.18
21242026-05-29T17:46:25.168Z Compiling allocator-api2 v0.2.21
21252026-05-29T17:46:25.189Z Compiling object v0.37.3
21262026-05-29T17:46:25.512Z Compiling stringprep v0.1.5
21272026-05-29T17:46:25.554Z Compiling proptest v1.10.0
21282026-05-29T17:46:25.676Z Compiling derive_builder_macro v0.20.2
21292026-05-29T17:46:26.166Z Compiling tower-http v0.6.8
21302026-05-29T17:46:26.416Z Compiling tokio-native-tls v0.3.1
21312026-05-29T17:46:26.530Z Compiling serde_with_macros v3.17.0
21322026-05-29T17:46:26.614Z Compiling usdt-macro v0.6.0
21332026-05-29T17:46:26.632Z Compiling usdt-attr-macro v0.6.0
21342026-05-29T17:46:26.672Z Compiling ipnetwork v0.21.1
21352026-05-29T17:46:26.808Z Compiling scroll v0.12.0
21362026-05-29T17:46:26.823Z Compiling bstr v1.12.1
21372026-05-29T17:46:27.252Z Compiling rand_chacha v0.3.1
21382026-05-29T17:46:27.366Z Compiling md-5 v0.10.6
21392026-05-29T17:46:27.444Z Compiling async-recursion v1.1.1
21402026-05-29T17:46:27.544Z Compiling terminal_size v0.4.3
21412026-05-29T17:46:27.569Z Compiling num-integer v0.1.46
21422026-05-29T17:46:27.601Z Compiling hash32 v0.2.1
21432026-05-29T17:46:27.617Z Compiling vergen-lib v0.1.6
21442026-05-29T17:46:27.636Z Compiling ff v0.13.1
21452026-05-29T17:46:27.714Z Compiling clap_lex v1.0.0
21462026-05-29T17:46:27.821Z Compiling base16ct v0.2.0
21472026-05-29T17:46:27.838Z Compiling winnow v0.7.14
21482026-05-29T17:46:27.923Z Compiling psl-types v2.0.11
21492026-05-29T17:46:28.007Z Compiling fallible-iterator v0.2.0
21502026-05-29T17:46:28.022Z Compiling clap_builder v4.5.60
21512026-05-29T17:46:28.064Z Compiling publicsuffix v2.3.0
21522026-05-29T17:46:28.079Z Compiling sec1 v0.7.3
21532026-05-29T17:46:28.273Z Compiling num-iter v0.1.45
21542026-05-29T17:46:28.296Z Compiling postgres-protocol v0.6.10
21552026-05-29T17:46:28.357Z Compiling group v0.13.0
21562026-05-29T17:46:28.416Z Compiling newtype-uuid v1.3.2
21572026-05-29T17:46:28.453Z Compiling rand v0.8.6
21582026-05-29T17:46:28.972Z Compiling goblin v0.8.2
21592026-05-29T17:46:29.156Z Compiling oxnet v0.1.4
21602026-05-29T17:46:29.192Z Compiling hyper-tls v0.6.0
21612026-05-29T17:46:29.219Z Compiling derive_builder v0.20.2
21622026-05-29T17:46:29.347Z Compiling phf_shared v0.13.1
21632026-05-29T17:46:29.427Z Compiling zerocopy v0.7.35
21642026-05-29T17:46:29.554Z Compiling lazy_static v1.5.0
21652026-05-29T17:46:29.614Z Compiling pin-project v1.1.11
21662026-05-29T17:46:29.691Z Compiling futures-executor v0.3.32
21672026-05-29T17:46:29.723Z Compiling cargo-platform v0.1.9
21682026-05-29T17:46:29.825Z Compiling hkdf v0.12.4
21692026-05-29T17:46:29.906Z Compiling crypto-bigint v0.5.5
21702026-05-29T17:46:29.987Z Compiling enum-as-inner v0.6.1
21712026-05-29T17:46:29.990Z Compiling serde_repr v0.1.20
21722026-05-29T17:46:30.054Z Compiling vergen v9.0.6
21732026-05-29T17:46:30.177Z Compiling encoding_rs v0.8.35
21742026-05-29T17:46:30.543Z Compiling managed v0.8.0
21752026-05-29T17:46:30.584Z Compiling same-file v1.0.6
21762026-05-29T17:46:30.641Z Compiling unicode-segmentation v1.12.0
21772026-05-29T17:46:30.750Z Compiling mime v0.3.17
21782026-05-29T17:46:30.778Z Compiling winnow v0.5.40
21792026-05-29T17:46:30.959Z Compiling foldhash v0.2.0
21802026-05-29T17:46:31.016Z Compiling foldhash v0.1.5
21812026-05-29T17:46:31.033Z Compiling bitflags v1.3.2
21822026-05-29T17:46:31.121Z Compiling libbz2-rs-sys v0.2.2
21832026-05-29T17:46:31.192Z Compiling bumpalo v3.20.2
21842026-05-29T17:46:31.208Z Compiling dof v0.3.0
21852026-05-29T17:46:31.309Z Compiling hashbrown v0.15.5
21862026-05-29T17:46:31.462Z Compiling zopfli v0.8.3
21872026-05-29T17:46:31.550Z Compiling bzip2 v0.6.1
21882026-05-29T17:46:31.638Z Compiling hashbrown v0.16.1
21892026-05-29T17:46:31.769Z Compiling elliptic-curve v0.13.8
21902026-05-29T17:46:31.884Z Compiling walkdir v2.5.0
21912026-05-29T17:46:32.133Z Compiling toml_edit v0.19.15
21922026-05-29T17:46:32.381Z Compiling cargo_metadata v0.19.2
21932026-05-29T17:46:32.515Z Compiling futures v0.3.32
21942026-05-29T17:46:32.619Z Compiling clap v4.5.60
21952026-05-29T17:46:32.724Z Compiling snafu v0.8.9
21962026-05-29T17:46:33.199Z Compiling phf v0.13.1
21972026-05-29T17:46:33.378Z Compiling daft v0.1.7
21982026-05-29T17:46:33.606Z Compiling signal-hook-mio v0.2.5
21992026-05-29T17:46:33.745Z Compiling cookie_store v0.22.1
22002026-05-29T17:46:33.764Z Compiling zstd v0.13.3
22012026-05-29T17:46:33.838Z Compiling postgres-types v0.2.12
22022026-05-29T17:46:33.854Z Compiling bzip2 v0.4.4
22032026-05-29T17:46:33.995Z Compiling globset v0.4.18
22042026-05-29T17:46:34.011Z Compiling strum v0.27.2
22052026-05-29T17:46:34.043Z Compiling dtrace-parser v0.2.0
22062026-05-29T17:46:34.156Z Compiling hubpack v0.1.2
22072026-05-29T17:46:34.171Z Compiling ed25519 v2.2.3
22082026-05-29T17:46:34.216Z Compiling phf_shared v0.11.3
22092026-05-29T17:46:34.235Z Compiling olpc-cjson v0.1.4
22102026-05-29T17:46:34.357Z Compiling pkcs1 v0.7.5
22112026-05-29T17:46:34.413Z Compiling pem v3.0.6
22122026-05-29T17:46:34.462Z Compiling serde_plain v1.0.2
22132026-05-29T17:46:34.466Z Compiling serde-big-array v0.5.1
22142026-05-29T17:46:34.494Z Compiling rfc6979 v0.4.0
22152026-05-29T17:46:34.581Z Compiling float-cmp v0.10.0
22162026-05-29T17:46:34.597Z Compiling memmap2 v0.9.10
22172026-05-29T17:46:34.638Z Compiling thread-id v4.2.2
22182026-05-29T17:46:34.658Z Compiling env_filter v1.0.0
22192026-05-29T17:46:34.690Z Compiling toml_write v0.1.2
22202026-05-29T17:46:34.710Z Compiling difflib v0.4.0
22212026-05-29T17:46:34.730Z Compiling static_assertions v1.1.0
22222026-05-29T17:46:34.747Z Compiling predicates-core v1.0.10
22232026-05-29T17:46:34.750Z Compiling jiff v0.2.21
22242026-05-29T17:46:34.750Z Compiling fixedbitset v0.5.7
22252026-05-29T17:46:34.833Z Compiling either v1.15.0
22262026-05-29T17:46:34.905Z Compiling fixedbitset v0.4.2
22272026-05-29T17:46:34.928Z Compiling data-encoding v2.10.0
22282026-05-29T17:46:34.932Z Compiling keccak v0.1.6
22292026-05-29T17:46:34.961Z Compiling new_debug_unreachable v1.0.6
22302026-05-29T17:46:34.975Z Compiling whoami v2.1.0
22312026-05-29T17:46:35.062Z Compiling precomputed-hash v0.1.1
22322026-05-29T17:46:35.079Z Compiling typed-path v0.9.3
22332026-05-29T17:46:35.121Z Compiling normalize-line-endings v0.3.0
22342026-05-29T17:46:35.159Z Compiling string_cache v0.8.9
22352026-05-29T17:46:35.176Z Compiling sha3 v0.10.8
22362026-05-29T17:46:35.180Z Compiling petgraph v0.6.5
22372026-05-29T17:46:35.236Z Compiling hickory-proto v0.25.2
22382026-05-29T17:46:35.321Z Compiling predicates v3.1.4
22392026-05-29T17:46:35.417Z Compiling tokio-postgres v0.7.16
22402026-05-29T17:46:35.474Z Compiling itertools v0.13.0
22412026-05-29T17:46:35.491Z Compiling petgraph v0.8.3
22422026-05-29T17:46:36.247Z Compiling toml_edit v0.22.27
22432026-05-29T17:46:36.265Z Compiling env_logger v0.11.9
22442026-05-29T17:46:36.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22452026-05-29T17:46:36.740Z Compiling usdt v0.6.0
22462026-05-29T17:46:37.006Z Compiling ecdsa v0.16.9
22472026-05-29T17:46:37.309Z Compiling rsa v0.9.10
22482026-05-29T17:46:37.421Z Compiling zip v4.6.1
22492026-05-29T17:46:37.766Z Compiling ed25519-dalek v2.2.0
22502026-05-29T17:46:38.038Z Compiling crossterm v0.28.1
22512026-05-29T17:46:38.071Z Compiling zip v0.6.6
22522026-05-29T17:46:38.471Z Compiling iddqd v0.4.1
22532026-05-29T17:46:38.568Z Compiling toml v0.7.8
22542026-05-29T17:46:38.600Z Compiling crossbeam-epoch v0.9.18
22552026-05-29T17:46:38.719Z Compiling toml_parser v1.0.9+spec-1.1.0
22562026-05-29T17:46:38.929Z Compiling heck v0.4.1
22572026-05-29T17:46:39.009Z Compiling similar v2.7.0
22582026-05-29T17:46:39.107Z Compiling serde_with v3.17.0
22592026-05-29T17:46:39.124Z Compiling strum v0.26.3
22602026-05-29T17:46:39.218Z Compiling tokio-stream v0.1.18
22612026-05-29T17:46:39.277Z Compiling buf-list v1.1.2
22622026-05-29T17:46:39.308Z Compiling x509-cert v0.2.5
22632026-05-29T17:46:39.539Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22642026-05-29T17:46:39.679Z Compiling openapiv3 v2.2.0
22652026-05-29T17:46:39.699Z Compiling sha1 v0.10.6
22662026-05-29T17:46:39.715Z Compiling structmeta-derive v0.3.0
22672026-05-29T17:46:39.739Z Compiling toml_datetime v0.7.5+spec-1.1.0
22682026-05-29T17:46:39.931Z Compiling radium v0.7.0
22692026-05-29T17:46:40.258Z Compiling lalrpop-util v0.19.12
22702026-05-29T17:46:40.287Z Compiling peg-runtime v0.8.5
22712026-05-29T17:46:40.750Z Compiling structmeta v0.3.0
22722026-05-29T17:46:41.511Z Compiling maybe-uninit v2.0.0
22732026-05-29T17:46:41.691Z Compiling tap v1.0.1
22742026-05-29T17:46:41.829Z Compiling wyz v0.5.1
22752026-05-29T17:46:43.257Z Compiling funty v2.0.0
22762026-05-29T17:46:43.540Z Compiling packed_struct v0.10.1
22772026-05-29T17:46:43.634Z Compiling bitvec v1.0.1
22782026-05-29T17:46:46.241Z Compiling packed_struct_codegen v0.10.1
22792026-05-29T17:46:46.491Z Compiling bitfield-macros v0.19.4
22802026-05-29T17:46:46.638Z Compiling zerocopy-derive v0.6.6
22812026-05-29T17:46:47.090Z Compiling indexmap v1.9.3
22822026-05-29T17:46:47.239Z Compiling crc-catalog v2.4.0
22832026-05-29T17:46:47.387Z Compiling nodrop v0.1.14
22842026-05-29T17:46:47.450Z Compiling typeid v1.0.3
22852026-05-29T17:46:47.466Z Compiling zerocopy v0.6.6
22862026-05-29T17:46:47.503Z Compiling array-init v0.0.4
22872026-05-29T17:46:48.059Z Compiling crc v3.4.0
22882026-05-29T17:46:48.278Z Compiling bitfield v0.19.4
22892026-05-29T17:46:48.724Z Compiling smallvec v0.6.14
22902026-05-29T17:46:49.016Z Compiling derive-ex v0.1.8
22912026-05-29T17:46:50.943Z Compiling base64 v0.21.7
22922026-05-29T17:46:51.469Z Compiling hashbrown v0.12.3
22932026-05-29T17:46:51.588Z Compiling rustls v0.22.4
22942026-05-29T17:46:51.986Z Compiling erased-serde v0.4.9
22952026-05-29T17:46:52.002Z Compiling rustls-webpki v0.103.9
22962026-05-29T17:46:52.808Z Compiling ron v0.8.1
22972026-05-29T17:46:54.438Z Compiling test-strategy v0.4.5
22982026-05-29T17:46:55.142Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22992026-05-29T17:46:55.431Z Compiling serde-hex v0.1.0
23002026-05-29T17:46:55.701Z Compiling tokio-rustls v0.26.4
23012026-05-29T17:46:55.759Z Compiling rustls-platform-verifier v0.6.2
23022026-05-29T17:46:55.941Z Compiling hyper-rustls v0.27.7
23032026-05-29T17:46:56.000Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23042026-05-29T17:46:56.221Z Compiling reqwest v0.12.28
23052026-05-29T17:46:56.280Z Compiling reqwest v0.13.2
23062026-05-29T17:46:56.560Z Compiling toml v0.8.23
23072026-05-29T17:46:56.921Z Compiling hashbrown v0.13.2
23082026-05-29T17:46:57.204Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23092026-05-29T17:46:57.538Z Compiling rustls-webpki v0.102.8
23102026-05-29T17:46:57.859Z Compiling tough v0.22.0
23112026-05-29T17:46:57.940Z Compiling filetime v0.2.27
23122026-05-29T17:46:58.037Z Compiling multer v3.1.0
23132026-05-29T17:46:58.146Z Compiling thread_local v1.1.9
23142026-05-29T17:46:58.169Z Compiling slog-async v2.8.0
23152026-05-29T17:46:58.329Z Compiling match_cfg v0.1.0
23162026-05-29T17:46:58.370Z Compiling compression-core v0.4.31
23172026-05-29T17:46:58.421Z Compiling crc-any v2.5.0
23182026-05-29T17:46:58.517Z Compiling xattr v1.6.1
23192026-05-29T17:46:58.578Z Compiling rayon-core v1.13.0
23202026-05-29T17:46:58.595Z Compiling compression-codecs v0.4.37
23212026-05-29T17:46:58.717Z Compiling tar v0.4.45
23222026-05-29T17:46:58.804Z Compiling hostname v0.3.1
23232026-05-29T17:46:58.884Z Compiling object v0.30.4
23242026-05-29T17:46:58.899Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23252026-05-29T17:46:59.008Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23262026-05-29T17:46:59.026Z Compiling crossbeam-channel v0.5.15
23272026-05-29T17:46:59.392Z Compiling slog-json v2.6.1
23282026-05-29T17:46:59.580Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23292026-05-29T17:46:59.580Z Compiling async-stream-impl v0.3.6
23302026-05-29T17:46:59.614Z Compiling ordered-float v2.10.1
23312026-05-29T17:46:59.670Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23322026-05-29T17:46:59.685Z Compiling toml_datetime v1.0.0+spec-1.1.0
23332026-05-29T17:46:59.748Z Compiling serde_spanned v1.0.4
23342026-05-29T17:46:59.914Z Compiling serde_path_to_error v0.1.20
23352026-05-29T17:46:59.937Z Compiling is-terminal v0.4.17
23362026-05-29T17:46:59.954Z Compiling fs-err v2.11.0
23372026-05-29T17:47:00.004Z Compiling dropshot v0.17.0
23382026-05-29T17:47:00.059Z Compiling term v1.2.1
23392026-05-29T17:47:00.142Z Compiling debug-ignore v1.0.5
23402026-05-29T17:47:00.192Z Compiling take_mut v0.2.2
23412026-05-29T17:47:00.208Z Compiling path-slash v0.1.5
23422026-05-29T17:47:00.229Z Compiling toml_writer v1.0.6+spec-1.1.0
23432026-05-29T17:47:00.372Z Compiling async-stream v0.3.6
23442026-05-29T17:47:00.390Z Compiling slog-term v2.9.2
23452026-05-29T17:47:00.426Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23462026-05-29T17:47:00.533Z Compiling toml v1.0.6+spec-1.1.0
23472026-05-29T17:47:00.548Z Compiling serde-value v0.7.0
23482026-05-29T17:47:00.591Z Compiling slog-bunyan v2.5.0
23492026-05-29T17:47:00.606Z Compiling serde-untagged v0.1.9
23502026-05-29T17:47:00.988Z Compiling tokio-rustls v0.25.0
23512026-05-29T17:47:01.244Z Compiling async-compression v0.4.41
23522026-05-29T17:47:01.264Z Compiling crossbeam-deque v0.8.6
23532026-05-29T17:47:01.282Z Compiling parse-display-derive v0.10.0
23542026-05-29T17:47:01.513Z Compiling camino-tempfile v1.4.1
23552026-05-29T17:47:01.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-05-29T17:47:01.649Z Compiling newtype-uuid-macros v0.1.0
23572026-05-29T17:47:01.665Z Compiling dropshot_endpoint v0.17.0
23582026-05-29T17:47:01.735Z Compiling waitgroup v0.1.2
23592026-05-29T17:47:01.878Z Compiling backon v1.6.0
23602026-05-29T17:47:01.896Z Compiling half v2.7.1
23612026-05-29T17:47:01.923Z Compiling rustls-pemfile v2.2.0
23622026-05-29T17:47:01.940Z Compiling blake3 v1.8.3
23632026-05-29T17:47:02.006Z Compiling hostname v0.4.2
23642026-05-29T17:47:02.035Z Compiling instant v0.1.13
23652026-05-29T17:47:02.157Z Compiling unicode-xid v0.2.6
23662026-05-29T17:47:02.176Z Compiling ciborium-io v0.2.2
23672026-05-29T17:47:02.193Z Compiling backoff v0.4.0
23682026-05-29T17:47:02.229Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-05-29T17:47:02.272Z Compiling ciborium-ll v0.2.2
23702026-05-29T17:47:02.301Z Compiling cargo-util-schemas v0.8.2
23712026-05-29T17:47:02.376Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23722026-05-29T17:47:02.404Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-05-29T17:47:02.656Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-05-29T17:47:02.768Z Compiling parse-display v0.10.0
23752026-05-29T17:47:02.845Z Compiling regress v0.10.5
23762026-05-29T17:47:02.970Z Compiling itertools v0.14.0
23772026-05-29T17:47:02.987Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23782026-05-29T17:47:03.660Z Compiling macaddr v1.0.1
23792026-05-29T17:47:03.676Z Compiling cargo-platform v0.2.0
23802026-05-29T17:47:03.959Z Compiling arrayref v0.3.9
23812026-05-29T17:47:04.005Z Compiling parse-size v1.1.0
23822026-05-29T17:47:04.062Z Compiling arrayvec v0.7.6
23832026-05-29T17:47:04.202Z Compiling constant_time_eq v0.4.2
23842026-05-29T17:47:04.202Z Compiling indent_write v2.2.0
23852026-05-29T17:47:04.248Z Compiling cargo_metadata v0.21.0
23862026-05-29T17:47:04.322Z Compiling ciborium v0.2.2
23872026-05-29T17:47:04.437Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23882026-05-29T17:47:04.479Z Compiling display-error-chain v0.2.2
23892026-05-29T17:47:04.526Z Compiling topological-sort v0.2.2
23902026-05-29T17:47:04.650Z Compiling shell-words v1.1.1
23912026-05-29T17:47:04.920Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-05-29T17:47:15.189Z Compiling progenitor-client v0.14.0
23932026-05-29T17:47:15.227Z Compiling progenitor-client v0.10.0
23942026-05-29T17:47:15.227Z Compiling omicron-zone-package v0.12.2
23952026-05-29T17:47:15.688Z Compiling progenitor-extras v0.2.0
23962026-05-29T17:47:17.819Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23972026-05-29T17:47:17.876Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-05-29T17:47:17.892Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23992026-05-29T17:47:18.195Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-05-29T17:47:22.292Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24012026-05-29T17:47:25.680Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24022026-05-29T17:47:33.803Z Finished `release` profile [optimized] target(s) in 1m 32s
24032026-05-29T17:47:33.957Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24042026-05-29T17:47:34.012ZMay 29 17:47:33.449 DEBG changing working directory to /work/oxidecomputer/omicron
24052026-05-29T17:47:34.102ZMay 29 17:47:33.540 DEBG running: git rev-parse HEAD
24062026-05-29T17:47:34.108ZMay 29 17:47:33.543 DEBG process exited with exit status: 0 (2.899983ms)
24072026-05-29T17:47:34.108ZMay 29 17:47:33.543 INFO version: 20.0.0-0.ci+gitd7de080122e
24082026-05-29T17:47:34.113ZMay 29 17:47:33.551 INFO cloning helios to /work/oxidecomputer/helios
24092026-05-29T17:47:34.113ZMay 29 17:47:33.551 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24102026-05-29T17:47:34.117ZCloning into '/work/oxidecomputer/helios'...
24112026-05-29T17:47:34.619ZMay 29 17:47:34.056 DEBG process exited with exit status: 0 (505.50691ms)
24122026-05-29T17:47:34.619ZMay 29 17:47:34.056 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24132026-05-29T17:47:34.622ZMay 29 17:47:34.059 DEBG process exited with exit status: 0 (2.615762ms)
24142026-05-29T17:47:34.622ZMay 29 17:47:34.059 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24152026-05-29T17:47:34.943ZMay 29 17:47:34.381 DEBG process exited with exit status: 0 (321.502352ms)
24162026-05-29T17:47:34.944ZMay 29 17:47:34.381 DEBG running: zfs list rpool/images/build/host
24172026-05-29T17:47:34.947ZNAME USED AVAIL REFER MOUNTPOINT
24182026-05-29T17:47:34.947Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24192026-05-29T17:47:34.951ZMay 29 17:47:34.386 DEBG process exited with exit status: 0 (4.707464ms)
24202026-05-29T17:47:34.951ZMay 29 17:47:34.386 DEBG running: zfs list rpool/images/build/recovery
24212026-05-29T17:47:34.951ZNAME USED AVAIL REFER MOUNTPOINT
24222026-05-29T17:47:34.951Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24232026-05-29T17:47:34.951ZMay 29 17:47:34.389 DEBG process exited with exit status: 0 (3.694433ms)
24242026-05-29T17:47:34.954ZMay 29 17:47:34.390 INFO [hubris-production] running task
24252026-05-29T17:47:34.954ZMay 29 17:47:34.390 INFO [incorp-manifest] running task
24262026-05-29T17:47:34.954ZMay 29 17:47:34.390 INFO [hubris-staging] running task
24272026-05-29T17:47:34.954ZMay 29 17:47:34.390 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24282026-05-29T17:47:34.954ZMay 29 17:47:34.391 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
24292026-05-29T17:47:34.954ZMay 29 17:47:34.391 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-05-29T17:47:34.954ZMay 29 17:47:34.391 INFO [incorp-create] running: pkgrepo create /work/incorporation
24312026-05-29T17:47:34.984Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24322026-05-29T17:47:35.201ZMay 29 17:47:34.639 INFO [incorp-create] process exited with exit status: 0 (247.459837ms)
24332026-05-29T17:47:35.204ZMay 29 17:47:34.639 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24342026-05-29T17:47:35.434ZMay 29 17:47:34.872 INFO [incorp-publisher] process exited with exit status: 0 (232.531434ms)
24352026-05-29T17:47:35.462Z[ omicron-package] Blocking waiting for file lock on package cache
24362026-05-29T17:47:35.615ZMay 29 17:47:35.049 DEBG process exited with exit status: 0 (658.857116ms)
24372026-05-29T17:47:35.618ZMay 29 17:47:35.049 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24382026-05-29T17:47:35.882Z[ omicron-package] Blocking waiting for file lock on package cache
24392026-05-29T17:47:35.993ZMay 29 17:47:35.431 INFO [hubris-production] task succeeded (1.041157454s)
24402026-05-29T17:47:36.271ZMay 29 17:47:35.708 DEBG process exited with exit status: 0 (659.537687ms)
24412026-05-29T17:47:36.275ZMay 29 17:47:35.709 INFO [incorp-manifest] task succeeded (1.319619414s)
24422026-05-29T17:47:36.275ZMay 29 17:47:35.710 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24432026-05-29T17:47:36.443ZMay 29 17:47:35.881 INFO [incorp-fmt] process exited with exit status: 0 (171.389238ms)
24442026-05-29T17:47:36.446ZMay 29 17:47:35.881 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24452026-05-29T17:47:36.739Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260529T174736Z
24462026-05-29T17:47:36.739Z[ incorp-pkgsend] PUBLISHED
24472026-05-29T17:47:36.800ZMay 29 17:47:36.238 INFO [incorp-pkgsend] process exited with exit status: 0 (357.106209ms)
24482026-05-29T17:47:36.815ZMay 29 17:47:36.253 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24492026-05-29T17:47:36.897Z[ omicron-package] Compiling ring v0.17.14
24502026-05-29T17:47:37.073Z[ helios-incorp] Retrieving packages for publisher helios ...
24512026-05-29T17:47:37.073Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24522026-05-29T17:47:37.102Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24532026-05-29T17:47:37.102Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24542026-05-29T17:47:37.102Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24552026-05-29T17:47:37.102Z[ helios-incorp]
24562026-05-29T17:47:37.105Z[ helios-incorp] Archiving packages ...
24572026-05-29T17:47:37.105Z[ helios-incorp] Packages to add: 1
24582026-05-29T17:47:37.105Z[ helios-incorp] Files to retrieve: 0
24592026-05-29T17:47:37.105Z[ helios-incorp] Estimated transfer size: 0.00 B
24602026-05-29T17:47:37.105Z[ helios-incorp]
24612026-05-29T17:47:37.105Z[ helios-incorp] Packages to archive:
24622026-05-29T17:47:37.105Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260529T174736Z
24632026-05-29T17:47:37.105Z[ helios-incorp]
24642026-05-29T17:47:37.105Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24652026-05-29T17:47:37.105Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24662026-05-29T17:47:37.152Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24672026-05-29T17:47:37.152Z[ omicron-package] Compiling itertools v0.14.0
24682026-05-29T17:47:37.152Z[ omicron-package] Compiling secrecy v0.10.3
24692026-05-29T17:47:37.155Z[ omicron-package] Compiling heapless v0.8.0
24702026-05-29T17:47:37.155Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24712026-05-29T17:47:37.155Z[ omicron-package] Compiling hash32 v0.3.1
24722026-05-29T17:47:37.155Z[ omicron-package] Compiling unicode-width v0.2.0
24732026-05-29T17:47:37.155Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742026-05-29T17:47:37.155Z[ omicron-package] Compiling smoltcp v0.11.0
24752026-05-29T17:47:37.155Z[ omicron-package] Compiling cobs v0.3.0
24762026-05-29T17:47:37.155Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24772026-05-29T17:47:37.155Z[ omicron-package] Compiling universal-hash v0.5.1
24782026-05-29T17:47:37.155Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24792026-05-29T17:47:37.155Z[ omicron-package] Compiling opaque-debug v0.3.1
24802026-05-29T17:47:37.183ZMay 29 17:47:36.621 INFO [helios-incorp] process exited with exit status: 0 (382.445668ms)
24812026-05-29T17:47:37.929Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24822026-05-29T17:47:37.929Z[ omicron-package] Compiling convert_case v0.4.0
24832026-05-29T17:47:38.295Z[ omicron-package] Compiling poly1305 v0.8.0
24842026-05-29T17:47:38.298Z[ omicron-package] Compiling postcard v1.1.3
24852026-05-29T17:47:38.378Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24862026-05-29T17:47:38.404Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24872026-05-29T17:47:38.483Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24882026-05-29T17:47:38.536Z[ omicron-package] Compiling password-hash v0.5.0
24892026-05-29T17:47:38.539Z[ omicron-package] Compiling derive_more v0.99.20
24902026-05-29T17:47:38.647Z[ omicron-package] Compiling chacha20 v0.9.1
24912026-05-29T17:47:38.736Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24922026-05-29T17:47:38.799Z[ omicron-package] Compiling blake2 v0.10.6
24932026-05-29T17:47:38.937Z[ omicron-package] Compiling aead v0.5.2
24942026-05-29T17:47:38.940Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24952026-05-29T17:47:38.940Z[ omicron-package] Compiling num_enum_derive v0.7.5
24962026-05-29T17:47:39.113Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24972026-05-29T17:47:39.116Z[ omicron-package] Compiling proc-macro-error v1.0.4
24982026-05-29T17:47:39.116Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24992026-05-29T17:47:39.214Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25002026-05-29T17:47:39.412Z[ omicron-package] Compiling cpufeatures v0.3.0
25012026-05-29T17:47:39.412Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25022026-05-29T17:47:39.528Z[ omicron-package] Compiling vsss-rs v3.3.4
25032026-05-29T17:47:39.604Z[ omicron-package] Compiling chacha20 v0.10.0
25042026-05-29T17:47:39.635Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25052026-05-29T17:47:39.712Z[ omicron-package] Compiling argon2 v0.5.3
25062026-05-29T17:47:39.715Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25072026-05-29T17:47:39.766Z[ omicron-package] Compiling num_enum_derive v0.5.11
25082026-05-29T17:47:39.822Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-05-29T17:47:39.825Z[ omicron-package] Compiling ingot-macros v0.1.1
25102026-05-29T17:47:40.094Z[ omicron-package] Compiling tabwriter v1.4.1
25112026-05-29T17:47:40.111Z[ omicron-package] Compiling byte-wrapper v0.1.0
25122026-05-29T17:47:40.114Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25132026-05-29T17:47:40.171Z[ omicron-package] Compiling num_enum v0.7.5
25142026-05-29T17:47:40.205Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25152026-05-29T17:47:40.346Z[ omicron-package] Compiling cstr-argument v0.1.2
25162026-05-29T17:47:40.390Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25172026-05-29T17:47:40.614Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25182026-05-29T17:47:40.617Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25192026-05-29T17:47:40.684Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-05-29T17:47:40.711Z[ omicron-package] Compiling rand v0.10.0
25212026-05-29T17:47:40.767Z[ omicron-package] Compiling rayon v1.11.0
25222026-05-29T17:47:40.891Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25232026-05-29T17:47:40.920Z[ omicron-package] Compiling colored v3.1.1
25242026-05-29T17:47:40.983Z[ omicron-package] Compiling libefi-sys v0.1.0
25252026-05-29T17:47:41.008Z[ omicron-package] Compiling num_enum v0.5.11
25262026-05-29T17:47:41.031Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-05-29T17:47:41.139Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25282026-05-29T17:47:41.192Z[ omicron-package] Compiling rustls v0.23.37
25292026-05-29T17:47:41.228Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25302026-05-29T17:47:41.251Z[ omicron-package] Compiling itertools v0.12.1
25312026-05-29T17:47:41.310Z[ omicron-package] Compiling usdt-macro v0.5.0
25322026-05-29T17:47:41.336Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25332026-05-29T17:47:41.405Z[ omicron-package] Compiling bitfield-struct v0.6.2
25342026-05-29T17:47:41.509Z[ omicron-package] Compiling num-derive v0.4.2
25352026-05-29T17:47:41.666Z[ omicron-package] Compiling memmap v0.7.0
25362026-05-29T17:47:41.718Z[ omicron-package] Compiling sigpipe v0.1.3
25372026-05-29T17:47:41.774Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-05-29T17:47:41.852Z[ omicron-package] Compiling swrite v0.1.0
25392026-05-29T17:47:41.923Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25402026-05-29T17:47:42.054Z[ omicron-package] Compiling glob v0.3.3
25412026-05-29T17:47:42.121Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25422026-05-29T17:47:42.242Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-05-29T17:47:42.327Z[ omicron-package] Compiling usdt v0.5.0
25442026-05-29T17:47:42.334Z[ omicron-package] Compiling smf v0.2.3
25452026-05-29T17:47:42.376Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-05-29T17:47:42.485Z[ omicron-package] Compiling rustls-webpki v0.103.9
25472026-05-29T17:47:42.593Z[ omicron-package] Compiling whoami v1.6.1
25482026-05-29T17:47:42.673Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25492026-05-29T17:47:42.703Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25502026-05-29T17:47:42.858Z[ omicron-package] Compiling ingot-types v0.1.2
25512026-05-29T17:47:42.915Z[ omicron-package] Compiling zone v0.3.1
25522026-05-29T17:47:43.028Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-05-29T17:47:43.072Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-05-29T17:47:43.072Z[ omicron-package] Compiling console v0.16.2
25552026-05-29T17:47:43.221Z[ omicron-package] Compiling gethostname v0.5.0
25562026-05-29T17:47:43.301Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-05-29T17:47:43.456Z[ omicron-package] Compiling ingot v0.1.1
25582026-05-29T17:47:43.460Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25592026-05-29T17:47:43.466Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25602026-05-29T17:47:43.556Z[ omicron-package] Compiling indicatif v0.18.4
25612026-05-29T17:47:44.290Z[ omicron-package] Compiling rustls v0.22.4
25622026-05-29T17:47:45.365Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25632026-05-29T17:47:45.417Z[ omicron-package] Compiling rustls-webpki v0.102.8
25642026-05-29T17:47:46.399Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-05-29T17:47:46.399Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-05-29T17:47:46.626Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-05-29T17:47:46.709Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25682026-05-29T17:47:46.857Z[ omicron-package] Compiling reqwest v0.12.28
25692026-05-29T17:47:46.860Z[ omicron-package] Compiling reqwest v0.13.2
25702026-05-29T17:47:47.872Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-05-29T17:47:47.897Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25722026-05-29T17:47:48.126Z[ omicron-package] Compiling dropshot v0.17.0
25732026-05-29T17:47:48.248Z[ omicron-package] Compiling tough v0.22.0
25742026-05-29T17:47:49.060ZMay 29 17:47:48.497 INFO [hubris-staging] task succeeded (14.107566097s)
25752026-05-29T17:47:50.545Z[ helios-setup] May 29 17:47:49.983 INFO helios repository root is: /work/oxidecomputer/helios
25762026-05-29T17:47:50.548Z[ helios-setup] May 29 17:47:49.984 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
25772026-05-29T17:47:50.549Z[ helios-setup] May 29 17:47:49.984 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25782026-05-29T17:47:50.549Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25792026-05-29T17:47:51.104Z[ helios-setup] May 29 17:47:50.542 INFO clone ok!, project: image-builder
25802026-05-29T17:47:51.107Z[ helios-setup] May 29 17:47:50.542 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25812026-05-29T17:47:51.107Z[ helios-setup] May 29 17:47:50.542 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-05-29T17:47:51.107Z[ helios-setup] May 29 17:47:50.542 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25832026-05-29T17:47:51.107Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25842026-05-29T17:47:51.395Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25852026-05-29T17:47:51.575Z[ helios-setup] May 29 17:47:51.013 INFO clone ok!, project: phbl
25862026-05-29T17:47:51.575Z[ helios-setup] May 29 17:47:51.013 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
25872026-05-29T17:47:51.578Z[ helios-setup] May 29 17:47:51.013 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25882026-05-29T17:47:51.578Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25892026-05-29T17:47:51.735Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25902026-05-29T17:47:52.113Z[ omicron-package] Compiling progenitor-client v0.14.0
25912026-05-29T17:47:52.132Z[ omicron-package] Compiling progenitor-client v0.10.0
25922026-05-29T17:47:52.168Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25932026-05-29T17:47:52.402Z[ omicron-package] Compiling progenitor-extras v0.2.0
25942026-05-29T17:47:52.822Z[ helios-setup] May 29 17:47:52.260 INFO clone ok!, project: pilot
25952026-05-29T17:47:52.822Z[ helios-setup] May 29 17:47:52.260 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
25962026-05-29T17:47:52.826Z[ helios-setup] May 29 17:47:52.260 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25972026-05-29T17:47:52.826Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25982026-05-29T17:47:53.353Z[ helios-setup] May 29 17:47:52.790 INFO clone ok!, project: bootserver
25992026-05-29T17:47:53.353Z[ helios-setup] May 29 17:47:52.791 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
26002026-05-29T17:47:53.358Z[ helios-setup] May 29 17:47:52.791 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26012026-05-29T17:47:53.359Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26022026-05-29T17:47:54.155Z[ helios-setup] May 29 17:47:53.592 INFO clone ok!, project: dmar-report
26032026-05-29T17:47:54.155Z[ helios-setup] May 29 17:47:53.592 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
26042026-05-29T17:47:54.158Z[ helios-setup] May 29 17:47:53.592 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
26052026-05-29T17:47:54.158Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26062026-05-29T17:47:55.010Z[ helios-setup] May 29 17:47:54.447 INFO clone ok!, project: amd-host-image-builder
26072026-05-29T17:47:55.010Z[ helios-setup] May 29 17:47:54.447 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26082026-05-29T17:47:55.010Z[ helios-setup] May 29 17:47:54.447 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
26092026-05-29T17:47:55.013Z[ helios-setup] May 29 17:47:54.447 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26102026-05-29T17:47:55.013Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26112026-05-29T17:47:55.234Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26122026-05-29T17:47:55.281Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26132026-05-29T17:47:55.375Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26142026-05-29T17:47:55.545Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26152026-05-29T17:47:55.578Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26162026-05-29T17:47:55.610Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26172026-05-29T17:47:55.621Z[ helios-setup] May 29 17:47:55.058 INFO clone ok!, project: pinprick
26182026-05-29T17:47:55.624Z[ helios-setup] May 29 17:47:55.059 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26192026-05-29T17:47:55.624Z[ helios-setup] May 29 17:47:55.059 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
26202026-05-29T17:47:55.624Z[ helios-setup] May 29 17:47:55.059 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26212026-05-29T17:47:55.624Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26222026-05-29T17:47:55.627Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-05-29T17:47:55.631Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26242026-05-29T17:47:55.703Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26252026-05-29T17:47:59.662Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26262026-05-29T17:48:01.780Z[ helios-setup] May 29 17:48:01.217 INFO clone ok!, project: amd-firmware
26272026-05-29T17:48:01.780Z[ helios-setup] May 29 17:48:01.217 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
26282026-05-29T17:48:01.780Z[ helios-setup] May 29 17:48:01.217 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26292026-05-29T17:48:01.783Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26302026-05-29T17:48:02.700Z[ helios-setup] May 29 17:48:02.138 INFO clone ok!, project: chelsio-t6-roms
26312026-05-29T17:48:02.703Z[ helios-setup] May 29 17:48:02.138 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26322026-05-29T17:48:02.921Z[ helios-setup] May 29 17:48:02.359 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26332026-05-29T17:48:03.151Z[ helios-setup] May 29 17:48:02.589 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26342026-05-29T17:48:03.151Z[ helios-setup] May 29 17:48:02.589 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26352026-05-29T17:48:03.368Z[ helios-setup] May 29 17:48:02.806 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26362026-05-29T17:48:03.582Z[ helios-setup] May 29 17:48:03.018 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26372026-05-29T17:48:03.582Z[ helios-setup] May 29 17:48:03.019 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26382026-05-29T17:48:03.794Z[ helios-setup] May 29 17:48:03.231 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26392026-05-29T17:48:04.008Z[ helios-setup] May 29 17:48:03.445 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26402026-05-29T17:48:04.008Z[ helios-setup] May 29 17:48:03.446 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26412026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26422026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO ok!
26432026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26442026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26452026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO ok!
26462026-05-29T17:48:04.013Z[ helios-setup] May 29 17:48:03.446 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26472026-05-29T17:48:04.014Z[ helios-setup] May 29 17:48:03.446 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26482026-05-29T17:48:04.014Z[ helios-setup] May 29 17:48:03.446 INFO ok!
26492026-05-29T17:48:04.014Z[ helios-setup] May 29 17:48:03.446 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26502026-05-29T17:48:04.017Z[ helios-setup] May 29 17:48:03.454 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
26512026-05-29T17:48:04.017Z[ helios-setup] May 29 17:48:03.454 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26522026-05-29T17:48:04.017Z[ helios-setup] May 29 17:48:03.454 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26532026-05-29T17:48:04.088Z[ helios-setup] May 29 17:48:03.526 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26542026-05-29T17:48:04.352Z[ helios-setup] May 29 17:48:03.789 INFO E| From https://github.com/jclulow/rust-jmclib
26552026-05-29T17:48:04.352Z[ helios-setup] May 29 17:48:03.789 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26562026-05-29T17:48:04.361Z[ helios-setup] May 29 17:48:03.798 INFO E| Updating crates.io index
26572026-05-29T17:48:04.510Z[ helios-setup] May 29 17:48:03.948 INFO E| Downloading crates ...
26582026-05-29T17:48:04.562Z[ helios-setup] May 29 17:48:03.999 INFO E| Downloaded cpufeatures v0.2.9
26592026-05-29T17:48:04.569Z[ helios-setup] May 29 17:48:04.007 INFO E| Downloaded ryu v1.0.15
26602026-05-29T17:48:04.575Z[ helios-setup] May 29 17:48:04.009 INFO E| Downloaded proc-macro2 v1.0.66
26612026-05-29T17:48:04.578Z[ helios-setup] May 29 17:48:04.014 INFO E| Downloaded toml v0.5.11
26622026-05-29T17:48:04.581Z[ helios-setup] May 29 17:48:04.017 INFO E| Downloaded walkdir v2.3.3
26632026-05-29T17:48:04.581Z[ helios-setup] May 29 17:48:04.018 INFO E| Downloaded tempfile v3.7.0
26642026-05-29T17:48:04.584Z[ helios-setup] May 29 17:48:04.019 INFO E| Downloaded opaque-debug v0.3.0
26652026-05-29T17:48:04.584Z[ helios-setup] May 29 17:48:04.022 INFO E| Downloaded sha-1 v0.9.8
26662026-05-29T17:48:04.587Z[ helios-setup] May 29 17:48:04.024 INFO E| Downloaded getrandom v0.2.10
26672026-05-29T17:48:04.590Z[ helios-setup] May 29 17:48:04.026 INFO E| Downloaded errno v0.3.1
26682026-05-29T17:48:04.590Z[ helios-setup] May 29 17:48:04.027 INFO E| Downloaded unicode-ident v1.0.11
26692026-05-29T17:48:04.594Z[ helios-setup] May 29 17:48:04.029 INFO E| Downloaded quote v1.0.31
26702026-05-29T17:48:04.594Z[ helios-setup] May 29 17:48:04.030 INFO E| Downloaded itoa v1.0.9
26712026-05-29T17:48:04.594Z[ helios-setup] May 29 17:48:04.031 INFO E| Downloaded block-buffer v0.9.0
26722026-05-29T17:48:04.597Z[ helios-setup] May 29 17:48:04.033 INFO E| Downloaded glob v0.3.1
26732026-05-29T17:48:04.597Z[ helios-setup] May 29 17:48:04.034 INFO E| Downloaded anyhow v1.0.72
26742026-05-29T17:48:04.600Z[ helios-setup] May 29 17:48:04.037 INFO E| Downloaded serde_derive v1.0.193
26752026-05-29T17:48:04.603Z[ helios-setup] May 29 17:48:04.038 INFO E| Downloaded libdevinfo-sys v1.0.0
26762026-05-29T17:48:04.614Z[ helios-setup] May 29 17:48:04.051 INFO E| Downloaded once_cell v1.18.0
26772026-05-29T17:48:04.622Z[ helios-setup] May 29 17:48:04.059 INFO E| Downloaded md-5 v0.9.1
26782026-05-29T17:48:04.625Z[ helios-setup] May 29 17:48:04.060 INFO E| Downloaded digest v0.9.0
26792026-05-29T17:48:04.625Z[ helios-setup] May 29 17:48:04.063 INFO E| Downloaded fastrand v2.0.0
26802026-05-29T17:48:04.639Z[ helios-setup] May 29 17:48:04.077 INFO E| Downloaded unicode-width v0.1.10
26812026-05-29T17:48:04.642Z[ helios-setup] May 29 17:48:04.078 INFO E| Downloaded serde v1.0.193
26822026-05-29T17:48:04.642Z[ helios-setup] May 29 17:48:04.079 INFO E| Downloaded uuid v0.8.2
26832026-05-29T17:48:04.645Z[ helios-setup] May 29 17:48:04.081 INFO E| Downloaded bitflags v2.3.3
26842026-05-29T17:48:04.645Z[ helios-setup] May 29 17:48:04.082 INFO E| Downloaded typenum v1.16.0
26852026-05-29T17:48:04.676Z[ helios-setup] May 29 17:48:04.113 INFO E| Downloaded serde_json v1.0.103
26862026-05-29T17:48:04.688Z[ helios-setup] May 29 17:48:04.126 INFO E| Downloaded libc v0.2.147
26872026-05-29T17:48:04.703Z[ helios-setup] May 29 17:48:04.141 INFO E| Downloaded syn v2.0.32
26882026-05-29T17:48:04.709Z[ helios-setup] May 29 17:48:04.147 INFO E| Downloaded rustix v0.38.4
26892026-05-29T17:48:04.755Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling libc v0.2.147
26902026-05-29T17:48:04.756Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling proc-macro2 v1.0.66
26912026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling unicode-ident v1.0.11
26922026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling cfg-if v1.0.0
26932026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling version_check v0.9.4
26942026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling typenum v1.16.0
26952026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling serde v1.0.193
26962026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling slog v2.7.0
26972026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling itoa v1.0.9
26982026-05-29T17:48:04.759Z[ helios-setup] May 29 17:48:04.193 INFO E| Compiling powerfmt v0.2.0
26992026-05-29T17:48:04.770Z[ helios-setup] May 29 17:48:04.208 INFO E| Compiling num-conv v0.1.0
27002026-05-29T17:48:04.774Z[ helios-setup] May 29 17:48:04.210 INFO E| Compiling time-core v0.1.2
27012026-05-29T17:48:04.774Z[ helios-setup] May 29 17:48:04.211 INFO E| Compiling rustix v0.38.4
27022026-05-29T17:48:04.774Z[ helios-setup] May 29 17:48:04.211 INFO E| Compiling bitflags v2.3.3
27032026-05-29T17:48:04.777Z[ helios-setup] May 29 17:48:04.211 INFO E| Compiling once_cell v1.18.0
27042026-05-29T17:48:04.780Z[ helios-setup] May 29 17:48:04.215 INFO E| Compiling num_threads v0.1.6
27052026-05-29T17:48:04.849Z[ helios-setup] May 29 17:48:04.286 INFO E| Compiling opaque-debug v0.3.0
27062026-05-29T17:48:04.888Z[ helios-setup] May 29 17:48:04.326 INFO E| Compiling fastrand v2.0.0
27072026-05-29T17:48:04.914Z[ helios-setup] May 29 17:48:04.351 INFO E| Compiling serde_json v1.0.103
27082026-05-29T17:48:04.926Z[ helios-setup] May 29 17:48:04.363 INFO E| Compiling anyhow v1.0.72
27092026-05-29T17:48:04.932Z[ helios-setup] May 29 17:48:04.369 INFO E| Compiling unicode-width v0.1.10
27102026-05-29T17:48:04.946Z[ helios-setup] May 29 17:48:04.384 INFO E| Compiling thread_local v1.1.7
27112026-05-29T17:48:04.950Z[ helios-setup] May 29 17:48:04.384 INFO E| Compiling time-macros v0.2.18
27122026-05-29T17:48:05.011Z[ helios-setup] May 29 17:48:04.448 INFO E| Compiling deranged v0.3.11
27132026-05-29T17:48:05.044Z[ helios-setup] May 29 17:48:04.479 INFO E| Compiling ryu v1.0.15
27142026-05-29T17:48:05.060Z[ helios-setup] May 29 17:48:04.498 INFO E| Compiling same-file v1.0.6
27152026-05-29T17:48:05.068Z[ helios-setup] May 29 17:48:04.505 INFO E| Compiling generic-array v0.14.7
27162026-05-29T17:48:05.068Z[ helios-setup] May 29 17:48:04.505 INFO E| Compiling cpufeatures v0.2.9
27172026-05-29T17:48:05.172Z[ helios-setup] May 29 17:48:04.609 INFO E| Compiling walkdir v2.3.3
27182026-05-29T17:48:05.182Z[ helios-setup] May 29 17:48:04.619 INFO E| Compiling getopts v0.2.21
27192026-05-29T17:48:05.206Z[ helios-setup] May 29 17:48:04.643 INFO E| Compiling glob v0.3.1
27202026-05-29T17:48:05.260Z[ helios-setup] May 29 17:48:04.697 INFO E| Compiling libdevinfo-sys v1.0.0
27212026-05-29T17:48:05.560Z[ helios-setup] May 29 17:48:04.997 INFO E| Compiling quote v1.0.31
27222026-05-29T17:48:05.604Z[ helios-setup] May 29 17:48:05.041 INFO E| Compiling dirs-sys-next v0.1.2
27232026-05-29T17:48:05.604Z[ helios-setup] May 29 17:48:05.042 INFO E| Compiling errno v0.3.1
27242026-05-29T17:48:05.604Z[ helios-setup] May 29 17:48:05.042 INFO E| Compiling atty v0.2.14
27252026-05-29T17:48:05.607Z[ helios-setup] May 29 17:48:05.042 INFO E| Compiling getrandom v0.2.10
27262026-05-29T17:48:05.727Z[ helios-setup] May 29 17:48:05.164 INFO E| Compiling syn v2.0.32
27272026-05-29T17:48:05.736Z[ helios-setup] May 29 17:48:05.174 INFO E| Compiling dirs-next v2.0.0
27282026-05-29T17:48:05.808Z[ helios-setup] May 29 17:48:05.245 INFO E| Compiling term v0.7.0
27292026-05-29T17:48:05.821Z[ helios-setup] May 29 17:48:05.259 INFO E| Compiling time v0.3.36
27302026-05-29T17:48:06.124Z[ helios-setup] May 29 17:48:05.561 INFO E| Compiling block-buffer v0.9.0
27312026-05-29T17:48:06.124Z[ helios-setup] May 29 17:48:05.561 INFO E| Compiling digest v0.9.0
27322026-05-29T17:48:06.215Z[ helios-setup] May 29 17:48:05.653 INFO E| Compiling md-5 v0.9.1
27332026-05-29T17:48:06.216Z[ helios-setup] May 29 17:48:05.653 INFO E| Compiling sha-1 v0.9.8
27342026-05-29T17:48:06.237Z[ helios-setup] May 29 17:48:05.675 INFO E| Compiling tempfile v3.7.0
27352026-05-29T17:48:06.569Z[ helios-setup] May 29 17:48:06.004 INFO E| Compiling slog-term v2.9.0
27362026-05-29T17:48:06.986Z[ helios-setup] May 29 17:48:06.423 INFO E| Compiling serde_derive v1.0.193
27372026-05-29T17:48:07.836Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27382026-05-29T17:48:10.527Z[ helios-setup] May 29 17:48:09.965 INFO E| Compiling toml v0.5.11
27392026-05-29T17:48:10.527Z[ helios-setup] May 29 17:48:09.965 INFO E| Compiling uuid v0.8.2
27402026-05-29T17:48:11.239Z[ helios-setup] May 29 17:48:10.677 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27412026-05-29T17:48:11.256Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27422026-05-29T17:48:11.565Z[ helios-setup] May 29 17:48:11.002 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27432026-05-29T17:48:12.323Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27442026-05-29T17:48:14.918Z[ helios-setup] May 29 17:48:14.355 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
27452026-05-29T17:48:14.937Z[ helios-setup] May 29 17:48:14.374 INFO building project "image-builder" ok (10 seconds)
27462026-05-29T17:48:14.941Z[ helios-setup] May 29 17:48:14.374 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27472026-05-29T17:48:14.944Z[ helios-setup] May 29 17:48:14.382 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
27482026-05-29T17:48:14.944Z[ helios-setup] May 29 17:48:14.382 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27492026-05-29T17:48:14.944Z[ helios-setup] May 29 17:48:14.382 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27502026-05-29T17:48:15.025Z[ helios-setup] May 29 17:48:14.462 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27512026-05-29T17:48:15.300Z[ helios-setup] May 29 17:48:14.737 INFO E| From https://github.com/jclulow/hiercmd
27522026-05-29T17:48:15.300Z[ helios-setup] May 29 17:48:14.737 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27532026-05-29T17:48:15.310Z[ helios-setup] May 29 17:48:14.747 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27542026-05-29T17:48:15.569Z[ helios-setup] May 29 17:48:15.006 INFO E| From https://github.com/oxidecomputer/network-interface
27552026-05-29T17:48:15.569Z[ helios-setup] May 29 17:48:15.006 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27562026-05-29T17:48:15.579Z[ helios-setup] May 29 17:48:15.017 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27572026-05-29T17:48:15.835Z[ helios-setup] May 29 17:48:15.273 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27582026-05-29T17:48:15.836Z[ helios-setup] May 29 17:48:15.273 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27592026-05-29T17:48:15.850Z[ helios-setup] May 29 17:48:15.288 INFO E| Updating crates.io index
27602026-05-29T17:48:16.026Z[ helios-setup] May 29 17:48:15.464 INFO E| Downloading crates ...
27612026-05-29T17:48:16.093Z[ helios-setup] May 29 17:48:15.531 INFO E| Downloaded iana-time-zone v0.1.64
27622026-05-29T17:48:16.107Z[ helios-setup] May 29 17:48:15.544 INFO E| Downloaded futures-sink v0.3.31
27632026-05-29T17:48:16.110Z[ helios-setup] May 29 17:48:15.548 INFO E| Downloaded futures-channel v0.3.31
27642026-05-29T17:48:16.116Z[ helios-setup] May 29 17:48:15.554 INFO E| Downloaded anyhow v1.0.100
27652026-05-29T17:48:16.126Z[ helios-setup] May 29 17:48:15.563 INFO E| Downloaded zeroize_derive v1.4.2
27662026-05-29T17:48:16.129Z[ helios-setup] May 29 17:48:15.564 INFO E| Downloaded anstyle-query v1.1.4
27672026-05-29T17:48:16.135Z[ helios-setup] May 29 17:48:15.573 INFO E| Downloaded time-core v0.1.6
27682026-05-29T17:48:16.141Z[ helios-setup] May 29 17:48:15.579 INFO E| Downloaded quote v1.0.41
27692026-05-29T17:48:16.144Z[ helios-setup] May 29 17:48:15.580 INFO E| Downloaded generic-array v0.14.9
27702026-05-29T17:48:16.144Z[ helios-setup] May 29 17:48:15.581 INFO E| Downloaded bitfield v0.19.3
27712026-05-29T17:48:16.146Z[ helios-setup] May 29 17:48:15.582 INFO E| Downloaded tokio-macros v2.6.0
27722026-05-29T17:48:16.149Z[ helios-setup] May 29 17:48:15.585 INFO E| Downloaded futures-core v0.3.31
27732026-05-29T17:48:16.152Z[ helios-setup] May 29 17:48:15.588 INFO E| Downloaded futures-task v0.3.31
27742026-05-29T17:48:16.152Z[ helios-setup] May 29 17:48:15.590 INFO E| Downloaded clap_lex v0.7.6
27752026-05-29T17:48:16.155Z[ helios-setup] May 29 17:48:15.593 INFO E| Downloaded base64ct v1.8.0
27762026-05-29T17:48:16.158Z[ helios-setup] May 29 17:48:15.596 INFO E| Downloaded signal-hook-registry v1.4.6
27772026-05-29T17:48:16.162Z[ helios-setup] May 29 17:48:15.598 INFO E| Downloaded getopts v0.2.24
27782026-05-29T17:48:16.165Z[ helios-setup] May 29 17:48:15.601 INFO E| Downloaded bitflags v2.10.0
27792026-05-29T17:48:16.172Z[ helios-setup] May 29 17:48:15.610 INFO E| Downloaded serde_spanned v1.0.3
27802026-05-29T17:48:16.176Z[ helios-setup] May 29 17:48:15.614 INFO E| Downloaded futures-executor v0.3.31
27812026-05-29T17:48:16.182Z[ helios-setup] May 29 17:48:15.620 INFO E| Downloaded bitfield-macros v0.19.3
27822026-05-29T17:48:16.188Z[ helios-setup] May 29 17:48:15.626 INFO E| Downloaded unicode-ident v1.0.22
27832026-05-29T17:48:16.191Z[ helios-setup] May 29 17:48:15.628 INFO E| Downloaded crc v3.3.0
27842026-05-29T17:48:16.201Z[ helios-setup] May 29 17:48:15.639 INFO E| Downloaded env_filter v0.1.4
27852026-05-29T17:48:16.205Z[ helios-setup] May 29 17:48:15.642 INFO E| Downloaded futures-io v0.3.31
27862026-05-29T17:48:16.213Z[ helios-setup] May 29 17:48:15.651 INFO E| Downloaded deranged v0.5.5
27872026-05-29T17:48:16.216Z[ helios-setup] May 29 17:48:15.654 INFO E| Downloaded futures-macro v0.3.31
27882026-05-29T17:48:16.224Z[ helios-setup] May 29 17:48:15.662 INFO E| Downloaded libdevinfo-sys v1.1.0
27892026-05-29T17:48:16.246Z[ helios-setup] May 29 17:48:15.684 INFO E| Downloaded devinfo v0.1.0
27902026-05-29T17:48:16.249Z[ helios-setup] May 29 17:48:15.687 INFO E| Downloaded term v1.2.0
27912026-05-29T17:48:16.252Z[ helios-setup] May 29 17:48:15.688 INFO E| Downloaded socket2 v0.6.1
27922026-05-29T17:48:16.258Z[ helios-setup] May 29 17:48:15.696 INFO E| Downloaded find-msvc-tools v0.1.4
27932026-05-29T17:48:16.266Z[ helios-setup] May 29 17:48:15.704 INFO E| Downloaded pin-project-lite v0.2.16
27942026-05-29T17:48:16.269Z[ helios-setup] May 29 17:48:15.706 INFO E| Downloaded toml_datetime v0.7.3
27952026-05-29T17:48:16.274Z[ helios-setup] May 29 17:48:15.712 INFO E| Downloaded slab v0.4.11
27962026-05-29T17:48:16.277Z[ helios-setup] May 29 17:48:15.713 INFO E| Downloaded itoa v1.0.15
27972026-05-29T17:48:16.277Z[ helios-setup] May 29 17:48:15.713 INFO E| Downloaded env_logger v0.11.8
27982026-05-29T17:48:16.283Z[ helios-setup] May 29 17:48:15.720 INFO E| Downloaded toml v0.9.8
27992026-05-29T17:48:16.286Z[ helios-setup] May 29 17:48:15.723 INFO E| Downloaded toml_writer v1.0.4
28002026-05-29T17:48:16.286Z[ helios-setup] May 29 17:48:15.723 INFO E| Downloaded toml_parser v1.0.4
28012026-05-29T17:48:16.289Z[ helios-setup] May 29 17:48:15.725 INFO E| Downloaded thiserror-impl v2.0.17
28022026-05-29T17:48:16.289Z[ helios-setup] May 29 17:48:15.725 INFO E| Downloaded simd-adler32 v0.3.7
28032026-05-29T17:48:16.289Z[ helios-setup] May 29 17:48:15.726 INFO E| Downloaded ryu v1.0.20
28042026-05-29T17:48:16.292Z[ helios-setup] May 29 17:48:15.729 INFO E| Downloaded time-macros v0.2.24
28052026-05-29T17:48:16.292Z[ helios-setup] May 29 17:48:15.730 INFO E| Downloaded clap v4.5.51
28062026-05-29T17:48:16.297Z[ helios-setup] May 29 17:48:15.735 INFO E| Downloaded clap_derive v4.5.49
28072026-05-29T17:48:16.307Z[ helios-setup] May 29 17:48:15.745 INFO E| Downloaded getrandom v0.2.16
28082026-05-29T17:48:16.324Z[ helios-setup] May 29 17:48:15.762 INFO E| Downloaded thiserror v2.0.17
28092026-05-29T17:48:16.329Z[ helios-setup] May 29 17:48:15.767 INFO E| Downloaded cc v1.2.44
28102026-05-29T17:48:16.341Z[ helios-setup] May 29 17:48:15.779 INFO E| Downloaded proc-macro2 v1.0.103
28112026-05-29T17:48:16.349Z[ helios-setup] May 29 17:48:15.787 INFO E| Downloaded log v0.4.28
28122026-05-29T17:48:16.352Z[ helios-setup] May 29 17:48:15.788 INFO E| Downloaded futures v0.3.31
28132026-05-29T17:48:16.355Z[ helios-setup] May 29 17:48:15.791 INFO E| Downloaded uuid v1.18.1
28142026-05-29T17:48:16.358Z[ helios-setup] May 29 17:48:15.793 INFO E| Downloaded flate2 v1.1.5
28152026-05-29T17:48:16.361Z[ helios-setup] May 29 17:48:15.798 INFO E| Downloaded bytes v1.10.1
28162026-05-29T17:48:16.380Z[ helios-setup] May 29 17:48:15.818 INFO E| Downloaded toml_edit v0.23.7
28172026-05-29T17:48:16.387Z[ helios-setup] May 29 17:48:15.825 INFO E| Downloaded zerocopy-derive v0.8.27
28182026-05-29T17:48:16.403Z[ helios-setup] May 29 17:48:15.841 INFO E| Downloaded rsa v0.9.8
28192026-05-29T17:48:16.406Z[ helios-setup] May 29 17:48:15.844 INFO E| Downloaded mio v1.1.0
28202026-05-29T17:48:16.410Z[ helios-setup] May 29 17:48:15.847 INFO E| Downloaded iddqd v0.3.14
28212026-05-29T17:48:16.413Z[ helios-setup] May 29 17:48:15.850 INFO E| Downloaded memchr v2.7.6
28222026-05-29T17:48:16.416Z[ helios-setup] May 29 17:48:15.853 INFO E| Downloaded indexmap v2.12.0
28232026-05-29T17:48:16.419Z[ helios-setup] May 29 17:48:15.856 INFO E| Downloaded rand v0.8.5
28242026-05-29T17:48:16.423Z[ helios-setup] May 29 17:48:15.861 INFO E| Downloaded futures-util v0.3.31
28252026-05-29T17:48:16.444Z[ helios-setup] May 29 17:48:15.882 INFO E| Downloaded num-bigint-dig v0.8.4
28262026-05-29T17:48:16.448Z[ helios-setup] May 29 17:48:15.886 INFO E| Downloaded libm v0.2.15
28272026-05-29T17:48:16.459Z[ helios-setup] May 29 17:48:15.897 INFO E| Downloaded serde_json v1.0.145
28282026-05-29T17:48:16.464Z[ helios-setup] May 29 17:48:15.902 INFO E| Downloaded hashbrown v0.16.0
28292026-05-29T17:48:16.479Z[ helios-setup] May 29 17:48:15.916 INFO E| Downloaded time v0.3.44
28302026-05-29T17:48:16.489Z[ helios-setup] May 29 17:48:15.926 INFO E| Downloaded winnow v0.7.13
28312026-05-29T17:48:16.493Z[ helios-setup] May 29 17:48:15.931 INFO E| Downloaded clap_builder v4.5.51
28322026-05-29T17:48:16.505Z[ helios-setup] May 29 17:48:15.943 INFO E| Downloaded chrono v0.4.42
28332026-05-29T17:48:16.511Z[ helios-setup] May 29 17:48:15.949 INFO E| Downloaded syn v2.0.108
28342026-05-29T17:48:16.518Z[ helios-setup] May 29 17:48:15.955 INFO E| Downloaded unicode-width v0.2.2
28352026-05-29T17:48:16.521Z[ helios-setup] May 29 17:48:15.958 INFO E| Downloaded zerocopy v0.8.27
28362026-05-29T17:48:16.563Z[ helios-setup] May 29 17:48:16.001 INFO E| Downloaded rustix v1.1.2
28372026-05-29T17:48:16.623Z[ helios-setup] May 29 17:48:16.061 INFO E| Downloaded libc v0.2.177
28382026-05-29T17:48:16.637Z[ helios-setup] May 29 17:48:16.074 INFO E| Downloaded tokio v1.48.0
28392026-05-29T17:48:16.717Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling proc-macro2 v1.0.103
28402026-05-29T17:48:16.717Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling unicode-ident v1.0.22
28412026-05-29T17:48:16.717Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling quote v1.0.41
28422026-05-29T17:48:16.725Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling libc v0.2.177
28432026-05-29T17:48:16.725Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling serde_core v1.0.228
28442026-05-29T17:48:16.725Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling cfg-if v1.0.4
28452026-05-29T17:48:16.725Z[ helios-setup] May 29 17:48:16.153 INFO E| Compiling serde v1.0.228
28462026-05-29T17:48:16.748Z[ helios-setup] May 29 17:48:16.185 INFO E| Compiling version_check v0.9.5
28472026-05-29T17:48:16.751Z[ helios-setup] May 29 17:48:16.186 INFO E| Compiling autocfg v1.5.0
28482026-05-29T17:48:16.751Z[ helios-setup] May 29 17:48:16.186 INFO E| Compiling typenum v1.19.0
28492026-05-29T17:48:16.754Z[ helios-setup] May 29 17:48:16.190 INFO E| Compiling const-oid v0.9.6
28502026-05-29T17:48:16.754Z[ helios-setup] May 29 17:48:16.190 INFO E| Compiling libm v0.2.15
28512026-05-29T17:48:16.754Z[ helios-setup] May 29 17:48:16.190 INFO E| Compiling zerocopy v0.8.27
28522026-05-29T17:48:16.754Z[ helios-setup] May 29 17:48:16.190 INFO E| Compiling rustversion v1.0.22
28532026-05-29T17:48:16.755Z[ helios-setup] May 29 17:48:16.191 INFO E| Compiling base64ct v1.8.0
28542026-05-29T17:48:16.755Z[ helios-setup] May 29 17:48:16.191 INFO E| Compiling zeroize v1.8.2
28552026-05-29T17:48:16.872Z[ helios-setup] May 29 17:48:16.310 INFO E| Compiling smallvec v1.15.1
28562026-05-29T17:48:16.894Z[ helios-setup] May 29 17:48:16.332 INFO E| Compiling byteorder v1.5.0
28572026-05-29T17:48:16.965Z[ helios-setup] May 29 17:48:16.401 INFO E| Compiling utf8parse v0.2.2
28582026-05-29T17:48:17.136Z[ helios-setup] May 29 17:48:16.573 INFO E| Compiling generic-array v0.14.9
28592026-05-29T17:48:17.149Z[ helios-setup] May 29 17:48:16.586 INFO E| Compiling pem-rfc7468 v0.7.0
28602026-05-29T17:48:17.180Z[ helios-setup] May 29 17:48:16.617 INFO E| Compiling crc32fast v1.5.0
28612026-05-29T17:48:17.180Z[ helios-setup] May 29 17:48:16.617 INFO E| Compiling anyhow v1.0.100
28622026-05-29T17:48:17.195Z[ helios-setup] May 29 17:48:16.632 INFO E| Compiling hashbrown v0.16.0
28632026-05-29T17:48:17.200Z[ helios-setup] May 29 17:48:16.638 INFO E| Compiling num-traits v0.2.19
28642026-05-29T17:48:17.213Z[ helios-setup] May 29 17:48:16.651 INFO E| Compiling flagset v0.4.7
28652026-05-29T17:48:17.265Z[ helios-setup] May 29 17:48:16.703 INFO E| Compiling rustix v1.1.2
28662026-05-29T17:48:17.300Z[ helios-setup] May 29 17:48:16.737 INFO E| Compiling winnow v0.7.13
28672026-05-29T17:48:17.398Z[ helios-setup] May 29 17:48:16.835 INFO E| Compiling memchr v2.7.6
28682026-05-29T17:48:17.531Z[ helios-setup] May 29 17:48:16.969 INFO E| Compiling equivalent v1.0.2
28692026-05-29T17:48:17.559Z[ helios-setup] May 29 17:48:16.997 INFO E| Compiling getrandom v0.2.16
28702026-05-29T17:48:17.573Z[ helios-setup] May 29 17:48:17.010 INFO E| Compiling errno v0.3.14
28712026-05-29T17:48:17.652Z[ helios-setup] May 29 17:48:17.090 INFO E| Compiling indexmap v2.12.0
28722026-05-29T17:48:17.717Z[ helios-setup] May 29 17:48:17.154 INFO E| Compiling rand_core v0.6.4
28732026-05-29T17:48:17.728Z[ helios-setup] May 29 17:48:17.165 INFO E| Compiling anstyle-parse v0.2.7
28742026-05-29T17:48:17.731Z[ helios-setup] May 29 17:48:17.166 INFO E| Compiling colorchoice v1.0.4
28752026-05-29T17:48:17.780Z[ helios-setup] May 29 17:48:17.217 INFO E| Compiling toml_datetime v0.7.3
28762026-05-29T17:48:17.819Z[ helios-setup] May 29 17:48:17.256 INFO E| Compiling anstyle v1.0.13
28772026-05-29T17:48:17.886Z[ helios-setup] May 29 17:48:17.323 INFO E| Compiling radium v0.7.0
28782026-05-29T17:48:17.925Z[ helios-setup] May 29 17:48:17.362 INFO E| Compiling anstyle-query v1.1.4
28792026-05-29T17:48:17.933Z[ helios-setup] May 29 17:48:17.370 INFO E| Compiling shlex v1.3.0
28802026-05-29T17:48:17.946Z[ helios-setup] May 29 17:48:17.383 INFO E| Compiling is_terminal_polyfill v1.70.2
28812026-05-29T17:48:18.019Z[ helios-setup] May 29 17:48:17.456 INFO E| Compiling allocator-api2 v0.2.21
28822026-05-29T17:48:18.036Z[ helios-setup] May 29 17:48:17.473 INFO E| Compiling find-msvc-tools v0.1.4
28832026-05-29T17:48:18.042Z[ helios-setup] May 29 17:48:17.480 INFO E| Compiling cpufeatures v0.2.17
28842026-05-29T17:48:18.068Z[ helios-setup] May 29 17:48:17.506 INFO E| Compiling syn v1.0.109
28852026-05-29T17:48:18.108Z[ helios-setup] May 29 17:48:17.546 INFO E| Compiling anstream v0.6.21
28862026-05-29T17:48:18.120Z[ helios-setup] May 29 17:48:17.557 INFO E| Compiling slog v2.8.2
28872026-05-29T17:48:18.192Z[ helios-setup] May 29 17:48:17.629 INFO E| Compiling syn v2.0.108
28882026-05-29T17:48:18.266Z[ helios-setup] May 29 17:48:17.704 INFO E| Compiling cc v1.2.44
28892026-05-29T17:48:18.318Z[ helios-setup] May 29 17:48:17.755 INFO E| Compiling pkg-config v0.3.32
28902026-05-29T17:48:18.328Z[ helios-setup] May 29 17:48:17.765 INFO E| Compiling futures-core v0.3.31
28912026-05-29T17:48:18.382Z[ helios-setup] May 29 17:48:17.819 INFO E| Compiling tap v1.0.1
28922026-05-29T17:48:18.428Z[ helios-setup] May 29 17:48:17.866 INFO E| Compiling crypto-common v0.1.6
28932026-05-29T17:48:18.489Z[ helios-setup] May 29 17:48:17.926 INFO E| Compiling block-buffer v0.10.4
28942026-05-29T17:48:18.537Z[ helios-setup] May 29 17:48:17.975 INFO E| Compiling maybe-uninit v2.0.0
28952026-05-29T17:48:18.582Z[ helios-setup] May 29 17:48:18.019 INFO E| Compiling parking_lot_core v0.9.12
28962026-05-29T17:48:18.603Z[ helios-setup] May 29 17:48:18.041 INFO E| Compiling futures-sink v0.3.31
28972026-05-29T17:48:18.603Z[ helios-setup] May 29 17:48:18.041 INFO E| Compiling unicode-width v0.2.2
28982026-05-29T17:48:18.628Z[ helios-setup] May 29 17:48:18.066 INFO E| Compiling digest v0.10.7
28992026-05-29T17:48:18.652Z[ helios-setup] May 29 17:48:18.090 INFO E| Compiling pin-project-lite v0.2.16
29002026-05-29T17:48:18.744Z[ helios-setup] May 29 17:48:18.182 INFO E| Compiling toml_parser v1.0.4
29012026-05-29T17:48:18.751Z[ helios-setup] May 29 17:48:18.188 INFO E| Compiling futures-channel v0.3.31
29022026-05-29T17:48:18.758Z[ helios-setup] May 29 17:48:18.195 INFO E| Compiling num-integer v0.1.46
29032026-05-29T17:48:18.797Z[ helios-setup] May 29 17:48:18.234 INFO E| Compiling wyz v0.5.1
29042026-05-29T17:48:18.882Z[ helios-setup] May 29 17:48:18.320 INFO E| Compiling sha2 v0.10.9
29052026-05-29T17:48:18.911Z[ helios-setup] May 29 17:48:18.348 INFO E| Compiling getopts v0.2.24
29062026-05-29T17:48:18.946Z[ helios-setup] May 29 17:48:18.383 INFO E| Compiling ahash v0.8.12
29072026-05-29T17:48:18.958Z[ helios-setup] May 29 17:48:18.395 INFO E| Compiling spin v0.9.8
29082026-05-29T17:48:19.013Z[ helios-setup] May 29 17:48:18.450 INFO E| Compiling num-bigint-dig v0.8.4
29092026-05-29T17:48:19.016Z[ helios-setup] May 29 17:48:18.451 INFO E| Compiling slab v0.4.11
29102026-05-29T17:48:19.021Z[ helios-setup] May 29 17:48:18.458 INFO E| Compiling clap_lex v0.7.6
29112026-05-29T17:48:19.045Z[ helios-setup] May 29 17:48:18.483 INFO E| Compiling bytes v1.10.1
29122026-05-29T17:48:19.110Z[ helios-setup] May 29 17:48:18.547 INFO E| Compiling time-core v0.1.6
29132026-05-29T17:48:19.176Z[ helios-setup] May 29 17:48:18.613 INFO E| Compiling bitflags v2.10.0
29142026-05-29T17:48:19.194Z[ helios-setup] May 29 17:48:18.629 INFO E| Compiling toml_edit v0.23.7
29152026-05-29T17:48:19.235Z[ helios-setup] May 29 17:48:18.672 INFO E| Compiling scopeguard v1.2.0
29162026-05-29T17:48:19.252Z[ helios-setup] May 29 17:48:18.689 INFO E| Compiling getrandom v0.3.4
29172026-05-29T17:48:19.267Z[ helios-setup] May 29 17:48:18.704 INFO E| Compiling strsim v0.11.1
29182026-05-29T17:48:19.274Z[ helios-setup] May 29 17:48:18.712 INFO E| Compiling num-conv v0.1.0
29192026-05-29T17:48:19.306Z[ helios-setup] May 29 17:48:18.744 INFO E| Compiling itoa v1.0.15
29202026-05-29T17:48:19.346Z[ helios-setup] May 29 17:48:18.784 INFO E| Compiling heck v0.5.0
29212026-05-29T17:48:19.346Z[ helios-setup] May 29 17:48:18.784 INFO E| Compiling thiserror v1.0.69
29222026-05-29T17:48:19.433Z[ helios-setup] May 29 17:48:18.871 INFO E| Compiling pin-utils v0.1.0
29232026-05-29T17:48:19.440Z[ helios-setup] May 29 17:48:18.878 INFO E| Compiling powerfmt v0.2.0
29242026-05-29T17:48:19.455Z[ helios-setup] May 29 17:48:18.893 INFO E| Compiling futures-task v0.3.31
29252026-05-29T17:48:19.517Z[ helios-setup] May 29 17:48:18.955 INFO E| Compiling funty v2.0.0
29262026-05-29T17:48:19.553Z[ helios-setup] May 29 17:48:18.990 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29272026-05-29T17:48:19.581Z[ helios-setup] May 29 17:48:19.018 INFO E| Compiling packed_struct v0.10.1
29282026-05-29T17:48:19.625Z[ helios-setup] May 29 17:48:19.063 INFO E| Compiling futures-io v0.3.31
29292026-05-29T17:48:19.651Z[ helios-setup] May 29 17:48:19.088 INFO E| Compiling deranged v0.5.5
29302026-05-29T17:48:19.659Z[ helios-setup] May 29 17:48:19.097 INFO E| Compiling time-macros v0.2.24
29312026-05-29T17:48:19.719Z[ helios-setup] May 29 17:48:19.156 INFO E| Compiling lock_api v0.4.14
29322026-05-29T17:48:19.837Z[ helios-setup] May 29 17:48:19.275 INFO E| Compiling proc-macro-crate v3.4.0
29332026-05-29T17:48:19.941Z[ helios-setup] May 29 17:48:19.378 INFO E| Compiling bitvec v1.0.1
29342026-05-29T17:48:19.959Z[ helios-setup] May 29 17:48:19.396 INFO E| Compiling terminal_size v0.4.3
29352026-05-29T17:48:20.015Z[ helios-setup] May 29 17:48:19.452 INFO E| Compiling lazy_static v1.5.0
29362026-05-29T17:48:20.054Z[ helios-setup] May 29 17:48:19.492 INFO E| Compiling clap_builder v4.5.51
29372026-05-29T17:48:20.113Z[ helios-setup] May 29 17:48:19.550 INFO E| Compiling num-iter v0.1.45
29382026-05-29T17:48:20.148Z[ helios-setup] May 29 17:48:19.586 INFO E| Compiling indexmap v1.9.3
29392026-05-29T17:48:20.204Z[ helios-setup] May 29 17:48:19.641 INFO E| Compiling log v0.4.28
29402026-05-29T17:48:20.240Z[ helios-setup] May 29 17:48:19.678 INFO E| Compiling crc-catalog v2.4.0
29412026-05-29T17:48:20.278Z[ helios-setup] May 29 17:48:19.715 INFO E| Compiling adler2 v2.0.1
29422026-05-29T17:48:20.335Z[ helios-setup] May 29 17:48:19.771 INFO E| Compiling iana-time-zone v0.1.64
29432026-05-29T17:48:20.335Z[ helios-setup] May 29 17:48:19.771 INFO E| Compiling simd-adler32 v0.3.7
29442026-05-29T17:48:20.365Z[ helios-setup] May 29 17:48:19.802 INFO E| Compiling thiserror v2.0.17
29452026-05-29T17:48:20.475Z[ helios-setup] May 29 17:48:19.912 INFO E| Compiling once_cell v1.21.3
29462026-05-29T17:48:20.481Z[ helios-setup] May 29 17:48:19.919 INFO E| Compiling nodrop v0.1.14
29472026-05-29T17:48:20.671Z[ helios-setup] May 29 17:48:20.109 INFO E| Compiling serde_json v1.0.145
29482026-05-29T17:48:20.753Z[ helios-setup] May 29 17:48:20.190 INFO E| Compiling array-init v0.0.4
29492026-05-29T17:48:20.769Z[ helios-setup] May 29 17:48:20.207 INFO E| Compiling miniz_oxide v0.8.9
29502026-05-29T17:48:20.798Z[ helios-setup] May 29 17:48:20.236 INFO E| Compiling chrono v0.4.42
29512026-05-29T17:48:20.832Z[ helios-setup] May 29 17:48:20.269 INFO E| Compiling env_filter v0.1.4
29522026-05-29T17:48:20.917Z[ helios-setup] May 29 17:48:20.352 INFO E| Compiling parking_lot v0.12.5
29532026-05-29T17:48:21.010Z[ helios-setup] May 29 17:48:20.447 INFO E| Compiling crc v3.3.0
29542026-05-29T17:48:21.116Z[ helios-setup] May 29 17:48:20.552 INFO E| Compiling time v0.3.44
29552026-05-29T17:48:21.160Z[ helios-setup] May 29 17:48:20.598 INFO E| Compiling smallvec v0.6.14
29562026-05-29T17:48:21.335Z[ helios-setup] May 29 17:48:20.772 INFO E| Compiling serde_spanned v1.0.3
29572026-05-29T17:48:21.514Z[ helios-setup] May 29 17:48:20.952 INFO E| Compiling signature v2.2.0
29582026-05-29T17:48:21.514Z[ helios-setup] May 29 17:48:20.952 INFO E| Compiling signal-hook-registry v1.4.6
29592026-05-29T17:48:21.553Z[ helios-setup] May 29 17:48:20.990 INFO E| Compiling mio v1.1.0
29602026-05-29T17:48:21.726Z[ helios-setup] May 29 17:48:21.162 INFO E| Compiling socket2 v0.6.1
29612026-05-29T17:48:21.854Z[ helios-setup] May 29 17:48:21.292 INFO E| Compiling is-terminal v0.4.17
29622026-05-29T17:48:21.874Z[ helios-setup] May 29 17:48:21.311 INFO E| Compiling packed_struct_codegen v0.10.1
29632026-05-29T17:48:21.973Z[ helios-setup] May 29 17:48:21.410 INFO E| Compiling thread_local v1.1.9
29642026-05-29T17:48:22.052Z[ helios-setup] May 29 17:48:21.489 INFO E| Compiling hashbrown v0.12.3
29652026-05-29T17:48:22.245Z[ helios-setup] May 29 17:48:21.683 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29662026-05-29T17:48:22.450Z[ helios-setup] May 29 17:48:21.888 INFO E| Compiling libdevinfo-sys v1.1.0
29672026-05-29T17:48:22.515Z[ helios-setup] May 29 17:48:21.950 INFO E| Compiling base64 v0.21.7
29682026-05-29T17:48:22.558Z[ helios-setup] May 29 17:48:21.996 INFO E| Compiling term v1.2.0
29692026-05-29T17:48:22.576Z[ helios-setup] May 29 17:48:22.014 INFO E| Compiling winnow v0.5.40
29702026-05-29T17:48:22.584Z[ helios-setup] May 29 17:48:22.022 INFO E| Compiling toml_writer v1.0.4
29712026-05-29T17:48:22.672Z[ helios-setup] May 29 17:48:22.109 INFO E| Compiling serde_derive v1.0.228
29722026-05-29T17:48:22.687Z[ helios-setup] May 29 17:48:22.125 INFO E| Compiling zerocopy-derive v0.8.27
29732026-05-29T17:48:22.736Z[ helios-setup] May 29 17:48:22.173 INFO E| Compiling der_derive v0.7.3
29742026-05-29T17:48:22.831Z[ helios-setup] May 29 17:48:22.268 INFO E| Compiling futures-macro v0.3.31
29752026-05-29T17:48:22.831Z[ helios-setup] May 29 17:48:22.268 INFO E| Compiling num_enum_derive v0.7.5
29762026-05-29T17:48:22.844Z[ helios-setup] May 29 17:48:22.282 INFO E| Compiling clap_derive v4.5.49
29772026-05-29T17:48:22.878Z[ helios-setup] May 29 17:48:22.315 INFO E| Compiling bitfield-macros v0.19.3
29782026-05-29T17:48:23.393Z[ helios-setup] May 29 17:48:22.831 INFO E| Compiling zerocopy-derive v0.6.6
29792026-05-29T17:48:23.565Z[ helios-setup] May 29 17:48:23.003 INFO E| Compiling thiserror-impl v1.0.69
29802026-05-29T17:48:23.581Z[ helios-setup] May 29 17:48:23.019 INFO E| Compiling tokio-macros v2.6.0
29812026-05-29T17:48:23.997Z[ helios-setup] May 29 17:48:23.435 INFO E| Compiling bitfield v0.19.3
29822026-05-29T17:48:24.103Z[ helios-setup] May 29 17:48:23.540 INFO E| Compiling thiserror-impl v2.0.17
29832026-05-29T17:48:24.183Z[ helios-setup] May 29 17:48:23.620 INFO E| Compiling futures-util v0.3.31
29842026-05-29T17:48:24.245Z[ helios-setup] May 29 17:48:23.672 INFO E| Compiling der v0.7.10
29852026-05-29T17:48:24.355Z[ helios-setup] May 29 17:48:23.791 INFO E| Compiling subtle v2.6.1
29862026-05-29T17:48:24.390Z[ helios-setup] May 29 17:48:23.827 INFO E| Compiling num_enum v0.7.5
29872026-05-29T17:48:24.523Z[ helios-setup] May 29 17:48:23.961 INFO E| Compiling ryu v1.0.20
29882026-05-29T17:48:24.541Z[ helios-setup] May 29 17:48:23.978 INFO E| Compiling tokio v1.48.0
29892026-05-29T17:48:24.549Z[ helios-setup] May 29 17:48:23.987 INFO E| Compiling devinfo v0.1.0
29902026-05-29T17:48:24.558Z[ helios-setup] May 29 17:48:23.996 INFO E| Compiling zerocopy v0.6.6
29912026-05-29T17:48:24.836Z[ helios-setup] May 29 17:48:24.273 INFO E| Compiling toml v0.9.8
29922026-05-29T17:48:24.997Z[ helios-setup] May 29 17:48:24.434 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29932026-05-29T17:48:25.118Z[ helios-setup] May 29 17:48:24.555 INFO E| Compiling bzip2 v0.4.4
29942026-05-29T17:48:25.219Z[ helios-setup] May 29 17:48:24.656 INFO E| Compiling flate2 v1.1.5
29952026-05-29T17:48:25.225Z[ helios-setup] May 29 17:48:24.662 INFO E| Compiling uuid v1.18.1
29962026-05-29T17:48:25.310Z[ helios-setup] May 29 17:48:24.747 INFO E| Compiling env_logger v0.11.8
29972026-05-29T17:48:25.344Z[ helios-setup] May 29 17:48:24.781 INFO E| Compiling spki v0.7.3
29982026-05-29T17:48:25.387Z[ helios-setup] May 29 17:48:24.824 INFO E| Compiling clap v4.5.51
29992026-05-29T17:48:25.424Z[ helios-setup] May 29 17:48:24.861 INFO E| Compiling bitflags v1.3.2
30002026-05-29T17:48:25.490Z[ helios-setup] May 29 17:48:24.927 INFO E| Compiling hex v0.4.3
30012026-05-29T17:48:25.510Z[ helios-setup] May 29 17:48:24.947 INFO E| Compiling rustc-hash v2.1.1
30022026-05-29T17:48:25.579Z[ helios-setup] May 29 17:48:25.010 INFO E| Compiling pkcs8 v0.10.2
30032026-05-29T17:48:25.702Z[ helios-setup] May 29 17:48:25.140 INFO E| Compiling x509-cert v0.2.5
30042026-05-29T17:48:25.756Z[ helios-setup] May 29 17:48:25.193 INFO E| Compiling pkcs1 v0.7.5
30052026-05-29T17:48:25.804Z[ helios-setup] May 29 17:48:25.241 INFO E| Compiling foldhash v0.2.0
30062026-05-29T17:48:25.811Z[ helios-setup] May 29 17:48:25.248 INFO E| Compiling crc-any v2.5.0
30072026-05-29T17:48:25.885Z[ helios-setup] May 29 17:48:25.322 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30082026-05-29T17:48:25.893Z[ helios-setup] May 29 17:48:25.330 INFO E| Compiling zip v0.6.6
30092026-05-29T17:48:26.129Z[ helios-setup] May 29 17:48:25.564 INFO E| Compiling iddqd v0.3.14
30102026-05-29T17:48:26.132Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.17s
30112026-05-29T17:48:26.234Z[ helios-setup] May 29 17:48:25.671 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30122026-05-29T17:48:26.422Z[ omicron-package]
30132026-05-29T17:48:26.422Z[ omicron-package] real 51.387062537
30142026-05-29T17:48:26.425Z[ omicron-package] user 5:32.423702996
30152026-05-29T17:48:26.425Z[ omicron-package] sys 29.723534802
30162026-05-29T17:48:26.425Z[ omicron-package] trap 0.474625149
30172026-05-29T17:48:26.426Z[ omicron-package] tflt 0.677651078
30182026-05-29T17:48:26.426Z[ omicron-package] dflt 3.376320227
30192026-05-29T17:48:26.426Z[ omicron-package] kflt 0.000250760
30202026-05-29T17:48:26.426Z[ omicron-package] lock 12:44.790585398
30212026-05-29T17:48:26.426Z[ omicron-package] slp 7:14.733023612
30222026-05-29T17:48:26.426Z[ omicron-package] lat 57.511781099
30232026-05-29T17:48:26.426Z[ omicron-package] stop 1:15.627643609
30242026-05-29T17:48:26.426ZMay 29 17:48:25.860 INFO [omicron-package] process exited with exit status: 0 (51.468875778s)
30252026-05-29T17:48:26.426ZMay 29 17:48:25.860 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30262026-05-29T17:48:26.426ZMay 29 17:48:25.860 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30272026-05-29T17:48:26.436Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30282026-05-29T17:48:26.440Z[ recovery-target] Created new build target 'recovery' and set it as active
30292026-05-29T17:48:26.440Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30302026-05-29T17:48:26.440Z[ host-target] Created new build target 'host' and set it as active
30312026-05-29T17:48:26.443ZMay 29 17:48:25.879 INFO [recovery-target] process exited with exit status: 0 (19.078474ms)
30322026-05-29T17:48:26.447ZMay 29 17:48:25.885 INFO [host-target] process exited with exit status: 0 (24.935399ms)
30332026-05-29T17:48:26.450ZMay 29 17:48:25.885 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30342026-05-29T17:48:26.474Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30352026-05-29T17:48:26.477Z[ helios-setup] May 29 17:48:25.914 INFO E| Compiling path-slash v0.1.5
30362026-05-29T17:48:26.656Z[ helios-setup] May 29 17:48:26.093 INFO E| Compiling ppv-lite86 v0.2.21
30372026-05-29T17:48:26.796Z[ helios-setup] May 29 17:48:26.234 INFO E| Compiling futures-executor v0.3.31
30382026-05-29T17:48:26.905Z[ helios-setup] May 29 17:48:26.342 INFO E| Compiling erased-serde v0.3.31
30392026-05-29T17:48:26.919Z[ helios-setup] May 29 17:48:26.357 INFO E| Compiling toml_datetime v0.6.11
30402026-05-29T17:48:26.994Z[ helios-setup] May 29 17:48:26.431 INFO E| Compiling rand_chacha v0.3.1
30412026-05-29T17:48:27.114Z[ helios-setup] May 29 17:48:26.551 INFO E| Compiling serde_spanned v0.6.9
30422026-05-29T17:48:27.156Z[ helios-setup] May 29 17:48:26.594 INFO E| Compiling futures v0.3.31
30432026-05-29T17:48:27.195Z[ helios-setup] May 29 17:48:26.633 INFO E| Compiling rand v0.8.5
30442026-05-29T17:48:27.251Z[ helios-setup] May 29 17:48:26.688 INFO E| Compiling toml_edit v0.19.15
30452026-05-29T17:48:27.285Z[ helios-setup] May 29 17:48:26.723 INFO E| Compiling hashbrown v0.13.2
30462026-05-29T17:48:27.288Z[ helios-setup] May 29 17:48:26.724 INFO E| Compiling serde-hex v0.1.0
30472026-05-29T17:48:27.309Z[ helios-setup] May 29 17:48:26.746 INFO E| Compiling ron v0.8.1
30482026-05-29T17:48:27.775Z[ helios-setup] May 29 17:48:27.213 INFO E| Compiling slog-term v2.9.2
30492026-05-29T17:48:27.920Z[ helios-setup] May 29 17:48:27.358 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30502026-05-29T17:48:27.920Z[ helios-setup] May 29 17:48:27.358 INFO E| Compiling object v0.30.4
30512026-05-29T17:48:28.457Z[ host-package] Compiling ring v0.17.14
30522026-05-29T17:48:28.516Z[ helios-setup] May 29 17:48:27.954 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30532026-05-29T17:48:28.540Z[ helios-setup] May 29 17:48:27.978 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30542026-05-29T17:48:28.814Z[ host-package] Compiling heck v0.5.0
30552026-05-29T17:48:28.814Z[ host-package] Compiling regress v0.11.1
30562026-05-29T17:48:28.817Z[ host-package] Compiling unsafe-libyaml v0.2.11
30572026-05-29T17:48:28.946Z[ helios-setup] May 29 17:48:28.382 INFO E| Compiling rsa v0.9.8
30582026-05-29T17:48:29.103Z[ host-package] Compiling regress v0.10.5
30592026-05-29T17:48:29.107Z[ host-package] Compiling is-terminal v0.4.17
30602026-05-29T17:48:29.110Z[ host-package] Compiling unicode-width v0.1.14
30612026-05-29T17:48:29.110Z[ host-package] Compiling prettyplease v0.2.37
30622026-05-29T17:48:29.110Z[ host-package] Compiling bytecount v0.6.9
30632026-05-29T17:48:29.110Z[ host-package] Compiling thread_local v1.1.9
30642026-05-29T17:48:29.110Z[ host-package] Compiling derive-where v1.6.0
30652026-05-29T17:48:29.110Z[ host-package] Compiling compression-core v0.4.31
30662026-05-29T17:48:29.111Z[ host-package] Compiling match_cfg v0.1.0
30672026-05-29T17:48:29.111Z[ host-package] Compiling multer v3.1.0
30682026-05-29T17:48:29.202Z[ helios-setup] May 29 17:48:28.638 INFO E| Compiling toml v0.7.8
30692026-05-29T17:48:29.219Z[ helios-setup] May 29 17:48:28.656 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30702026-05-29T17:48:29.263Z[ helios-setup] May 29 17:48:28.700 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30712026-05-29T17:48:29.854Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30722026-05-29T17:48:29.858Z[ host-package] Compiling hostname v0.3.1
30732026-05-29T17:48:30.007Z[ host-package] Compiling compression-codecs v0.4.37
30742026-05-29T17:48:30.056Z[ host-package] Compiling slog-async v2.8.0
30752026-05-29T17:48:30.060Z[ host-package] Compiling crossbeam-channel v0.5.15
30762026-05-29T17:48:30.230Z[ host-package] Compiling slog-json v2.6.1
30772026-05-29T17:48:30.288Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30782026-05-29T17:48:30.372Z[ host-package] Compiling serde_spanned v1.0.4
30792026-05-29T17:48:30.405Z[ host-package] Compiling term v1.2.1
30802026-05-29T17:48:30.654Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30812026-05-29T17:48:30.657Z[ host-package] Compiling take_mut v0.2.2
30822026-05-29T17:48:31.175Z[ host-package] Compiling slog-term v2.9.2
30832026-05-29T17:48:31.494Z[ host-package] Compiling slog-bunyan v2.5.0
30842026-05-29T17:48:31.685Z[ host-package] Compiling async-compression v0.4.41
30852026-05-29T17:48:31.685Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
30862026-05-29T17:48:32.019Z[ host-package] Compiling typify-impl v0.6.2
30872026-05-29T17:48:32.019Z[ host-package] Compiling async-stream v0.3.6
30882026-05-29T17:48:32.019Z[ host-package] Compiling dropshot v0.17.0
30892026-05-29T17:48:32.022Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-05-29T17:48:32.634Z[ host-package] Compiling num-rational v0.4.2
30912026-05-29T17:48:32.639Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30922026-05-29T17:48:32.639Z[ host-package] Compiling waitgroup v0.1.2
30932026-05-29T17:48:32.639Z[ host-package] Compiling backon v1.6.0
30942026-05-29T17:48:32.663Z[ host-package] Compiling rustls-pemfile v2.2.0
30952026-05-29T17:48:32.673Z[ host-package] Compiling num-complex v0.4.6
30962026-05-29T17:48:32.676Z[ host-package] Compiling serde_path_to_error v0.1.20
30972026-05-29T17:48:33.366Z[ host-package] Compiling hostname v0.4.2
30982026-05-29T17:48:33.633Z[ host-package] Compiling instant v0.1.13
30992026-05-29T17:48:33.633Z[ host-package] Compiling debug-ignore v1.0.5
31002026-05-29T17:48:33.636Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31012026-05-29T17:48:33.636Z[ host-package] Compiling parse-display v0.10.0
31022026-05-29T17:48:33.657Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31032026-05-29T17:48:33.707Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
31042026-05-29T17:48:33.734Z[ host-package] Compiling macaddr v1.0.1
31052026-05-29T17:48:33.757Z[ host-package] Compiling float-ord v0.3.2
31062026-05-29T17:48:33.901Z[ host-package] Compiling rustls v0.23.37
31072026-05-29T17:48:34.031Z[ host-package] Compiling rustls v0.22.4
31082026-05-29T17:48:34.031Z[ host-package] Compiling num v0.4.3
31092026-05-29T17:48:34.036Z[ host-package] Compiling backoff v0.4.0
31102026-05-29T17:48:34.081Z[ host-package] Compiling console v0.15.11
31112026-05-29T17:48:34.125Z[ host-package] Compiling newline-converter v0.3.0
31122026-05-29T17:48:34.198Z[ host-package] Compiling atomicwrites v0.4.4
31132026-05-29T17:48:34.238Z[ host-package] Compiling slog-dtrace v0.3.0
31142026-05-29T17:48:34.262Z[ host-package] Compiling resolv-conf v0.7.6
31152026-05-29T17:48:34.337Z[ host-package] Compiling cancel-safe-futures v0.1.5
31162026-05-29T17:48:34.387Z[ host-package] Compiling owo-colors v4.3.0
31172026-05-29T17:48:34.538Z[ host-package] Compiling expectorate v1.2.0
31182026-05-29T17:48:34.575Z[ helios-setup] May 29 17:48:34.012 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31192026-05-29T17:48:34.594Z[ host-package] Compiling toml v0.8.23
31202026-05-29T17:48:34.621Z[ host-package] Compiling libsw-core v0.3.2
31212026-05-29T17:48:34.644Z[ host-package] Compiling linked-hash-map v0.5.6
31222026-05-29T17:48:34.834Z[ host-package] Compiling libsw v3.5.0
31232026-05-29T17:48:34.837Z[ host-package] Compiling linear-map v1.2.0
31242026-05-29T17:48:34.947Z[ host-package] Compiling lru-cache v0.1.2
31252026-05-29T17:48:35.104Z[ host-package] Compiling minimal-lexical v0.2.1
31262026-05-29T17:48:35.104Z[ host-package] Compiling hickory-proto v0.24.4
31272026-05-29T17:48:35.165Z[ host-package] Compiling rustls-webpki v0.103.9
31282026-05-29T17:48:35.196Z[ host-package] Compiling rustls-webpki v0.102.8
31292026-05-29T17:48:35.225Z[ host-package] Compiling unicode-xid v0.2.6
31302026-05-29T17:48:35.281Z[ host-package] Compiling convert_case v0.10.0
31312026-05-29T17:48:35.284Z[ host-package] Compiling papergrid v0.11.0
31322026-05-29T17:48:35.424Z[ host-package] Compiling nom v7.1.3
31332026-05-29T17:48:35.452Z[ host-package] Compiling tabled_derive v0.7.0
31342026-05-29T17:48:35.455Z[ host-package] Compiling termtree v0.5.1
31352026-05-29T17:48:35.564Z[ host-package] Compiling phf_shared v0.12.1
31362026-05-29T17:48:35.648Z[ host-package] Compiling derive_more-impl v2.1.1
31372026-05-29T17:48:35.651Z[ host-package] Compiling csv-core v0.1.13
31382026-05-29T17:48:35.662Z[ helios-setup] May 29 17:48:35.099 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31392026-05-29T17:48:35.885Z[ host-package] Compiling vte v0.14.1
31402026-05-29T17:48:35.981Z[ host-package] Compiling highway v1.3.0
31412026-05-29T17:48:36.226Z[ host-package] Compiling chrono-tz v0.10.4
31422026-05-29T17:48:36.286Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31432026-05-29T17:48:36.366Z[ host-package] Compiling csv v1.4.0
31442026-05-29T17:48:36.545Z[ host-package] Compiling phf v0.12.1
31452026-05-29T17:48:36.701Z[ host-package] Compiling tabled v0.15.0
31462026-05-29T17:48:36.768Z[ host-package] Compiling const_format_proc_macros v0.2.34
31472026-05-29T17:48:36.841Z[ host-package] Compiling derive_more v2.1.1
31482026-05-29T17:48:37.078Z[ host-package] Compiling crossterm v0.29.0
31492026-05-29T17:48:37.190Z[ host-package] Compiling fd-lock v4.0.4
31502026-05-29T17:48:37.193Z[ host-package] Compiling typify-macro v0.6.2
31512026-05-29T17:48:37.196Z[ host-package] Compiling peg-macros v0.8.5
31522026-05-29T17:48:37.200Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31532026-05-29T17:48:38.036Z[ host-package] Compiling nu-ansi-term v0.50.3
31542026-05-29T17:48:38.137Z[ host-package] Compiling tokio-rustls v0.25.0
31552026-05-29T17:48:38.332Z[ host-package] Compiling hickory-resolver v0.24.4
31562026-05-29T17:48:38.335Z[ host-package] Compiling const_format v0.2.35
31572026-05-29T17:48:38.753Z[ host-package] Compiling reedline v0.40.0
31582026-05-29T17:48:38.941Z[ host-package] Compiling peg v0.8.5
31592026-05-29T17:48:39.070Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31602026-05-29T17:48:39.652Z[ helios-setup] May 29 17:48:39.089 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31612026-05-29T17:48:40.328Z[ host-package] Compiling tokio-rustls v0.26.4
31622026-05-29T17:48:40.627Z[ host-package] Compiling hyper-rustls v0.27.7
31632026-05-29T17:48:40.663Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31642026-05-29T17:48:40.946Z[ host-package] Compiling reqwest v0.12.28
31652026-05-29T17:48:41.015Z[ host-package] Compiling reqwest v0.13.2
31662026-05-29T17:48:41.616Z[ host-package] Compiling typify v0.6.2
31672026-05-29T17:48:41.819Z[ host-package] Compiling progenitor-impl v0.14.0
31682026-05-29T17:48:42.306Z[ host-package] Compiling progenitor-impl v0.13.0
31692026-05-29T17:48:43.857Z[ host-package] Compiling tough v0.22.0
31702026-05-29T17:48:44.041Z[ host-package] Compiling progenitor-client v0.14.0
31712026-05-29T17:48:44.252Z[ host-package] Compiling progenitor-client v0.10.0
31722026-05-29T17:48:44.600Z[ host-package] Compiling progenitor-macro v0.14.0
31732026-05-29T17:48:44.764Z[ host-package] Compiling progenitor-extras v0.2.0
31742026-05-29T17:48:45.008Z[ host-package] Compiling qorb v0.4.1
31752026-05-29T17:48:45.102Z[ host-package] Compiling progenitor-macro v0.13.0
31762026-05-29T17:48:45.106Z[ host-package] Compiling bcs v0.1.6
31772026-05-29T17:48:45.354Z[ host-package] Compiling semver v0.1.20
31782026-05-29T17:48:45.490Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31792026-05-29T17:48:45.787Z[ host-package] Compiling rustc_version v0.1.7
31802026-05-29T17:48:45.790Z[ host-package] Compiling unicode-linebreak v0.1.5
31812026-05-29T17:48:46.412Z[ host-package] Compiling newtype_derive v0.1.6
31822026-05-29T17:48:46.984Z[ host-package] Compiling smawk v0.3.2
31832026-05-29T17:48:47.662Z[ host-package] Compiling humantime v2.3.0
31842026-05-29T17:48:47.990Z[ host-package] Compiling textwrap v0.16.2
31852026-05-29T17:48:48.480Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
31862026-05-29T17:48:48.543Z[ host-package] Compiling steno v0.4.1
31872026-05-29T17:48:48.717Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31882026-05-29T17:48:49.142Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-05-29T17:48:49.709Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31902026-05-29T17:48:50.288Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-29T17:48:50.398Z[ host-package] Compiling progenitor-client v0.13.0
31922026-05-29T17:48:50.715Z[ host-package] Compiling progenitor v0.14.0
31932026-05-29T17:48:50.919Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31942026-05-29T17:48:50.960Z[ host-package] Compiling progenitor v0.13.0
31952026-05-29T17:48:51.030Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31962026-05-29T17:48:51.176Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31972026-05-29T17:48:51.207Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31982026-05-29T17:48:51.281Z[ host-package] Compiling tagptr v0.2.0
31992026-05-29T17:48:51.322Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-05-29T17:48:51.489Z[ host-package] Compiling moka v0.12.13
32012026-05-29T17:48:51.650Z[ host-package] Compiling utf-8 v0.7.6
32022026-05-29T17:48:51.653Z[ helios-setup] May 29 17:48:51.088 INFO E| Finished `release` profile [optimized] target(s) in 36.69s
32032026-05-29T17:48:51.656Z[ helios-setup] May 29 17:48:51.091 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32042026-05-29T17:48:51.656Z[ helios-setup] May 29 17:48:51.091 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32052026-05-29T17:48:51.713Z[ helios-setup] May 29 17:48:51.150 INFO building project "pilot" ok (36 seconds)
32062026-05-29T17:48:51.713Z[ helios-setup] May 29 17:48:51.150 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
32072026-05-29T17:48:51.722Z[ helios-setup] May 29 17:48:51.160 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
32082026-05-29T17:48:51.723Z[ helios-setup] May 29 17:48:51.160 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32092026-05-29T17:48:51.726Z[ helios-setup] May 29 17:48:51.160 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32102026-05-29T17:48:51.839Z[ helios-setup] May 29 17:48:51.276 INFO E| Downloading crates ...
32112026-05-29T17:48:51.890Z[ helios-setup] May 29 17:48:51.327 INFO E| Downloaded miniz_oxide v0.6.2
32122026-05-29T17:48:51.893Z[ helios-setup] May 29 17:48:51.328 INFO E| Downloaded block-buffer v0.10.3
32132026-05-29T17:48:51.893Z[ helios-setup] May 29 17:48:51.329 INFO E| Downloaded cpufeatures v0.2.5
32142026-05-29T17:48:51.896Z[ helios-setup] May 29 17:48:51.333 INFO E| Downloaded typenum v1.15.0
32152026-05-29T17:48:51.899Z[ helios-setup] May 29 17:48:51.335 INFO E| Downloaded generic-array v0.14.6
32162026-05-29T17:48:51.899Z[ helios-setup] May 29 17:48:51.336 INFO E| Downloaded digest v0.10.3
32172026-05-29T17:48:51.899Z[ host-package] Compiling tungstenite v0.21.0
32182026-05-29T17:48:51.921Z[ helios-setup] May 29 17:48:51.358 INFO E| Downloaded sha2 v0.10.5
32192026-05-29T17:48:51.924Z[ helios-setup] May 29 17:48:51.359 INFO E| Downloaded bytes v1.2.1
32202026-05-29T17:48:51.927Z[ helios-setup] May 29 17:48:51.363 INFO E| Downloaded anyhow v1.0.62
32212026-05-29T17:48:51.930Z[ host-package] Compiling num-derive v0.3.3
32222026-05-29T17:48:51.987Z[ helios-setup] May 29 17:48:51.424 INFO E| Downloaded flate2 v1.0.25
32232026-05-29T17:48:52.034Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling version_check v0.9.4
32242026-05-29T17:48:52.034Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling typenum v1.15.0
32252026-05-29T17:48:52.034Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling cfg-if v1.0.0
32262026-05-29T17:48:52.037Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling crc32fast v1.3.2
32272026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling anyhow v1.0.62
32282026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling adler v1.0.2
32292026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling unicode-width v0.1.10
32302026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.471 INFO E| Compiling cpufeatures v0.2.5
32312026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.472 INFO E| Compiling bytes v1.2.1
32322026-05-29T17:48:52.038Z[ helios-setup] May 29 17:48:51.472 INFO E| Compiling bitflags v1.3.2
32332026-05-29T17:48:52.618Z[ helios-setup] May 29 17:48:52.055 INFO E| Compiling miniz_oxide v0.6.2
32342026-05-29T17:48:52.624Z[ helios-setup] May 29 17:48:52.062 INFO E| Compiling generic-array v0.14.6
32352026-05-29T17:48:52.727Z[ helios-setup] May 29 17:48:52.164 INFO E| Compiling getopts v0.2.21
32362026-05-29T17:48:53.130Z[ helios-setup] May 29 17:48:52.567 INFO E| Compiling flate2 v1.0.25
32372026-05-29T17:48:53.152Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32382026-05-29T17:48:54.299Z[ helios-setup] May 29 17:48:53.736 INFO E| Compiling block-buffer v0.10.3
32392026-05-29T17:48:54.299Z[ helios-setup] May 29 17:48:53.736 INFO E| Compiling crypto-common v0.1.6
32402026-05-29T17:48:54.418Z[ helios-setup] May 29 17:48:53.855 INFO E| Compiling digest v0.10.3
32412026-05-29T17:48:54.576Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32422026-05-29T17:48:54.599Z[ helios-setup] May 29 17:48:54.033 INFO E| Compiling sha2 v0.10.5
32432026-05-29T17:48:54.653Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32442026-05-29T17:48:54.853Z[ helios-setup] May 29 17:48:54.290 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32452026-05-29T17:48:55.971Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32462026-05-29T17:48:56.301Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32472026-05-29T17:48:56.716Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32482026-05-29T17:48:56.899Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32492026-05-29T17:48:56.927Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32502026-05-29T17:48:57.076Z[ helios-setup] May 29 17:48:56.513 INFO E| Finished `release` profile [optimized] target(s) in 5.34s
32512026-05-29T17:48:57.088Z[ helios-setup] May 29 17:48:56.525 INFO building project "bootserver" ok (5 seconds)
32522026-05-29T17:48:57.088Z[ helios-setup] May 29 17:48:56.525 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
32532026-05-29T17:48:57.098Z[ helios-setup] May 29 17:48:56.535 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
32542026-05-29T17:48:57.098Z[ helios-setup] May 29 17:48:56.535 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
32552026-05-29T17:48:57.098Z[ helios-setup] May 29 17:48:56.535 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
32562026-05-29T17:48:57.246Z[ helios-setup] May 29 17:48:56.683 INFO E| Updating crates.io index
32572026-05-29T17:48:57.380Z[ helios-setup] May 29 17:48:56.817 INFO E| Downloading crates ...
32582026-05-29T17:48:57.438Z[ helios-setup] May 29 17:48:56.874 INFO E| Downloaded indexmap v2.9.0
32592026-05-29T17:48:57.441Z[ helios-setup] May 29 17:48:56.878 INFO E| Downloaded time-core v0.1.4
32602026-05-29T17:48:57.453Z[ helios-setup] May 29 17:48:56.890 INFO E| Downloaded errno v0.3.12
32612026-05-29T17:48:57.481Z[ helios-setup] May 29 17:48:56.918 INFO E| Downloaded thiserror v2.0.12
32622026-05-29T17:48:57.485Z[ helios-setup] May 29 17:48:56.922 INFO E| Downloaded tempfile v3.20.0
32632026-05-29T17:48:57.489Z[ helios-setup] May 29 17:48:56.924 INFO E| Downloaded autocfg v1.4.0
32642026-05-29T17:48:57.489Z[ helios-setup] May 29 17:48:56.925 INFO E| Downloaded deranged v0.4.0
32652026-05-29T17:48:57.493Z[ helios-setup] May 29 17:48:56.927 INFO E| Downloaded iana-time-zone v0.1.63
32662026-05-29T17:48:57.530Z[ helios-setup] May 29 17:48:56.967 INFO E| Downloaded thiserror-impl v2.0.12
32672026-05-29T17:48:57.534Z[ helios-setup] May 29 17:48:56.969 INFO E| Downloaded serde v1.0.219
32682026-05-29T17:48:57.534Z[ helios-setup] May 29 17:48:56.971 INFO E| Downloaded getrandom v0.3.3
32692026-05-29T17:48:57.537Z[ helios-setup] May 29 17:48:56.973 INFO E| Downloaded bitflags v2.9.1
32702026-05-29T17:48:57.540Z[ helios-setup] May 29 17:48:56.976 INFO E| Downloaded anyhow v1.0.98
32712026-05-29T17:48:57.543Z[ helios-setup] May 29 17:48:56.979 INFO E| Downloaded serde_with_macros v3.12.0
32722026-05-29T17:48:57.543Z[ helios-setup] May 29 17:48:56.980 INFO E| Downloaded serde_derive v1.0.219
32732026-05-29T17:48:57.549Z[ helios-setup] May 29 17:48:56.986 INFO E| Downloaded time-macros v0.2.22
32742026-05-29T17:48:57.560Z[ helios-setup] May 29 17:48:56.997 INFO E| Downloaded unicode-ident v1.0.18
32752026-05-29T17:48:57.563Z[ helios-setup] May 29 17:48:56.999 INFO E| Downloaded serde_json v1.0.140
32762026-05-29T17:48:57.567Z[ helios-setup] May 29 17:48:57.004 INFO E| Downloaded proc-macro2 v1.0.95
32772026-05-29T17:48:57.571Z[ helios-setup] May 29 17:48:57.006 INFO E| Downloaded quote v1.0.40
32782026-05-29T17:48:57.598Z[ helios-setup] May 29 17:48:57.035 INFO E| Downloaded hashbrown v0.15.3
32792026-05-29T17:48:57.602Z[ helios-setup] May 29 17:48:57.039 INFO E| Downloaded serde_with v3.12.0
32802026-05-29T17:48:57.621Z[ helios-setup] May 29 17:48:57.058 INFO E| Downloaded time v0.3.41
32812026-05-29T17:48:57.626Z[ helios-setup] May 29 17:48:57.063 INFO E| Downloaded memchr v2.7.4
32822026-05-29T17:48:57.646Z[ helios-setup] May 29 17:48:57.083 INFO E| Downloaded chrono v0.4.41
32832026-05-29T17:48:57.660Z[ helios-setup] May 29 17:48:57.097 INFO E| Downloaded syn v2.0.101
32842026-05-29T17:48:57.668Z[ helios-setup] May 29 17:48:57.105 INFO E| Downloaded rustix v1.0.7
32852026-05-29T17:48:57.698Z[ helios-setup] May 29 17:48:57.135 INFO E| Downloaded libc v0.2.172
32862026-05-29T17:48:57.761Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32872026-05-29T17:48:57.765Z[ helios-setup] May 29 17:48:57.198 INFO E| Compiling proc-macro2 v1.0.95
32882026-05-29T17:48:57.765Z[ helios-setup] May 29 17:48:57.198 INFO E| Compiling unicode-ident v1.0.18
32892026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.198 INFO E| Compiling libc v0.2.172
32902026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.198 INFO E| Compiling strsim v0.11.1
32912026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.198 INFO E| Compiling ident_case v1.0.1
32922026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling fnv v1.0.7
32932026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling serde v1.0.219
32942026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling rustix v1.0.7
32952026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling getrandom v0.3.3
32962026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling anyhow v1.0.98
32972026-05-29T17:48:57.766Z[ helios-setup] May 29 17:48:57.199 INFO E| Compiling serde_json v1.0.140
32982026-05-29T17:48:57.776Z[ helios-setup] May 29 17:48:57.213 INFO E| Compiling cfg-if v1.0.0
32992026-05-29T17:48:57.779Z[ helios-setup] May 29 17:48:57.213 INFO E| Compiling bitflags v2.9.1
33002026-05-29T17:48:57.863Z[ helios-setup] May 29 17:48:57.237 INFO E| Compiling thiserror v2.0.12
33012026-05-29T17:48:57.864Z[ helios-setup] May 29 17:48:57.252 INFO E| Compiling once_cell v1.21.3
33022026-05-29T17:48:57.864Z[ helios-setup] May 29 17:48:57.253 INFO E| Compiling memchr v2.7.4
33032026-05-29T17:48:58.013Z[ helios-setup] May 29 17:48:57.450 INFO E| Compiling ryu v1.0.20
33042026-05-29T17:48:58.229Z[ helios-setup] May 29 17:48:57.666 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33052026-05-29T17:48:58.434Z[ helios-setup] May 29 17:48:57.871 INFO E| Compiling itoa v1.0.15
33062026-05-29T17:48:58.656Z[ helios-setup] May 29 17:48:58.093 INFO E| Compiling fastrand v2.3.0
33072026-05-29T17:48:58.958Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33082026-05-29T17:48:59.396Z[ helios-setup] May 29 17:48:58.833 INFO E| Compiling quote v1.0.40
33092026-05-29T17:48:59.446Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33102026-05-29T17:48:59.539Z[ helios-setup] May 29 17:48:58.976 INFO E| Compiling errno v0.3.12
33112026-05-29T17:48:59.670Z[ helios-setup] May 29 17:48:59.107 INFO E| Compiling syn v2.0.101
33122026-05-29T17:49:00.623Z[ helios-setup] May 29 17:49:00.060 INFO E| Compiling tempfile v3.20.0
33132026-05-29T17:49:00.674Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33142026-05-29T17:49:01.026Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-05-29T17:49:02.350Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33162026-05-29T17:49:02.405Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-05-29T17:49:02.637Z[ helios-setup] May 29 17:49:02.074 INFO E| Compiling darling_core v0.20.11
33182026-05-29T17:49:03.337Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-05-29T17:49:03.631Z[ helios-setup] May 29 17:49:03.068 INFO E| Compiling serde_derive v1.0.219
33202026-05-29T17:49:03.631Z[ helios-setup] May 29 17:49:03.068 INFO E| Compiling thiserror-impl v2.0.12
33212026-05-29T17:49:03.860Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33222026-05-29T17:49:04.129Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-05-29T17:49:04.316Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33242026-05-29T17:49:04.402Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33252026-05-29T17:49:04.500Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-05-29T17:49:04.789Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33272026-05-29T17:49:04.940Z[ helios-setup] May 29 17:49:04.377 INFO E| Compiling darling_macro v0.20.11
33282026-05-29T17:49:05.159Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33292026-05-29T17:49:05.686Z[ host-package] Compiling hickory-resolver v0.25.2
33302026-05-29T17:49:05.841Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33312026-05-29T17:49:05.884Z[ helios-setup] May 29 17:49:05.321 INFO E| Compiling darling v0.20.11
33322026-05-29T17:49:05.981Z[ helios-setup] May 29 17:49:05.418 INFO E| Compiling serde_with_macros v3.12.0
33332026-05-29T17:49:05.998Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33342026-05-29T17:49:06.078Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-05-29T17:49:06.245Z[ host-package] Compiling tokio-tungstenite v0.21.0
33362026-05-29T17:49:06.316Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33372026-05-29T17:49:06.422Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33382026-05-29T17:49:06.531Z[ host-package] Compiling libscf-sys v1.1.0
33392026-05-29T17:49:06.732Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33402026-05-29T17:49:06.860Z[ host-package] Compiling typify-impl v0.4.3
33412026-05-29T17:49:07.015Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-05-29T17:49:09.119Z[ host-package] Compiling proc-macro-error2 v2.0.1
33432026-05-29T17:49:09.398Z[ helios-setup] May 29 17:49:08.829 INFO E| Compiling serde_with v3.12.0
33442026-05-29T17:49:09.523Z[ host-package] Compiling tabled_derive v0.11.0
33452026-05-29T17:49:09.596Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33462026-05-29T17:49:09.699Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33472026-05-29T17:49:10.131Z[ host-package] Compiling papergrid v0.17.0
33482026-05-29T17:49:10.325Z[ host-package] Compiling testing_table v0.3.0
33492026-05-29T17:49:10.855Z[ host-package] Compiling vergen-gitcl v1.0.8
33502026-05-29T17:49:10.997Z[ host-package] Compiling typify-macro v0.4.3
33512026-05-29T17:49:11.047Z[ host-package] Compiling dirs-sys-next v0.1.2
33522026-05-29T17:49:11.100Z[ host-package] Compiling glob v0.3.3
33532026-05-29T17:49:11.195Z[ host-package] Compiling maplit v1.0.2
33542026-05-29T17:49:11.291Z[ host-package] Compiling diesel_derives v2.3.7
33552026-05-29T17:49:11.324Z[ host-package] Compiling crunchy v0.2.4
33562026-05-29T17:49:11.400Z[ host-package] Compiling dirs-next v2.0.0
33572026-05-29T17:49:11.442Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-05-29T17:49:11.489Z[ host-package] Compiling dsl_auto_type v0.2.0
33592026-05-29T17:49:11.586Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33602026-05-29T17:49:11.609Z[ host-package] Compiling clang-sys v1.8.1
33612026-05-29T17:49:11.633Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-05-29T17:49:11.750Z[ host-package] Compiling tabled v0.20.0
33632026-05-29T17:49:11.841Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33642026-05-29T17:49:11.971Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-05-29T17:49:12.016Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-05-29T17:49:12.110Z[ host-package] Compiling tiny-keccak v2.0.2
33672026-05-29T17:49:12.167Z[ host-package] Compiling xshell-macros v0.2.7
33682026-05-29T17:49:12.403Z[ host-package] Compiling r2d2 v0.8.10
33692026-05-29T17:49:12.519Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33702026-05-29T17:49:12.666Z[ host-package] Compiling xshell v0.2.7
33712026-05-29T17:49:12.836Z[ host-package] Compiling term v0.7.0
33722026-05-29T17:49:13.097Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33732026-05-29T17:49:13.196Z[ host-package] Compiling bit-vec v0.6.3
33742026-05-29T17:49:13.538Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33752026-05-29T17:49:13.571Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33762026-05-29T17:49:13.610Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-05-29T17:49:13.635Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-05-29T17:49:13.681Z[ host-package] Compiling downcast-rs v2.0.2
33792026-05-29T17:49:13.723Z[ helios-setup] May 29 17:49:13.160 INFO E| Finished `release` profile [optimized] target(s) in 16.61s
33802026-05-29T17:49:13.750Z[ helios-setup] May 29 17:49:13.188 INFO building project "dmar-report" ok (16 seconds)
33812026-05-29T17:49:13.751Z[ helios-setup] May 29 17:49:13.188 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33822026-05-29T17:49:13.789Z[ helios-setup] May 29 17:49:13.226 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')"
33832026-05-29T17:49:13.789Z[ helios-setup] May 29 17:49:13.226 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33842026-05-29T17:49:13.792Z[ helios-setup] May 29 17:49:13.226 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33852026-05-29T17:49:13.864Z[ host-package] Compiling bit-set v0.5.3
33862026-05-29T17:49:13.982Z[ helios-setup] May 29 17:49:13.418 INFO E| Updating crates.io index
33872026-05-29T17:49:13.982Z[ helios-setup] May 29 17:49:13.419 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33882026-05-29T17:49:14.352Z[ host-package] Compiling ascii-canvas v3.0.0
33892026-05-29T17:49:14.681Z[ helios-setup] May 29 17:49:14.118 INFO E| From https://github.com/oxidecomputer/amd-apcb
33902026-05-29T17:49:14.681Z[ helios-setup] May 29 17:49:14.118 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33912026-05-29T17:49:14.743Z[ helios-setup] May 29 17:49:14.179 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33922026-05-29T17:49:14.920Z[ host-package] Compiling itertools v0.10.5
33932026-05-29T17:49:15.069Z[ helios-setup] May 29 17:49:14.506 INFO E| From https://github.com/oxidecomputer/amd-efs
33942026-05-29T17:49:15.069Z[ helios-setup] May 29 17:49:14.506 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33952026-05-29T17:49:15.289Z[ host-package] Compiling ena v0.14.4
33962026-05-29T17:49:15.433Z[ helios-setup] May 29 17:49:14.870 INFO E| Downloading crates ...
33972026-05-29T17:49:15.526Z[ helios-setup] May 29 17:49:14.963 INFO E| Downloaded unic-common v0.9.0
33982026-05-29T17:49:15.529Z[ helios-setup] May 29 17:49:14.964 INFO E| Downloaded unic-ucd-version v0.9.0
33992026-05-29T17:49:15.529Z[ helios-setup] May 29 17:49:14.965 INFO E| Downloaded textwrap v0.11.0
34002026-05-29T17:49:15.529Z[ helios-setup] May 29 17:49:14.966 INFO E| Downloaded strum_macros v0.27.1
34012026-05-29T17:49:15.532Z[ helios-setup] May 29 17:49:14.968 INFO E| Downloaded structopt-derive v0.4.18
34022026-05-29T17:49:15.532Z[ helios-setup] May 29 17:49:14.969 INFO E| Downloaded four-cc v0.4.0
34032026-05-29T17:49:15.535Z[ helios-setup] May 29 17:49:14.970 INFO E| Downloaded unic-ucd-ident v0.9.0
34042026-05-29T17:49:15.535Z[ helios-setup] May 29 17:49:14.971 INFO E| Downloaded heck v0.3.3
34052026-05-29T17:49:15.535Z[ helios-setup] May 29 17:49:14.972 INFO E| Downloaded parse_int v0.9.0
34062026-05-29T17:49:15.538Z[ helios-setup] May 29 17:49:14.972 INFO E| Downloaded bytesize v2.0.1
34072026-05-29T17:49:15.538Z[ helios-setup] May 29 17:49:14.974 INFO E| Downloaded ansi_term v0.12.1
34082026-05-29T17:49:15.541Z[ helios-setup] May 29 17:49:14.975 INFO E| Downloaded unic-char-range v0.9.0
34092026-05-29T17:49:15.541Z[ helios-setup] May 29 17:49:14.976 INFO E| Downloaded vec_map v0.8.2
34102026-05-29T17:49:15.541Z[ helios-setup] May 29 17:49:14.977 INFO E| Downloaded unic-char-property v0.9.0
34112026-05-29T17:49:15.541Z[ helios-setup] May 29 17:49:14.978 INFO E| Downloaded strum v0.27.1
34122026-05-29T17:49:15.544Z[ helios-setup] May 29 17:49:14.979 INFO E| Downloaded fletcher v1.0.0
34132026-05-29T17:49:15.546Z[ helios-setup] May 29 17:49:14.979 INFO E| Downloaded structopt v0.3.26
34142026-05-29T17:49:15.549Z[ helios-setup] May 29 17:49:14.984 INFO E| Downloaded pest_generator v2.8.0
34152026-05-29T17:49:15.552Z[ helios-setup] May 29 17:49:14.985 INFO E| Downloaded modular-bitfield-impl v0.13.1
34162026-05-29T17:49:15.552Z[ helios-setup] May 29 17:49:14.986 INFO E| Downloaded modular-bitfield-impl v0.11.2
34172026-05-29T17:49:15.552Z[ helios-setup] May 29 17:49:14.987 INFO E| Downloaded modular-bitfield v0.11.2
34182026-05-29T17:49:15.557Z[ helios-setup] May 29 17:49:14.994 INFO E| Downloaded dyn-clone v1.0.19
34192026-05-29T17:49:15.560Z[ helios-setup] May 29 17:49:14.996 INFO E| Downloaded pest_meta v2.8.0
34202026-05-29T17:49:15.560Z[ helios-setup] May 29 17:49:14.997 INFO E| Downloaded pest_derive v2.8.0
34212026-05-29T17:49:15.563Z[ helios-setup] May 29 17:49:14.999 INFO E| Downloaded log v0.4.27
34222026-05-29T17:49:15.566Z[ helios-setup] May 29 17:49:15.000 INFO E| Downloaded strsim v0.8.0
34232026-05-29T17:49:15.566Z[ helios-setup] May 29 17:49:15.001 INFO E| Downloaded rustversion v1.0.20
34242026-05-29T17:49:15.566Z[ helios-setup] May 29 17:49:15.003 INFO E| Downloaded modular-bitfield v0.13.1
34252026-05-29T17:49:15.571Z[ helios-setup] May 29 17:49:15.009 INFO E| Downloaded typenum v1.18.0
34262026-05-29T17:49:15.577Z[ helios-setup] May 29 17:49:15.014 INFO E| Downloaded zerocopy-derive v0.8.25
34272026-05-29T17:49:15.589Z[ helios-setup] May 29 17:49:15.026 INFO E| Downloaded pest v2.8.0
34282026-05-29T17:49:15.602Z[ host-package] Compiling libloading v0.8.9
34292026-05-29T17:49:15.605Z[ helios-setup] May 29 17:49:15.040 INFO E| Downloaded goblin v0.9.3
34302026-05-29T17:49:15.608Z[ helios-setup] May 29 17:49:15.045 INFO E| Downloaded clap v2.34.0
34312026-05-29T17:49:15.612Z[ helios-setup] May 29 17:49:15.049 INFO E| Downloaded zerocopy v0.8.25
34322026-05-29T17:49:15.683Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling proc-macro2 v1.0.95
34332026-05-29T17:49:15.683Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling unicode-ident v1.0.18
34342026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling memchr v2.7.4
34352026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling autocfg v1.4.0
34362026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling thiserror v2.0.12
34372026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling syn v1.0.109
34382026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling serde v1.0.219
34392026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.120 INFO E| Compiling version_check v0.9.5
34402026-05-29T17:49:15.692Z[ helios-setup] May 29 17:49:15.121 INFO E| Compiling serde_json v1.0.140
34412026-05-29T17:49:15.707Z[ helios-setup] May 29 17:49:15.144 INFO E| Compiling ryu v1.0.20
34422026-05-29T17:49:15.724Z[ helios-setup] May 29 17:49:15.161 INFO E| Compiling schemars v0.8.22
34432026-05-29T17:49:15.733Z[ helios-setup] May 29 17:49:15.170 INFO E| Compiling itoa v1.0.15
34442026-05-29T17:49:15.733Z[ helios-setup] May 29 17:49:15.170 INFO E| Compiling ucd-trie v0.1.7
34452026-05-29T17:49:15.736Z[ helios-setup] May 29 17:49:15.170 INFO E| Compiling libc v0.2.172
34462026-05-29T17:49:15.736Z[ helios-setup] May 29 17:49:15.170 INFO E| Compiling static_assertions v1.1.0
34472026-05-29T17:49:15.736Z[ helios-setup] May 29 17:49:15.171 INFO E| Compiling dyn-clone v1.0.19
34482026-05-29T17:49:15.953Z[ helios-setup] May 29 17:49:15.390 INFO E| Compiling paste v1.0.15
34492026-05-29T17:49:16.025Z[ helios-setup] May 29 17:49:15.462 INFO E| Compiling zerocopy v0.8.25
34502026-05-29T17:49:16.199Z[ helios-setup] May 29 17:49:15.636 INFO E| Compiling rustversion v1.0.20
34512026-05-29T17:49:16.249Z[ host-package] Compiling diff v0.1.13
34522026-05-29T17:49:16.492Z[ helios-setup] May 29 17:49:15.928 INFO E| Compiling num-traits v0.2.19
34532026-05-29T17:49:16.537Z[ helios-setup] May 29 17:49:15.974 INFO E| Compiling memoffset v0.9.1
34542026-05-29T17:49:16.608Z[ helios-setup] May 29 17:49:16.045 INFO E| Compiling once_cell v1.21.3
34552026-05-29T17:49:16.632Z[ helios-setup] May 29 17:49:16.069 INFO E| Compiling heck v0.5.0
34562026-05-29T17:49:16.691Z[ helios-setup] May 29 17:49:16.128 INFO E| Compiling unicode-width v0.1.14
34572026-05-29T17:49:16.694Z[ helios-setup] May 29 17:49:16.129 INFO E| Compiling unicode-segmentation v1.12.0
34582026-05-29T17:49:16.706Z[ helios-setup] May 29 17:49:16.142 INFO E| Compiling bitflags v1.3.2
34592026-05-29T17:49:16.719Z[ host-package] Compiling crc8 v0.1.1
34602026-05-29T17:49:16.765Z[ helios-setup] May 29 17:49:16.201 INFO E| Compiling proc-macro-error-attr v1.0.4
34612026-05-29T17:49:16.774Z[ helios-setup] May 29 17:49:16.211 INFO E| Compiling proc-macro-error v1.0.4
34622026-05-29T17:49:16.928Z[ helios-setup] May 29 17:49:16.365 INFO E| Compiling vec_map v0.8.2
34632026-05-29T17:49:17.115Z[ helios-setup] May 29 17:49:16.552 INFO E| Compiling strum v0.27.1
34642026-05-29T17:49:17.211Z[ helios-setup] May 29 17:49:16.648 INFO E| Compiling textwrap v0.11.0
34652026-05-29T17:49:17.262Z[ helios-setup] May 29 17:49:16.699 INFO E| Compiling ansi_term v0.12.1
34662026-05-29T17:49:17.291Z[ helios-setup] May 29 17:49:16.728 INFO E| Compiling unic-char-range v0.9.0
34672026-05-29T17:49:17.319Z[ helios-setup] May 29 17:49:16.756 INFO E| Compiling byteorder v1.5.0
34682026-05-29T17:49:17.345Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34692026-05-29T17:49:17.388Z[ helios-setup] May 29 17:49:16.822 INFO E| Compiling heck v0.3.3
34702026-05-29T17:49:17.391Z[ host-package] Compiling bindgen v0.71.1
34712026-05-29T17:49:17.397Z[ helios-setup] May 29 17:49:16.834 INFO E| Compiling strsim v0.8.0
34722026-05-29T17:49:17.452Z[ helios-setup] May 29 17:49:16.887 INFO E| Compiling fletcher v1.0.0
34732026-05-29T17:49:17.455Z[ host-package] Compiling unicase v2.9.0
34742026-05-29T17:49:17.547Z[ host-package] Compiling regex-syntax v0.6.29
34752026-05-29T17:49:17.552Z[ helios-setup] May 29 17:49:16.989 INFO E| Compiling atty v0.2.14
34762026-05-29T17:49:17.603Z[ helios-setup] May 29 17:49:17.040 INFO E| Compiling unic-common v0.9.0
34772026-05-29T17:49:17.674Z[ helios-setup] May 29 17:49:17.111 INFO E| Compiling clap v2.34.0
34782026-05-29T17:49:17.677Z[ helios-setup] May 29 17:49:17.112 INFO E| Compiling unic-char-property v0.9.0
34792026-05-29T17:49:17.681Z[ helios-setup] May 29 17:49:17.117 INFO E| Compiling log v0.4.27
34802026-05-29T17:49:17.681Z[ helios-setup] May 29 17:49:17.117 INFO E| Compiling lazy_static v1.5.0
34812026-05-29T17:49:17.697Z[ helios-setup] May 29 17:49:17.134 INFO E| Compiling plain v0.2.3
34822026-05-29T17:49:17.729Z[ helios-setup] May 29 17:49:17.166 INFO E| Compiling bytesize v2.0.1
34832026-05-29T17:49:17.797Z[ helios-setup] May 29 17:49:17.225 INFO E| Compiling unic-ucd-version v0.9.0
34842026-05-29T17:49:17.862Z[ helios-setup] May 29 17:49:17.298 INFO E| Compiling unic-ucd-ident v0.9.0
34852026-05-29T17:49:17.939Z[ helios-setup] May 29 17:49:17.375 INFO E| Compiling quote v1.0.40
34862026-05-29T17:49:18.208Z[ helios-setup] May 29 17:49:17.644 INFO E| Compiling syn v2.0.101
34872026-05-29T17:49:18.221Z[ host-package] Compiling typify v0.4.3
34882026-05-29T17:49:18.375Z[ helios-setup] May 29 17:49:17.812 INFO E| Compiling parse_int v0.9.0
34892026-05-29T17:49:18.392Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34902026-05-29T17:49:18.483Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34912026-05-29T17:49:18.562Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34922026-05-29T17:49:18.680Z[ host-package] Compiling diesel v2.3.7
34932026-05-29T17:49:18.945Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34942026-05-29T17:49:19.209Z[ host-package] Compiling cexpr v0.6.0
34952026-05-29T17:49:19.257Z[ host-package] Compiling rustc-hash v2.1.1
34962026-05-29T17:49:19.452Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34972026-05-29T17:49:19.579Z[ host-package] Compiling lalrpop v0.19.12
34982026-05-29T17:49:20.084Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34992026-05-29T17:49:21.101Z[ host-package] Compiling headers-core v0.3.0
35002026-05-29T17:49:21.214Z[ helios-setup] May 29 17:49:20.651 INFO E| Compiling modular-bitfield-impl v0.11.2
35012026-05-29T17:49:21.214Z[ helios-setup] May 29 17:49:20.651 INFO E| Compiling structopt-derive v0.4.18
35022026-05-29T17:49:21.330Z[ helios-setup] May 29 17:49:20.767 INFO E| Compiling serde_derive_internals v0.29.1
35032026-05-29T17:49:21.415Z[ host-package] Compiling git-stub v1.0.0
35042026-05-29T17:49:21.523Z[ host-package] Compiling libxml v0.3.3
35052026-05-29T17:49:21.822Z[ host-package] Compiling git-stub-vcs v0.1.0
35062026-05-29T17:49:21.877Z[ host-package] Compiling headers v0.4.1
35072026-05-29T17:49:22.205Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35082026-05-29T17:49:22.251Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35092026-05-29T17:49:22.346Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35102026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling thiserror-impl v2.0.12
35112026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling serde_derive v1.0.219
35122026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling zerocopy-derive v0.8.25
35132026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling modular-bitfield-impl v0.13.1
35142026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling num-derive v0.4.2
35152026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling strum_macros v0.27.1
35162026-05-29T17:49:22.403Z[ helios-setup] May 29 17:49:21.839 INFO E| Compiling scroll_derive v0.12.1
35172026-05-29T17:49:22.688Z[ helios-setup] May 29 17:49:22.125 INFO E| Compiling schemars_derive v0.8.22
35182026-05-29T17:49:22.816Z[ helios-setup] May 29 17:49:22.253 INFO E| Compiling modular-bitfield v0.11.2
35192026-05-29T17:49:22.833Z[ host-package] Compiling strum_macros v0.24.3
35202026-05-29T17:49:23.107Z[ host-package] Compiling indoc v1.0.9
35212026-05-29T17:49:23.148Z[ helios-setup] May 29 17:49:22.585 INFO E| Compiling structopt v0.3.26
35222026-05-29T17:49:24.210Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35232026-05-29T17:49:24.288Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35242026-05-29T17:49:24.303Z[ helios-setup] May 29 17:49:23.740 INFO E| Compiling scroll v0.12.0
35252026-05-29T17:49:24.430Z[ host-package] Compiling derive_builder v0.20.2
35262026-05-29T17:49:24.649Z[ host-package] Compiling oso-derive v0.27.3
35272026-05-29T17:49:24.682Z[ helios-setup] May 29 17:49:24.118 INFO E| Compiling modular-bitfield v0.13.1
35282026-05-29T17:49:24.745Z[ helios-setup] May 29 17:49:24.175 INFO E| Compiling goblin v0.9.3
35292026-05-29T17:49:24.770Z[ host-package] Compiling quick-xml v0.37.5
35302026-05-29T17:49:24.811Z[ helios-setup] May 29 17:49:24.246 INFO E| Compiling pest v2.8.0
35312026-05-29T17:49:25.490Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35322026-05-29T17:49:25.541Z[ host-package] Compiling openssl-probe v0.1.6
35332026-05-29T17:49:25.544Z[ host-package] Compiling half v1.8.3
35342026-05-29T17:49:25.817Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35352026-05-29T17:49:26.022Z[ host-package] Compiling serde_cbor v0.11.2
35362026-05-29T17:49:26.108Z[ helios-setup] May 29 17:49:25.545 INFO E| Compiling pest_meta v2.8.0
35372026-05-29T17:49:26.285Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35382026-05-29T17:49:26.453Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35392026-05-29T17:49:26.820Z[ helios-setup] May 29 17:49:26.256 INFO E| Compiling pest_generator v2.8.0
35402026-05-29T17:49:26.882Z[ host-package] Compiling bb8 v0.8.6
35412026-05-29T17:49:26.910Z[ host-package] Compiling trait-variant v0.1.2
35422026-05-29T17:49:27.097Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35432026-05-29T17:49:27.330Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35442026-05-29T17:49:27.363Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35452026-05-29T17:49:27.417Z[ host-package] Compiling samael v0.0.19
35462026-05-29T17:49:27.658Z[ host-package] Compiling fxhash v0.2.1
35472026-05-29T17:49:27.741Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35482026-05-29T17:49:27.742Z[ host-package] Compiling salty v0.3.0
35492026-05-29T17:49:27.758Z[ helios-setup] May 29 17:49:27.195 INFO E| Compiling pest_derive v2.8.0
35502026-05-29T17:49:28.078Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35512026-05-29T17:49:28.141Z[ host-package] Compiling progenitor-impl v0.11.2
35522026-05-29T17:49:28.341Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35532026-05-29T17:49:28.509Z[ host-package] Compiling progenitor-impl v0.10.0
35542026-05-29T17:49:28.645Z[ helios-setup] May 29 17:49:28.082 INFO E| Compiling json5 v0.4.1
35552026-05-29T17:49:29.113Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35562026-05-29T17:49:29.230Z[ host-package] Compiling kstat-rs v0.2.4
35572026-05-29T17:49:29.726Z[ host-package] Compiling polar-core v0.27.3
35582026-05-29T17:49:29.847Z[ host-package] Compiling libz-sys v1.1.24
35592026-05-29T17:49:30.067Z[ helios-setup] May 29 17:49:29.504 INFO E| Compiling four-cc v0.4.0
35602026-05-29T17:49:30.067Z[ helios-setup] May 29 17:49:29.504 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35612026-05-29T17:49:30.225Z[ helios-setup] May 29 17:49:29.661 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35622026-05-29T17:49:30.389Z[ host-package] Compiling nonempty v0.12.0
35632026-05-29T17:49:30.642Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35642026-05-29T17:49:30.662Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35652026-05-29T17:49:30.974Z[ host-package] Compiling progenitor-macro v0.11.2
35662026-05-29T17:49:31.157Z[ host-package] Compiling progenitor-macro v0.10.0
35672026-05-29T17:49:34.651Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35682026-05-29T17:49:34.829Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35692026-05-29T17:49:35.150Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35702026-05-29T17:49:35.482Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35712026-05-29T17:49:35.693Z[ host-package] Compiling progenitor-client v0.11.2
35722026-05-29T17:49:35.862Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35732026-05-29T17:49:36.753Z[ host-package] Compiling darling_core v0.23.0
35742026-05-29T17:49:37.025Z[ host-package] Compiling nanorand v0.7.0
35752026-05-29T17:49:37.578Z[ host-package] Compiling arc-swap v1.8.2
35762026-05-29T17:49:38.281Z[ host-package] Compiling parking_lot_core v0.8.6
35772026-05-29T17:49:38.799Z[ host-package] Compiling mime_guess v2.0.5
35782026-05-29T17:49:38.997Z[ host-package] Compiling darling_macro v0.23.0
35792026-05-29T17:49:39.442Z[ host-package] Compiling oso v0.27.3
35802026-05-29T17:49:39.668Z[ host-package] Compiling diesel-dtrace v0.5.0
35812026-05-29T17:49:40.007Z[ host-package] Compiling async-bb8-diesel v0.2.1
35822026-05-29T17:49:40.534Z[ host-package] Compiling slog-scope v4.4.1
35832026-05-29T17:49:41.025Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35842026-05-29T17:49:41.204Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35852026-05-29T17:49:41.366Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35862026-05-29T17:49:43.327Z[ host-package] Compiling flume v0.11.1
35872026-05-29T17:49:43.755Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35882026-05-29T17:49:44.672Z[ helios-setup] May 29 17:49:44.109 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35892026-05-29T17:49:45.852Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35902026-05-29T17:49:46.104Z[ host-package] Compiling progenitor v0.11.2
35912026-05-29T17:49:46.316Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35922026-05-29T17:49:46.361Z[ host-package] Compiling progenitor v0.10.0
35932026-05-29T17:49:46.635Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35942026-05-29T17:49:48.064Z[ host-package] Compiling primeorder v0.13.6
35952026-05-29T17:49:48.393Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35962026-05-29T17:49:48.504Z[ host-package] Compiling instability v0.3.11
35972026-05-29T17:49:48.730Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35982026-05-29T17:49:48.790Z[ helios-setup] May 29 17:49:48.227 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35992026-05-29T17:49:48.852Z[ host-package] Compiling p384 v0.13.1
36002026-05-29T17:49:49.030Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36012026-05-29T17:49:49.857Z[ host-package] Compiling slog-stdlog v4.1.1
36022026-05-29T17:49:50.422Z[ host-package] Compiling darling v0.23.0
36032026-05-29T17:49:50.633Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36042026-05-29T17:49:50.653Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36052026-05-29T17:49:50.780Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36062026-05-29T17:49:51.007Z[ host-package] Compiling ignore v0.4.25
36072026-05-29T17:49:51.072Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36082026-05-29T17:49:51.116Z[ host-package] Compiling castaway v0.2.4
36092026-05-29T17:49:51.283Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36102026-05-29T17:49:51.526Z[ host-package] Compiling atty v0.2.14
36112026-05-29T17:49:51.679Z[ host-package] Compiling http-range v0.1.5
36122026-05-29T17:49:51.768Z[ host-package] Compiling indoc v2.0.7
36132026-05-29T17:49:51.971Z[ host-package] Compiling globwalk v0.9.1
36142026-05-29T17:49:52.042Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36152026-05-29T17:49:52.607Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36162026-05-29T17:49:52.866Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36172026-05-29T17:49:53.062Z[ host-package] Compiling compact_str v0.8.1
36182026-05-29T17:49:53.546Z[ host-package] Compiling parking_lot v0.11.2
36192026-05-29T17:49:54.452Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-05-29T17:49:54.519Z[ host-package] Compiling slog-envlogger v2.2.0
36212026-05-29T17:49:54.975Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36222026-05-29T17:49:55.583Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36232026-05-29T17:49:55.999Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36242026-05-29T17:49:56.521Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36252026-05-29T17:49:56.869Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36262026-05-29T17:49:56.909Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-29T17:49:57.130Z[ host-package] Compiling predicates-tree v1.0.13
36282026-05-29T17:49:57.572Z[ host-package] Compiling unicode-truncate v1.1.0
36292026-05-29T17:49:57.642Z[ host-package] Compiling lru v0.12.5
36302026-05-29T17:49:57.733Z[ host-package] Compiling rand_seeder v0.4.0
36312026-05-29T17:49:57.871Z[ host-package] Compiling prefix-trie v0.7.0
36322026-05-29T17:49:57.922Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-05-29T17:49:57.943Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36342026-05-29T17:49:57.985Z[ host-package] Compiling vergen-git2 v1.0.7
36352026-05-29T17:49:58.024Z[ host-package] Compiling corncobs v0.1.4
36362026-05-29T17:49:58.223Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36372026-05-29T17:49:58.260Z[ host-package] Compiling cassowary v0.3.0
36382026-05-29T17:49:58.358Z[ host-package] Compiling hickory-server v0.25.2
36392026-05-29T17:49:58.386Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36402026-05-29T17:49:58.509Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-29T17:49:58.536Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36422026-05-29T17:49:58.753Z[ host-package] Compiling ratatui v0.29.0
36432026-05-29T17:49:58.930Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-29T17:49:59.298Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36452026-05-29T17:49:59.382Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-05-29T17:49:59.630Z[ host-package] Compiling hyper-staticfile v0.10.1
36472026-05-29T17:49:59.879Z[ host-package] Compiling sled v0.34.7
36482026-05-29T17:50:00.226Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36492026-05-29T17:50:00.445Z[ helios-setup] May 29 17:49:59.881 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.61s
36502026-05-29T17:50:00.480Z[ helios-setup] May 29 17:49:59.917 INFO building project "amd-host-image-builder" ok (46 seconds)
36512026-05-29T17:50:00.480Z[ helios-setup] May 29 17:49:59.917 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36522026-05-29T17:50:00.490Z[ helios-setup] May 29 17:49:59.926 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36532026-05-29T17:50:00.490Z[ helios-setup] May 29 17:49:59.926 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36542026-05-29T17:50:00.490Z[ helios-setup] May 29 17:49:59.926 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36552026-05-29T17:50:00.684Z[ helios-setup] May 29 17:50:00.121 INFO E| Downloading crates ...
36562026-05-29T17:50:00.728Z[ helios-setup] May 29 17:50:00.164 INFO E| Downloaded adler2 v2.0.0
36572026-05-29T17:50:00.738Z[ helios-setup] May 29 17:50:00.175 INFO E| Downloaded miniz_oxide v0.8.8
36582026-05-29T17:50:00.780Z[ helios-setup] May 29 17:50:00.217 INFO E| Compiling adler2 v2.0.0
36592026-05-29T17:50:00.876Z[ helios-setup] May 29 17:50:00.312 INFO E| Compiling miniz_oxide v0.8.8
36602026-05-29T17:50:00.934Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36612026-05-29T17:50:00.983Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-05-29T17:50:02.034Z[ helios-setup] May 29 17:50:01.469 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36632026-05-29T17:50:02.627Z[ helios-setup] May 29 17:50:02.063 INFO E| Finished `release` profile [optimized] target(s) in 2.12s
36642026-05-29T17:50:02.639Z[ helios-setup] May 29 17:50:02.074 INFO building project "pinprick" ok (2 seconds)
36652026-05-29T17:50:02.642Z[ helios-setup] rm -f helios-build
36662026-05-29T17:50:02.642Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36672026-05-29T17:50:02.654Z[ helios-setup]
36682026-05-29T17:50:02.658Z[ helios-setup] Setup complete! ./helios-build is now available.
36692026-05-29T17:50:02.658Z[ helios-setup]
36702026-05-29T17:50:02.659Z[ helios-setup]
36712026-05-29T17:50:02.659Z[ helios-setup] real 2:27.701082440
36722026-05-29T17:50:02.659Z[ helios-setup] user 6:56.192950749
36732026-05-29T17:50:02.659Z[ helios-setup] sys 1:14.402330745
36742026-05-29T17:50:02.659Z[ helios-setup] trap 0.449174832
36752026-05-29T17:50:02.659Z[ helios-setup] tflt 2.590694707
36762026-05-29T17:50:02.659Z[ helios-setup] dflt 5.954838365
36772026-05-29T17:50:02.659Z[ helios-setup] kflt 0.007558565
36782026-05-29T17:50:02.659Z[ helios-setup] lock 30:43.669224404
36792026-05-29T17:50:02.659Z[ helios-setup] slp 29:12.752031611
36802026-05-29T17:50:02.659Z[ helios-setup] lat 3:56.764014936
36812026-05-29T17:50:02.659Z[ helios-setup] stop 1:14.035462526
36822026-05-29T17:50:02.663ZMay 29 17:50:02.095 INFO [helios-setup] process exited with exit status: 0 (147.704370632s)
36832026-05-29T17:50:02.663ZMay 29 17:50:02.095 INFO [helios-record] running task
36842026-05-29T17:50:02.663ZMay 29 17:50:02.096 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36852026-05-29T17:50:02.677ZMay 29 17:50:02.113 DEBG process exited with exit status: 0 (17.617834ms)
36862026-05-29T17:50:02.677ZMay 29 17:50:02.113 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36872026-05-29T17:50:02.680ZMay 29 17:50:02.117 DEBG process exited with exit status: 0 (4.164783ms)
36882026-05-29T17:50:02.683ZMay 29 17:50:02.118 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36892026-05-29T17:50:02.686ZMay 29 17:50:02.122 DEBG process exited with exit status: 0 (4.493363ms)
36902026-05-29T17:50:02.688ZMay 29 17:50:02.122 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36912026-05-29T17:50:02.691ZMay 29 17:50:02.126 DEBG process exited with exit status: 0 (3.917093ms)
36922026-05-29T17:50:02.691ZMay 29 17:50:02.126 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36932026-05-29T17:50:02.694ZMay 29 17:50:02.131 DEBG process exited with exit status: 0 (4.688194ms)
36942026-05-29T17:50:02.694ZMay 29 17:50:02.131 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36952026-05-29T17:50:02.698ZMay 29 17:50:02.135 DEBG process exited with exit status: 0 (3.911663ms)
36962026-05-29T17:50:02.698ZMay 29 17:50:02.135 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36972026-05-29T17:50:02.702ZMay 29 17:50:02.139 DEBG process exited with exit status: 0 (3.974463ms)
36982026-05-29T17:50:02.702ZMay 29 17:50:02.139 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36992026-05-29T17:50:02.706ZMay 29 17:50:02.143 DEBG process exited with exit status: 0 (4.222703ms)
37002026-05-29T17:50:02.706ZMay 29 17:50:02.143 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37012026-05-29T17:50:02.710ZMay 29 17:50:02.147 DEBG process exited with exit status: 0 (4.051553ms)
37022026-05-29T17:50:02.713ZMay 29 17:50:02.147 INFO [helios-record] task succeeded (51.822289ms)
37032026-05-29T17:50:02.881Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37042026-05-29T17:50:03.114Z[ host-package] Compiling secrecy v0.8.0
37052026-05-29T17:50:03.314Z[ host-package] Compiling rustls v0.21.12
37062026-05-29T17:50:03.456Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-05-29T17:50:03.774Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37082026-05-29T17:50:03.837Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37092026-05-29T17:50:04.343Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-29T17:50:04.716Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37112026-05-29T17:50:05.526Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37122026-05-29T17:50:06.395Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37132026-05-29T17:50:06.475Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37142026-05-29T17:50:07.538Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37152026-05-29T17:50:07.583Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37162026-05-29T17:50:07.828Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37172026-05-29T17:50:08.063Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37182026-05-29T17:50:08.296Z[ host-package] Compiling sct v0.7.1
37192026-05-29T17:50:08.582Z[ host-package] Compiling rustls-webpki v0.101.7
37202026-05-29T17:50:08.645Z[ host-package] Compiling nix v0.29.0
37212026-05-29T17:50:09.018Z[ host-package] Compiling dropshot v0.16.7
37222026-05-29T17:50:09.047Z[ host-package] Compiling void v1.0.2
37232026-05-29T17:50:09.203Z[ host-package] Compiling lzss v0.8.2
37242026-05-29T17:50:09.392Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37252026-05-29T17:50:09.593Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37262026-05-29T17:50:10.084Z[ host-package] Compiling illumos-nvpair v0.3.0
37272026-05-29T17:50:10.106Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37282026-05-29T17:50:10.597Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37292026-05-29T17:50:10.619Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37302026-05-29T17:50:11.343Z[ host-package] Compiling tungstenite v0.23.0
37312026-05-29T17:50:12.209Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37322026-05-29T17:50:12.468Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37332026-05-29T17:50:12.703Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-05-29T17:50:12.737Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37352026-05-29T17:50:12.938Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37362026-05-29T17:50:12.973Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37372026-05-29T17:50:13.171Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37382026-05-29T17:50:13.212Z[ host-package] Compiling nix v0.27.1
37392026-05-29T17:50:13.523Z[ host-package] Compiling dropshot_endpoint v0.16.7
37402026-05-29T17:50:13.708Z[ host-package] Compiling serde_bytes v0.11.19
37412026-05-29T17:50:14.008Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37422026-05-29T17:50:14.131Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
37432026-05-29T17:50:14.554Z[ host-package] Compiling tokio-tungstenite v0.23.1
37442026-05-29T17:50:14.939Z[ host-package] Compiling git2 v0.20.4
37452026-05-29T17:50:15.009Z[ host-package] Compiling tokio-rustls v0.24.1
37462026-05-29T17:50:15.295Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37472026-05-29T17:50:17.945Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37482026-05-29T17:50:18.015Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37492026-05-29T17:50:19.766Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37502026-05-29T17:50:20.371Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37512026-05-29T17:50:20.888Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37522026-05-29T17:50:20.945Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37532026-05-29T17:50:21.058Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37542026-05-29T17:50:21.081Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37552026-05-29T17:50:21.290Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37562026-05-29T17:50:21.432Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37572026-05-29T17:50:22.403Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37582026-05-29T17:50:22.571Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37592026-05-29T17:50:23.134Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37602026-05-29T17:50:23.164Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37612026-05-29T17:50:23.282Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37622026-05-29T17:50:24.063Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37632026-05-29T17:50:25.161Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37642026-05-29T17:50:25.336Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37652026-05-29T17:50:25.787Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37662026-05-29T17:50:26.790Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37672026-05-29T17:50:27.054Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37682026-05-29T17:50:27.095Z[ host-package] Compiling rustls-pemfile v1.0.4
37692026-05-29T17:50:27.298Z[ host-package] Compiling signal-hook-tokio v0.3.1
37702026-05-29T17:50:27.514Z[ host-package] Compiling twox-hash v2.1.2
37712026-05-29T17:50:27.544Z[ host-package] Compiling yasna v0.5.2
37722026-05-29T17:50:27.597Z[ host-package] Compiling is_ci v1.2.0
37732026-05-29T17:50:27.761Z[ host-package] Compiling supports-color v3.0.2
37742026-05-29T17:50:27.814Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37752026-05-29T17:50:28.122Z[ host-package] Compiling rcgen v0.12.1
37762026-05-29T17:50:29.456Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37772026-05-29T17:50:29.817Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37782026-05-29T17:50:30.155Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37792026-05-29T17:50:30.192Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37802026-05-29T17:50:30.871Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37812026-05-29T17:50:31.584Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37822026-05-29T17:50:31.979Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37832026-05-29T17:50:32.638Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37842026-05-29T17:50:32.820Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37852026-05-29T17:50:33.049Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37862026-05-29T17:50:33.291Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37872026-05-29T17:50:33.543Z[ host-package] Compiling fatfs v0.3.6
37882026-05-29T17:50:34.793Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37892026-05-29T17:50:35.092Z[ host-package] Compiling subprocess v0.2.15
37902026-05-29T17:50:35.900Z[ host-package] Compiling rtoolbox v0.0.3
37912026-05-29T17:50:36.275Z[ host-package] Compiling seq-macro v0.3.6
37922026-05-29T17:50:36.410Z[ host-package] Compiling assert_matches v1.5.0
37932026-05-29T17:50:36.526Z[ host-package] Compiling rpassword v7.4.0
37942026-05-29T17:50:36.778Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37952026-05-29T17:50:36.882Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37962026-05-29T17:50:37.277Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37972026-05-29T17:50:37.422Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37982026-05-29T17:50:37.491Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37992026-05-29T17:50:38.456Z[ host-package] Compiling tui-tree-widget v0.23.1
38002026-05-29T17:50:38.752Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38012026-05-29T17:50:38.916Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38022026-05-29T17:50:39.455Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38032026-05-29T17:50:39.694Z[ host-package] Compiling uzers v0.12.2
38042026-05-29T17:50:39.927Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38052026-05-29T17:50:41.156Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38062026-05-29T17:50:42.182Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38072026-05-29T17:50:42.210Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38082026-05-29T17:50:45.060Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38092026-05-29T17:50:46.532Z[ host-package] Compiling support-bundle-viewer v0.1.2
38102026-05-29T17:50:48.465Z[ host-package] Compiling multimap v0.10.1
38112026-05-29T17:50:53.323Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38122026-05-29T17:51:08.287Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38132026-05-29T17:51:10.671Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38142026-05-29T17:57:04.134Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 37s
38152026-05-29T17:57:49.493ZMay 29 17:57:48.926 INFO [host-package] process exited with exit status: 0 (563.040673397s)
38162026-05-29T17:57:49.493ZMay 29 17:57:48.926 INFO [host-stamp] running task
38172026-05-29T17:57:49.496ZMay 29 17:57:48.926 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38182026-05-29T17:57:49.496ZMay 29 17:57:48.926 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+gitd7de080122e
38192026-05-29T17:57:49.496ZMay 29 17:57:48.927 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+gitd7de080122e
38202026-05-29T17:57:49.496ZMay 29 17:57:48.927 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+gitd7de080122e
38212026-05-29T17:57:49.496ZMay 29 17:57:48.927 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+gitd7de080122e
38222026-05-29T17:57:49.496ZMay 29 17:57:48.928 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+gitd7de080122e
38232026-05-29T17:57:49.497ZMay 29 17:57:48.928 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+gitd7de080122e
38242026-05-29T17:57:49.497ZMay 29 17:57:48.928 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+gitd7de080122e
38252026-05-29T17:57:49.497ZMay 29 17:57:48.928 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+gitd7de080122e
38262026-05-29T17:57:49.508Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38272026-05-29T17:57:49.520Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38282026-05-29T17:57:49.520Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-05-29T17:57:49.520Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38302026-05-29T17:57:49.520Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38312026-05-29T17:57:49.520Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-05-29T17:57:49.521Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-05-29T17:57:49.521Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-05-29T17:57:49.521Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38352026-05-29T17:57:49.521Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38362026-05-29T17:57:49.521ZMay 29 17:57:48.945 INFO [stamp-overlay] process exited with exit status: 0 (17.403423ms)
38372026-05-29T17:57:49.521Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38382026-05-29T17:57:49.529ZMay 29 17:57:48.952 INFO [stamp-oxlog] process exited with exit status: 0 (24.880939ms)
38392026-05-29T17:57:49.542Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38402026-05-29T17:57:49.545ZMay 29 17:57:48.979 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.215378ms)
38412026-05-29T17:57:49.554Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38422026-05-29T17:57:49.558ZMay 29 17:57:48.991 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (62.559057ms)
38432026-05-29T17:57:49.662Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38442026-05-29T17:57:49.665ZMay 29 17:57:49.098 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.301668ms)
38452026-05-29T17:57:50.032Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38462026-05-29T17:57:50.035ZMay 29 17:57:49.468 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (541.039858ms)
38472026-05-29T17:57:50.097Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38482026-05-29T17:57:50.101ZMay 29 17:57:49.533 INFO [stamp-propolis-server] process exited with exit status: 0 (605.820296ms)
38492026-05-29T17:57:50.555Z[recovery-package] Compiling newtype-uuid v1.3.2
38502026-05-29T17:57:50.792Z[recovery-package] Compiling daft v0.1.7
38512026-05-29T17:57:51.010Z[recovery-package] Compiling iddqd v0.4.1
38522026-05-29T17:57:51.950Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38532026-05-29T17:57:52.211Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38542026-05-29T17:57:52.211Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38552026-05-29T17:57:52.214Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38562026-05-29T17:57:52.214Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38572026-05-29T17:57:52.215Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38582026-05-29T17:57:52.215Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38592026-05-29T17:57:52.215Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38602026-05-29T17:57:52.215Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38612026-05-29T17:57:52.319Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38622026-05-29T17:57:52.527Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38632026-05-29T17:57:52.603Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38642026-05-29T17:57:52.721Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38652026-05-29T17:57:55.220Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38662026-05-29T17:57:55.224ZMay 29 17:57:54.657 INFO [stamp-switch-asic] process exited with exit status: 0 (5.730621196s)
38672026-05-29T17:57:55.224ZMay 29 17:57:54.657 INFO [host-stamp] task succeeded (5.731514227s)
38682026-05-29T17:57:55.224ZMay 29 17:57:54.657 INFO [host-proto] running task
38692026-05-29T17:57:55.585ZMay 29 17:57:55.018 INFO [host-proto] task succeeded (360.546331ms)
38702026-05-29T17:57:55.585ZMay 29 17:57:55.018 INFO [host-profile] running task
38712026-05-29T17:57:55.588ZMay 29 17:57:55.018 INFO [host-profile] task succeeded (210.211µs)
38722026-05-29T17:57:55.588ZMay 29 17:57:55.018 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.40.479' -P /tmp/.tmp6JiiRM/proto/host/root -N 'ci d7de080/${os_short_commit} 2026-05-29 17:47' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38732026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO Checking files for board 'gimlet'
38742026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38752026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38762026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO Checking files for board 'cosmo-mbist-noaggr'
38772026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38782026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO Checking files for board 'cosmo'
38792026-05-29T17:57:55.592Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38802026-05-29T17:57:55.596Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38812026-05-29T17:57:55.596Z[ host-image] May 29 17:57:55.024 INFO Checking files for board 'cosmo-mbist'
38822026-05-29T17:57:55.596Z[ host-image] May 29 17:57:55.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38832026-05-29T17:57:55.600Z[ host-image] May 29 17:57:55.033 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp6JiiRM/proto/host/root"
38842026-05-29T17:57:55.600Z[ host-image] May 29 17:57:55.033 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38852026-05-29T17:57:55.603Z[ host-image] May 29 17:57:55.033 INFO image builder template: ramdisk-01-os...
38862026-05-29T17:57:55.603Z[ host-image] May 29 17:57:55.033 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/.tmp6JiiRM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38872026-05-29T17:57:55.613Z[ host-image] May 29 17:57:55.046 INFO O| May 29 17:57:55.045 INFO CREATE DATASET: rpool/images/build/host/output
38882026-05-29T17:57:56.898Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38892026-05-29T17:57:56.898Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38902026-05-29T17:57:56.899Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38912026-05-29T17:57:56.902Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38922026-05-29T17:57:56.903Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38932026-05-29T17:57:57.605Z[ host-image] May 29 17:57:57.038 INFO O| May 29 17:57:57.037 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38942026-05-29T17:57:57.609Z[ host-image] May 29 17:57:57.041 INFO O| May 29 17:57:57.041 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-05-29T17:57:57.807Z[ host-image] May 29 17:57:57.239 INFO O| May 29 17:57:57.239 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38962026-05-29T17:57:57.854Z[ host-image] May 29 17:57:57.286 INFO O| May 29 17:57:57.286 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38972026-05-29T17:57:57.854Z[ host-image] May 29 17:57:57.286 INFO O| May 29 17:57:57.286 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38982026-05-29T17:57:57.857Z[ host-image] May 29 17:57:57.286 INFO O| May 29 17:57:57.286 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38992026-05-29T17:57:57.857Z[ host-image] May 29 17:57:57.286 INFO O| May 29 17:57:57.286 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39002026-05-29T17:57:57.860Z[ host-image] May 29 17:57:57.293 INFO O| May 29 17:57:57.293 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39012026-05-29T17:57:58.059Z[ host-image] May 29 17:57:57.492 INFO O| May 29 17:57:57.491 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-05-29T17:57:58.067Z[ host-image] May 29 17:57:57.500 INFO O| May 29 17:57:57.500 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39032026-05-29T17:57:58.358Z[ host-image] May 29 17:57:57.790 INFO O| May 29 17:57:57.790 INFO O| Caching catalogs ... Done
39042026-05-29T17:57:58.425Z[ host-image] May 29 17:57:57.857 INFO O| May 29 17:57:57.857 INFO STEP 0 (pkg_image_create) COMPLETE
39052026-05-29T17:57:58.425Z[ host-image] May 29 17:57:57.857 INFO O| May 29 17:57:57.857 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-05-29T17:57:58.431Z[ host-image] May 29 17:57:57.864 INFO O| May 29 17:57:57.864 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
39072026-05-29T17:57:58.686Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO STEP 1 (pkg_set_publisher) COMPLETE
39082026-05-29T17:57:58.686Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-05-29T17:57:58.686Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO skip step because feature "publisher_1_name" is not enabled
39102026-05-29T17:57:58.689Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-05-29T17:57:58.689Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO skip step because feature "publisher_2_name" is not enabled
39122026-05-29T17:57:58.689Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-05-29T17:57:58.689Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO skip step because feature "publisher_3_name" is not enabled
39142026-05-29T17:57:58.689Z[ host-image] May 29 17:57:58.118 INFO O| May 29 17:57:58.118 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-05-29T17:57:58.944Z[ host-image] May 29 17:57:58.376 INFO O| May 29 17:57:58.376 INFO variant opensolaris.zone is already global
39162026-05-29T17:57:58.944Z[ host-image] May 29 17:57:58.376 INFO O| May 29 17:57:58.376 INFO STEP 5 (pkg_change_variant) COMPLETE
39172026-05-29T17:57:58.947Z[ host-image] May 29 17:57:58.376 INFO O| May 29 17:57:58.376 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-05-29T17:57:59.195Z[ host-image] May 29 17:57:58.627 INFO O| May 29 17:57:58.627 INFO variant opensolaris.imagetype is full; changing to partial
39192026-05-29T17:57:59.195Z[ host-image] May 29 17:57:58.628 INFO O| May 29 17:57:58.627 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39202026-05-29T17:57:59.713Z[ host-image] May 29 17:57:59.145 INFO O| May 29 17:57:59.145 INFO O| Startup: Refreshing catalog 'helios' ... Done
39212026-05-29T17:57:59.783Z[ host-image] May 29 17:57:59.216 INFO O| May 29 17:57:59.215 INFO O| Startup: Caching catalogs ... Done
39222026-05-29T17:57:59.787Z[ host-image] May 29 17:57:59.219 INFO O| May 29 17:57:59.219 INFO O| Planning: Planning completed in 0.00 seconds
39232026-05-29T17:57:59.790Z[ host-image] May 29 17:57:59.219 INFO O| May 29 17:57:59.219 INFO O| Planning: Consolidating action changes ... Done
39242026-05-29T17:57:59.790Z[ host-image] May 29 17:57:59.219 INFO O| May 29 17:57:59.219 INFO O| Planning: Evaluating mediators ... Done
39252026-05-29T17:57:59.790Z[ host-image] May 29 17:57:59.220 INFO O| May 29 17:57:59.220 INFO O| Planning: Planning completed in 0.00 seconds
39262026-05-29T17:57:59.790Z[ host-image] May 29 17:57:59.220 INFO O| May 29 17:57:59.220 INFO O| Variants/Facets to change: 1
39272026-05-29T17:57:59.796Z[ host-image] May 29 17:57:59.229 INFO O| May 29 17:57:59.229 INFO O| Finalize: Updating package state database ... Done
39282026-05-29T17:57:59.800Z[ host-image] May 29 17:57:59.229 INFO O| May 29 17:57:59.229 INFO O| Finalize: Updating package cache ... Done
39292026-05-29T17:57:59.809Z[ host-image] May 29 17:57:59.241 INFO O| May 29 17:57:59.241 INFO O| Finalize: Updating image state ... Done
39302026-05-29T17:57:59.812Z[ host-image] May 29 17:57:59.243 INFO O| May 29 17:57:59.243 INFO O| Finalize: Creating fast lookup database ... Done
39312026-05-29T17:57:59.812Z[ host-image] May 29 17:57:59.244 INFO O| May 29 17:57:59.244 INFO O| Finalize: Reading search index ... Done
39322026-05-29T17:57:59.812Z[ host-image] May 29 17:57:59.244 INFO O| May 29 17:57:59.244 INFO O| Finalize: Updating search index ... Done
39332026-05-29T17:57:59.812Z[ host-image] May 29 17:57:59.244 INFO O| May 29 17:57:59.244 INFO O| Finalize: Updating package cache ... Done
39342026-05-29T17:57:59.887Z[ host-image] May 29 17:57:59.319 INFO O| May 29 17:57:59.319 INFO STEP 6 (pkg_change_variant) COMPLETE
39352026-05-29T17:57:59.887Z[ host-image] May 29 17:57:59.319 INFO O| May 29 17:57:59.319 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-05-29T17:57:59.887Z[ host-image] May 29 17:57:59.319 INFO O| May 29 17:57:59.319 INFO skip step because feature "debug_variant" is not enabled
39372026-05-29T17:57:59.887Z[ host-image] May 29 17:57:59.319 INFO O| May 29 17:57:59.319 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-05-29T17:58:00.148Z[ host-image] May 29 17:57:59.580 INFO O| May 29 17:57:59.580 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39392026-05-29T17:58:00.653Z[ host-image] May 29 17:58:00.085 INFO O| May 29 17:58:00.085 INFO O| Startup: Refreshing catalog 'helios' ... Done
39402026-05-29T17:58:00.722Z[ host-image] May 29 17:58:00.154 INFO O| May 29 17:58:00.154 INFO O| Startup: Caching catalogs ... Done
39412026-05-29T17:58:00.725Z[ host-image] May 29 17:58:00.157 INFO O| May 29 17:58:00.157 INFO O| Planning: Planning completed in 0.00 seconds
39422026-05-29T17:58:00.725Z[ host-image] May 29 17:58:00.158 INFO O| May 29 17:58:00.158 INFO O| Planning: Consolidating action changes ... Done
39432026-05-29T17:58:00.725Z[ host-image] May 29 17:58:00.158 INFO O| May 29 17:58:00.158 INFO O| Planning: Evaluating mediators ... Done
39442026-05-29T17:58:00.725Z[ host-image] May 29 17:58:00.158 INFO O| May 29 17:58:00.158 INFO O| Planning: Planning completed in 0.00 seconds
39452026-05-29T17:58:00.730Z[ host-image] May 29 17:58:00.158 INFO O| May 29 17:58:00.158 INFO O| Variants/Facets to change: 1
39462026-05-29T17:58:00.734Z[ host-image] May 29 17:58:00.167 INFO O| May 29 17:58:00.167 INFO O| Finalize: Updating package state database ... Done
39472026-05-29T17:58:00.737Z[ host-image] May 29 17:58:00.167 INFO O| May 29 17:58:00.167 INFO O| Finalize: Updating package cache ... Done
39482026-05-29T17:58:00.748Z[ host-image] May 29 17:58:00.180 INFO O| May 29 17:58:00.180 INFO O| Finalize: Updating image state ... Done
39492026-05-29T17:58:00.752Z[ host-image] May 29 17:58:00.182 INFO O| May 29 17:58:00.182 INFO O| Finalize: Creating fast lookup database ... Done
39502026-05-29T17:58:00.752Z[ host-image] May 29 17:58:00.182 INFO O| May 29 17:58:00.182 INFO O| Finalize: Reading search index ... Done
39512026-05-29T17:58:00.752Z[ host-image] May 29 17:58:00.182 INFO O| May 29 17:58:00.182 INFO O| Finalize: Updating search index ... Done
39522026-05-29T17:58:00.752Z[ host-image] May 29 17:58:00.183 INFO O| May 29 17:58:00.183 INFO O| Finalize: Updating package cache ... Done
39532026-05-29T17:58:00.825Z[ host-image] May 29 17:58:00.254 INFO O| May 29 17:58:00.254 INFO STEP 8 (pkg_change_facet) COMPLETE
39542026-05-29T17:58:00.825Z[ host-image] May 29 17:58:00.255 INFO O| May 29 17:58:00.254 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-05-29T17:58:00.828Z[ host-image] May 29 17:58:00.255 INFO O| May 29 17:58:00.254 INFO skip step because feature "recovery" is not enabled
39562026-05-29T17:58:00.828Z[ host-image] May 29 17:58:00.255 INFO O| May 29 17:58:00.254 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-05-29T17:58:00.828Z[ host-image] May 29 17:58:00.255 INFO O| May 29 17:58:00.254 INFO skip step because feature "recovery" is not enabled
39582026-05-29T17:58:00.828Z[ host-image] May 29 17:58:00.255 INFO O| May 29 17:58:00.254 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-05-29T17:58:00.831Z[ host-image] May 29 17:58:00.262 INFO O| May 29 17:58:00.262 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
39602026-05-29T17:58:01.324Z[ host-image] May 29 17:58:00.756 INFO O| May 29 17:58:00.756 INFO O| Startup: Refreshing catalog 'helios' ... Done
39612026-05-29T17:58:01.393Z[ host-image] May 29 17:58:00.825 INFO O| May 29 17:58:00.825 INFO O| Startup: Caching catalogs ... Done
39622026-05-29T17:58:01.632Z[ host-image] May 29 17:58:01.064 INFO O| May 29 17:58:01.064 INFO O| Planning: Solver setup ... Done
39632026-05-29T17:58:01.640Z[ host-image] May 29 17:58:01.073 INFO O| May 29 17:58:01.072 INFO O| Planning: Running solver ... Done
39642026-05-29T17:58:01.645Z[ host-image] May 29 17:58:01.078 INFO O| May 29 17:58:01.078 INFO O| Planning: Finding local manifests ... Done
39652026-05-29T17:58:01.662Z[ host-image] May 29 17:58:01.094 INFO O| May 29 17:58:01.094 INFO O| Planning: Fetching manifests: 0/127 0% complete
39662026-05-29T17:58:03.177Z[ host-image] May 29 17:58:02.609 INFO O| May 29 17:58:02.609 INFO O| Planning: Fetching manifests: 127/127 100% complete
39672026-05-29T17:58:03.570Z[ host-image] May 29 17:58:03.002 INFO O| May 29 17:58:03.002 INFO O| Planning: Package planning ... Done
39682026-05-29T17:58:03.876Z[ host-image] May 29 17:58:03.308 INFO O| May 29 17:58:03.308 INFO O| Planning: Merging actions ... Done
39692026-05-29T17:58:03.974Z[ host-image] May 29 17:58:03.406 INFO O| May 29 17:58:03.406 INFO O| Planning: Checking for conflicting actions ... Done
39702026-05-29T17:58:04.072Z[ host-image] May 29 17:58:03.504 INFO O| May 29 17:58:03.504 INFO O| Planning: Consolidating action changes ... Done
39712026-05-29T17:58:04.234Z[ host-image] May 29 17:58:03.666 INFO O| May 29 17:58:03.666 INFO O| Planning: Evaluating mediators ... Done
39722026-05-29T17:58:04.713Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39732026-05-29T17:58:05.576Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39742026-05-29T17:58:05.612Z[ host-image] May 29 17:58:05.044 INFO O| May 29 17:58:05.044 INFO O| Planning: Planning completed in 4.22 seconds
39752026-05-29T17:58:05.615Z[ host-image] May 29 17:58:05.046 INFO O| May 29 17:58:05.046 INFO O| Packages to install: 127
39762026-05-29T17:58:05.615Z[ host-image] May 29 17:58:05.046 INFO O| May 29 17:58:05.046 INFO O| Mediators to change: 5
39772026-05-29T17:58:05.615Z[ host-image] May 29 17:58:05.046 INFO O| May 29 17:58:05.046 INFO O| Services to change: 6
39782026-05-29T17:58:05.642Z[ host-image] May 29 17:58:05.074 INFO O| May 29 17:58:05.074 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
39792026-05-29T17:58:07.850Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39802026-05-29T17:58:07.851Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39812026-05-29T17:58:08.888Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39822026-05-29T17:58:09.491Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39832026-05-29T17:58:10.759Z[ host-image] May 29 17:58:10.191 INFO O| May 29 17:58:10.191 INFO O| Download: 1595/23754 items 9.6/222.1MB 4% complete (2.3M/s)
39842026-05-29T17:58:15.824Z[ host-image] May 29 17:58:15.256 INFO O| May 29 17:58:15.256 INFO O| Download: 1921/23754 items 21.2/222.1MB 9% complete (2.1M/s)
39852026-05-29T17:58:20.824Z[ host-image] May 29 17:58:20.257 INFO O| May 29 17:58:20.257 INFO O| Download: 3075/23754 items 33.4/222.1MB 15% complete (2.4M/s)
39862026-05-29T17:58:21.846Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.21s
39872026-05-29T17:58:24.011ZMay 29 17:58:23.443 INFO [recovery-package] process exited with exit status: 0 (34.517469599s)
39882026-05-29T17:58:24.011ZMay 29 17:58:23.443 INFO [recovery-stamp] running task
39892026-05-29T17:58:24.015ZMay 29 17:58:23.444 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39902026-05-29T17:58:24.015ZMay 29 17:58:23.444 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+gitd7de080122e
39912026-05-29T17:58:24.015ZMay 29 17:58:23.444 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitd7de080122e
39922026-05-29T17:58:24.021Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39932026-05-29T17:58:24.024Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39942026-05-29T17:58:24.151Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39952026-05-29T17:58:24.155ZMay 29 17:58:23.587 INFO [stamp-installinator] process exited with exit status: 0 (143.182758ms)
39962026-05-29T17:58:24.199Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39972026-05-29T17:58:24.202ZMay 29 17:58:23.635 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (190.937824ms)
39982026-05-29T17:58:24.202ZMay 29 17:58:23.635 INFO [recovery-stamp] task succeeded (191.152735ms)
39992026-05-29T17:58:24.202ZMay 29 17:58:23.635 INFO [recovery-proto] running task
40002026-05-29T17:58:24.202ZMay 29 17:58:23.635 INFO [tuf-stamp] running task
40012026-05-29T17:58:24.205ZMay 29 17:58:23.635 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+gitd7de080122e
40022026-05-29T17:58:24.205ZMay 29 17:58:23.636 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+gitd7de080122e
40032026-05-29T17:58:24.205ZMay 29 17:58:23.636 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+gitd7de080122e
40042026-05-29T17:58:24.205ZMay 29 17:58:23.636 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+gitd7de080122e
40052026-05-29T17:58:24.205ZMay 29 17:58:23.637 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+gitd7de080122e
40062026-05-29T17:58:24.206ZMay 29 17:58:23.637 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+gitd7de080122e
40072026-05-29T17:58:24.206ZMay 29 17:58:23.637 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+gitd7de080122e
40082026-05-29T17:58:24.206ZMay 29 17:58:23.637 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+gitd7de080122e
40092026-05-29T17:58:24.209ZMay 29 17:58:23.638 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+gitd7de080122e
40102026-05-29T17:58:24.209ZMay 29 17:58:23.638 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+gitd7de080122e
40112026-05-29T17:58:24.209ZMay 29 17:58:23.638 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+gitd7de080122e
40122026-05-29T17:58:24.209ZMay 29 17:58:23.639 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+gitd7de080122e
40132026-05-29T17:58:24.215Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-05-29T17:58:24.218Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-05-29T17:58:24.218Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-05-29T17:58:24.219Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-05-29T17:58:24.219Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-05-29T17:58:24.219Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-05-29T17:58:24.219Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-05-29T17:58:24.219Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-05-29T17:58:24.219Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-05-29T17:58:24.219Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-05-29T17:58:24.219Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-05-29T17:58:24.222Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-05-29T17:58:24.264Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40262026-05-29T17:58:24.268ZMay 29 17:58:23.701 INFO [stamp-probe] process exited with exit status: 0 (64.637288ms)
40272026-05-29T17:58:24.327ZMay 29 17:58:23.759 INFO [recovery-proto] task succeeded (124.614214ms)
40282026-05-29T17:58:24.330ZMay 29 17:58:23.760 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.40.479' -P /tmp/.tmp6JiiRM/proto/recovery/root -N 'recovery d7de080/${os_short_commit} 2026-05-29 17:47' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40292026-05-29T17:58:24.333Z[ recovery-image] May 29 17:58:23.766 INFO Checking files for board 'cosmo'
40302026-05-29T17:58:24.333Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40312026-05-29T17:58:24.333Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40322026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO Checking files for board 'cosmo-mbist-noaggr'
40332026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40342026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO Checking files for board 'cosmo-mbist'
40352026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40362026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO Checking files for board 'gimlet'
40372026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40382026-05-29T17:58:24.336Z[ recovery-image] May 29 17:58:23.766 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40392026-05-29T17:58:24.342Z[ recovery-image] May 29 17:58:23.775 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp6JiiRM/proto/recovery/root"
40402026-05-29T17:58:24.345Z[ recovery-image] May 29 17:58:23.775 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40412026-05-29T17:58:24.345Z[ recovery-image] May 29 17:58:23.775 INFO image builder template: ramdisk-01-os...
40422026-05-29T17:58:24.345Z[ recovery-image] May 29 17:58:23.775 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/.tmp6JiiRM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40432026-05-29T17:58:24.358Z[ recovery-image] May 29 17:58:23.791 INFO O| May 29 17:58:23.791 INFO CREATE DATASET: rpool/images/build/recovery/output
40442026-05-29T17:58:24.636Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
40452026-05-29T17:58:24.674Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40462026-05-29T17:58:24.688Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40472026-05-29T17:58:24.692ZMay 29 17:58:24.125 INFO [stamp-ntp] process exited with exit status: 0 (488.462717ms)
40482026-05-29T17:58:24.725Z[ recovery-image] May 29 17:58:24.158 INFO O| May 29 17:58:24.158 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40492026-05-29T17:58:24.729Z[ recovery-image] May 29 17:58:24.161 INFO O| May 29 17:58:24.161 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40502026-05-29T17:58:24.856Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40512026-05-29T17:58:24.861ZMay 29 17:58:24.293 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (654.607332ms)
40522026-05-29T17:58:24.945Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40532026-05-29T17:58:24.949ZMay 29 17:58:24.381 INFO [stamp-external-dns] process exited with exit status: 0 (745.118491ms)
40542026-05-29T17:58:24.978Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40552026-05-29T17:58:24.985ZMay 29 17:58:24.417 INFO [stamp-internal-dns] process exited with exit status: 0 (781.038198ms)
40562026-05-29T17:58:25.109Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40572026-05-29T17:58:25.112ZMay 29 17:58:24.545 INFO [stamp-crucible-zone] process exited with exit status: 0 (906.942013ms)
40582026-05-29T17:58:25.239Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40592026-05-29T17:58:25.243ZMay 29 17:58:24.676 INFO [stamp-oximeter] process exited with exit status: 0 (1.038340232s)
40602026-05-29T17:58:25.359Z[ recovery-image] May 29 17:58:24.791 INFO O| May 29 17:58:24.791 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40612026-05-29T17:58:25.553Z[ recovery-image] May 29 17:58:24.986 INFO O| May 29 17:58:24.986 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40622026-05-29T17:58:25.553Z[ recovery-image] May 29 17:58:24.986 INFO O| May 29 17:58:24.986 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40632026-05-29T17:58:25.556Z[ recovery-image] May 29 17:58:24.986 INFO O| May 29 17:58:24.986 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40642026-05-29T17:58:25.556Z[ recovery-image] May 29 17:58:24.986 INFO O| May 29 17:58:24.986 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40652026-05-29T17:58:25.559Z[ recovery-image] May 29 17:58:24.991 INFO O| May 29 17:58:24.991 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40662026-05-29T17:58:26.356Z[ host-image] May 29 17:58:25.788 INFO O| May 29 17:58:25.788 INFO O| Download: 4964/23754 items 43.8/222.1MB 19% complete (2.3M/s)
40672026-05-29T17:58:26.813Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40682026-05-29T17:58:26.817ZMay 29 17:58:26.249 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.610677706s)
40692026-05-29T17:58:27.408Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40702026-05-29T17:58:27.412ZMay 29 17:58:26.845 INFO [stamp-nexus] process exited with exit status: 0 (3.209421396s)
40712026-05-29T17:58:28.159Z[ recovery-image] May 29 17:58:27.591 INFO O| May 29 17:58:27.591 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40722026-05-29T17:58:28.167Z[ recovery-image] May 29 17:58:27.599 INFO O| May 29 17:58:27.599 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40732026-05-29T17:58:28.429Z[ recovery-image] May 29 17:58:27.861 INFO O| May 29 17:58:27.861 INFO O| Caching catalogs ... Done
40742026-05-29T17:58:28.495Z[ recovery-image] May 29 17:58:27.927 INFO O| May 29 17:58:27.927 INFO STEP 0 (pkg_image_create) COMPLETE
40752026-05-29T17:58:28.495Z[ recovery-image] May 29 17:58:27.927 INFO O| May 29 17:58:27.927 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-05-29T17:58:28.503Z[ recovery-image] May 29 17:58:27.935 INFO O| May 29 17:58:27.935 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
40772026-05-29T17:58:28.699Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40782026-05-29T17:58:28.703ZMay 29 17:58:28.135 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.498380477s)
40792026-05-29T17:58:28.770Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO STEP 1 (pkg_set_publisher) COMPLETE
40802026-05-29T17:58:28.770Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812026-05-29T17:58:28.770Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO skip step because feature "publisher_1_name" is not enabled
40822026-05-29T17:58:28.774Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40832026-05-29T17:58:28.774Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO skip step because feature "publisher_2_name" is not enabled
40842026-05-29T17:58:28.774Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40852026-05-29T17:58:28.774Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO skip step because feature "publisher_3_name" is not enabled
40862026-05-29T17:58:28.775Z[ recovery-image] May 29 17:58:28.201 INFO O| May 29 17:58:28.201 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40872026-05-29T17:58:28.911Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40882026-05-29T17:58:28.916ZMay 29 17:58:28.348 INFO [stamp-clickhouse] process exited with exit status: 0 (4.710364067s)
40892026-05-29T17:58:28.934Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40902026-05-29T17:58:28.937ZMay 29 17:58:28.370 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.732813273s)
40912026-05-29T17:58:28.937ZMay 29 17:58:28.370 INFO [tuf-stamp] task succeeded (4.735455755s)
40922026-05-29T17:58:28.976Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40932026-05-29T17:58:29.035Z[ recovery-image] May 29 17:58:28.468 INFO O| May 29 17:58:28.467 INFO variant opensolaris.zone is already global
40942026-05-29T17:58:29.035Z[ recovery-image] May 29 17:58:28.468 INFO O| May 29 17:58:28.467 INFO STEP 5 (pkg_change_variant) COMPLETE
40952026-05-29T17:58:29.039Z[ recovery-image] May 29 17:58:28.468 INFO O| May 29 17:58:28.467 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962026-05-29T17:58:29.201Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40972026-05-29T17:58:29.226Z[verify-libraries] Compiling stacker v0.1.23
40982026-05-29T17:58:29.226Z[verify-libraries] Compiling cfg_aliases v0.1.1
40992026-05-29T17:58:29.265Z[verify-libraries] Compiling home v0.5.12
41002026-05-29T17:58:29.270Z[verify-libraries] Compiling nibble_vec v0.1.0
41012026-05-29T17:58:29.270Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41022026-05-29T17:58:29.299Z[ recovery-image] May 29 17:58:28.731 INFO O| May 29 17:58:28.731 INFO variant opensolaris.imagetype is full; changing to partial
41032026-05-29T17:58:29.299Z[ recovery-image] May 29 17:58:28.731 INFO O| May 29 17:58:28.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41042026-05-29T17:58:29.329Z[verify-libraries] Compiling endian-type v0.1.2
41052026-05-29T17:58:29.348Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41062026-05-29T17:58:29.367Z[verify-libraries] Compiling nix v0.28.0
41072026-05-29T17:58:29.386Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41082026-05-29T17:58:29.390Z[verify-libraries] Compiling winnow v0.6.26
41092026-05-29T17:58:29.427Z[verify-libraries] Compiling unicode_categories v0.1.1
41102026-05-29T17:58:29.453Z[verify-libraries] Compiling radix_trie v0.2.1
41112026-05-29T17:58:29.475Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41122026-05-29T17:58:29.544Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41132026-05-29T17:58:29.572Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41142026-05-29T17:58:29.596Z[verify-libraries] Compiling polyval v0.6.2
41152026-05-29T17:58:29.619Z[verify-libraries] Compiling ctr v0.9.2
41162026-05-29T17:58:29.646Z[verify-libraries] Compiling colored v2.2.0
41172026-05-29T17:58:29.646Z[verify-libraries] Compiling blowfish v0.9.1
41182026-05-29T17:58:29.691Z[verify-libraries] Compiling ssh-encoding v0.2.0
41192026-05-29T17:58:29.761Z[verify-libraries] Compiling password-hash v0.4.2
41202026-05-29T17:58:29.853Z[verify-libraries] Compiling ghash v0.5.1
41212026-05-29T17:58:29.896Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41222026-05-29T17:58:29.920Z[verify-libraries] Compiling petname v2.0.2
41232026-05-29T17:58:29.941Z[verify-libraries] Compiling psm v0.1.30
41242026-05-29T17:58:29.961Z[verify-libraries] Compiling p521 v0.13.3
41252026-05-29T17:58:29.961Z[verify-libraries] Compiling p256 v0.13.2
41262026-05-29T17:58:30.004Z[verify-libraries] Compiling aes-gcm v0.10.3
41272026-05-29T17:58:30.004Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41282026-05-29T17:58:30.056Z[verify-libraries] Compiling pbkdf2 v0.11.0
41292026-05-29T17:58:30.130Z[verify-libraries] Compiling md5 v0.7.0
41302026-05-29T17:58:30.183Z[verify-libraries] Compiling ssh-cipher v0.2.0
41312026-05-29T17:58:30.232Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41322026-05-29T17:58:30.291Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41332026-05-29T17:58:30.332Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41342026-05-29T17:58:30.361Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41352026-05-29T17:58:30.361Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41362026-05-29T17:58:30.451Z[verify-libraries] Compiling ssh-key v0.6.7
41372026-05-29T17:58:30.496Z[ recovery-image] May 29 17:58:29.927 INFO O| May 29 17:58:29.927 INFO O| Startup: Refreshing catalog 'helios' ... Done
41382026-05-29T17:58:30.501Z[verify-libraries] Compiling num-bigint v0.4.6
41392026-05-29T17:58:30.533Z[verify-libraries] Compiling des v0.8.1
41402026-05-29T17:58:30.585Z[ recovery-image] May 29 17:58:30.012 INFO O| May 29 17:58:30.012 INFO O| Startup: Caching catalogs ... Done
41412026-05-29T17:58:30.585Z[ recovery-image] May 29 17:58:30.017 INFO O| May 29 17:58:30.017 INFO O| Planning: Planning completed in 0.00 seconds
41422026-05-29T17:58:30.588Z[ recovery-image] May 29 17:58:30.018 INFO O| May 29 17:58:30.018 INFO O| Planning: Consolidating action changes ... Done
41432026-05-29T17:58:30.588Z[ recovery-image] May 29 17:58:30.018 INFO O| May 29 17:58:30.018 INFO O| Planning: Evaluating mediators ... Done
41442026-05-29T17:58:30.588Z[ recovery-image] May 29 17:58:30.018 INFO O| May 29 17:58:30.018 INFO O| Planning: Planning completed in 0.00 seconds
41452026-05-29T17:58:30.588Z[ recovery-image] May 29 17:58:30.018 INFO O| May 29 17:58:30.018 INFO O| Variants/Facets to change: 1
41462026-05-29T17:58:30.588Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41472026-05-29T17:58:30.598Z[ recovery-image] May 29 17:58:30.030 INFO O| May 29 17:58:30.030 INFO O| Finalize: Updating package state database ... Done
41482026-05-29T17:58:30.598Z[ recovery-image] May 29 17:58:30.030 INFO O| May 29 17:58:30.030 INFO O| Finalize: Updating package cache ... Done
41492026-05-29T17:58:30.615Z[ recovery-image] May 29 17:58:30.047 INFO O| May 29 17:58:30.047 INFO O| Finalize: Updating image state ... Done
41502026-05-29T17:58:30.619Z[ recovery-image] May 29 17:58:30.051 INFO O| May 29 17:58:30.051 INFO O| Finalize: Creating fast lookup database ... Done
41512026-05-29T17:58:30.619Z[ recovery-image] May 29 17:58:30.051 INFO O| May 29 17:58:30.051 INFO O| Finalize: Reading search index ... Done
41522026-05-29T17:58:30.622Z[ recovery-image] May 29 17:58:30.052 INFO O| May 29 17:58:30.052 INFO O| Finalize: Updating search index ... Done
41532026-05-29T17:58:30.642Z[ recovery-image] May 29 17:58:30.074 INFO O| May 29 17:58:30.054 INFO O| Finalize: Updating package cache ... Done
41542026-05-29T17:58:30.647Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41552026-05-29T17:58:30.650Z[verify-libraries] Compiling hex-literal v0.4.1
41562026-05-29T17:58:30.736Z[verify-libraries] Compiling sync-ptr v0.1.4
41572026-05-29T17:58:30.756Z[ recovery-image] May 29 17:58:30.187 INFO O| May 29 17:58:30.187 INFO STEP 6 (pkg_change_variant) COMPLETE
41582026-05-29T17:58:30.756Z[ recovery-image] May 29 17:58:30.188 INFO O| May 29 17:58:30.187 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-05-29T17:58:30.756Z[ recovery-image] May 29 17:58:30.188 INFO O| May 29 17:58:30.187 INFO skip step because feature "debug_variant" is not enabled
41602026-05-29T17:58:30.759Z[ recovery-image] May 29 17:58:30.188 INFO O| May 29 17:58:30.187 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-05-29T17:58:30.888Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41622026-05-29T17:58:30.911Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41632026-05-29T17:58:30.947Z[verify-libraries] Compiling sqlformat v0.3.5
41642026-05-29T17:58:30.972Z[verify-libraries] Compiling rustyline v14.0.0
41652026-05-29T17:58:31.107Z[ recovery-image] May 29 17:58:30.539 INFO O| May 29 17:58:30.539 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41662026-05-29T17:58:31.158Z[verify-libraries] Compiling recursive v0.1.1
41672026-05-29T17:58:31.179Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41682026-05-29T17:58:31.257Z[verify-libraries] Compiling socket2 v0.5.10
41692026-05-29T17:58:31.288Z[verify-libraries] Compiling sqlparser v0.61.0
41702026-05-29T17:58:31.333Z[verify-libraries] Compiling internet-checksum v0.2.1
41712026-05-29T17:58:31.442Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41722026-05-29T17:58:31.513Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41732026-05-29T17:58:31.694Z[ host-image] May 29 17:58:31.127 INFO O| May 29 17:58:31.127 INFO O| Download: 7150/23754 items 49.1/222.1MB 22% complete (1.5M/s)
41742026-05-29T17:58:31.747Z[verify-libraries] Compiling russh-keys v0.45.0
41752026-05-29T17:58:31.842Z[verify-libraries] Compiling git-stub v1.0.0
41762026-05-29T17:58:32.137Z[verify-libraries] Compiling yansi v1.0.1
41772026-05-29T17:58:32.226Z[verify-libraries] Compiling diff v0.1.13
41782026-05-29T17:58:32.352Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41792026-05-29T17:58:32.621Z[verify-libraries] Compiling pretty_assertions v1.4.1
41802026-05-29T17:58:32.846Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41812026-05-29T17:58:33.114Z[verify-libraries] Compiling russh v0.45.0
41822026-05-29T17:58:33.157Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41832026-05-29T17:58:33.157Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41842026-05-29T17:58:33.163Z[ recovery-image] May 29 17:58:32.595 INFO O| May 29 17:58:32.595 INFO O| Startup: Refreshing catalog 'helios' ... Done
41852026-05-29T17:58:33.264Z[ recovery-image] May 29 17:58:32.696 INFO O| May 29 17:58:32.696 INFO O| Startup: Caching catalogs ... Done
41862026-05-29T17:58:33.269Z[ recovery-image] May 29 17:58:32.701 INFO O| May 29 17:58:32.701 INFO O| Planning: Planning completed in 0.00 seconds
41872026-05-29T17:58:33.272Z[ recovery-image] May 29 17:58:32.702 INFO O| May 29 17:58:32.702 INFO O| Planning: Consolidating action changes ... Done
41882026-05-29T17:58:33.272Z[ recovery-image] May 29 17:58:32.702 INFO O| May 29 17:58:32.702 INFO O| Planning: Evaluating mediators ... Done
41892026-05-29T17:58:33.272Z[ recovery-image] May 29 17:58:32.702 INFO O| May 29 17:58:32.702 INFO O| Planning: Planning completed in 0.00 seconds
41902026-05-29T17:58:33.272Z[ recovery-image] May 29 17:58:32.702 INFO O| May 29 17:58:32.702 INFO O| Variants/Facets to change: 1
41912026-05-29T17:58:33.283Z[ recovery-image] May 29 17:58:32.716 INFO O| May 29 17:58:32.716 INFO O| Finalize: Updating package state database ... Done
41922026-05-29T17:58:33.284Z[ recovery-image] May 29 17:58:32.716 INFO O| May 29 17:58:32.716 INFO O| Finalize: Updating package cache ... Done
41932026-05-29T17:58:33.325Z[ recovery-image] May 29 17:58:32.757 INFO O| May 29 17:58:32.757 INFO O| Finalize: Updating image state ... Done
41942026-05-29T17:58:33.328Z[ recovery-image] May 29 17:58:32.760 INFO O| May 29 17:58:32.760 INFO O| Finalize: Creating fast lookup database ... Done
41952026-05-29T17:58:33.331Z[ recovery-image] May 29 17:58:32.761 INFO O| May 29 17:58:32.761 INFO O| Finalize: Reading search index ... Done
41962026-05-29T17:58:33.332Z[ recovery-image] May 29 17:58:32.761 INFO O| May 29 17:58:32.761 INFO O| Finalize: Updating search index ... Done
41972026-05-29T17:58:33.332Z[ recovery-image] May 29 17:58:32.762 INFO O| May 29 17:58:32.762 INFO O| Finalize: Updating package cache ... Done
41982026-05-29T17:58:33.412Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41992026-05-29T17:58:33.445Z[ recovery-image] May 29 17:58:32.877 INFO O| May 29 17:58:32.877 INFO STEP 8 (pkg_change_facet) COMPLETE
42002026-05-29T17:58:33.445Z[ recovery-image] May 29 17:58:32.877 INFO O| May 29 17:58:32.877 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-05-29T17:58:33.489Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42022026-05-29T17:58:33.646Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42032026-05-29T17:58:33.680Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42042026-05-29T17:58:33.807Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42052026-05-29T17:58:33.817Z[ recovery-image] May 29 17:58:33.249 INFO O| May 29 17:58:33.249 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42062026-05-29T17:58:33.858Z[verify-libraries] Compiling drift v0.1.4
42072026-05-29T17:58:34.152Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42082026-05-29T17:58:34.174Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42092026-05-29T17:58:34.197Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42102026-05-29T17:58:34.390Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42112026-05-29T17:58:34.527Z[ recovery-image] May 29 17:58:33.959 INFO O| May 29 17:58:33.959 INFO O| Startup: Refreshing catalog 'helios' ... Done
42122026-05-29T17:58:34.618Z[ recovery-image] May 29 17:58:34.050 INFO O| May 29 17:58:34.050 INFO O| Startup: Caching catalogs ... Done
42132026-05-29T17:58:34.624Z[ recovery-image] May 29 17:58:34.056 INFO O| May 29 17:58:34.056 INFO O| Planning: Planning completed in 0.00 seconds
42142026-05-29T17:58:34.627Z[ recovery-image] May 29 17:58:34.057 INFO O| May 29 17:58:34.057 INFO O| Planning: Consolidating action changes ... Done
42152026-05-29T17:58:34.627Z[ recovery-image] May 29 17:58:34.057 INFO O| May 29 17:58:34.057 INFO O| Planning: Evaluating mediators ... Done
42162026-05-29T17:58:34.627Z[ recovery-image] May 29 17:58:34.057 INFO O| May 29 17:58:34.057 INFO O| Planning: Planning completed in 0.00 seconds
42172026-05-29T17:58:34.627Z[ recovery-image] May 29 17:58:34.057 INFO O| May 29 17:58:34.057 INFO O| Variants/Facets to change: 1
42182026-05-29T17:58:34.641Z[ recovery-image] May 29 17:58:34.073 INFO O| May 29 17:58:34.073 INFO O| Finalize: Updating package state database ... Done
42192026-05-29T17:58:34.641Z[ recovery-image] May 29 17:58:34.073 INFO O| May 29 17:58:34.073 INFO O| Finalize: Updating package cache ... Done
42202026-05-29T17:58:34.657Z[ recovery-image] May 29 17:58:34.089 INFO O| May 29 17:58:34.089 INFO O| Finalize: Updating image state ... Done
42212026-05-29T17:58:34.661Z[ recovery-image] May 29 17:58:34.094 INFO O| May 29 17:58:34.092 INFO O| Finalize: Creating fast lookup database ... Done
42222026-05-29T17:58:34.661Z[ recovery-image] May 29 17:58:34.094 INFO O| May 29 17:58:34.093 INFO O| Finalize: Reading search index ... Done
42232026-05-29T17:58:34.664Z[ recovery-image] May 29 17:58:34.094 INFO O| May 29 17:58:34.093 INFO O| Finalize: Updating search index ... Done
42242026-05-29T17:58:34.664Z[ recovery-image] May 29 17:58:34.094 INFO O| May 29 17:58:34.094 INFO O| Finalize: Updating package cache ... Done
42252026-05-29T17:58:34.790Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
42262026-05-29T17:58:34.793Z[ recovery-image] May 29 17:58:34.222 INFO O| May 29 17:58:34.222 INFO STEP 9 (pkg_change_facet) COMPLETE
42272026-05-29T17:58:34.793Z[ recovery-image] May 29 17:58:34.222 INFO O| May 29 17:58:34.222 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42282026-05-29T17:58:34.852Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42292026-05-29T17:58:34.996Z[verify-libraries] Compiling termios v0.3.3
42302026-05-29T17:58:35.133Z[ recovery-image] May 29 17:58:34.565 INFO O| May 29 17:58:34.565 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42312026-05-29T17:58:35.338Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42322026-05-29T17:58:35.910Z[ recovery-image] May 29 17:58:35.342 INFO O| May 29 17:58:35.342 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-05-29T17:58:36.011Z[ recovery-image] May 29 17:58:35.443 INFO O| May 29 17:58:35.443 INFO O| Startup: Caching catalogs ... Done
42342026-05-29T17:58:36.016Z[ recovery-image] May 29 17:58:35.448 INFO O| May 29 17:58:35.448 INFO O| Planning: Planning completed in 0.00 seconds
42352026-05-29T17:58:36.020Z[ recovery-image] May 29 17:58:35.449 INFO O| May 29 17:58:35.449 INFO O| Planning: Consolidating action changes ... Done
42362026-05-29T17:58:36.020Z[ recovery-image] May 29 17:58:35.449 INFO O| May 29 17:58:35.449 INFO O| Planning: Evaluating mediators ... Done
42372026-05-29T17:58:36.020Z[ recovery-image] May 29 17:58:35.449 INFO O| May 29 17:58:35.449 INFO O| Planning: Planning completed in 0.00 seconds
42382026-05-29T17:58:36.020Z[ recovery-image] May 29 17:58:35.450 INFO O| May 29 17:58:35.450 INFO O| Variants/Facets to change: 1
42392026-05-29T17:58:36.050Z[ recovery-image] May 29 17:58:35.482 INFO O| May 29 17:58:35.482 INFO O| Finalize: Updating package state database ... Done
42402026-05-29T17:58:36.050Z[ recovery-image] May 29 17:58:35.482 INFO O| May 29 17:58:35.482 INFO O| Finalize: Updating package cache ... Done
42412026-05-29T17:58:36.070Z[ recovery-image] May 29 17:58:35.502 INFO O| May 29 17:58:35.501 INFO O| Finalize: Updating image state ... Done
42422026-05-29T17:58:36.121Z[ recovery-image] May 29 17:58:35.554 INFO O| May 29 17:58:35.553 INFO O| Finalize: Creating fast lookup database ... Done
42432026-05-29T17:58:36.124Z[ recovery-image] May 29 17:58:35.554 INFO O| May 29 17:58:35.554 INFO O| Finalize: Reading search index ... Done
42442026-05-29T17:58:36.124Z[ recovery-image] May 29 17:58:35.554 INFO O| May 29 17:58:35.554 INFO O| Finalize: Updating search index ... Done
42452026-05-29T17:58:36.124Z[ recovery-image] May 29 17:58:35.555 INFO O| May 29 17:58:35.555 INFO O| Finalize: Updating package cache ... Done
42462026-05-29T17:58:36.211Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42472026-05-29T17:58:36.361Z[ recovery-image] May 29 17:58:35.793 INFO O| May 29 17:58:35.793 INFO STEP 10 (pkg_change_facet) COMPLETE
42482026-05-29T17:58:36.361Z[ recovery-image] May 29 17:58:35.793 INFO O| May 29 17:58:35.793 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42492026-05-29T17:58:36.375Z[ recovery-image] May 29 17:58:35.807 INFO O| May 29 17:58:35.807 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
42502026-05-29T17:58:36.400Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42512026-05-29T17:58:36.570Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42522026-05-29T17:58:36.776Z[ host-image] May 29 17:58:36.208 INFO O| May 29 17:58:36.208 INFO O| Download: 8409/23754 items 61.7/222.1MB 27% complete (1.8M/s)
42532026-05-29T17:58:37.066Z[ recovery-image] May 29 17:58:36.497 INFO O| May 29 17:58:36.497 INFO O| Startup: Refreshing catalog 'helios' ... Done
42542026-05-29T17:58:37.154Z[ recovery-image] May 29 17:58:36.586 INFO O| May 29 17:58:36.586 INFO O| Startup: Caching catalogs ... Done
42552026-05-29T17:58:37.478Z[ recovery-image] May 29 17:58:36.909 INFO O| May 29 17:58:36.909 INFO O| Planning: Solver setup ... Done
42562026-05-29T17:58:37.488Z[ recovery-image] May 29 17:58:36.920 INFO O| May 29 17:58:36.920 INFO O| Planning: Running solver ... Done
42572026-05-29T17:58:37.497Z[ recovery-image] May 29 17:58:36.929 INFO O| May 29 17:58:36.929 INFO O| Planning: Finding local manifests ... Done
42582026-05-29T17:58:38.076Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42592026-05-29T17:58:38.151Z[ recovery-image] May 29 17:58:37.583 INFO O| May 29 17:58:37.583 INFO O| Planning: Fetching manifests: 0/127 0% complete
42602026-05-29T17:58:39.843Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42612026-05-29T17:58:41.779Z[ host-image] May 29 17:58:41.211 INFO O| May 29 17:58:41.211 INFO O| Download: 9122/23754 items 78.9/222.1MB 35% complete (2.9M/s)
42622026-05-29T17:58:41.894Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42632026-05-29T17:58:42.438Z[ recovery-image] May 29 17:58:41.870 INFO O| May 29 17:58:41.870 INFO O| Planning: Fetching manifests: 127/127 100% complete
42642026-05-29T17:58:42.866Z[ recovery-image] May 29 17:58:42.297 INFO O| May 29 17:58:42.297 INFO O| Planning: Package planning ... Done
42652026-05-29T17:58:43.104Z[ recovery-image] May 29 17:58:42.536 INFO O| May 29 17:58:42.536 INFO O| Planning: Merging actions ... Done
42662026-05-29T17:58:43.172Z[ recovery-image] May 29 17:58:42.603 INFO O| May 29 17:58:42.603 INFO O| Planning: Checking for conflicting actions ... Done
42672026-05-29T17:58:43.226Z[ recovery-image] May 29 17:58:42.659 INFO O| May 29 17:58:42.658 INFO O| Planning: Consolidating action changes ... Done
42682026-05-29T17:58:43.361Z[ recovery-image] May 29 17:58:42.793 INFO O| May 29 17:58:42.792 INFO O| Planning: Evaluating mediators ... Done
42692026-05-29T17:58:44.295Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42702026-05-29T17:58:44.953Z[ recovery-image] May 29 17:58:44.385 INFO O| May 29 17:58:44.385 INFO O| Planning: Planning completed in 7.79 seconds
42712026-05-29T17:58:44.956Z[ recovery-image] May 29 17:58:44.387 INFO O| May 29 17:58:44.387 INFO O| Packages to install: 127
42722026-05-29T17:58:44.956Z[ recovery-image] May 29 17:58:44.387 INFO O| May 29 17:58:44.387 INFO O| Mediators to change: 5
42732026-05-29T17:58:44.956Z[ recovery-image] May 29 17:58:44.387 INFO O| May 29 17:58:44.387 INFO O| Services to change: 5
42742026-05-29T17:58:44.981Z[ recovery-image] May 29 17:58:44.413 INFO O| May 29 17:58:44.413 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
42752026-05-29T17:58:46.214Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42762026-05-29T17:58:46.783Z[ host-image] May 29 17:58:46.215 INFO O| May 29 17:58:46.215 INFO O| Download: 10420/23754 items 92.8/222.1MB 41% complete (3.1M/s)
42772026-05-29T17:58:48.360Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42782026-05-29T17:58:48.763Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42792026-05-29T17:58:49.070Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42802026-05-29T17:58:50.009Z[ recovery-image] May 29 17:58:49.441 INFO O| May 29 17:58:49.441 INFO O| Download: 992/16562 items 7.9/199.3MB 3% complete (1.6M/s)
42812026-05-29T17:58:50.239Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42822026-05-29T17:58:51.784Z[ host-image] May 29 17:58:51.216 INFO O| May 29 17:58:51.216 INFO O| Download: 11484/23754 items 98.3/222.1MB 44% complete (1.9M/s)
42832026-05-29T17:58:52.799Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42842026-05-29T17:58:54.008Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42852026-05-29T17:58:54.563Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42862026-05-29T17:58:55.093Z[ recovery-image] May 29 17:58:54.525 INFO O| May 29 17:58:54.525 INFO O| Download: 1218/16562 items 15.6/199.3MB 7% complete (1.6M/s)
42872026-05-29T17:58:56.301Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42882026-05-29T17:58:56.860Z[ host-image] May 29 17:58:56.291 INFO O| May 29 17:58:56.291 INFO O| Download: 11956/23754 items 102.4/222.1MB 46% complete (982k/s)
42892026-05-29T17:58:56.945Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42902026-05-29T17:58:57.156Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42912026-05-29T17:58:57.517Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42922026-05-29T17:58:57.643Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42932026-05-29T17:58:57.669Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42942026-05-29T17:58:59.663Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42952026-05-29T17:58:59.969Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42962026-05-29T17:59:00.442Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
42972026-05-29T17:59:00.600Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42982026-05-29T17:59:00.603Z[ recovery-image] May 29 17:59:00.034 INFO O| May 29 17:59:00.034 INFO O| Download: 1523/16562 items 21.2/199.3MB 10% complete (1.4M/s)
42992026-05-29T17:59:01.239Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43002026-05-29T17:59:01.427Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43012026-05-29T17:59:01.535Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43022026-05-29T17:59:01.585Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43032026-05-29T17:59:01.692Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43042026-05-29T17:59:01.860Z[ host-image] May 29 17:59:01.292 INFO O| May 29 17:59:01.292 INFO O| Download: 12123/23754 items 104.9/222.1MB 47% complete (711k/s)
43052026-05-29T17:59:03.753Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43062026-05-29T17:59:05.229Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43072026-05-29T17:59:06.171Z[ recovery-image] May 29 17:59:05.603 INFO O| May 29 17:59:05.602 INFO O| Download: 1979/16562 items 28.7/199.3MB 14% complete (1002k/s)
43082026-05-29T17:59:07.109Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43092026-05-29T17:59:07.590Z[ host-image] May 29 17:59:07.021 INFO O| May 29 17:59:07.021 INFO O| Download: 12945/23754 items 118.1/222.1MB 53% complete (1.6M/s)
43102026-05-29T17:59:08.156Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43112026-05-29T17:59:08.686Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43122026-05-29T17:59:09.340Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43132026-05-29T17:59:10.169Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43142026-05-29T17:59:11.172Z[ recovery-image] May 29 17:59:10.603 INFO O| May 29 17:59:10.603 INFO O| Download: 3168/16562 items 37.2/199.3MB 18% complete (1.7M/s)
43152026-05-29T17:59:12.623Z[ host-image] May 29 17:59:12.054 INFO O| May 29 17:59:12.054 INFO O| Download: 14027/23754 items 119.5/222.1MB 53% complete (1.4M/s)
43162026-05-29T17:59:16.474Z[ recovery-image] May 29 17:59:15.906 INFO O| May 29 17:59:15.906 INFO O| Download: 4003/16562 items 40.5/199.3MB 20% complete (1.2M/s)
43172026-05-29T17:59:17.774Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43182026-05-29T17:59:17.782Z[ host-image] May 29 17:59:17.214 INFO O| May 29 17:59:17.214 INFO O| Download: 15026/23754 items 120.3/222.1MB 54% complete (234k/s)
43192026-05-29T17:59:18.163Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43202026-05-29T17:59:18.745Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43212026-05-29T17:59:19.842Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43222026-05-29T17:59:20.058Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43232026-05-29T17:59:21.075Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43242026-05-29T17:59:21.378Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43252026-05-29T17:59:22.026Z[ recovery-image] May 29 17:59:21.457 INFO O| May 29 17:59:21.457 INFO O| Download: 5109/16562 items 43.7/199.3MB 21% complete (686k/s)
43262026-05-29T17:59:22.402Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43272026-05-29T17:59:22.783Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43282026-05-29T17:59:23.118Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43292026-05-29T17:59:23.383Z[ host-image] May 29 17:59:22.815 INFO O| May 29 17:59:22.814 INFO O| Download: 15276/23754 items 126.3/222.1MB 56% complete (682k/s)
43302026-05-29T17:59:23.664Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43312026-05-29T17:59:24.768Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43322026-05-29T17:59:25.576Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43332026-05-29T17:59:26.865Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43342026-05-29T17:59:27.611Z[ recovery-image] May 29 17:59:27.043 INFO O| May 29 17:59:27.043 INFO O| Download: 5990/16562 items 45.2/199.3MB 22% complete (498k/s)
43352026-05-29T17:59:28.155Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43362026-05-29T17:59:28.388Z[ host-image] May 29 17:59:27.819 INFO O| May 29 17:59:27.819 INFO O| Download: 16481/23754 items 135.6/222.1MB 61% complete (1.5M/s)
43372026-05-29T17:59:33.891Z[ recovery-image] May 29 17:59:32.126 INFO O| May 29 17:59:32.126 INFO O| Download: 6320/16562 items 55.7/199.3MB 27% complete (1.2M/s)
43382026-05-29T17:59:33.891Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43392026-05-29T17:59:33.891Z[ host-image] May 29 17:59:32.839 INFO O| May 29 17:59:32.839 INFO O| Download: 17655/23754 items 158.4/222.1MB 71% complete (3.2M/s)
43402026-05-29T17:59:35.712Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-05-29T17:59:35.727Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43422026-05-29T17:59:37.411Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43432026-05-29T17:59:38.231Z[ recovery-image] May 29 17:59:37.126 INFO O| May 29 17:59:37.126 INFO O| Download: 6536/16562 items 62.1/199.3MB 31% complete (1.7M/s)
43442026-05-29T17:59:38.875Z[ host-image] May 29 17:59:37.859 INFO O| May 29 17:59:37.859 INFO O| Download: 19044/23754 items 172.9/222.1MB 77% complete (3.8M/s)
43452026-05-29T17:59:42.697Z[ recovery-image] May 29 17:59:42.128 INFO O| May 29 17:59:42.128 INFO O| Download: 6970/16562 items 72.9/199.3MB 36% complete (1.7M/s)
43462026-05-29T17:59:42.729Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43472026-05-29T17:59:43.437Z[ host-image] May 29 17:59:42.868 INFO O| May 29 17:59:42.868 INFO O| Download: 20122/23754 items 177.5/222.1MB 79% complete (1.9M/s)
43482026-05-29T17:59:44.664Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-05-29T17:59:47.394Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43502026-05-29T17:59:47.699Z[ recovery-image] May 29 17:59:47.129 INFO O| May 29 17:59:47.129 INFO O| Download: 8014/16562 items 83.0/199.3MB 41% complete (2.1M/s)
43512026-05-29T17:59:48.121Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43522026-05-29T17:59:48.449Z[ host-image] May 29 17:59:47.880 INFO O| May 29 17:59:47.880 INFO O| Download: 21122/23754 items 181.5/222.1MB 81% complete (879k/s)
43532026-05-29T17:59:50.391Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43542026-05-29T17:59:50.640Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43552026-05-29T17:59:52.807Z[ recovery-image] May 29 17:59:52.239 INFO O| May 29 17:59:52.239 INFO O| Download: 8485/16562 items 86.5/199.3MB 43% complete (1.4M/s)
43562026-05-29T17:59:53.466Z[ host-image] May 29 17:59:52.898 INFO O| May 29 17:59:52.897 INFO O| Download: 21734/23754 items 189.0/222.1MB 85% complete (1.1M/s)
43572026-05-29T17:59:58.467Z[ host-image] May 29 17:59:57.898 INFO O| May 29 17:59:57.898 INFO O| Download: 22208/23754 items 191.0/222.1MB 86% complete (972k/s)
43582026-05-29T17:59:59.558Z[ recovery-image] May 29 17:59:58.988 INFO O| May 29 17:59:58.988 INFO O| Download: 9185/16562 items 91.3/199.3MB 45% complete (805k/s)
43592026-05-29T18:00:03.928Z[ host-image] May 29 18:00:03.358 INFO O| May 29 18:00:03.358 INFO O| Download: 22902/23754 items 214.9/222.1MB 96% complete (2.7M/s)
43602026-05-29T18:00:04.562Z[ recovery-image] May 29 18:00:03.994 INFO O| May 29 18:00:03.993 INFO O| Download: 9652/16562 items 102.8/199.3MB 51% complete (1.6M/s)
43612026-05-29T18:00:08.930Z[ host-image] May 29 18:00:08.361 INFO O| May 29 18:00:08.361 INFO O| Download: 23468/23754 items 221.7/222.1MB 99% complete (3.0M/s)
43622026-05-29T18:00:09.443Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43632026-05-29T18:00:09.573Z[ recovery-image] May 29 18:00:09.004 INFO O| May 29 18:00:09.004 INFO O| Download: 10834/16562 items 103.4/199.3MB 51% complete (1.2M/s)
43642026-05-29T18:00:10.406Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43652026-05-29T18:00:12.145Z[ host-image] May 29 18:00:11.576 INFO O| May 29 18:00:11.576 INFO O| Download: Completed 222.09 MB in 126.50 seconds (1.8M/s)
43662026-05-29T18:00:12.618Z[ host-image] May 29 18:00:12.049 INFO O| May 29 18:00:12.048 INFO O| Actions: 1/53919 actions (Installing new actions)
43672026-05-29T18:00:13.507Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-05-29T18:00:14.393Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43692026-05-29T18:00:14.874Z[ recovery-image] May 29 18:00:14.305 INFO O| May 29 18:00:14.305 INFO O| Download: 11562/16562 items 105.4/199.3MB 52% complete (245k/s)
43702026-05-29T18:00:17.610Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43712026-05-29T18:00:17.618Z[ host-image] May 29 18:00:17.049 INFO O| May 29 18:00:17.049 INFO O| Actions: 23778/53919 actions (Installing new actions)
43722026-05-29T18:00:17.676Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43732026-05-29T18:00:19.830Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43742026-05-29T18:00:19.892Z[ recovery-image] May 29 18:00:19.323 INFO O| May 29 18:00:19.323 INFO O| Download: 12387/16562 items 137.5/199.3MB 68% complete (3.4M/s)
43752026-05-29T18:00:20.843Z[ host-image] May 29 18:00:20.274 INFO O| May 29 18:00:20.274 INFO O| Actions: Completed 53919 actions in 8.22 seconds.
43762026-05-29T18:00:20.901Z[ host-image] May 29 18:00:20.332 INFO O| May 29 18:00:20.332 INFO O| Finalize: Updating package state database ... Done
43772026-05-29T18:00:20.901Z[ host-image] May 29 18:00:20.332 INFO O| May 29 18:00:20.332 INFO O| Finalize: Updating package cache ... Done
43782026-05-29T18:00:20.946Z[ host-image] May 29 18:00:20.376 INFO O| May 29 18:00:20.376 INFO O| Finalize: Updating image state ... Done
43792026-05-29T18:00:21.695Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43802026-05-29T18:00:22.004Z[ host-image] May 29 18:00:21.435 INFO O| May 29 18:00:21.435 INFO O| Finalize: Creating fast lookup database ... Done
43812026-05-29T18:00:22.033Z[ host-image] May 29 18:00:21.464 INFO O| May 29 18:00:21.464 INFO O| Finalize: Reading search index ... Done
43822026-05-29T18:00:24.220Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43832026-05-29T18:00:24.951Z[ host-image] May 29 18:00:24.382 INFO O| May 29 18:00:24.382 INFO O| Finalize: Building new search index ... Done
43842026-05-29T18:00:25.058Z[ recovery-image] May 29 18:00:24.489 INFO O| May 29 18:00:24.489 INFO O| Download: 13548/16562 items 154.9/199.3MB 77% complete (5.1M/s)
43852026-05-29T18:00:25.395Z[ host-image] May 29 18:00:24.826 INFO O| May 29 18:00:24.826 INFO O| Finalize: Updating package cache ... Done
43862026-05-29T18:00:25.545Z[ host-image] May 29 18:00:24.977 INFO O| May 29 18:00:24.977 INFO STEP 11 (pkg_install) COMPLETE
43872026-05-29T18:00:25.546Z[ host-image] May 29 18:00:24.977 INFO O| May 29 18:00:24.977 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43882026-05-29T18:00:25.556Z[ host-image] May 29 18:00:24.987 INFO O| May 29 18:00:24.987 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"]
43892026-05-29T18:00:26.648Z[ host-image] May 29 18:00:26.079 INFO O| May 29 18:00:26.079 INFO O| Startup: Refreshing catalog 'helios' ... Done
43902026-05-29T18:00:26.776Z[ host-image] May 29 18:00:26.207 INFO O| May 29 18:00:26.207 INFO O| Startup: Caching catalogs ... Done
43912026-05-29T18:00:26.924Z[ host-image] May 29 18:00:26.355 INFO O| May 29 18:00:26.355 INFO O| Planning: Solver setup ... Done
43922026-05-29T18:00:26.929Z[ host-image] May 29 18:00:26.361 INFO O| May 29 18:00:26.361 INFO O| Planning: Running solver ... Done
43932026-05-29T18:00:26.935Z[ host-image] May 29 18:00:26.365 INFO O| May 29 18:00:26.365 INFO O| Planning: Finding local manifests ... Done
43942026-05-29T18:00:26.971Z[ host-image] May 29 18:00:26.402 INFO O| May 29 18:00:26.402 INFO O| Planning: Fetching manifests: 0/6 0% complete
43952026-05-29T18:00:27.102Z[ host-image] May 29 18:00:26.531 INFO O| May 29 18:00:26.531 INFO O| Planning: Fetching manifests: 6/6 100% complete
43962026-05-29T18:00:27.121Z[ host-image] May 29 18:00:26.552 INFO O| May 29 18:00:26.552 INFO O| Planning: Package planning ... Done
43972026-05-29T18:00:27.124Z[ host-image] May 29 18:00:26.554 INFO O| May 29 18:00:26.554 INFO O| Planning: Merging actions ... Done
43982026-05-29T18:00:27.282Z[ host-image] May 29 18:00:26.713 INFO O| May 29 18:00:26.713 INFO O| Planning: Checking for conflicting actions ... Done
43992026-05-29T18:00:27.285Z[ host-image] May 29 18:00:26.714 INFO O| May 29 18:00:26.714 INFO O| Planning: Consolidating action changes ... Done
44002026-05-29T18:00:27.418Z[ host-image] May 29 18:00:26.849 INFO O| May 29 18:00:26.849 INFO O| Planning: Evaluating mediators ... Done
44012026-05-29T18:00:27.421Z[ host-image] May 29 18:00:26.850 INFO O| May 29 18:00:26.850 INFO O| Planning: Planning completed in 0.64 seconds
44022026-05-29T18:00:27.421Z[ host-image] May 29 18:00:26.850 INFO O| May 29 18:00:26.850 INFO O| Packages to install: 6
44032026-05-29T18:00:27.421Z[ host-image] May 29 18:00:26.850 INFO O| May 29 18:00:26.850 INFO O| Services to change: 2
44042026-05-29T18:00:27.430Z[ host-image] May 29 18:00:26.861 INFO O| May 29 18:00:26.861 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44052026-05-29T18:00:30.065Z[ recovery-image] May 29 18:00:29.496 INFO O| May 29 18:00:29.496 INFO O| Download: 14944/16562 items 160.3/199.3MB 80% complete (2.2M/s)
44062026-05-29T18:00:32.355Z[ host-image] May 29 18:00:31.786 INFO O| May 29 18:00:31.786 INFO O| Download: Completed 1.75 MB in 4.93 seconds (362k/s)
44072026-05-29T18:00:32.376Z[ host-image] May 29 18:00:31.807 INFO O| May 29 18:00:31.807 INFO O| Actions: 1/390 actions (Installing new actions)
44082026-05-29T18:00:32.509Z[ host-image] May 29 18:00:31.940 INFO O| May 29 18:00:31.940 INFO O| Actions: Completed 390 actions in 0.13 seconds.
44092026-05-29T18:00:32.516Z[ host-image] May 29 18:00:31.947 INFO O| May 29 18:00:31.947 INFO O| Finalize: Updating package state database ... Done
44102026-05-29T18:00:32.516Z[ host-image] May 29 18:00:31.947 INFO O| May 29 18:00:31.947 INFO O| Finalize: Updating package cache ... Done
44112026-05-29T18:00:32.575Z[ host-image] May 29 18:00:32.006 INFO O| May 29 18:00:32.006 INFO O| Finalize: Updating image state ... Done
44122026-05-29T18:00:33.498Z[ host-image] May 29 18:00:32.929 INFO O| May 29 18:00:32.929 INFO O| Finalize: Creating fast lookup database ... Done
44132026-05-29T18:00:33.526Z[ host-image] May 29 18:00:32.957 INFO O| May 29 18:00:32.957 INFO O| Finalize: Reading search index ... Done
44142026-05-29T18:00:33.526Z[ host-image] May 29 18:00:32.957 INFO O| May 29 18:00:32.957 INFO O| Finalize: Updating search index ... Done
44152026-05-29T18:00:33.542Z[ host-image] May 29 18:00:32.972 INFO O| May 29 18:00:32.972 INFO O| Finalize: Updating package cache ... Done
44162026-05-29T18:00:33.680Z[ host-image] May 29 18:00:33.111 INFO O| May 29 18:00:33.111 INFO STEP 12 (pkg_install) COMPLETE
44172026-05-29T18:00:33.680Z[ host-image] May 29 18:00:33.111 INFO O| May 29 18:00:33.111 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-05-29T18:00:33.691Z[ host-image] May 29 18:00:33.122 INFO O| May 29 18:00:33.122 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44192026-05-29T18:00:34.649Z[ host-image] May 29 18:00:34.080 INFO O| May 29 18:00:34.080 INFO O| Startup: Refreshing catalog 'helios' ... Done
44202026-05-29T18:00:34.742Z[ host-image] May 29 18:00:34.172 INFO O| May 29 18:00:34.172 INFO O| Startup: Caching catalogs ... Done
44212026-05-29T18:00:34.907Z[ host-image] May 29 18:00:34.338 INFO O| May 29 18:00:34.338 INFO O| Planning: Solver setup ... Done
44222026-05-29T18:00:34.912Z[ host-image] May 29 18:00:34.343 INFO O| May 29 18:00:34.343 INFO O| Planning: Running solver ... Done
44232026-05-29T18:00:34.916Z[ host-image] May 29 18:00:34.347 INFO O| May 29 18:00:34.347 INFO O| Planning: Finding local manifests ... Done
44242026-05-29T18:00:34.983Z[ host-image] May 29 18:00:34.414 INFO O| May 29 18:00:34.414 INFO O| Planning: Fetching manifests: 0/6 0% complete
44252026-05-29T18:00:35.079Z[ recovery-image] May 29 18:00:34.510 INFO O| May 29 18:00:34.510 INFO O| Download: 15640/16562 items 169.0/199.3MB 84% complete (1.4M/s)
44262026-05-29T18:00:35.847Z[ host-image] May 29 18:00:35.278 INFO O| May 29 18:00:35.278 INFO O| Planning: Fetching manifests: 6/6 100% complete
44272026-05-29T18:00:35.875Z[ host-image] May 29 18:00:35.306 INFO O| May 29 18:00:35.305 INFO O| Planning: Package planning ... Done
44282026-05-29T18:00:35.883Z[ host-image] May 29 18:00:35.314 INFO O| May 29 18:00:35.314 INFO O| Planning: Merging actions ... Done
44292026-05-29T18:00:35.980Z[ host-image] May 29 18:00:35.411 INFO O| May 29 18:00:35.411 INFO O| Planning: Checking for conflicting actions ... Done
44302026-05-29T18:00:35.984Z[ host-image] May 29 18:00:35.414 INFO O| May 29 18:00:35.414 INFO O| Planning: Consolidating action changes ... Done
44312026-05-29T18:00:36.179Z[ host-image] May 29 18:00:35.610 INFO O| May 29 18:00:35.610 INFO O| Planning: Evaluating mediators ... Done
44322026-05-29T18:00:36.183Z[ host-image] May 29 18:00:35.614 INFO O| May 29 18:00:35.614 INFO O| Planning: Planning completed in 1.44 seconds
44332026-05-29T18:00:36.186Z[ host-image] May 29 18:00:35.615 INFO O| May 29 18:00:35.615 INFO O| Packages to install: 6
44342026-05-29T18:00:36.186Z[ host-image] May 29 18:00:35.615 INFO O| May 29 18:00:35.615 INFO O| Mediators to change: 1
44352026-05-29T18:00:36.186Z[ host-image] May 29 18:00:35.615 INFO O| May 29 18:00:35.615 INFO O| Services to change: 1
44362026-05-29T18:00:36.196Z[ host-image] May 29 18:00:35.627 INFO O| May 29 18:00:35.627 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44372026-05-29T18:00:40.457Z[ recovery-image] May 29 18:00:39.888 INFO O| May 29 18:00:39.888 INFO O| Download: 16271/16562 items 193.0/199.3MB 96% complete (3.3M/s)
44382026-05-29T18:00:41.213Z[ host-image] May 29 18:00:40.643 INFO O| May 29 18:00:40.643 INFO O| Download: 1057/1147 items 3.5/7.8MB 44% complete (732k/s)
44392026-05-29T18:00:44.319Z[ recovery-image] May 29 18:00:43.750 INFO O| May 29 18:00:43.750 INFO O| Download: Completed 199.28 MB in 119.34 seconds (1.7M/s)
44402026-05-29T18:00:44.595Z[ recovery-image] May 29 18:00:44.026 INFO O| May 29 18:00:44.019 INFO O| Actions: 1/27372 actions (Installing new actions)
44412026-05-29T18:00:44.780Z[ host-image] May 29 18:00:44.211 INFO O| May 29 18:00:44.211 INFO O| Download: Completed 7.84 MB in 8.58 seconds (935k/s)
44422026-05-29T18:00:44.814Z[ host-image] May 29 18:00:44.245 INFO O| May 29 18:00:44.245 INFO O| Actions: 1/1366 actions (Installing new actions)
44432026-05-29T18:00:45.077Z[ host-image] May 29 18:00:44.508 INFO O| May 29 18:00:44.508 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
44442026-05-29T18:00:45.087Z[ host-image] May 29 18:00:44.518 INFO O| May 29 18:00:44.518 INFO O| Finalize: Updating package state database ... Done
44452026-05-29T18:00:45.087Z[ host-image] May 29 18:00:44.518 INFO O| May 29 18:00:44.518 INFO O| Finalize: Updating package cache ... Done
44462026-05-29T18:00:45.115Z[ host-image] May 29 18:00:44.543 INFO O| May 29 18:00:44.543 INFO O| Finalize: Updating image state ... Done
44472026-05-29T18:00:46.109Z[ host-image] May 29 18:00:45.540 INFO O| May 29 18:00:45.540 INFO O| Finalize: Creating fast lookup database ... Done
44482026-05-29T18:00:46.151Z[ host-image] May 29 18:00:45.581 INFO O| May 29 18:00:45.581 INFO O| Finalize: Reading search index ... Done
44492026-05-29T18:00:46.151Z[ host-image] May 29 18:00:45.582 INFO O| May 29 18:00:45.582 INFO O| Finalize: Updating search index ... Done
44502026-05-29T18:00:46.189Z[ host-image] May 29 18:00:45.619 INFO O| May 29 18:00:45.619 INFO O| Finalize: Updating package cache ... Done
44512026-05-29T18:00:46.344Z[ host-image] May 29 18:00:45.775 INFO O| May 29 18:00:45.775 INFO STEP 13 (pkg_install) COMPLETE
44522026-05-29T18:00:46.344Z[ host-image] May 29 18:00:45.775 INFO O| May 29 18:00:45.775 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44532026-05-29T18:00:46.355Z[ host-image] May 29 18:00:45.786 INFO O| May 29 18:00:45.786 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44542026-05-29T18:00:47.240Z[ host-image] May 29 18:00:46.671 INFO O| May 29 18:00:46.671 INFO O| Startup: Refreshing catalog 'helios' ... Done
44552026-05-29T18:00:47.331Z[ host-image] May 29 18:00:46.760 INFO O| May 29 18:00:46.760 INFO O| Startup: Caching catalogs ... Done
44562026-05-29T18:00:47.475Z[ host-image] May 29 18:00:46.906 INFO O| May 29 18:00:46.906 INFO O| Planning: Solver setup ... Done
44572026-05-29T18:00:47.480Z[ host-image] May 29 18:00:46.911 INFO O| May 29 18:00:46.911 INFO O| Planning: Running solver ... Done
44582026-05-29T18:00:47.485Z[ host-image] May 29 18:00:46.916 INFO O| May 29 18:00:46.916 INFO O| Planning: Finding local manifests ... Done
44592026-05-29T18:00:47.519Z[ host-image] May 29 18:00:46.949 INFO O| May 29 18:00:46.949 INFO O| Planning: Fetching manifests: 0/1 0% complete
44602026-05-29T18:00:47.523Z[ host-image] May 29 18:00:46.954 INFO O| May 29 18:00:46.954 INFO O| Planning: Fetching manifests: 1/1 100% complete
44612026-05-29T18:00:47.539Z[ host-image] May 29 18:00:46.970 INFO O| May 29 18:00:46.970 INFO O| Planning: Package planning ... Done
44622026-05-29T18:00:47.542Z[ host-image] May 29 18:00:46.970 INFO O| May 29 18:00:46.970 INFO O| Planning: Merging actions ... Done
44632026-05-29T18:00:47.622Z[ host-image] May 29 18:00:47.053 INFO O| May 29 18:00:47.053 INFO O| Planning: Checking for conflicting actions ... Done
44642026-05-29T18:00:47.626Z[ host-image] May 29 18:00:47.053 INFO O| May 29 18:00:47.053 INFO O| Planning: Consolidating action changes ... Done
44652026-05-29T18:00:47.777Z[ host-image] May 29 18:00:47.207 INFO O| May 29 18:00:47.207 INFO O| Planning: Evaluating mediators ... Done
44662026-05-29T18:00:47.780Z[ host-image] May 29 18:00:47.207 INFO O| May 29 18:00:47.207 INFO O| Planning: Planning completed in 0.44 seconds
44672026-05-29T18:00:47.780Z[ host-image] May 29 18:00:47.208 INFO O| May 29 18:00:47.208 INFO O| Packages to install: 1
44682026-05-29T18:00:47.787Z[ host-image] May 29 18:00:47.218 INFO O| May 29 18:00:47.217 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44692026-05-29T18:00:48.170Z[ host-image] May 29 18:00:47.600 INFO O| May 29 18:00:47.600 INFO O| Download: Completed 12.63 MB in 0.38 seconds (33.0M/s)
44702026-05-29T18:00:48.208Z[ host-image] May 29 18:00:47.638 INFO O| May 29 18:00:47.638 INFO O| Actions: 1/22 actions (Installing new actions)
44712026-05-29T18:00:48.458Z[ host-image] May 29 18:00:47.888 INFO O| May 29 18:00:47.888 INFO O| Actions: Completed 22 actions in 0.25 seconds.
44722026-05-29T18:00:48.465Z[ host-image] May 29 18:00:47.896 INFO O| May 29 18:00:47.895 INFO O| Finalize: Updating package state database ... Done
44732026-05-29T18:00:48.465Z[ host-image] May 29 18:00:47.896 INFO O| May 29 18:00:47.896 INFO O| Finalize: Updating package cache ... Done
44742026-05-29T18:00:48.490Z[ host-image] May 29 18:00:47.921 INFO O| May 29 18:00:47.920 INFO O| Finalize: Updating image state ... Done
44752026-05-29T18:00:48.856Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44762026-05-29T18:00:49.398Z[ host-image] May 29 18:00:48.829 INFO O| May 29 18:00:48.829 INFO O| Finalize: Creating fast lookup database ... Done
44772026-05-29T18:00:49.431Z[ host-image] May 29 18:00:48.859 INFO O| May 29 18:00:48.858 INFO O| Finalize: Reading search index ... Done
44782026-05-29T18:00:49.431Z[ host-image] May 29 18:00:48.859 INFO O| May 29 18:00:48.859 INFO O| Finalize: Updating search index ... Done
44792026-05-29T18:00:49.439Z[ host-image] May 29 18:00:48.870 INFO O| May 29 18:00:48.869 INFO O| Finalize: Updating package cache ... Done
44802026-05-29T18:00:49.600Z[ recovery-image] May 29 18:00:49.031 INFO O| May 29 18:00:49.031 INFO O| Actions: 21583/27372 actions (Installing new actions)
44812026-05-29T18:00:49.688Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 14 (pkg_install) COMPLETE
44822026-05-29T18:00:49.688Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "mbist" is not enabled
44842026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "mfg" is not enabled
44862026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44872026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "compliance" is not enabled
44882026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "stress" is not enabled
44902026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "compliance" is not enabled
44922026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO skip step because feature "nfs" is not enabled
44942026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44952026-05-29T18:00:49.692Z[ host-image] May 29 18:00:49.119 INFO O| May 29 18:00:49.119 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44962026-05-29T18:00:50.266Z[ host-image] May 29 18:00:49.697 INFO O| May 29 18:00:49.697 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44972026-05-29T18:00:50.380Z[ host-image] May 29 18:00:49.810 INFO O| May 29 18:00:49.810 INFO completed processing sled/ramdisk-01-os
44982026-05-29T18:00:50.383Z[ host-image] May 29 18:00:49.812 INFO omicron1 baseline generation...
44992026-05-29T18:00:50.383Z[ host-image] May 29 18:00:49.812 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45002026-05-29T18:00:50.558Z[ recovery-image] May 29 18:00:49.989 INFO O| May 29 18:00:49.989 INFO O| Actions: Completed 27372 actions in 5.97 seconds.
45012026-05-29T18:00:50.604Z[ recovery-image] May 29 18:00:50.034 INFO O| May 29 18:00:50.034 INFO O| Finalize: Updating package state database ... Done
45022026-05-29T18:00:50.604Z[ recovery-image] May 29 18:00:50.034 INFO O| May 29 18:00:50.034 INFO O| Finalize: Updating package cache ... Done
45032026-05-29T18:00:50.634Z[ recovery-image] May 29 18:00:50.065 INFO O| May 29 18:00:50.065 INFO O| Finalize: Updating image state ... Done
45042026-05-29T18:00:50.783Z[ host-image] May 29 18:00:50.213 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24008:20260529T002524Z
45052026-05-29T18:00:51.352Z[ recovery-image] May 29 18:00:50.783 INFO O| May 29 18:00:50.783 INFO O| Finalize: Creating fast lookup database ... Done
45062026-05-29T18:00:51.369Z[ recovery-image] May 29 18:00:50.800 INFO O| May 29 18:00:50.799 INFO O| Finalize: Reading search index ... Done
45072026-05-29T18:00:53.206Z[ recovery-image] May 29 18:00:52.637 INFO O| May 29 18:00:52.637 INFO O| Finalize: Building new search index ... Done
45082026-05-29T18:00:53.592Z[ recovery-image] May 29 18:00:53.021 INFO O| May 29 18:00:53.021 INFO O| Finalize: Updating package cache ... Done
45092026-05-29T18:00:53.758Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO STEP 11 (pkg_install) COMPLETE
45102026-05-29T18:00:53.759Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45112026-05-29T18:00:53.762Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO skip step because feature "recovery" is enabled
45122026-05-29T18:00:53.762Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45132026-05-29T18:00:53.762Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO skip step because feature "omicron1" is not enabled
45142026-05-29T18:00:53.762Z[ recovery-image] May 29 18:00:53.187 INFO O| May 29 18:00:53.187 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45152026-05-29T18:00:53.773Z[ recovery-image] May 29 18:00:53.204 INFO O| May 29 18:00:53.203 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45162026-05-29T18:00:54.780Z[ recovery-image] May 29 18:00:54.210 INFO O| May 29 18:00:54.210 INFO O| Startup: Refreshing catalog 'helios' ... Done
45172026-05-29T18:00:54.903Z[ recovery-image] May 29 18:00:54.334 INFO O| May 29 18:00:54.334 INFO O| Startup: Caching catalogs ... Done
45182026-05-29T18:00:55.073Z[ recovery-image] May 29 18:00:54.504 INFO O| May 29 18:00:54.504 INFO O| Planning: Solver setup ... Done
45192026-05-29T18:00:55.095Z[ recovery-image] May 29 18:00:54.526 INFO O| May 29 18:00:54.526 INFO O| Planning: Running solver ... Done
45202026-05-29T18:00:55.099Z[ recovery-image] May 29 18:00:54.530 INFO O| May 29 18:00:54.530 INFO O| Planning: Finding local manifests ... Done
45212026-05-29T18:00:55.163Z[ recovery-image] May 29 18:00:54.594 INFO O| May 29 18:00:54.594 INFO O| Planning: Fetching manifests: 0/1 0% complete
45222026-05-29T18:00:55.185Z[ recovery-image] May 29 18:00:54.615 INFO O| May 29 18:00:54.615 INFO O| Planning: Fetching manifests: 1/1 100% complete
45232026-05-29T18:00:55.234Z[ recovery-image] May 29 18:00:54.665 INFO O| May 29 18:00:54.664 INFO O| Planning: Package planning ... Done
45242026-05-29T18:00:55.237Z[ recovery-image] May 29 18:00:54.665 INFO O| May 29 18:00:54.665 INFO O| Planning: Merging actions ... Done
45252026-05-29T18:00:55.294Z[ recovery-image] May 29 18:00:54.725 INFO O| May 29 18:00:54.725 INFO O| Planning: Checking for conflicting actions ... Done
45262026-05-29T18:00:55.297Z[ recovery-image] May 29 18:00:54.725 INFO O| May 29 18:00:54.725 INFO O| Planning: Consolidating action changes ... Done
45272026-05-29T18:00:55.430Z[ recovery-image] May 29 18:00:54.861 INFO O| May 29 18:00:54.861 INFO O| Planning: Evaluating mediators ... Done
45282026-05-29T18:00:55.433Z[ recovery-image] May 29 18:00:54.862 INFO O| May 29 18:00:54.862 INFO O| Planning: Planning completed in 0.52 seconds
45292026-05-29T18:00:55.434Z[ recovery-image] May 29 18:00:54.862 INFO O| May 29 18:00:54.862 INFO O| Packages to install: 1
45302026-05-29T18:00:55.443Z[ recovery-image] May 29 18:00:54.874 INFO O| May 29 18:00:54.874 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45312026-05-29T18:00:55.726Z[ recovery-image] May 29 18:00:55.157 INFO O| May 29 18:00:55.157 INFO O| Download: Completed 12.63 MB in 0.28 seconds (44.5M/s)
45322026-05-29T18:00:55.747Z[ recovery-image] May 29 18:00:55.178 INFO O| May 29 18:00:55.177 INFO O| Actions: 1/22 actions (Installing new actions)
45332026-05-29T18:00:55.968Z[ recovery-image] May 29 18:00:55.399 INFO O| May 29 18:00:55.399 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45342026-05-29T18:00:55.977Z[ recovery-image] May 29 18:00:55.408 INFO O| May 29 18:00:55.408 INFO O| Finalize: Updating package state database ... Done
45352026-05-29T18:00:55.977Z[ recovery-image] May 29 18:00:55.408 INFO O| May 29 18:00:55.408 INFO O| Finalize: Updating package cache ... Done
45362026-05-29T18:00:55.999Z[ recovery-image] May 29 18:00:55.430 INFO O| May 29 18:00:55.430 INFO O| Finalize: Updating image state ... Done
45372026-05-29T18:00:56.597Z[ recovery-image] May 29 18:00:56.025 INFO O| May 29 18:00:56.025 INFO O| Finalize: Creating fast lookup database ... Done
45382026-05-29T18:00:56.611Z[ recovery-image] May 29 18:00:56.041 INFO O| May 29 18:00:56.041 INFO O| Finalize: Reading search index ... Done
45392026-05-29T18:00:56.611Z[ recovery-image] May 29 18:00:56.041 INFO O| May 29 18:00:56.041 INFO O| Finalize: Updating search index ... Done
45402026-05-29T18:00:56.621Z[ recovery-image] May 29 18:00:56.052 INFO O| May 29 18:00:56.052 INFO O| Finalize: Updating package cache ... Done
45412026-05-29T18:00:56.773Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 14 (pkg_install) COMPLETE
45422026-05-29T18:00:56.773Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-05-29T18:00:56.776Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "mbist" is not enabled
45442026-05-29T18:00:56.776Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "mfg" is not enabled
45462026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "compliance" is not enabled
45482026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "stress" is not enabled
45502026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "compliance" is not enabled
45522026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45532026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO skip step because feature "nfs" is not enabled
45542026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45552026-05-29T18:00:56.777Z[ recovery-image] May 29 18:00:56.204 INFO O| May 29 18:00:56.204 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45562026-05-29T18:00:56.889Z[ recovery-image] May 29 18:00:56.320 INFO O| May 29 18:00:56.320 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45572026-05-29T18:00:57.009Z[ recovery-image] May 29 18:00:56.439 INFO O| May 29 18:00:56.439 INFO completed processing sled/ramdisk-01-os
45582026-05-29T18:00:57.012Z[ recovery-image] May 29 18:00:56.442 INFO image builder template: ramdisk-02-trim...
45592026-05-29T18:00:57.012Z[ recovery-image] May 29 18:00:56.442 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/.tmp6JiiRM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45602026-05-29T18:00:57.033Z[ recovery-image] May 29 18:00:56.463 INFO O| May 29 18:00:56.463 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45612026-05-29T18:00:57.037Z[ recovery-image] May 29 18:00:56.467 INFO O| May 29 18:00:56.467 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45622026-05-29T18:00:57.186Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45632026-05-29T18:00:57.192Z[ recovery-image] May 29 18:00:56.622 INFO O| May 29 18:00:56.622 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45642026-05-29T18:00:57.262Z[ recovery-image] May 29 18:00:56.693 INFO O| May 29 18:00:56.692 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45652026-05-29T18:00:57.262Z[ recovery-image] May 29 18:00:56.693 INFO O| May 29 18:00:56.693 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45662026-05-29T18:00:57.267Z[ recovery-image] May 29 18:00:56.698 INFO O| May 29 18:00:56.698 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45672026-05-29T18:00:57.294Z[ recovery-image] May 29 18:00:56.724 INFO O| May 29 18:00:56.724 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45682026-05-29T18:00:57.305Z[ recovery-image] May 29 18:00:56.736 INFO O| May 29 18:00:56.736 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45692026-05-29T18:00:58.044Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45702026-05-29T18:00:58.191Z[ recovery-image] May 29 18:00:57.621 INFO O| May 29 18:00:57.621 INFO rolled back to input snapshot; work may begin
45712026-05-29T18:00:58.191Z[ recovery-image] May 29 18:00:57.621 INFO O| May 29 18:00:57.621 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45722026-05-29T18:00:58.195Z[ recovery-image] May 29 18:00:57.626 INFO O| May 29 18:00:57.626 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-05-29T18:00:58.204Z[ recovery-image] May 29 18:00:57.635 INFO O| May 29 18:00:57.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45742026-05-29T18:00:58.247Z[ recovery-image] May 29 18:00:57.678 INFO O| May 29 18:00:57.677 INFO STEP 0 (remove_files) COMPLETE
45752026-05-29T18:00:58.247Z[ recovery-image] May 29 18:00:57.678 INFO O| May 29 18:00:57.678 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-05-29T18:00:58.257Z[ recovery-image] May 29 18:00:57.688 INFO O| May 29 18:00:57.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45772026-05-29T18:00:58.261Z[ recovery-image] May 29 18:00:57.689 INFO O| May 29 18:00:57.689 INFO STEP 1 (remove_files) COMPLETE
45782026-05-29T18:00:58.261Z[ recovery-image] May 29 18:00:57.689 INFO O| May 29 18:00:57.689 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-05-29T18:00:58.267Z[ recovery-image] May 29 18:00:57.698 INFO O| May 29 18:00:57.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45802026-05-29T18:00:58.281Z[ recovery-image] May 29 18:00:57.712 INFO O| May 29 18:00:57.712 INFO STEP 2 (remove_files) COMPLETE
45812026-05-29T18:00:58.281Z[ recovery-image] May 29 18:00:57.712 INFO O| May 29 18:00:57.712 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-05-29T18:00:58.290Z[ recovery-image] May 29 18:00:57.721 INFO O| May 29 18:00:57.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45832026-05-29T18:00:58.294Z[ recovery-image] May 29 18:00:57.722 INFO O| May 29 18:00:57.722 INFO STEP 3 (remove_files) COMPLETE
45842026-05-29T18:00:58.294Z[ recovery-image] May 29 18:00:57.722 INFO O| May 29 18:00:57.722 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-05-29T18:00:58.300Z[ recovery-image] May 29 18:00:57.731 INFO O| May 29 18:00:57.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45862026-05-29T18:00:58.303Z[ recovery-image] May 29 18:00:57.734 INFO O| May 29 18:00:57.734 INFO STEP 4 (remove_files) COMPLETE
45872026-05-29T18:00:58.303Z[ recovery-image] May 29 18:00:57.734 INFO O| May 29 18:00:57.734 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-05-29T18:00:58.312Z[ recovery-image] May 29 18:00:57.743 INFO O| May 29 18:00:57.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45892026-05-29T18:00:58.312Z[ recovery-image] May 29 18:00:57.743 INFO O| May 29 18:00:57.743 INFO STEP 5 (remove_files) COMPLETE
45902026-05-29T18:00:58.316Z[ recovery-image] May 29 18:00:57.743 INFO O| May 29 18:00:57.743 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-05-29T18:00:58.321Z[ recovery-image] May 29 18:00:57.752 INFO O| May 29 18:00:57.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45922026-05-29T18:00:58.333Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 6 (remove_files) COMPLETE
45932026-05-29T18:00:58.333Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-05-29T18:00:58.333Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO skip step because feature "heliosv2" is not enabled
45952026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO skip step because feature "recovery" is enabled
45972026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO skip step because feature "recovery" is enabled
45992026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO skip step because feature "recovery" is enabled
46012026-05-29T18:00:58.336Z[ recovery-image] May 29 18:00:57.763 INFO O| May 29 18:00:57.763 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46022026-05-29T18:00:58.342Z[ recovery-image] May 29 18:00:57.773 INFO O| May 29 18:00:57.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46032026-05-29T18:00:58.345Z[ recovery-image] May 29 18:00:57.776 INFO O| May 29 18:00:57.775 INFO STEP 11 (remove_files) COMPLETE
46042026-05-29T18:00:58.345Z[ recovery-image] May 29 18:00:57.776 INFO O| May 29 18:00:57.776 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052026-05-29T18:00:58.354Z[ recovery-image] May 29 18:00:57.785 INFO O| May 29 18:00:57.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46062026-05-29T18:00:58.358Z[ recovery-image] May 29 18:00:57.786 INFO O| May 29 18:00:57.786 INFO STEP 12 (remove_files) COMPLETE
46072026-05-29T18:00:58.358Z[ recovery-image] May 29 18:00:57.786 INFO O| May 29 18:00:57.786 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082026-05-29T18:00:58.364Z[ recovery-image] May 29 18:00:57.795 INFO O| May 29 18:00:57.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46092026-05-29T18:00:58.367Z[ recovery-image] May 29 18:00:57.796 INFO O| May 29 18:00:57.796 INFO STEP 13 (remove_files) COMPLETE
46102026-05-29T18:00:58.367Z[ recovery-image] May 29 18:00:57.796 INFO O| May 29 18:00:57.796 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112026-05-29T18:00:58.384Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46122026-05-29T18:00:58.480Z[ recovery-image] May 29 18:00:57.910 INFO O| May 29 18:00:57.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46132026-05-29T18:00:58.508Z[ recovery-image] May 29 18:00:57.926 INFO O| May 29 18:00:57.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46142026-05-29T18:00:58.524Z[ recovery-image] May 29 18:00:57.954 INFO O| May 29 18:00:57.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46152026-05-29T18:00:58.524Z[ recovery-image] May 29 18:00:57.955 INFO O| May 29 18:00:57.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46162026-05-29T18:00:58.531Z[ recovery-image] May 29 18:00:57.962 INFO O| May 29 18:00:57.962 INFO STEP 14 (remove_files) COMPLETE
46172026-05-29T18:00:58.532Z[ recovery-image] May 29 18:00:57.962 INFO O| May 29 18:00:57.962 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-05-29T18:00:58.541Z[ recovery-image] May 29 18:00:57.971 INFO O| May 29 18:00:57.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46192026-05-29T18:00:58.544Z[ recovery-image] May 29 18:00:57.973 INFO O| May 29 18:00:57.973 INFO STEP 15 (remove_files) COMPLETE
46202026-05-29T18:00:58.544Z[ recovery-image] May 29 18:00:57.973 INFO O| May 29 18:00:57.973 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-05-29T18:00:58.550Z[ recovery-image] May 29 18:00:57.981 INFO O| May 29 18:00:57.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46222026-05-29T18:00:58.556Z[ recovery-image] May 29 18:00:57.987 INFO O| May 29 18:00:57.987 INFO STEP 16 (remove_files) COMPLETE
46232026-05-29T18:00:58.556Z[ recovery-image] May 29 18:00:57.987 INFO O| May 29 18:00:57.987 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-05-29T18:00:58.565Z[ recovery-image] May 29 18:00:57.995 INFO O| May 29 18:00:57.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46252026-05-29T18:00:58.568Z[ recovery-image] May 29 18:00:57.996 INFO O| May 29 18:00:57.996 INFO STEP 17 (remove_files) COMPLETE
46262026-05-29T18:00:58.568Z[ recovery-image] May 29 18:00:57.996 INFO O| May 29 18:00:57.996 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-05-29T18:00:58.572Z[ recovery-image] May 29 18:00:58.003 INFO O| May 29 18:00:58.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46282026-05-29T18:00:58.575Z[ recovery-image] May 29 18:00:58.004 INFO O| May 29 18:00:58.004 INFO STEP 18 (remove_files) COMPLETE
46292026-05-29T18:00:58.575Z[ recovery-image] May 29 18:00:58.004 INFO O| May 29 18:00:58.004 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-05-29T18:00:58.581Z[ recovery-image] May 29 18:00:58.012 INFO O| May 29 18:00:58.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46312026-05-29T18:00:58.581Z[ recovery-image] May 29 18:00:58.012 INFO O| May 29 18:00:58.012 INFO STEP 19 (remove_files) COMPLETE
46322026-05-29T18:00:58.581Z[ recovery-image] May 29 18:00:58.012 INFO O| May 29 18:00:58.012 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-05-29T18:00:58.586Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46342026-05-29T18:00:58.593Z[ recovery-image] May 29 18:00:58.023 INFO O| May 29 18:00:58.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46352026-05-29T18:00:58.593Z[ recovery-image] May 29 18:00:58.023 INFO O| May 29 18:00:58.023 INFO STEP 20 (remove_files) COMPLETE
46362026-05-29T18:00:58.593Z[ recovery-image] May 29 18:00:58.023 INFO O| May 29 18:00:58.023 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-29T18:00:58.602Z[ recovery-image] May 29 18:00:58.032 INFO O| May 29 18:00:58.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46382026-05-29T18:00:58.602Z[ recovery-image] May 29 18:00:58.032 INFO O| May 29 18:00:58.032 INFO STEP 21 (remove_files) COMPLETE
46392026-05-29T18:00:58.602Z[ recovery-image] May 29 18:00:58.032 INFO O| May 29 18:00:58.032 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-29T18:00:58.612Z[ recovery-image] May 29 18:00:58.041 INFO O| May 29 18:00:58.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46412026-05-29T18:00:58.612Z[ recovery-image] May 29 18:00:58.041 INFO O| May 29 18:00:58.041 INFO STEP 22 (remove_files) COMPLETE
46422026-05-29T18:00:58.612Z[ recovery-image] May 29 18:00:58.041 INFO O| May 29 18:00:58.041 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-29T18:00:58.619Z[ recovery-image] May 29 18:00:58.050 INFO O| May 29 18:00:58.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46442026-05-29T18:00:58.619Z[ recovery-image] May 29 18:00:58.050 INFO O| May 29 18:00:58.050 INFO STEP 23 (remove_files) COMPLETE
46452026-05-29T18:00:58.627Z[ recovery-image] May 29 18:00:58.050 INFO O| May 29 18:00:58.050 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.058 INFO O| May 29 18:00:58.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46472026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.058 INFO O| May 29 18:00:58.058 INFO STEP 24 (remove_files) COMPLETE
46482026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.058 INFO O| May 29 18:00:58.058 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.068 INFO O| May 29 18:00:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46502026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.068 INFO O| May 29 18:00:58.068 INFO STEP 25 (remove_files) COMPLETE
46512026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.068 INFO O| May 29 18:00:58.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.076 INFO O| May 29 18:00:58.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46532026-05-29T18:00:58.646Z[ recovery-image] May 29 18:00:58.077 INFO O| May 29 18:00:58.077 INFO STEP 26 (remove_files) COMPLETE
46542026-05-29T18:00:58.647Z[ recovery-image] May 29 18:00:58.077 INFO O| May 29 18:00:58.077 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-29T18:00:58.654Z[ recovery-image] May 29 18:00:58.085 INFO O| May 29 18:00:58.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46562026-05-29T18:00:58.657Z[ recovery-image] May 29 18:00:58.085 INFO O| May 29 18:00:58.085 INFO STEP 27 (remove_files) COMPLETE
46572026-05-29T18:00:58.657Z[ recovery-image] May 29 18:00:58.085 INFO O| May 29 18:00:58.085 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-29T18:00:58.663Z[ recovery-image] May 29 18:00:58.093 INFO O| May 29 18:00:58.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46592026-05-29T18:00:58.663Z[ recovery-image] May 29 18:00:58.094 INFO O| May 29 18:00:58.093 INFO STEP 28 (remove_files) COMPLETE
46602026-05-29T18:00:58.663Z[ recovery-image] May 29 18:00:58.094 INFO O| May 29 18:00:58.094 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-29T18:00:58.672Z[ recovery-image] May 29 18:00:58.102 INFO O| May 29 18:00:58.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46622026-05-29T18:00:58.672Z[ recovery-image] May 29 18:00:58.102 INFO O| May 29 18:00:58.102 INFO STEP 29 (remove_files) COMPLETE
46632026-05-29T18:00:58.672Z[ recovery-image] May 29 18:00:58.102 INFO O| May 29 18:00:58.102 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-29T18:00:58.684Z[ recovery-image] May 29 18:00:58.114 INFO O| May 29 18:00:58.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46652026-05-29T18:00:58.684Z[ recovery-image] May 29 18:00:58.114 INFO O| May 29 18:00:58.114 INFO STEP 30 (remove_files) COMPLETE
46662026-05-29T18:00:58.687Z[ recovery-image] May 29 18:00:58.114 INFO O| May 29 18:00:58.114 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-29T18:00:58.697Z[ recovery-image] May 29 18:00:58.124 INFO O| May 29 18:00:58.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46682026-05-29T18:00:58.700Z[ recovery-image] May 29 18:00:58.124 INFO O| May 29 18:00:58.124 INFO STEP 31 (remove_files) COMPLETE
46692026-05-29T18:00:58.700Z[ recovery-image] May 29 18:00:58.124 INFO O| May 29 18:00:58.124 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-29T18:00:58.704Z[ recovery-image] May 29 18:00:58.134 INFO O| May 29 18:00:58.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46712026-05-29T18:00:58.704Z[ recovery-image] May 29 18:00:58.135 INFO O| May 29 18:00:58.135 INFO STEP 32 (remove_files) COMPLETE
46722026-05-29T18:00:58.704Z[ recovery-image] May 29 18:00:58.135 INFO O| May 29 18:00:58.135 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-29T18:00:58.711Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46742026-05-29T18:00:58.715Z[ recovery-image] May 29 18:00:58.143 INFO O| May 29 18:00:58.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46752026-05-29T18:00:58.715Z[ recovery-image] May 29 18:00:58.144 INFO O| May 29 18:00:58.143 INFO STEP 33 (remove_files) COMPLETE
46762026-05-29T18:00:58.715Z[ recovery-image] May 29 18:00:58.144 INFO O| May 29 18:00:58.143 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-05-29T18:00:58.721Z[ recovery-image] May 29 18:00:58.151 INFO O| May 29 18:00:58.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46782026-05-29T18:00:58.721Z[ recovery-image] May 29 18:00:58.152 INFO O| May 29 18:00:58.151 INFO STEP 34 (remove_files) COMPLETE
46792026-05-29T18:00:58.724Z[ recovery-image] May 29 18:00:58.152 INFO O| May 29 18:00:58.151 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-05-29T18:00:58.729Z[ recovery-image] May 29 18:00:58.160 INFO O| May 29 18:00:58.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46812026-05-29T18:00:58.729Z[ recovery-image] May 29 18:00:58.160 INFO O| May 29 18:00:58.160 INFO STEP 35 (remove_files) COMPLETE
46822026-05-29T18:00:58.732Z[ recovery-image] May 29 18:00:58.160 INFO O| May 29 18:00:58.160 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-05-29T18:00:58.737Z[ recovery-image] May 29 18:00:58.168 INFO O| May 29 18:00:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46842026-05-29T18:00:58.737Z[ recovery-image] May 29 18:00:58.168 INFO O| May 29 18:00:58.168 INFO STEP 36 (remove_files) COMPLETE
46852026-05-29T18:00:58.737Z[ recovery-image] May 29 18:00:58.168 INFO O| May 29 18:00:58.168 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-05-29T18:00:58.746Z[ recovery-image] May 29 18:00:58.176 INFO O| May 29 18:00:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46872026-05-29T18:00:58.746Z[ recovery-image] May 29 18:00:58.176 INFO O| May 29 18:00:58.176 INFO STEP 37 (remove_files) COMPLETE
46882026-05-29T18:00:58.746Z[ recovery-image] May 29 18:00:58.176 INFO O| May 29 18:00:58.176 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-05-29T18:00:58.755Z[ recovery-image] May 29 18:00:58.185 INFO O| May 29 18:00:58.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46902026-05-29T18:00:58.755Z[ recovery-image] May 29 18:00:58.185 INFO O| May 29 18:00:58.185 INFO STEP 38 (remove_files) COMPLETE
46912026-05-29T18:00:58.758Z[ recovery-image] May 29 18:00:58.185 INFO O| May 29 18:00:58.185 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-05-29T18:00:58.763Z[ recovery-image] May 29 18:00:58.194 INFO O| May 29 18:00:58.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46932026-05-29T18:00:58.763Z[ recovery-image] May 29 18:00:58.194 INFO O| May 29 18:00:58.194 INFO STEP 39 (remove_files) COMPLETE
46942026-05-29T18:00:58.767Z[ recovery-image] May 29 18:00:58.194 INFO O| May 29 18:00:58.194 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-05-29T18:00:58.773Z[ recovery-image] May 29 18:00:58.204 INFO O| May 29 18:00:58.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46962026-05-29T18:00:58.773Z[ recovery-image] May 29 18:00:58.204 INFO O| May 29 18:00:58.204 INFO STEP 40 (remove_files) COMPLETE
46972026-05-29T18:00:58.776Z[ recovery-image] May 29 18:00:58.204 INFO O| May 29 18:00:58.204 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-05-29T18:00:58.782Z[ recovery-image] May 29 18:00:58.213 INFO O| May 29 18:00:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46992026-05-29T18:00:58.782Z[ recovery-image] May 29 18:00:58.213 INFO O| May 29 18:00:58.213 INFO STEP 41 (remove_files) COMPLETE
47002026-05-29T18:00:58.782Z[ recovery-image] May 29 18:00:58.213 INFO O| May 29 18:00:58.213 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-05-29T18:00:58.792Z[ recovery-image] May 29 18:00:58.222 INFO O| May 29 18:00:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47022026-05-29T18:00:58.792Z[ recovery-image] May 29 18:00:58.222 INFO O| May 29 18:00:58.222 INFO STEP 42 (remove_files) COMPLETE
47032026-05-29T18:00:58.795Z[ recovery-image] May 29 18:00:58.222 INFO O| May 29 18:00:58.222 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-05-29T18:00:58.800Z[ recovery-image] May 29 18:00:58.231 INFO O| May 29 18:00:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47052026-05-29T18:00:58.800Z[ recovery-image] May 29 18:00:58.231 INFO O| May 29 18:00:58.231 INFO STEP 43 (remove_files) COMPLETE
47062026-05-29T18:00:58.800Z[ recovery-image] May 29 18:00:58.231 INFO O| May 29 18:00:58.231 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-05-29T18:00:58.811Z[ recovery-image] May 29 18:00:58.242 INFO O| May 29 18:00:58.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47082026-05-29T18:00:58.811Z[ recovery-image] May 29 18:00:58.242 INFO O| May 29 18:00:58.242 INFO STEP 44 (remove_files) COMPLETE
47092026-05-29T18:00:58.811Z[ recovery-image] May 29 18:00:58.242 INFO O| May 29 18:00:58.242 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-05-29T18:00:58.822Z[ recovery-image] May 29 18:00:58.253 INFO O| May 29 18:00:58.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47112026-05-29T18:00:58.822Z[ recovery-image] May 29 18:00:58.253 INFO O| May 29 18:00:58.253 INFO STEP 45 (remove_files) COMPLETE
47122026-05-29T18:00:58.825Z[ recovery-image] May 29 18:00:58.253 INFO O| May 29 18:00:58.253 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-05-29T18:00:58.830Z[ recovery-image] May 29 18:00:58.261 INFO O| May 29 18:00:58.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47142026-05-29T18:00:58.830Z[ recovery-image] May 29 18:00:58.261 INFO O| May 29 18:00:58.261 INFO STEP 46 (remove_files) COMPLETE
47152026-05-29T18:00:58.830Z[ recovery-image] May 29 18:00:58.261 INFO O| May 29 18:00:58.261 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-05-29T18:00:58.838Z[ recovery-image] May 29 18:00:58.269 INFO O| May 29 18:00:58.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47172026-05-29T18:00:58.838Z[ recovery-image] May 29 18:00:58.269 INFO O| May 29 18:00:58.269 INFO STEP 47 (remove_files) COMPLETE
47182026-05-29T18:00:58.838Z[ recovery-image] May 29 18:00:58.269 INFO O| May 29 18:00:58.269 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-05-29T18:00:58.847Z[ recovery-image] May 29 18:00:58.277 INFO O| May 29 18:00:58.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47202026-05-29T18:00:58.847Z[ recovery-image] May 29 18:00:58.277 INFO O| May 29 18:00:58.277 INFO STEP 48 (remove_files) COMPLETE
47212026-05-29T18:00:58.847Z[ recovery-image] May 29 18:00:58.277 INFO O| May 29 18:00:58.277 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-05-29T18:00:58.854Z[ recovery-image] May 29 18:00:58.284 INFO O| May 29 18:00:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47232026-05-29T18:00:58.854Z[ recovery-image] May 29 18:00:58.284 INFO O| May 29 18:00:58.284 INFO STEP 49 (remove_files) COMPLETE
47242026-05-29T18:00:58.857Z[ recovery-image] May 29 18:00:58.284 INFO O| May 29 18:00:58.284 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-05-29T18:00:58.862Z[ recovery-image] May 29 18:00:58.293 INFO O| May 29 18:00:58.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47262026-05-29T18:00:58.862Z[ recovery-image] May 29 18:00:58.293 INFO O| May 29 18:00:58.293 INFO STEP 50 (remove_files) COMPLETE
47272026-05-29T18:00:58.862Z[ recovery-image] May 29 18:00:58.293 INFO O| May 29 18:00:58.293 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-05-29T18:00:58.871Z[ recovery-image] May 29 18:00:58.302 INFO O| May 29 18:00:58.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47292026-05-29T18:00:58.871Z[ recovery-image] May 29 18:00:58.302 INFO O| May 29 18:00:58.302 INFO STEP 51 (remove_files) COMPLETE
47302026-05-29T18:00:58.871Z[ recovery-image] May 29 18:00:58.302 INFO O| May 29 18:00:58.302 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-05-29T18:00:58.879Z[ recovery-image] May 29 18:00:58.309 INFO O| May 29 18:00:58.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47322026-05-29T18:00:58.879Z[ recovery-image] May 29 18:00:58.309 INFO O| May 29 18:00:58.309 INFO STEP 52 (remove_files) COMPLETE
47332026-05-29T18:00:58.882Z[ recovery-image] May 29 18:00:58.309 INFO O| May 29 18:00:58.309 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-05-29T18:00:58.886Z[ recovery-image] May 29 18:00:58.317 INFO O| May 29 18:00:58.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47352026-05-29T18:00:58.886Z[ recovery-image] May 29 18:00:58.317 INFO O| May 29 18:00:58.317 INFO STEP 53 (remove_files) COMPLETE
47362026-05-29T18:00:58.890Z[ recovery-image] May 29 18:00:58.317 INFO O| May 29 18:00:58.317 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-05-29T18:00:58.898Z[ recovery-image] May 29 18:00:58.325 INFO O| May 29 18:00:58.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47382026-05-29T18:00:58.898Z[ recovery-image] May 29 18:00:58.326 INFO O| May 29 18:00:58.326 INFO STEP 54 (remove_files) COMPLETE
47392026-05-29T18:00:58.898Z[ recovery-image] May 29 18:00:58.326 INFO O| May 29 18:00:58.326 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-05-29T18:00:58.903Z[ recovery-image] May 29 18:00:58.334 INFO O| May 29 18:00:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47412026-05-29T18:00:58.904Z[ recovery-image] May 29 18:00:58.334 INFO O| May 29 18:00:58.334 INFO STEP 55 (remove_files) COMPLETE
47422026-05-29T18:00:58.911Z[ recovery-image] May 29 18:00:58.334 INFO O| May 29 18:00:58.334 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-05-29T18:00:58.914Z[ recovery-image] May 29 18:00:58.343 INFO O| May 29 18:00:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47442026-05-29T18:00:58.914Z[ recovery-image] May 29 18:00:58.343 INFO O| May 29 18:00:58.343 INFO STEP 56 (remove_files) COMPLETE
47452026-05-29T18:00:58.914Z[ recovery-image] May 29 18:00:58.343 INFO O| May 29 18:00:58.343 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-05-29T18:00:58.924Z[ recovery-image] May 29 18:00:58.354 INFO O| May 29 18:00:58.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47472026-05-29T18:00:58.924Z[ recovery-image] May 29 18:00:58.354 INFO O| May 29 18:00:58.354 INFO STEP 57 (remove_files) COMPLETE
47482026-05-29T18:00:58.924Z[ recovery-image] May 29 18:00:58.354 INFO O| May 29 18:00:58.354 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-05-29T18:00:58.933Z[ recovery-image] May 29 18:00:58.364 INFO O| May 29 18:00:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47502026-05-29T18:00:58.933Z[ recovery-image] May 29 18:00:58.364 INFO O| May 29 18:00:58.364 INFO STEP 58 (remove_files) COMPLETE
47512026-05-29T18:00:58.933Z[ recovery-image] May 29 18:00:58.364 INFO O| May 29 18:00:58.364 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-05-29T18:00:58.943Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47532026-05-29T18:00:58.943Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47542026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47552026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47562026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47572026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47582026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO ok!
47592026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO STEP 59 (ensure_file) COMPLETE
47602026-05-29T18:00:58.946Z[ recovery-image] May 29 18:00:58.373 INFO O| May 29 18:00:58.373 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-05-29T18:00:58.952Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47622026-05-29T18:00:58.952Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47632026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47642026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47652026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47662026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47672026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO ok!
47682026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO STEP 60 (ensure_file) COMPLETE
47692026-05-29T18:00:58.956Z[ recovery-image] May 29 18:00:58.383 INFO O| May 29 18:00:58.383 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-05-29T18:00:58.961Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47712026-05-29T18:00:58.961Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47722026-05-29T18:00:58.961Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47732026-05-29T18:00:58.961Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO ok!
47742026-05-29T18:00:58.965Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO STEP 61 (ensure_file) COMPLETE
47752026-05-29T18:00:58.965Z[ recovery-image] May 29 18:00:58.392 INFO O| May 29 18:00:58.392 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-05-29T18:00:58.970Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47772026-05-29T18:00:58.970Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47782026-05-29T18:00:58.973Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47792026-05-29T18:00:58.973Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 INFO ok!
47802026-05-29T18:00:58.973Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 INFO STEP 62 (ensure_file) COMPLETE
47812026-05-29T18:00:58.973Z[ recovery-image] May 29 18:00:58.401 INFO O| May 29 18:00:58.401 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-05-29T18:00:58.978Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47832026-05-29T18:00:58.979Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47842026-05-29T18:00:58.979Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47852026-05-29T18:00:58.979Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47862026-05-29T18:00:58.982Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO ok!
47872026-05-29T18:00:58.982Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO STEP 63 (ensure_file) COMPLETE
47882026-05-29T18:00:58.982Z[ recovery-image] May 29 18:00:58.409 INFO O| May 29 18:00:58.409 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-05-29T18:00:58.989Z[ recovery-image] May 29 18:00:58.418 INFO O| May 29 18:00:58.418 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47902026-05-29T18:00:58.989Z[ recovery-image] May 29 18:00:58.418 INFO O| May 29 18:00:58.418 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47912026-05-29T18:00:58.989Z[ recovery-image] May 29 18:00:58.418 INFO O| May 29 18:00:58.418 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47922026-05-29T18:00:58.992Z[ recovery-image] May 29 18:00:58.418 INFO O| May 29 18:00:58.418 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47932026-05-29T18:00:58.992Z[ recovery-image] May 29 18:00:58.418 INFO O| May 29 18:00:58.418 INFO ok!
47942026-05-29T18:00:58.992Z[ recovery-image] May 29 18:00:58.419 INFO O| May 29 18:00:58.418 INFO STEP 64 (ensure_file) COMPLETE
47952026-05-29T18:00:58.992Z[ recovery-image] May 29 18:00:58.419 INFO O| May 29 18:00:58.419 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-05-29T18:00:58.997Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.427 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47972026-05-29T18:00:58.997Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.428 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47982026-05-29T18:00:58.997Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47992026-05-29T18:00:59.000Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.428 INFO ok!
48002026-05-29T18:00:59.000Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.428 INFO STEP 65 (assemble_files) COMPLETE
48012026-05-29T18:00:59.000Z[ recovery-image] May 29 18:00:58.428 INFO O| May 29 18:00:58.428 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-05-29T18:00:59.006Z[ recovery-image] May 29 18:00:58.436 INFO O| May 29 18:00:58.436 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48032026-05-29T18:00:59.006Z[ recovery-image] May 29 18:00:58.436 INFO O| May 29 18:00:58.436 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48042026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.436 INFO O| May 29 18:00:58.436 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48052026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.436 INFO O| May 29 18:00:58.436 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48062026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.436 INFO O| May 29 18:00:58.436 INFO ok!
48072026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.436 INFO STEP 66 (ensure_file) COMPLETE
48082026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.436 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO skip step because feature "omicron1" is not enabled
48102026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48112026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO skip step because feature "omicron1" is not enabled
48122026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48132026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO skip step because feature "omicron1" is not enabled
48142026-05-29T18:00:59.009Z[ recovery-image] May 29 18:00:58.437 INFO O| May 29 18:00:58.437 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-05-29T18:00:59.019Z[ recovery-image] May 29 18:00:58.450 INFO O| May 29 18:00:58.450 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48162026-05-29T18:00:59.019Z[ recovery-image] May 29 18:00:58.450 INFO O| May 29 18:00:58.450 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48172026-05-29T18:00:59.574Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48182026-05-29T18:01:00.211Z[ recovery-image] May 29 18:00:59.641 INFO O| May 29 18:00:59.641 INFO STEP 70 (pack_tar) COMPLETE
48192026-05-29T18:01:00.211Z[ recovery-image] May 29 18:00:59.642 INFO O| May 29 18:00:59.641 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48202026-05-29T18:01:00.214Z[ recovery-image] May 29 18:00:59.642 INFO O| May 29 18:00:59.641 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48212026-05-29T18:01:00.743Z[ recovery-image] May 29 18:01:00.173 INFO O| May 29 18:01:00.173 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48222026-05-29T18:01:00.842Z[ recovery-image] May 29 18:01:00.273 INFO O| May 29 18:01:00.273 INFO completed processing sled/ramdisk-02-trim
48232026-05-29T18:01:00.845Z[ recovery-image] May 29 18:01:00.275 INFO image builder template: ramdisk-03-recovery-trim...
48242026-05-29T18:01:00.846Z[ recovery-image] May 29 18:01:00.275 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/.tmp6JiiRM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48252026-05-29T18:01:00.849Z[ recovery-image] May 29 18:01:00.280 INFO O| May 29 18:01:00.279 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48262026-05-29T18:01:00.924Z[ recovery-image] May 29 18:01:00.354 INFO O| May 29 18:01:00.354 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48272026-05-29T18:01:00.927Z[ recovery-image] May 29 18:01:00.358 INFO O| May 29 18:01:00.358 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48282026-05-29T18:01:00.992Z[ recovery-image] May 29 18:01:00.423 INFO O| May 29 18:01:00.423 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48292026-05-29T18:01:01.066Z[ recovery-image] May 29 18:01:00.496 INFO O| May 29 18:01:00.496 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48302026-05-29T18:01:01.066Z[ recovery-image] May 29 18:01:00.497 INFO O| May 29 18:01:00.496 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48312026-05-29T18:01:01.072Z[ recovery-image] May 29 18:01:00.503 INFO O| May 29 18:01:00.503 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48322026-05-29T18:01:01.075Z[ recovery-image] May 29 18:01:00.506 INFO O| May 29 18:01:00.506 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48332026-05-29T18:01:01.079Z[ recovery-image] May 29 18:01:00.510 INFO O| May 29 18:01:00.510 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48342026-05-29T18:01:01.552Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48352026-05-29T18:01:01.558Z[ recovery-image] May 29 18:01:00.989 INFO O| May 29 18:01:00.989 INFO rolled back to input snapshot; work may begin
48362026-05-29T18:01:01.558Z[ recovery-image] May 29 18:01:00.989 INFO O| May 29 18:01:00.989 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48372026-05-29T18:01:01.563Z[ recovery-image] May 29 18:01:00.994 INFO O| May 29 18:01:00.994 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48382026-05-29T18:01:01.573Z[ recovery-image] May 29 18:01:01.004 INFO O| May 29 18:01:01.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48392026-05-29T18:01:01.582Z[ recovery-image] May 29 18:01:01.013 INFO O| May 29 18:01:01.013 INFO STEP 0 (remove_files) COMPLETE
48402026-05-29T18:01:01.582Z[ recovery-image] May 29 18:01:01.013 INFO O| May 29 18:01:01.013 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48412026-05-29T18:01:01.591Z[ recovery-image] May 29 18:01:01.022 INFO O| May 29 18:01:01.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48422026-05-29T18:01:01.664Z[ recovery-image] May 29 18:01:01.094 INFO O| May 29 18:01:01.094 INFO STEP 1 (remove_files) COMPLETE
48432026-05-29T18:01:01.664Z[ recovery-image] May 29 18:01:01.094 INFO O| May 29 18:01:01.094 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48442026-05-29T18:01:01.675Z[ recovery-image] May 29 18:01:01.106 INFO O| May 29 18:01:01.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48452026-05-29T18:01:01.678Z[ recovery-image] May 29 18:01:01.107 INFO O| May 29 18:01:01.107 INFO STEP 2 (remove_files) COMPLETE
48462026-05-29T18:01:01.678Z[ recovery-image] May 29 18:01:01.107 INFO O| May 29 18:01:01.107 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48472026-05-29T18:01:01.685Z[ recovery-image] May 29 18:01:01.116 INFO O| May 29 18:01:01.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48482026-05-29T18:01:01.722Z[ recovery-image] May 29 18:01:01.153 INFO O| May 29 18:01:01.153 INFO STEP 3 (remove_files) COMPLETE
48492026-05-29T18:01:01.722Z[ recovery-image] May 29 18:01:01.153 INFO O| May 29 18:01:01.153 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48502026-05-29T18:01:01.732Z[ recovery-image] May 29 18:01:01.163 INFO O| May 29 18:01:01.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48512026-05-29T18:01:01.750Z[ recovery-image] May 29 18:01:01.181 INFO O| May 29 18:01:01.181 INFO STEP 4 (remove_files) COMPLETE
48522026-05-29T18:01:01.750Z[ recovery-image] May 29 18:01:01.181 INFO O| May 29 18:01:01.181 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48532026-05-29T18:01:01.759Z[ recovery-image] May 29 18:01:01.190 INFO O| May 29 18:01:01.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48542026-05-29T18:01:01.762Z[ recovery-image] May 29 18:01:01.193 INFO O| May 29 18:01:01.193 INFO STEP 5 (remove_files) COMPLETE
48552026-05-29T18:01:01.762Z[ recovery-image] May 29 18:01:01.193 INFO O| May 29 18:01:01.193 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48562026-05-29T18:01:01.771Z[ recovery-image] May 29 18:01:01.202 INFO O| May 29 18:01:01.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48572026-05-29T18:01:01.785Z[ recovery-image] May 29 18:01:01.216 INFO O| May 29 18:01:01.216 INFO STEP 6 (remove_files) COMPLETE
48582026-05-29T18:01:01.785Z[ recovery-image] May 29 18:01:01.216 INFO O| May 29 18:01:01.216 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-05-29T18:01:01.812Z[ recovery-image] May 29 18:01:01.242 INFO O| May 29 18:01:01.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48602026-05-29T18:01:01.822Z[ recovery-image] May 29 18:01:01.253 INFO O| May 29 18:01:01.253 INFO STEP 7 (remove_files) COMPLETE
48612026-05-29T18:01:01.822Z[ recovery-image] May 29 18:01:01.253 INFO O| May 29 18:01:01.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-05-29T18:01:01.831Z[ recovery-image] May 29 18:01:01.262 INFO O| May 29 18:01:01.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48632026-05-29T18:01:01.835Z[ recovery-image] May 29 18:01:01.265 INFO O| May 29 18:01:01.265 INFO STEP 8 (remove_files) COMPLETE
48642026-05-29T18:01:01.835Z[ recovery-image] May 29 18:01:01.265 INFO O| May 29 18:01:01.265 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-05-29T18:01:01.862Z[ recovery-image] May 29 18:01:01.293 INFO O| May 29 18:01:01.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48662026-05-29T18:01:01.917Z[ recovery-image] May 29 18:01:01.346 INFO O| May 29 18:01:01.346 INFO STEP 9 (remove_files) COMPLETE
48672026-05-29T18:01:01.917Z[ recovery-image] May 29 18:01:01.346 INFO O| May 29 18:01:01.346 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-05-29T18:01:01.926Z[ recovery-image] May 29 18:01:01.356 INFO O| May 29 18:01:01.356 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48692026-05-29T18:01:02.244Z[ recovery-image] May 29 18:01:01.675 INFO O| May 29 18:01:01.675 INFO STEP 10 (remove_files) COMPLETE
48702026-05-29T18:01:02.244Z[ recovery-image] May 29 18:01:01.675 INFO O| May 29 18:01:01.675 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-05-29T18:01:02.260Z[ recovery-image] May 29 18:01:01.691 INFO O| May 29 18:01:01.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48722026-05-29T18:01:02.303Z[ recovery-image] May 29 18:01:01.734 INFO O| May 29 18:01:01.734 INFO STEP 11 (remove_files) COMPLETE
48732026-05-29T18:01:02.303Z[ recovery-image] May 29 18:01:01.734 INFO O| May 29 18:01:01.734 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-05-29T18:01:02.313Z[ recovery-image] May 29 18:01:01.744 INFO O| May 29 18:01:01.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48752026-05-29T18:01:02.341Z[ recovery-image] May 29 18:01:01.772 INFO O| May 29 18:01:01.772 INFO STEP 12 (remove_files) COMPLETE
48762026-05-29T18:01:02.342Z[ recovery-image] May 29 18:01:01.772 INFO O| May 29 18:01:01.772 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-05-29T18:01:02.369Z[ recovery-image] May 29 18:01:01.799 INFO O| May 29 18:01:01.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48782026-05-29T18:01:02.369Z[ recovery-image] May 29 18:01:01.800 INFO O| May 29 18:01:01.800 INFO STEP 13 (remove_files) COMPLETE
48792026-05-29T18:01:02.369Z[ recovery-image] May 29 18:01:01.800 INFO O| May 29 18:01:01.800 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-05-29T18:01:02.377Z[ recovery-image] May 29 18:01:01.808 INFO O| May 29 18:01:01.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48812026-05-29T18:01:02.442Z[ recovery-image] May 29 18:01:01.873 INFO O| May 29 18:01:01.873 INFO STEP 14 (remove_files) COMPLETE
48822026-05-29T18:01:02.442Z[ recovery-image] May 29 18:01:01.873 INFO O| May 29 18:01:01.873 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-29T18:01:02.485Z[ recovery-image] May 29 18:01:01.903 INFO O| May 29 18:01:01.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48842026-05-29T18:01:02.625Z[ recovery-image] May 29 18:01:02.056 INFO O| May 29 18:01:02.056 INFO STEP 15 (remove_files) COMPLETE
48852026-05-29T18:01:02.625Z[ recovery-image] May 29 18:01:02.056 INFO O| May 29 18:01:02.056 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-29T18:01:02.648Z[ recovery-image] May 29 18:01:02.078 INFO O| May 29 18:01:02.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48872026-05-29T18:01:02.648Z[ recovery-image] May 29 18:01:02.078 INFO O| May 29 18:01:02.078 INFO STEP 16 (remove_files) COMPLETE
48882026-05-29T18:01:02.651Z[ recovery-image] May 29 18:01:02.079 INFO O| May 29 18:01:02.078 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-29T18:01:02.656Z[ recovery-image] May 29 18:01:02.087 INFO O| May 29 18:01:02.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48902026-05-29T18:01:02.656Z[ recovery-image] May 29 18:01:02.087 INFO O| May 29 18:01:02.087 INFO STEP 17 (remove_files) COMPLETE
48912026-05-29T18:01:02.656Z[ recovery-image] May 29 18:01:02.087 INFO O| May 29 18:01:02.087 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-29T18:01:02.665Z[ recovery-image] May 29 18:01:02.096 INFO O| May 29 18:01:02.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48932026-05-29T18:01:02.753Z[ recovery-image] May 29 18:01:02.184 INFO O| May 29 18:01:02.184 INFO STEP 18 (remove_files) COMPLETE
48942026-05-29T18:01:02.753Z[ recovery-image] May 29 18:01:02.184 INFO O| May 29 18:01:02.184 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-29T18:01:02.765Z[ recovery-image] May 29 18:01:02.195 INFO O| May 29 18:01:02.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48962026-05-29T18:01:02.768Z[ recovery-image] May 29 18:01:02.197 INFO O| May 29 18:01:02.197 INFO STEP 19 (remove_files) COMPLETE
48972026-05-29T18:01:02.768Z[ recovery-image] May 29 18:01:02.197 INFO O| May 29 18:01:02.197 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-29T18:01:02.776Z[ recovery-image] May 29 18:01:02.207 INFO O| May 29 18:01:02.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48992026-05-29T18:01:02.776Z[ recovery-image] May 29 18:01:02.207 INFO O| May 29 18:01:02.207 INFO STEP 20 (remove_files) COMPLETE
49002026-05-29T18:01:02.776Z[ recovery-image] May 29 18:01:02.207 INFO O| May 29 18:01:02.207 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-29T18:01:02.785Z[ recovery-image] May 29 18:01:02.216 INFO O| May 29 18:01:02.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49022026-05-29T18:01:02.788Z[ recovery-image] May 29 18:01:02.217 INFO O| May 29 18:01:02.217 INFO STEP 21 (remove_files) COMPLETE
49032026-05-29T18:01:02.788Z[ recovery-image] May 29 18:01:02.217 INFO O| May 29 18:01:02.217 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-29T18:01:02.795Z[ recovery-image] May 29 18:01:02.226 INFO O| May 29 18:01:02.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49052026-05-29T18:01:02.795Z[ recovery-image] May 29 18:01:02.226 INFO O| May 29 18:01:02.226 INFO STEP 22 (remove_files) COMPLETE
49062026-05-29T18:01:02.798Z[ recovery-image] May 29 18:01:02.226 INFO O| May 29 18:01:02.226 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-29T18:01:02.802Z[ recovery-image] May 29 18:01:02.233 INFO O| May 29 18:01:02.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49082026-05-29T18:01:02.806Z[ recovery-image] May 29 18:01:02.234 INFO O| May 29 18:01:02.234 INFO STEP 23 (remove_files) COMPLETE
49092026-05-29T18:01:02.806Z[ recovery-image] May 29 18:01:02.234 INFO O| May 29 18:01:02.234 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-29T18:01:02.812Z[ recovery-image] May 29 18:01:02.243 INFO O| May 29 18:01:02.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49112026-05-29T18:01:02.815Z[ recovery-image] May 29 18:01:02.244 INFO O| May 29 18:01:02.244 INFO STEP 24 (remove_files) COMPLETE
49122026-05-29T18:01:02.815Z[ recovery-image] May 29 18:01:02.244 INFO O| May 29 18:01:02.244 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-29T18:01:02.821Z[ recovery-image] May 29 18:01:02.252 INFO O| May 29 18:01:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49142026-05-29T18:01:02.821Z[ recovery-image] May 29 18:01:02.252 INFO O| May 29 18:01:02.252 INFO STEP 25 (remove_files) COMPLETE
49152026-05-29T18:01:02.821Z[ recovery-image] May 29 18:01:02.252 INFO O| May 29 18:01:02.252 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-29T18:01:02.830Z[ recovery-image] May 29 18:01:02.261 INFO O| May 29 18:01:02.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49172026-05-29T18:01:02.830Z[ recovery-image] May 29 18:01:02.261 INFO O| May 29 18:01:02.261 INFO STEP 26 (remove_files) COMPLETE
49182026-05-29T18:01:02.833Z[ recovery-image] May 29 18:01:02.261 INFO O| May 29 18:01:02.261 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-29T18:01:02.838Z[ recovery-image] May 29 18:01:02.269 INFO O| May 29 18:01:02.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49202026-05-29T18:01:02.838Z[ recovery-image] May 29 18:01:02.269 INFO O| May 29 18:01:02.269 INFO STEP 27 (remove_files) COMPLETE
49212026-05-29T18:01:02.838Z[ recovery-image] May 29 18:01:02.269 INFO O| May 29 18:01:02.269 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-29T18:01:02.848Z[ recovery-image] May 29 18:01:02.278 INFO O| May 29 18:01:02.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49232026-05-29T18:01:02.849Z[ recovery-image] May 29 18:01:02.278 INFO O| May 29 18:01:02.278 INFO STEP 28 (remove_files) COMPLETE
49242026-05-29T18:01:02.849Z[ recovery-image] May 29 18:01:02.278 INFO O| May 29 18:01:02.278 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-29T18:01:02.855Z[ recovery-image] May 29 18:01:02.286 INFO O| May 29 18:01:02.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49262026-05-29T18:01:02.855Z[ recovery-image] May 29 18:01:02.286 INFO O| May 29 18:01:02.286 INFO STEP 29 (remove_files) COMPLETE
49272026-05-29T18:01:02.855Z[ recovery-image] May 29 18:01:02.286 INFO O| May 29 18:01:02.286 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-29T18:01:02.865Z[ recovery-image] May 29 18:01:02.294 INFO O| May 29 18:01:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49292026-05-29T18:01:02.865Z[ recovery-image] May 29 18:01:02.294 INFO O| May 29 18:01:02.294 INFO STEP 30 (remove_files) COMPLETE
49302026-05-29T18:01:02.869Z[ recovery-image] May 29 18:01:02.294 INFO O| May 29 18:01:02.294 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-29T18:01:02.873Z[ recovery-image] May 29 18:01:02.303 INFO O| May 29 18:01:02.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49322026-05-29T18:01:02.873Z[ recovery-image] May 29 18:01:02.303 INFO O| May 29 18:01:02.303 INFO STEP 31 (remove_files) COMPLETE
49332026-05-29T18:01:02.873Z[ recovery-image] May 29 18:01:02.303 INFO O| May 29 18:01:02.303 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-29T18:01:02.881Z[ recovery-image] May 29 18:01:02.311 INFO O| May 29 18:01:02.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49352026-05-29T18:01:02.884Z[ recovery-image] May 29 18:01:02.312 INFO O| May 29 18:01:02.312 INFO STEP 32 (remove_files) COMPLETE
49362026-05-29T18:01:02.884Z[ recovery-image] May 29 18:01:02.312 INFO O| May 29 18:01:02.312 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-29T18:01:02.890Z[ recovery-image] May 29 18:01:02.321 INFO O| May 29 18:01:02.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49382026-05-29T18:01:02.890Z[ recovery-image] May 29 18:01:02.321 INFO O| May 29 18:01:02.321 INFO STEP 33 (remove_files) COMPLETE
49392026-05-29T18:01:02.893Z[ recovery-image] May 29 18:01:02.321 INFO O| May 29 18:01:02.321 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-29T18:01:02.900Z[ recovery-image] May 29 18:01:02.331 INFO O| May 29 18:01:02.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49412026-05-29T18:01:02.900Z[ recovery-image] May 29 18:01:02.331 INFO O| May 29 18:01:02.331 INFO STEP 34 (remove_files) COMPLETE
49422026-05-29T18:01:02.903Z[ recovery-image] May 29 18:01:02.331 INFO O| May 29 18:01:02.331 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-29T18:01:02.909Z[ recovery-image] May 29 18:01:02.340 INFO O| May 29 18:01:02.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49442026-05-29T18:01:02.909Z[ recovery-image] May 29 18:01:02.340 INFO O| May 29 18:01:02.340 INFO STEP 35 (remove_files) COMPLETE
49452026-05-29T18:01:02.909Z[ recovery-image] May 29 18:01:02.340 INFO O| May 29 18:01:02.340 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-29T18:01:02.917Z[ recovery-image] May 29 18:01:02.348 INFO O| May 29 18:01:02.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49472026-05-29T18:01:02.917Z[ recovery-image] May 29 18:01:02.348 INFO O| May 29 18:01:02.348 INFO STEP 36 (remove_files) COMPLETE
49482026-05-29T18:01:02.917Z[ recovery-image] May 29 18:01:02.348 INFO O| May 29 18:01:02.348 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-29T18:01:02.926Z[ recovery-image] May 29 18:01:02.357 INFO O| May 29 18:01:02.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49502026-05-29T18:01:02.926Z[ recovery-image] May 29 18:01:02.357 INFO O| May 29 18:01:02.357 INFO STEP 37 (remove_files) COMPLETE
49512026-05-29T18:01:02.926Z[ recovery-image] May 29 18:01:02.357 INFO O| May 29 18:01:02.357 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-29T18:01:02.935Z[ recovery-image] May 29 18:01:02.366 INFO O| May 29 18:01:02.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49532026-05-29T18:01:02.938Z[ recovery-image] May 29 18:01:02.367 INFO O| May 29 18:01:02.367 INFO STEP 38 (remove_files) COMPLETE
49542026-05-29T18:01:02.938Z[ recovery-image] May 29 18:01:02.367 INFO O| May 29 18:01:02.367 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-29T18:01:02.944Z[ recovery-image] May 29 18:01:02.375 INFO O| May 29 18:01:02.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49562026-05-29T18:01:02.944Z[ recovery-image] May 29 18:01:02.375 INFO O| May 29 18:01:02.375 INFO STEP 39 (remove_files) COMPLETE
49572026-05-29T18:01:02.947Z[ recovery-image] May 29 18:01:02.375 INFO O| May 29 18:01:02.375 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-29T18:01:02.954Z[ recovery-image] May 29 18:01:02.384 INFO O| May 29 18:01:02.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49592026-05-29T18:01:02.954Z[ recovery-image] May 29 18:01:02.384 INFO O| May 29 18:01:02.384 INFO STEP 40 (remove_files) COMPLETE
49602026-05-29T18:01:02.956Z[ recovery-image] May 29 18:01:02.384 INFO O| May 29 18:01:02.384 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-29T18:01:02.961Z[ recovery-image] May 29 18:01:02.392 INFO O| May 29 18:01:02.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49622026-05-29T18:01:02.961Z[ recovery-image] May 29 18:01:02.392 INFO O| May 29 18:01:02.392 INFO STEP 41 (remove_files) COMPLETE
49632026-05-29T18:01:02.961Z[ recovery-image] May 29 18:01:02.392 INFO O| May 29 18:01:02.392 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-29T18:01:02.981Z[ recovery-image] May 29 18:01:02.411 INFO O| May 29 18:01:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49652026-05-29T18:01:02.986Z[ recovery-image] May 29 18:01:02.412 INFO O| May 29 18:01:02.412 INFO STEP 42 (remove_files) COMPLETE
49662026-05-29T18:01:02.986Z[ recovery-image] May 29 18:01:02.412 INFO O| May 29 18:01:02.412 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-29T18:01:02.991Z[ recovery-image] May 29 18:01:02.422 INFO O| May 29 18:01:02.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49682026-05-29T18:01:02.991Z[ recovery-image] May 29 18:01:02.422 INFO O| May 29 18:01:02.422 INFO STEP 43 (remove_files) COMPLETE
49692026-05-29T18:01:02.991Z[ recovery-image] May 29 18:01:02.422 INFO O| May 29 18:01:02.422 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-29T18:01:03.000Z[ recovery-image] May 29 18:01:02.431 INFO O| May 29 18:01:02.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49712026-05-29T18:01:03.000Z[ recovery-image] May 29 18:01:02.431 INFO O| May 29 18:01:02.431 INFO STEP 44 (remove_files) COMPLETE
49722026-05-29T18:01:03.000Z[ recovery-image] May 29 18:01:02.431 INFO O| May 29 18:01:02.431 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-29T18:01:03.009Z[ recovery-image] May 29 18:01:02.439 INFO O| May 29 18:01:02.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49742026-05-29T18:01:03.009Z[ recovery-image] May 29 18:01:02.440 INFO O| May 29 18:01:02.439 INFO STEP 45 (remove_files) COMPLETE
49752026-05-29T18:01:03.009Z[ recovery-image] May 29 18:01:02.440 INFO O| May 29 18:01:02.439 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-29T18:01:03.017Z[ recovery-image] May 29 18:01:02.447 INFO O| May 29 18:01:02.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49772026-05-29T18:01:03.017Z[ recovery-image] May 29 18:01:02.448 INFO O| May 29 18:01:02.447 INFO STEP 46 (remove_files) COMPLETE
49782026-05-29T18:01:03.017Z[ recovery-image] May 29 18:01:02.448 INFO O| May 29 18:01:02.447 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-29T18:01:03.024Z[ recovery-image] May 29 18:01:02.455 INFO O| May 29 18:01:02.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49802026-05-29T18:01:03.027Z[ recovery-image] May 29 18:01:02.456 INFO O| May 29 18:01:02.456 INFO STEP 47 (remove_files) COMPLETE
49812026-05-29T18:01:03.027Z[ recovery-image] May 29 18:01:02.456 INFO O| May 29 18:01:02.456 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-29T18:01:03.034Z[ recovery-image] May 29 18:01:02.465 INFO O| May 29 18:01:02.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49832026-05-29T18:01:03.034Z[ recovery-image] May 29 18:01:02.465 INFO O| May 29 18:01:02.465 INFO STEP 48 (remove_files) COMPLETE
49842026-05-29T18:01:03.034Z[ recovery-image] May 29 18:01:02.465 INFO O| May 29 18:01:02.465 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-29T18:01:03.042Z[ recovery-image] May 29 18:01:02.473 INFO O| May 29 18:01:02.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49862026-05-29T18:01:03.045Z[ recovery-image] May 29 18:01:02.474 INFO O| May 29 18:01:02.474 INFO STEP 49 (remove_files) COMPLETE
49872026-05-29T18:01:03.045Z[ recovery-image] May 29 18:01:02.474 INFO O| May 29 18:01:02.474 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-29T18:01:03.050Z[ recovery-image] May 29 18:01:02.481 INFO O| May 29 18:01:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49892026-05-29T18:01:03.053Z[ recovery-image] May 29 18:01:02.482 INFO O| May 29 18:01:02.482 INFO STEP 50 (remove_files) COMPLETE
49902026-05-29T18:01:03.053Z[ recovery-image] May 29 18:01:02.482 INFO O| May 29 18:01:02.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-29T18:01:03.059Z[ recovery-image] May 29 18:01:02.490 INFO O| May 29 18:01:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49922026-05-29T18:01:03.059Z[ recovery-image] May 29 18:01:02.490 INFO O| May 29 18:01:02.490 INFO STEP 51 (remove_files) COMPLETE
49932026-05-29T18:01:03.059Z[ recovery-image] May 29 18:01:02.490 INFO O| May 29 18:01:02.490 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-29T18:01:03.067Z[ recovery-image] May 29 18:01:02.498 INFO O| May 29 18:01:02.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49952026-05-29T18:01:03.067Z[ recovery-image] May 29 18:01:02.498 INFO O| May 29 18:01:02.498 INFO STEP 52 (remove_files) COMPLETE
49962026-05-29T18:01:03.067Z[ recovery-image] May 29 18:01:02.498 INFO O| May 29 18:01:02.498 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-29T18:01:03.074Z[ recovery-image] May 29 18:01:02.505 INFO O| May 29 18:01:02.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49982026-05-29T18:01:03.074Z[ recovery-image] May 29 18:01:02.505 INFO O| May 29 18:01:02.505 INFO STEP 53 (remove_files) COMPLETE
49992026-05-29T18:01:03.074Z[ recovery-image] May 29 18:01:02.505 INFO O| May 29 18:01:02.505 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-29T18:01:03.082Z[ recovery-image] May 29 18:01:02.513 INFO O| May 29 18:01:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50012026-05-29T18:01:03.082Z[ recovery-image] May 29 18:01:02.513 INFO O| May 29 18:01:02.513 INFO STEP 54 (remove_files) COMPLETE
50022026-05-29T18:01:03.082Z[ recovery-image] May 29 18:01:02.513 INFO O| May 29 18:01:02.513 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-29T18:01:03.090Z[ recovery-image] May 29 18:01:02.521 INFO O| May 29 18:01:02.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50042026-05-29T18:01:03.090Z[ recovery-image] May 29 18:01:02.521 INFO O| May 29 18:01:02.521 INFO STEP 55 (remove_files) COMPLETE
50052026-05-29T18:01:03.090Z[ recovery-image] May 29 18:01:02.521 INFO O| May 29 18:01:02.521 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-29T18:01:03.097Z[ recovery-image] May 29 18:01:02.528 INFO O| May 29 18:01:02.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50072026-05-29T18:01:03.097Z[ recovery-image] May 29 18:01:02.528 INFO O| May 29 18:01:02.528 INFO STEP 56 (remove_files) COMPLETE
50082026-05-29T18:01:03.097Z[ recovery-image] May 29 18:01:02.528 INFO O| May 29 18:01:02.528 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-29T18:01:03.105Z[ recovery-image] May 29 18:01:02.536 INFO O| May 29 18:01:02.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50102026-05-29T18:01:03.105Z[ recovery-image] May 29 18:01:02.536 INFO O| May 29 18:01:02.536 INFO STEP 57 (remove_files) COMPLETE
50112026-05-29T18:01:03.108Z[ recovery-image] May 29 18:01:02.536 INFO O| May 29 18:01:02.536 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-29T18:01:03.113Z[ recovery-image] May 29 18:01:02.544 INFO O| May 29 18:01:02.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50132026-05-29T18:01:03.113Z[ recovery-image] May 29 18:01:02.544 INFO O| May 29 18:01:02.544 INFO STEP 58 (remove_files) COMPLETE
50142026-05-29T18:01:03.113Z[ recovery-image] May 29 18:01:02.544 INFO O| May 29 18:01:02.544 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-29T18:01:03.120Z[ recovery-image] May 29 18:01:02.551 INFO O| May 29 18:01:02.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50162026-05-29T18:01:03.120Z[ recovery-image] May 29 18:01:02.551 INFO O| May 29 18:01:02.551 INFO STEP 59 (remove_files) COMPLETE
50172026-05-29T18:01:03.120Z[ recovery-image] May 29 18:01:02.551 INFO O| May 29 18:01:02.551 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-29T18:01:03.127Z[ recovery-image] May 29 18:01:02.558 INFO O| May 29 18:01:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50192026-05-29T18:01:03.127Z[ recovery-image] May 29 18:01:02.558 INFO O| May 29 18:01:02.558 INFO STEP 60 (remove_files) COMPLETE
50202026-05-29T18:01:03.127Z[ recovery-image] May 29 18:01:02.558 INFO O| May 29 18:01:02.558 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-29T18:01:03.134Z[ recovery-image] May 29 18:01:02.565 INFO O| May 29 18:01:02.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50222026-05-29T18:01:03.134Z[ recovery-image] May 29 18:01:02.565 INFO O| May 29 18:01:02.565 INFO STEP 61 (remove_files) COMPLETE
50232026-05-29T18:01:03.134Z[ recovery-image] May 29 18:01:02.565 INFO O| May 29 18:01:02.565 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-29T18:01:03.141Z[ recovery-image] May 29 18:01:02.572 INFO O| May 29 18:01:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50252026-05-29T18:01:03.144Z[ recovery-image] May 29 18:01:02.573 INFO O| May 29 18:01:02.573 INFO STEP 62 (remove_files) COMPLETE
50262026-05-29T18:01:03.144Z[ recovery-image] May 29 18:01:02.573 INFO O| May 29 18:01:02.573 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-29T18:01:03.150Z[ recovery-image] May 29 18:01:02.581 INFO O| May 29 18:01:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50282026-05-29T18:01:03.150Z[ recovery-image] May 29 18:01:02.581 INFO O| May 29 18:01:02.581 INFO STEP 63 (remove_files) COMPLETE
50292026-05-29T18:01:03.150Z[ recovery-image] May 29 18:01:02.581 INFO O| May 29 18:01:02.581 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-29T18:01:03.158Z[ recovery-image] May 29 18:01:02.589 INFO O| May 29 18:01:02.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50312026-05-29T18:01:03.158Z[ recovery-image] May 29 18:01:02.589 INFO O| May 29 18:01:02.589 INFO STEP 64 (remove_files) COMPLETE
50322026-05-29T18:01:03.161Z[ recovery-image] May 29 18:01:02.589 INFO O| May 29 18:01:02.589 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-29T18:01:03.165Z[ recovery-image] May 29 18:01:02.596 INFO O| May 29 18:01:02.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50342026-05-29T18:01:03.165Z[ recovery-image] May 29 18:01:02.596 INFO O| May 29 18:01:02.596 INFO STEP 65 (remove_files) COMPLETE
50352026-05-29T18:01:03.165Z[ recovery-image] May 29 18:01:02.596 INFO O| May 29 18:01:02.596 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-29T18:01:03.173Z[ recovery-image] May 29 18:01:02.604 INFO O| May 29 18:01:02.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50372026-05-29T18:01:03.173Z[ recovery-image] May 29 18:01:02.604 INFO O| May 29 18:01:02.604 INFO STEP 66 (remove_files) COMPLETE
50382026-05-29T18:01:03.173Z[ recovery-image] May 29 18:01:02.604 INFO O| May 29 18:01:02.604 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-29T18:01:03.180Z[ recovery-image] May 29 18:01:02.611 INFO O| May 29 18:01:02.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50402026-05-29T18:01:03.180Z[ recovery-image] May 29 18:01:02.611 INFO O| May 29 18:01:02.611 INFO STEP 67 (remove_files) COMPLETE
50412026-05-29T18:01:03.180Z[ recovery-image] May 29 18:01:02.611 INFO O| May 29 18:01:02.611 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-29T18:01:03.188Z[ recovery-image] May 29 18:01:02.619 INFO O| May 29 18:01:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50432026-05-29T18:01:03.188Z[ recovery-image] May 29 18:01:02.619 INFO O| May 29 18:01:02.619 INFO STEP 68 (remove_files) COMPLETE
50442026-05-29T18:01:03.191Z[ recovery-image] May 29 18:01:02.619 INFO O| May 29 18:01:02.619 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-29T18:01:03.196Z[ recovery-image] May 29 18:01:02.627 INFO O| May 29 18:01:02.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50462026-05-29T18:01:03.196Z[ recovery-image] May 29 18:01:02.627 INFO O| May 29 18:01:02.627 INFO STEP 69 (remove_files) COMPLETE
50472026-05-29T18:01:03.196Z[ recovery-image] May 29 18:01:02.627 INFO O| May 29 18:01:02.627 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-29T18:01:03.206Z[ recovery-image] May 29 18:01:02.636 INFO O| May 29 18:01:02.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50492026-05-29T18:01:03.206Z[ recovery-image] May 29 18:01:02.636 INFO O| May 29 18:01:02.636 INFO STEP 70 (remove_files) COMPLETE
50502026-05-29T18:01:03.206Z[ recovery-image] May 29 18:01:02.636 INFO O| May 29 18:01:02.636 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-29T18:01:03.213Z[ recovery-image] May 29 18:01:02.644 INFO O| May 29 18:01:02.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50522026-05-29T18:01:03.213Z[ recovery-image] May 29 18:01:02.644 INFO O| May 29 18:01:02.644 INFO STEP 71 (remove_files) COMPLETE
50532026-05-29T18:01:03.216Z[ recovery-image] May 29 18:01:02.644 INFO O| May 29 18:01:02.644 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-29T18:01:03.220Z[ recovery-image] May 29 18:01:02.651 INFO O| May 29 18:01:02.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50552026-05-29T18:01:03.220Z[ recovery-image] May 29 18:01:02.651 INFO O| May 29 18:01:02.651 INFO STEP 72 (remove_files) COMPLETE
50562026-05-29T18:01:03.223Z[ recovery-image] May 29 18:01:02.651 INFO O| May 29 18:01:02.651 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-29T18:01:03.231Z[ recovery-image] May 29 18:01:02.662 INFO O| May 29 18:01:02.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50582026-05-29T18:01:03.231Z[ recovery-image] May 29 18:01:02.662 INFO O| May 29 18:01:02.662 INFO STEP 73 (remove_files) COMPLETE
50592026-05-29T18:01:03.231Z[ recovery-image] May 29 18:01:02.662 INFO O| May 29 18:01:02.662 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-29T18:01:03.241Z[ recovery-image] May 29 18:01:02.672 INFO O| May 29 18:01:02.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50612026-05-29T18:01:03.241Z[ recovery-image] May 29 18:01:02.672 INFO O| May 29 18:01:02.672 INFO STEP 74 (remove_files) COMPLETE
50622026-05-29T18:01:03.241Z[ recovery-image] May 29 18:01:02.672 INFO O| May 29 18:01:02.672 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-29T18:01:03.251Z[ recovery-image] May 29 18:01:02.681 INFO O| May 29 18:01:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50642026-05-29T18:01:03.251Z[ recovery-image] May 29 18:01:02.681 INFO O| May 29 18:01:02.681 INFO STEP 75 (remove_files) COMPLETE
50652026-05-29T18:01:03.251Z[ recovery-image] May 29 18:01:02.682 INFO O| May 29 18:01:02.681 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-29T18:01:03.260Z[ recovery-image] May 29 18:01:02.691 INFO O| May 29 18:01:02.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50672026-05-29T18:01:03.260Z[ recovery-image] May 29 18:01:02.691 INFO O| May 29 18:01:02.691 INFO STEP 76 (remove_files) COMPLETE
50682026-05-29T18:01:03.260Z[ recovery-image] May 29 18:01:02.691 INFO O| May 29 18:01:02.691 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-29T18:01:03.269Z[ recovery-image] May 29 18:01:02.700 INFO O| May 29 18:01:02.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50702026-05-29T18:01:03.269Z[ recovery-image] May 29 18:01:02.700 INFO O| May 29 18:01:02.700 INFO STEP 77 (remove_files) COMPLETE
50712026-05-29T18:01:03.269Z[ recovery-image] May 29 18:01:02.700 INFO O| May 29 18:01:02.700 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-29T18:01:03.313Z[ recovery-image] May 29 18:01:02.744 INFO O| May 29 18:01:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50732026-05-29T18:01:03.313Z[ recovery-image] May 29 18:01:02.744 INFO O| May 29 18:01:02.744 INFO STEP 78 (remove_files) COMPLETE
50742026-05-29T18:01:03.313Z[ recovery-image] May 29 18:01:02.744 INFO O| May 29 18:01:02.744 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-29T18:01:03.323Z[ recovery-image] May 29 18:01:02.754 INFO O| May 29 18:01:02.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50762026-05-29T18:01:03.323Z[ recovery-image] May 29 18:01:02.754 INFO O| May 29 18:01:02.754 INFO STEP 79 (remove_files) COMPLETE
50772026-05-29T18:01:03.323Z[ recovery-image] May 29 18:01:02.754 INFO O| May 29 18:01:02.754 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-29T18:01:03.331Z[ recovery-image] May 29 18:01:02.762 INFO O| May 29 18:01:02.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50792026-05-29T18:01:03.331Z[ recovery-image] May 29 18:01:02.762 INFO O| May 29 18:01:02.762 INFO STEP 80 (remove_files) COMPLETE
50802026-05-29T18:01:03.331Z[ recovery-image] May 29 18:01:02.762 INFO O| May 29 18:01:02.762 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-29T18:01:03.340Z[ recovery-image] May 29 18:01:02.771 INFO O| May 29 18:01:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50822026-05-29T18:01:03.366Z[ recovery-image] May 29 18:01:02.797 INFO O| May 29 18:01:02.797 INFO STEP 81 (remove_files) COMPLETE
50832026-05-29T18:01:03.366Z[ recovery-image] May 29 18:01:02.797 INFO O| May 29 18:01:02.797 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-29T18:01:03.376Z[ recovery-image] May 29 18:01:02.806 INFO O| May 29 18:01:02.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50852026-05-29T18:01:03.376Z[ recovery-image] May 29 18:01:02.806 INFO O| May 29 18:01:02.806 INFO STEP 82 (remove_files) COMPLETE
50862026-05-29T18:01:03.376Z[ recovery-image] May 29 18:01:02.806 INFO O| May 29 18:01:02.806 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-29T18:01:03.395Z[ recovery-image] May 29 18:01:02.825 INFO O| May 29 18:01:02.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50882026-05-29T18:01:03.395Z[ recovery-image] May 29 18:01:02.826 INFO O| May 29 18:01:02.826 INFO STEP 83 (remove_files) COMPLETE
50892026-05-29T18:01:03.398Z[ recovery-image] May 29 18:01:02.826 INFO O| May 29 18:01:02.826 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-29T18:01:03.403Z[ recovery-image] May 29 18:01:02.834 INFO O| May 29 18:01:02.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50912026-05-29T18:01:03.404Z[ recovery-image] May 29 18:01:02.835 INFO O| May 29 18:01:02.835 INFO STEP 84 (remove_files) COMPLETE
50922026-05-29T18:01:03.404Z[ recovery-image] May 29 18:01:02.835 INFO O| May 29 18:01:02.835 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-29T18:01:03.412Z[ recovery-image] May 29 18:01:02.843 INFO O| May 29 18:01:02.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50942026-05-29T18:01:03.412Z[ recovery-image] May 29 18:01:02.843 INFO O| May 29 18:01:02.843 INFO STEP 85 (remove_files) COMPLETE
50952026-05-29T18:01:03.415Z[ recovery-image] May 29 18:01:02.843 INFO O| May 29 18:01:02.843 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-29T18:01:03.420Z[ recovery-image] May 29 18:01:02.851 INFO O| May 29 18:01:02.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50972026-05-29T18:01:03.420Z[ recovery-image] May 29 18:01:02.851 INFO O| May 29 18:01:02.851 INFO STEP 86 (remove_files) COMPLETE
50982026-05-29T18:01:03.420Z[ recovery-image] May 29 18:01:02.851 INFO O| May 29 18:01:02.851 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-29T18:01:03.427Z[ recovery-image] May 29 18:01:02.858 INFO O| May 29 18:01:02.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51002026-05-29T18:01:03.448Z[ recovery-image] May 29 18:01:02.879 INFO O| May 29 18:01:02.879 INFO STEP 87 (remove_files) COMPLETE
51012026-05-29T18:01:03.448Z[ recovery-image] May 29 18:01:02.879 INFO O| May 29 18:01:02.879 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-29T18:01:03.457Z[ recovery-image] May 29 18:01:02.888 INFO O| May 29 18:01:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51032026-05-29T18:01:03.478Z[ recovery-image] May 29 18:01:02.909 INFO O| May 29 18:01:02.909 INFO STEP 88 (remove_files) COMPLETE
51042026-05-29T18:01:03.478Z[ recovery-image] May 29 18:01:02.909 INFO O| May 29 18:01:02.909 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-29T18:01:03.515Z[ recovery-image] May 29 18:01:02.946 INFO O| May 29 18:01:02.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51062026-05-29T18:01:03.515Z[ recovery-image] May 29 18:01:02.946 INFO O| May 29 18:01:02.946 INFO STEP 89 (remove_files) COMPLETE
51072026-05-29T18:01:03.515Z[ recovery-image] May 29 18:01:02.946 INFO O| May 29 18:01:02.946 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-29T18:01:03.539Z[ recovery-image] May 29 18:01:02.955 INFO O| May 29 18:01:02.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51092026-05-29T18:01:03.539Z[ recovery-image] May 29 18:01:02.955 INFO O| May 29 18:01:02.955 INFO STEP 90 (remove_files) COMPLETE
51102026-05-29T18:01:03.542Z[ recovery-image] May 29 18:01:02.955 INFO O| May 29 18:01:02.955 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-29T18:01:03.542Z[ recovery-image] May 29 18:01:02.962 INFO O| May 29 18:01:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51122026-05-29T18:01:03.542Z[ recovery-image] May 29 18:01:02.962 INFO O| May 29 18:01:02.962 INFO STEP 91 (remove_files) COMPLETE
51132026-05-29T18:01:03.542Z[ recovery-image] May 29 18:01:02.962 INFO O| May 29 18:01:02.962 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-29T18:01:03.542Z[ recovery-image] May 29 18:01:02.970 INFO O| May 29 18:01:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51152026-05-29T18:01:03.584Z[ recovery-image] May 29 18:01:03.015 INFO O| May 29 18:01:03.015 INFO STEP 92 (remove_files) COMPLETE
51162026-05-29T18:01:03.584Z[ recovery-image] May 29 18:01:03.015 INFO O| May 29 18:01:03.015 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-29T18:01:03.593Z[ recovery-image] May 29 18:01:03.024 INFO O| May 29 18:01:03.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51182026-05-29T18:01:03.593Z[ recovery-image] May 29 18:01:03.024 INFO O| May 29 18:01:03.024 INFO STEP 93 (remove_files) COMPLETE
51192026-05-29T18:01:03.593Z[ recovery-image] May 29 18:01:03.024 INFO O| May 29 18:01:03.024 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-29T18:01:03.601Z[ recovery-image] May 29 18:01:03.032 INFO O| May 29 18:01:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51212026-05-29T18:01:03.601Z[ recovery-image] May 29 18:01:03.032 INFO O| May 29 18:01:03.032 INFO STEP 94 (remove_files) COMPLETE
51222026-05-29T18:01:03.604Z[ recovery-image] May 29 18:01:03.032 INFO O| May 29 18:01:03.032 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-29T18:01:03.608Z[ recovery-image] May 29 18:01:03.039 INFO O| May 29 18:01:03.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51242026-05-29T18:01:03.608Z[ recovery-image] May 29 18:01:03.039 INFO O| May 29 18:01:03.039 INFO STEP 95 (remove_files) COMPLETE
51252026-05-29T18:01:03.611Z[ recovery-image] May 29 18:01:03.039 INFO O| May 29 18:01:03.039 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-29T18:01:03.616Z[ recovery-image] May 29 18:01:03.047 INFO O| May 29 18:01:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51272026-05-29T18:01:03.616Z[ recovery-image] May 29 18:01:03.047 INFO O| May 29 18:01:03.047 INFO STEP 96 (remove_files) COMPLETE
51282026-05-29T18:01:03.619Z[ recovery-image] May 29 18:01:03.047 INFO O| May 29 18:01:03.047 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-29T18:01:03.628Z[ recovery-image] May 29 18:01:03.059 INFO O| May 29 18:01:03.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51302026-05-29T18:01:03.628Z[ recovery-image] May 29 18:01:03.059 INFO O| May 29 18:01:03.055 INFO STEP 97 (remove_files) COMPLETE
51312026-05-29T18:01:03.628Z[ recovery-image] May 29 18:01:03.059 INFO O| May 29 18:01:03.055 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-29T18:01:03.632Z[ recovery-image] May 29 18:01:03.063 INFO O| May 29 18:01:03.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51332026-05-29T18:01:03.633Z[ recovery-image] May 29 18:01:03.064 INFO O| May 29 18:01:03.064 INFO STEP 98 (remove_files) COMPLETE
51342026-05-29T18:01:03.633Z[ recovery-image] May 29 18:01:03.064 INFO O| May 29 18:01:03.064 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-29T18:01:03.641Z[ recovery-image] May 29 18:01:03.072 INFO O| May 29 18:01:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51362026-05-29T18:01:03.641Z[ recovery-image] May 29 18:01:03.072 INFO O| May 29 18:01:03.072 INFO STEP 99 (remove_files) COMPLETE
51372026-05-29T18:01:03.641Z[ recovery-image] May 29 18:01:03.072 INFO O| May 29 18:01:03.072 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-29T18:01:03.650Z[ recovery-image] May 29 18:01:03.081 INFO O| May 29 18:01:03.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51392026-05-29T18:01:03.650Z[ recovery-image] May 29 18:01:03.081 INFO O| May 29 18:01:03.081 INFO STEP 100 (remove_files) COMPLETE
51402026-05-29T18:01:03.650Z[ recovery-image] May 29 18:01:03.081 INFO O| May 29 18:01:03.081 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-29T18:01:03.659Z[ recovery-image] May 29 18:01:03.090 INFO O| May 29 18:01:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51422026-05-29T18:01:03.660Z[ recovery-image] May 29 18:01:03.090 INFO O| May 29 18:01:03.090 INFO STEP 101 (remove_files) COMPLETE
51432026-05-29T18:01:03.660Z[ recovery-image] May 29 18:01:03.090 INFO O| May 29 18:01:03.090 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-29T18:01:03.668Z[ recovery-image] May 29 18:01:03.099 INFO O| May 29 18:01:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51452026-05-29T18:01:03.668Z[ recovery-image] May 29 18:01:03.099 INFO O| May 29 18:01:03.099 INFO STEP 102 (remove_files) COMPLETE
51462026-05-29T18:01:03.668Z[ recovery-image] May 29 18:01:03.099 INFO O| May 29 18:01:03.099 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-29T18:01:03.679Z[ recovery-image] May 29 18:01:03.108 INFO O| May 29 18:01:03.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51482026-05-29T18:01:03.679Z[ recovery-image] May 29 18:01:03.108 INFO O| May 29 18:01:03.108 INFO STEP 103 (remove_files) COMPLETE
51492026-05-29T18:01:03.679Z[ recovery-image] May 29 18:01:03.108 INFO O| May 29 18:01:03.108 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-29T18:01:03.685Z[ recovery-image] May 29 18:01:03.115 INFO O| May 29 18:01:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51512026-05-29T18:01:03.685Z[ recovery-image] May 29 18:01:03.116 INFO O| May 29 18:01:03.116 INFO STEP 104 (remove_files) COMPLETE
51522026-05-29T18:01:03.688Z[ recovery-image] May 29 18:01:03.116 INFO O| May 29 18:01:03.116 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-29T18:01:03.692Z[ recovery-image] May 29 18:01:03.123 INFO O| May 29 18:01:03.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51542026-05-29T18:01:03.692Z[ recovery-image] May 29 18:01:03.123 INFO O| May 29 18:01:03.123 INFO STEP 105 (remove_files) COMPLETE
51552026-05-29T18:01:03.695Z[ recovery-image] May 29 18:01:03.123 INFO O| May 29 18:01:03.123 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-29T18:01:03.700Z[ recovery-image] May 29 18:01:03.131 INFO O| May 29 18:01:03.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51572026-05-29T18:01:03.700Z[ recovery-image] May 29 18:01:03.131 INFO O| May 29 18:01:03.131 INFO STEP 106 (remove_files) COMPLETE
51582026-05-29T18:01:03.703Z[ recovery-image] May 29 18:01:03.131 INFO O| May 29 18:01:03.131 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-29T18:01:03.707Z[ recovery-image] May 29 18:01:03.138 INFO O| May 29 18:01:03.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51602026-05-29T18:01:03.707Z[ recovery-image] May 29 18:01:03.138 INFO O| May 29 18:01:03.138 INFO STEP 107 (remove_files) COMPLETE
51612026-05-29T18:01:03.710Z[ recovery-image] May 29 18:01:03.138 INFO O| May 29 18:01:03.138 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-29T18:01:03.714Z[ recovery-image] May 29 18:01:03.146 INFO O| May 29 18:01:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51632026-05-29T18:01:03.714Z[ recovery-image] May 29 18:01:03.146 INFO O| May 29 18:01:03.146 INFO STEP 108 (remove_files) COMPLETE
51642026-05-29T18:01:03.717Z[ recovery-image] May 29 18:01:03.146 INFO O| May 29 18:01:03.146 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-29T18:01:03.722Z[ recovery-image] May 29 18:01:03.153 INFO O| May 29 18:01:03.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51662026-05-29T18:01:03.722Z[ recovery-image] May 29 18:01:03.153 INFO O| May 29 18:01:03.153 INFO STEP 109 (remove_files) COMPLETE
51672026-05-29T18:01:03.724Z[ recovery-image] May 29 18:01:03.153 INFO O| May 29 18:01:03.153 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-29T18:01:03.729Z[ recovery-image] May 29 18:01:03.160 INFO O| May 29 18:01:03.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51692026-05-29T18:01:03.732Z[ recovery-image] May 29 18:01:03.161 INFO O| May 29 18:01:03.161 INFO STEP 110 (remove_files) COMPLETE
51702026-05-29T18:01:03.732Z[ recovery-image] May 29 18:01:03.161 INFO O| May 29 18:01:03.161 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-29T18:01:03.738Z[ recovery-image] May 29 18:01:03.169 INFO O| May 29 18:01:03.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51722026-05-29T18:01:03.738Z[ recovery-image] May 29 18:01:03.169 INFO O| May 29 18:01:03.169 INFO STEP 111 (remove_files) COMPLETE
51732026-05-29T18:01:03.741Z[ recovery-image] May 29 18:01:03.169 INFO O| May 29 18:01:03.169 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-29T18:01:03.746Z[ recovery-image] May 29 18:01:03.177 INFO O| May 29 18:01:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51752026-05-29T18:01:03.746Z[ recovery-image] May 29 18:01:03.177 INFO O| May 29 18:01:03.177 INFO STEP 112 (remove_files) COMPLETE
51762026-05-29T18:01:03.749Z[ recovery-image] May 29 18:01:03.177 INFO O| May 29 18:01:03.177 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-29T18:01:03.753Z[ recovery-image] May 29 18:01:03.184 INFO O| May 29 18:01:03.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51782026-05-29T18:01:03.753Z[ recovery-image] May 29 18:01:03.184 INFO O| May 29 18:01:03.184 INFO STEP 113 (remove_files) COMPLETE
51792026-05-29T18:01:03.756Z[ recovery-image] May 29 18:01:03.184 INFO O| May 29 18:01:03.184 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-29T18:01:03.761Z[ recovery-image] May 29 18:01:03.192 INFO O| May 29 18:01:03.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51812026-05-29T18:01:03.761Z[ recovery-image] May 29 18:01:03.192 INFO O| May 29 18:01:03.192 INFO STEP 114 (remove_files) COMPLETE
51822026-05-29T18:01:03.764Z[ recovery-image] May 29 18:01:03.192 INFO O| May 29 18:01:03.192 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-29T18:01:03.769Z[ recovery-image] May 29 18:01:03.200 INFO O| May 29 18:01:03.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51842026-05-29T18:01:03.769Z[ recovery-image] May 29 18:01:03.200 INFO O| May 29 18:01:03.200 INFO STEP 115 (remove_files) COMPLETE
51852026-05-29T18:01:03.772Z[ recovery-image] May 29 18:01:03.200 INFO O| May 29 18:01:03.200 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-29T18:01:03.778Z[ recovery-image] May 29 18:01:03.209 INFO O| May 29 18:01:03.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51872026-05-29T18:01:03.778Z[ recovery-image] May 29 18:01:03.209 INFO O| May 29 18:01:03.209 INFO STEP 116 (remove_files) COMPLETE
51882026-05-29T18:01:03.780Z[ recovery-image] May 29 18:01:03.209 INFO O| May 29 18:01:03.209 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-29T18:01:03.790Z[ recovery-image] May 29 18:01:03.221 INFO O| May 29 18:01:03.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51902026-05-29T18:01:03.790Z[ recovery-image] May 29 18:01:03.222 INFO O| May 29 18:01:03.222 INFO STEP 117 (remove_files) COMPLETE
51912026-05-29T18:01:03.794Z[ recovery-image] May 29 18:01:03.222 INFO O| May 29 18:01:03.222 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-29T18:01:03.800Z[ recovery-image] May 29 18:01:03.231 INFO O| May 29 18:01:03.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51932026-05-29T18:01:03.800Z[ recovery-image] May 29 18:01:03.231 INFO O| May 29 18:01:03.231 INFO STEP 118 (remove_files) COMPLETE
51942026-05-29T18:01:03.803Z[ recovery-image] May 29 18:01:03.231 INFO O| May 29 18:01:03.231 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-29T18:01:03.809Z[ recovery-image] May 29 18:01:03.239 INFO O| May 29 18:01:03.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51962026-05-29T18:01:03.809Z[ recovery-image] May 29 18:01:03.239 INFO O| May 29 18:01:03.239 INFO STEP 119 (remove_files) COMPLETE
51972026-05-29T18:01:03.809Z[ recovery-image] May 29 18:01:03.239 INFO O| May 29 18:01:03.239 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-29T18:01:03.820Z[ recovery-image] May 29 18:01:03.248 INFO O| May 29 18:01:03.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51992026-05-29T18:01:03.820Z[ recovery-image] May 29 18:01:03.249 INFO O| May 29 18:01:03.249 INFO STEP 120 (remove_files) COMPLETE
52002026-05-29T18:01:03.820Z[ recovery-image] May 29 18:01:03.249 INFO O| May 29 18:01:03.249 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-29T18:01:03.828Z[ recovery-image] May 29 18:01:03.259 INFO O| May 29 18:01:03.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52022026-05-29T18:01:03.828Z[ recovery-image] May 29 18:01:03.259 INFO O| May 29 18:01:03.259 INFO STEP 121 (remove_files) COMPLETE
52032026-05-29T18:01:03.828Z[ recovery-image] May 29 18:01:03.259 INFO O| May 29 18:01:03.259 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-29T18:01:03.837Z[ recovery-image] May 29 18:01:03.267 INFO O| May 29 18:01:03.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52052026-05-29T18:01:03.837Z[ recovery-image] May 29 18:01:03.268 INFO O| May 29 18:01:03.268 INFO STEP 122 (remove_files) COMPLETE
52062026-05-29T18:01:03.837Z[ recovery-image] May 29 18:01:03.268 INFO O| May 29 18:01:03.268 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-29T18:01:03.846Z[ recovery-image] May 29 18:01:03.276 INFO O| May 29 18:01:03.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52082026-05-29T18:01:03.846Z[ recovery-image] May 29 18:01:03.276 INFO O| May 29 18:01:03.276 INFO STEP 123 (remove_files) COMPLETE
52092026-05-29T18:01:03.849Z[ recovery-image] May 29 18:01:03.276 INFO O| May 29 18:01:03.276 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-29T18:01:03.853Z[ recovery-image] May 29 18:01:03.284 INFO O| May 29 18:01:03.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52112026-05-29T18:01:03.853Z[ recovery-image] May 29 18:01:03.284 INFO O| May 29 18:01:03.284 INFO STEP 124 (remove_files) COMPLETE
52122026-05-29T18:01:03.856Z[ recovery-image] May 29 18:01:03.284 INFO O| May 29 18:01:03.284 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-29T18:01:03.861Z[ recovery-image] May 29 18:01:03.292 INFO O| May 29 18:01:03.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52142026-05-29T18:01:03.861Z[ recovery-image] May 29 18:01:03.292 INFO O| May 29 18:01:03.292 INFO STEP 125 (remove_files) COMPLETE
52152026-05-29T18:01:03.864Z[ recovery-image] May 29 18:01:03.292 INFO O| May 29 18:01:03.292 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-29T18:01:03.869Z[ recovery-image] May 29 18:01:03.300 INFO O| May 29 18:01:03.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52172026-05-29T18:01:03.869Z[ recovery-image] May 29 18:01:03.300 INFO O| May 29 18:01:03.300 INFO STEP 126 (remove_files) COMPLETE
52182026-05-29T18:01:03.872Z[ recovery-image] May 29 18:01:03.300 INFO O| May 29 18:01:03.300 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-29T18:01:03.877Z[ recovery-image] May 29 18:01:03.308 INFO O| May 29 18:01:03.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52202026-05-29T18:01:03.877Z[ recovery-image] May 29 18:01:03.308 INFO O| May 29 18:01:03.308 INFO STEP 127 (remove_files) COMPLETE
52212026-05-29T18:01:03.880Z[ recovery-image] May 29 18:01:03.308 INFO O| May 29 18:01:03.308 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-29T18:01:03.885Z[ recovery-image] May 29 18:01:03.316 INFO O| May 29 18:01:03.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52232026-05-29T18:01:03.885Z[ recovery-image] May 29 18:01:03.316 INFO O| May 29 18:01:03.316 INFO STEP 128 (remove_files) COMPLETE
52242026-05-29T18:01:03.888Z[ recovery-image] May 29 18:01:03.316 INFO O| May 29 18:01:03.316 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-29T18:01:03.893Z[ recovery-image] May 29 18:01:03.324 INFO O| May 29 18:01:03.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52262026-05-29T18:01:03.893Z[ recovery-image] May 29 18:01:03.324 INFO O| May 29 18:01:03.324 INFO STEP 129 (remove_files) COMPLETE
52272026-05-29T18:01:03.896Z[ recovery-image] May 29 18:01:03.324 INFO O| May 29 18:01:03.324 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-29T18:01:03.901Z[ recovery-image] May 29 18:01:03.332 INFO O| May 29 18:01:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52292026-05-29T18:01:03.901Z[ recovery-image] May 29 18:01:03.332 INFO O| May 29 18:01:03.332 INFO STEP 130 (remove_files) COMPLETE
52302026-05-29T18:01:03.901Z[ recovery-image] May 29 18:01:03.332 INFO O| May 29 18:01:03.332 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-29T18:01:03.913Z[ recovery-image] May 29 18:01:03.343 INFO O| May 29 18:01:03.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52322026-05-29T18:01:03.913Z[ recovery-image] May 29 18:01:03.343 INFO O| May 29 18:01:03.343 INFO STEP 131 (remove_files) COMPLETE
52332026-05-29T18:01:03.916Z[ recovery-image] May 29 18:01:03.343 INFO O| May 29 18:01:03.343 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-29T18:01:03.917Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52352026-05-29T18:01:03.921Z[ recovery-image] May 29 18:01:03.352 INFO O| May 29 18:01:03.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52362026-05-29T18:01:03.922Z[ recovery-image] May 29 18:01:03.352 INFO O| May 29 18:01:03.352 INFO STEP 132 (remove_files) COMPLETE
52372026-05-29T18:01:03.926Z[ recovery-image] May 29 18:01:03.352 INFO O| May 29 18:01:03.352 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-05-29T18:01:03.932Z[ recovery-image] May 29 18:01:03.363 INFO O| May 29 18:01:03.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52392026-05-29T18:01:03.932Z[ recovery-image] May 29 18:01:03.363 INFO O| May 29 18:01:03.363 INFO STEP 133 (remove_files) COMPLETE
52402026-05-29T18:01:03.936Z[ recovery-image] May 29 18:01:03.363 INFO O| May 29 18:01:03.363 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-05-29T18:01:03.941Z[ recovery-image] May 29 18:01:03.372 INFO O| May 29 18:01:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52422026-05-29T18:01:03.946Z[ recovery-image] May 29 18:01:03.373 INFO O| May 29 18:01:03.373 INFO STEP 134 (remove_files) COMPLETE
52432026-05-29T18:01:03.946Z[ recovery-image] May 29 18:01:03.373 INFO O| May 29 18:01:03.373 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-05-29T18:01:03.953Z[ recovery-image] May 29 18:01:03.384 INFO O| May 29 18:01:03.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52452026-05-29T18:01:03.953Z[ recovery-image] May 29 18:01:03.384 INFO O| May 29 18:01:03.384 INFO STEP 135 (remove_files) COMPLETE
52462026-05-29T18:01:03.953Z[ recovery-image] May 29 18:01:03.384 INFO O| May 29 18:01:03.384 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-05-29T18:01:03.964Z[ recovery-image] May 29 18:01:03.395 INFO O| May 29 18:01:03.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52482026-05-29T18:01:03.967Z[ recovery-image] May 29 18:01:03.396 INFO O| May 29 18:01:03.396 INFO STEP 136 (remove_files) COMPLETE
52492026-05-29T18:01:03.967Z[ recovery-image] May 29 18:01:03.396 INFO O| May 29 18:01:03.396 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-05-29T18:01:03.976Z[ recovery-image] May 29 18:01:03.407 INFO O| May 29 18:01:03.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52512026-05-29T18:01:03.976Z[ recovery-image] May 29 18:01:03.407 INFO O| May 29 18:01:03.407 INFO STEP 137 (remove_files) COMPLETE
52522026-05-29T18:01:03.976Z[ recovery-image] May 29 18:01:03.407 INFO O| May 29 18:01:03.407 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.417 INFO O| May 29 18:01:03.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52542026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.417 INFO O| May 29 18:01:03.417 INFO STEP 138 (remove_files) COMPLETE
52552026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.417 INFO O| May 29 18:01:03.417 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.427 INFO O| May 29 18:01:03.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52572026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.428 INFO O| May 29 18:01:03.427 INFO STEP 139 (remove_files) COMPLETE
52582026-05-29T18:01:04.000Z[ recovery-image] May 29 18:01:03.428 INFO O| May 29 18:01:03.427 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-05-29T18:01:04.008Z[ recovery-image] May 29 18:01:03.439 INFO O| May 29 18:01:03.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52602026-05-29T18:01:04.008Z[ recovery-image] May 29 18:01:03.439 INFO O| May 29 18:01:03.439 INFO STEP 140 (remove_files) COMPLETE
52612026-05-29T18:01:04.011Z[ recovery-image] May 29 18:01:03.439 INFO O| May 29 18:01:03.439 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-05-29T18:01:04.018Z[ recovery-image] May 29 18:01:03.449 INFO O| May 29 18:01:03.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52632026-05-29T18:01:04.018Z[ recovery-image] May 29 18:01:03.449 INFO O| May 29 18:01:03.449 INFO STEP 141 (remove_files) COMPLETE
52642026-05-29T18:01:04.018Z[ recovery-image] May 29 18:01:03.449 INFO O| May 29 18:01:03.449 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-05-29T18:01:04.027Z[ recovery-image] May 29 18:01:03.458 INFO O| May 29 18:01:03.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52662026-05-29T18:01:04.027Z[ recovery-image] May 29 18:01:03.458 INFO O| May 29 18:01:03.458 INFO STEP 142 (remove_files) COMPLETE
52672026-05-29T18:01:04.027Z[ recovery-image] May 29 18:01:03.458 INFO O| May 29 18:01:03.458 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-05-29T18:01:04.039Z[ recovery-image] May 29 18:01:03.469 INFO O| May 29 18:01:03.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52692026-05-29T18:01:04.039Z[ recovery-image] May 29 18:01:03.469 INFO O| May 29 18:01:03.469 INFO STEP 143 (remove_files) COMPLETE
52702026-05-29T18:01:04.043Z[ recovery-image] May 29 18:01:03.469 INFO O| May 29 18:01:03.469 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-05-29T18:01:04.049Z[ recovery-image] May 29 18:01:03.480 INFO O| May 29 18:01:03.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52722026-05-29T18:01:04.049Z[ recovery-image] May 29 18:01:03.480 INFO O| May 29 18:01:03.480 INFO STEP 144 (remove_files) COMPLETE
52732026-05-29T18:01:04.049Z[ recovery-image] May 29 18:01:03.480 INFO O| May 29 18:01:03.480 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-05-29T18:01:04.058Z[ recovery-image] May 29 18:01:03.489 INFO O| May 29 18:01:03.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52752026-05-29T18:01:04.058Z[ recovery-image] May 29 18:01:03.489 INFO O| May 29 18:01:03.489 INFO STEP 145 (remove_files) COMPLETE
52762026-05-29T18:01:04.058Z[ recovery-image] May 29 18:01:03.489 INFO O| May 29 18:01:03.489 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-05-29T18:01:04.066Z[ recovery-image] May 29 18:01:03.497 INFO O| May 29 18:01:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52782026-05-29T18:01:04.066Z[ recovery-image] May 29 18:01:03.497 INFO O| May 29 18:01:03.497 INFO STEP 146 (remove_files) COMPLETE
52792026-05-29T18:01:04.066Z[ recovery-image] May 29 18:01:03.497 INFO O| May 29 18:01:03.497 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-05-29T18:01:04.074Z[ recovery-image] May 29 18:01:03.505 INFO O| May 29 18:01:03.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52812026-05-29T18:01:04.074Z[ recovery-image] May 29 18:01:03.505 INFO O| May 29 18:01:03.505 INFO STEP 147 (remove_files) COMPLETE
52822026-05-29T18:01:04.077Z[ recovery-image] May 29 18:01:03.505 INFO O| May 29 18:01:03.505 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-05-29T18:01:04.088Z[ recovery-image] May 29 18:01:03.519 INFO O| May 29 18:01:03.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52842026-05-29T18:01:04.088Z[ recovery-image] May 29 18:01:03.519 INFO O| May 29 18:01:03.519 INFO STEP 148 (remove_files) COMPLETE
52852026-05-29T18:01:04.091Z[ recovery-image] May 29 18:01:03.519 INFO O| May 29 18:01:03.519 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-05-29T18:01:04.097Z[ recovery-image] May 29 18:01:03.528 INFO O| May 29 18:01:03.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52872026-05-29T18:01:04.097Z[ recovery-image] May 29 18:01:03.528 INFO O| May 29 18:01:03.528 INFO STEP 149 (remove_files) COMPLETE
52882026-05-29T18:01:04.100Z[ recovery-image] May 29 18:01:03.528 INFO O| May 29 18:01:03.528 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-05-29T18:01:04.105Z[ recovery-image] May 29 18:01:03.536 INFO O| May 29 18:01:03.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52902026-05-29T18:01:04.105Z[ recovery-image] May 29 18:01:03.536 INFO O| May 29 18:01:03.536 INFO STEP 150 (remove_files) COMPLETE
52912026-05-29T18:01:04.105Z[ recovery-image] May 29 18:01:03.536 INFO O| May 29 18:01:03.536 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-05-29T18:01:04.113Z[ recovery-image] May 29 18:01:03.544 INFO O| May 29 18:01:03.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52932026-05-29T18:01:04.113Z[ recovery-image] May 29 18:01:03.544 INFO O| May 29 18:01:03.544 INFO STEP 151 (remove_files) COMPLETE
52942026-05-29T18:01:04.113Z[ recovery-image] May 29 18:01:03.544 INFO O| May 29 18:01:03.544 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-05-29T18:01:04.122Z[ recovery-image] May 29 18:01:03.553 INFO O| May 29 18:01:03.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52962026-05-29T18:01:04.122Z[ recovery-image] May 29 18:01:03.553 INFO O| May 29 18:01:03.553 INFO STEP 152 (remove_files) COMPLETE
52972026-05-29T18:01:04.122Z[ recovery-image] May 29 18:01:03.553 INFO O| May 29 18:01:03.553 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-05-29T18:01:04.130Z[ recovery-image] May 29 18:01:03.561 INFO O| May 29 18:01:03.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52992026-05-29T18:01:04.130Z[ recovery-image] May 29 18:01:03.561 INFO O| May 29 18:01:03.561 INFO STEP 153 (remove_files) COMPLETE
53002026-05-29T18:01:04.133Z[ recovery-image] May 29 18:01:03.561 INFO O| May 29 18:01:03.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-05-29T18:01:04.138Z[ recovery-image] May 29 18:01:03.569 INFO O| May 29 18:01:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53022026-05-29T18:01:04.138Z[ recovery-image] May 29 18:01:03.569 INFO O| May 29 18:01:03.569 INFO STEP 154 (remove_files) COMPLETE
53032026-05-29T18:01:04.141Z[ recovery-image] May 29 18:01:03.569 INFO O| May 29 18:01:03.569 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-05-29T18:01:04.146Z[ recovery-image] May 29 18:01:03.577 INFO O| May 29 18:01:03.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53052026-05-29T18:01:04.146Z[ recovery-image] May 29 18:01:03.577 INFO O| May 29 18:01:03.577 INFO STEP 155 (remove_files) COMPLETE
53062026-05-29T18:01:04.149Z[ recovery-image] May 29 18:01:03.577 INFO O| May 29 18:01:03.577 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-05-29T18:01:04.156Z[ recovery-image] May 29 18:01:03.587 INFO O| May 29 18:01:03.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53082026-05-29T18:01:04.156Z[ recovery-image] May 29 18:01:03.587 INFO O| May 29 18:01:03.587 INFO STEP 156 (remove_files) COMPLETE
53092026-05-29T18:01:04.156Z[ recovery-image] May 29 18:01:03.587 INFO O| May 29 18:01:03.587 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-05-29T18:01:04.166Z[ recovery-image] May 29 18:01:03.596 INFO O| May 29 18:01:03.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53112026-05-29T18:01:04.169Z[ recovery-image] May 29 18:01:03.597 INFO O| May 29 18:01:03.597 INFO STEP 157 (remove_files) COMPLETE
53122026-05-29T18:01:04.169Z[ recovery-image] May 29 18:01:03.597 INFO O| May 29 18:01:03.597 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-05-29T18:01:04.176Z[ recovery-image] May 29 18:01:03.607 INFO O| May 29 18:01:03.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53142026-05-29T18:01:04.176Z[ recovery-image] May 29 18:01:03.607 INFO O| May 29 18:01:03.607 INFO STEP 158 (remove_files) COMPLETE
53152026-05-29T18:01:04.176Z[ recovery-image] May 29 18:01:03.607 INFO O| May 29 18:01:03.607 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-05-29T18:01:04.185Z[ recovery-image] May 29 18:01:03.616 INFO O| May 29 18:01:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53172026-05-29T18:01:04.185Z[ recovery-image] May 29 18:01:03.616 INFO O| May 29 18:01:03.616 INFO STEP 159 (remove_files) COMPLETE
53182026-05-29T18:01:04.185Z[ recovery-image] May 29 18:01:03.616 INFO O| May 29 18:01:03.616 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-05-29T18:01:04.194Z[ recovery-image] May 29 18:01:03.625 INFO O| May 29 18:01:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53202026-05-29T18:01:04.194Z[ recovery-image] May 29 18:01:03.625 INFO O| May 29 18:01:03.625 INFO STEP 160 (remove_files) COMPLETE
53212026-05-29T18:01:04.197Z[ recovery-image] May 29 18:01:03.625 INFO O| May 29 18:01:03.625 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-05-29T18:01:04.203Z[ recovery-image] May 29 18:01:03.634 INFO O| May 29 18:01:03.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53232026-05-29T18:01:04.203Z[ recovery-image] May 29 18:01:03.634 INFO O| May 29 18:01:03.634 INFO STEP 161 (remove_files) COMPLETE
53242026-05-29T18:01:04.206Z[ recovery-image] May 29 18:01:03.634 INFO O| May 29 18:01:03.634 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-05-29T18:01:04.213Z[ recovery-image] May 29 18:01:03.644 INFO O| May 29 18:01:03.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53262026-05-29T18:01:04.213Z[ recovery-image] May 29 18:01:03.644 INFO O| May 29 18:01:03.644 INFO STEP 162 (remove_files) COMPLETE
53272026-05-29T18:01:04.216Z[ recovery-image] May 29 18:01:03.644 INFO O| May 29 18:01:03.644 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-05-29T18:01:04.223Z[ recovery-image] May 29 18:01:03.654 INFO O| May 29 18:01:03.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53292026-05-29T18:01:04.223Z[ recovery-image] May 29 18:01:03.654 INFO O| May 29 18:01:03.654 INFO STEP 163 (remove_files) COMPLETE
53302026-05-29T18:01:04.223Z[ recovery-image] May 29 18:01:03.654 INFO O| May 29 18:01:03.654 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-05-29T18:01:04.233Z[ recovery-image] May 29 18:01:03.664 INFO O| May 29 18:01:03.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53322026-05-29T18:01:04.233Z[ recovery-image] May 29 18:01:03.664 INFO O| May 29 18:01:03.664 INFO STEP 164 (remove_files) COMPLETE
53332026-05-29T18:01:04.236Z[ recovery-image] May 29 18:01:03.664 INFO O| May 29 18:01:03.664 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-05-29T18:01:04.242Z[ recovery-image] May 29 18:01:03.673 INFO O| May 29 18:01:03.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53352026-05-29T18:01:04.242Z[ recovery-image] May 29 18:01:03.673 INFO O| May 29 18:01:03.673 INFO STEP 165 (remove_files) COMPLETE
53362026-05-29T18:01:04.244Z[ recovery-image] May 29 18:01:03.673 INFO O| May 29 18:01:03.673 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-05-29T18:01:04.251Z[ recovery-image] May 29 18:01:03.682 INFO O| May 29 18:01:03.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53382026-05-29T18:01:04.251Z[ recovery-image] May 29 18:01:03.682 INFO O| May 29 18:01:03.682 INFO STEP 166 (remove_files) COMPLETE
53392026-05-29T18:01:04.251Z[ recovery-image] May 29 18:01:03.682 INFO O| May 29 18:01:03.682 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-05-29T18:01:04.259Z[ recovery-image] May 29 18:01:03.690 INFO O| May 29 18:01:03.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53412026-05-29T18:01:04.260Z[ recovery-image] May 29 18:01:03.690 INFO O| May 29 18:01:03.690 INFO STEP 167 (remove_files) COMPLETE
53422026-05-29T18:01:04.260Z[ recovery-image] May 29 18:01:03.690 INFO O| May 29 18:01:03.690 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-05-29T18:01:04.268Z[ recovery-image] May 29 18:01:03.699 INFO O| May 29 18:01:03.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53442026-05-29T18:01:04.271Z[ recovery-image] May 29 18:01:03.699 INFO O| May 29 18:01:03.699 INFO STEP 168 (remove_files) COMPLETE
53452026-05-29T18:01:04.271Z[ recovery-image] May 29 18:01:03.699 INFO O| May 29 18:01:03.699 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-05-29T18:01:04.277Z[ recovery-image] May 29 18:01:03.708 INFO O| May 29 18:01:03.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53472026-05-29T18:01:04.277Z[ recovery-image] May 29 18:01:03.708 INFO O| May 29 18:01:03.708 INFO STEP 169 (remove_files) COMPLETE
53482026-05-29T18:01:04.277Z[ recovery-image] May 29 18:01:03.708 INFO O| May 29 18:01:03.708 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-05-29T18:01:04.287Z[ recovery-image] May 29 18:01:03.718 INFO O| May 29 18:01:03.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53502026-05-29T18:01:04.287Z[ recovery-image] May 29 18:01:03.718 INFO O| May 29 18:01:03.718 INFO STEP 170 (remove_files) COMPLETE
53512026-05-29T18:01:04.287Z[ recovery-image] May 29 18:01:03.718 INFO O| May 29 18:01:03.718 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-05-29T18:01:04.296Z[ recovery-image] May 29 18:01:03.727 INFO O| May 29 18:01:03.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53532026-05-29T18:01:04.296Z[ recovery-image] May 29 18:01:03.727 INFO O| May 29 18:01:03.727 INFO STEP 171 (remove_files) COMPLETE
53542026-05-29T18:01:04.296Z[ recovery-image] May 29 18:01:03.727 INFO O| May 29 18:01:03.727 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-05-29T18:01:04.306Z[ recovery-image] May 29 18:01:03.737 INFO O| May 29 18:01:03.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53562026-05-29T18:01:04.306Z[ recovery-image] May 29 18:01:03.737 INFO O| May 29 18:01:03.737 INFO STEP 172 (remove_files) COMPLETE
53572026-05-29T18:01:04.306Z[ recovery-image] May 29 18:01:03.737 INFO O| May 29 18:01:03.737 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-05-29T18:01:04.316Z[ recovery-image] May 29 18:01:03.747 INFO O| May 29 18:01:03.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53592026-05-29T18:01:04.316Z[ recovery-image] May 29 18:01:03.747 INFO O| May 29 18:01:03.747 INFO STEP 173 (remove_files) COMPLETE
53602026-05-29T18:01:04.319Z[ recovery-image] May 29 18:01:03.747 INFO O| May 29 18:01:03.747 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-05-29T18:01:04.325Z[ recovery-image] May 29 18:01:03.756 INFO O| May 29 18:01:03.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53622026-05-29T18:01:04.325Z[ recovery-image] May 29 18:01:03.756 INFO O| May 29 18:01:03.756 INFO STEP 174 (remove_files) COMPLETE
53632026-05-29T18:01:04.325Z[ recovery-image] May 29 18:01:03.756 INFO O| May 29 18:01:03.756 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-05-29T18:01:04.334Z[ recovery-image] May 29 18:01:03.765 INFO O| May 29 18:01:03.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53652026-05-29T18:01:04.334Z[ recovery-image] May 29 18:01:03.765 INFO O| May 29 18:01:03.765 INFO STEP 175 (remove_files) COMPLETE
53662026-05-29T18:01:04.334Z[ recovery-image] May 29 18:01:03.765 INFO O| May 29 18:01:03.765 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-05-29T18:01:04.343Z[ recovery-image] May 29 18:01:03.774 INFO O| May 29 18:01:03.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53682026-05-29T18:01:04.343Z[ recovery-image] May 29 18:01:03.774 INFO O| May 29 18:01:03.774 INFO STEP 176 (remove_files) COMPLETE
53692026-05-29T18:01:04.343Z[ recovery-image] May 29 18:01:03.774 INFO O| May 29 18:01:03.774 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-05-29T18:01:04.351Z[ recovery-image] May 29 18:01:03.782 INFO O| May 29 18:01:03.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53712026-05-29T18:01:04.351Z[ recovery-image] May 29 18:01:03.782 INFO O| May 29 18:01:03.782 INFO STEP 177 (remove_files) COMPLETE
53722026-05-29T18:01:04.351Z[ recovery-image] May 29 18:01:03.782 INFO O| May 29 18:01:03.782 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-05-29T18:01:04.359Z[ recovery-image] May 29 18:01:03.790 INFO O| May 29 18:01:03.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53742026-05-29T18:01:04.359Z[ recovery-image] May 29 18:01:03.790 INFO O| May 29 18:01:03.790 INFO STEP 178 (remove_files) COMPLETE
53752026-05-29T18:01:04.359Z[ recovery-image] May 29 18:01:03.790 INFO O| May 29 18:01:03.790 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-05-29T18:01:04.367Z[ recovery-image] May 29 18:01:03.798 INFO O| May 29 18:01:03.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53772026-05-29T18:01:04.367Z[ recovery-image] May 29 18:01:03.798 INFO O| May 29 18:01:03.798 INFO STEP 179 (remove_files) COMPLETE
53782026-05-29T18:01:04.367Z[ recovery-image] May 29 18:01:03.798 INFO O| May 29 18:01:03.798 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-05-29T18:01:04.375Z[ recovery-image] May 29 18:01:03.806 INFO O| May 29 18:01:03.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53802026-05-29T18:01:04.375Z[ recovery-image] May 29 18:01:03.806 INFO O| May 29 18:01:03.806 INFO STEP 180 (remove_files) COMPLETE
53812026-05-29T18:01:04.375Z[ recovery-image] May 29 18:01:03.806 INFO O| May 29 18:01:03.806 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-05-29T18:01:04.384Z[ recovery-image] May 29 18:01:03.813 INFO O| May 29 18:01:03.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53832026-05-29T18:01:04.387Z[ recovery-image] May 29 18:01:03.815 INFO O| May 29 18:01:03.815 INFO STEP 181 (remove_files) COMPLETE
53842026-05-29T18:01:04.387Z[ recovery-image] May 29 18:01:03.815 INFO O| May 29 18:01:03.815 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-05-29T18:01:04.392Z[ recovery-image] May 29 18:01:03.823 INFO O| May 29 18:01:03.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53862026-05-29T18:01:04.392Z[ recovery-image] May 29 18:01:03.823 INFO O| May 29 18:01:03.823 INFO STEP 182 (remove_files) COMPLETE
53872026-05-29T18:01:04.395Z[ recovery-image] May 29 18:01:03.823 INFO O| May 29 18:01:03.823 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-05-29T18:01:04.400Z[ recovery-image] May 29 18:01:03.831 INFO O| May 29 18:01:03.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53892026-05-29T18:01:04.400Z[ recovery-image] May 29 18:01:03.831 INFO O| May 29 18:01:03.831 INFO STEP 183 (remove_files) COMPLETE
53902026-05-29T18:01:04.416Z[ recovery-image] May 29 18:01:03.831 INFO O| May 29 18:01:03.831 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.840 INFO O| May 29 18:01:03.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53922026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.840 INFO O| May 29 18:01:03.840 INFO STEP 184 (remove_files) COMPLETE
53932026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.840 INFO O| May 29 18:01:03.840 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.848 INFO O| May 29 18:01:03.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53952026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.848 INFO O| May 29 18:01:03.848 INFO STEP 185 (remove_files) COMPLETE
53962026-05-29T18:01:04.420Z[ recovery-image] May 29 18:01:03.848 INFO O| May 29 18:01:03.848 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-05-29T18:01:04.426Z[ recovery-image] May 29 18:01:03.857 INFO O| May 29 18:01:03.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53982026-05-29T18:01:04.426Z[ recovery-image] May 29 18:01:03.857 INFO O| May 29 18:01:03.857 INFO STEP 186 (remove_files) COMPLETE
53992026-05-29T18:01:04.429Z[ recovery-image] May 29 18:01:03.857 INFO O| May 29 18:01:03.857 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-05-29T18:01:04.436Z[ recovery-image] May 29 18:01:03.866 INFO O| May 29 18:01:03.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54012026-05-29T18:01:04.436Z[ recovery-image] May 29 18:01:03.866 INFO O| May 29 18:01:03.866 INFO STEP 187 (remove_files) COMPLETE
54022026-05-29T18:01:04.441Z[ recovery-image] May 29 18:01:03.866 INFO O| May 29 18:01:03.866 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-05-29T18:01:04.444Z[ recovery-image] May 29 18:01:03.875 INFO O| May 29 18:01:03.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54042026-05-29T18:01:04.444Z[ recovery-image] May 29 18:01:03.875 INFO O| May 29 18:01:03.875 INFO STEP 188 (remove_files) COMPLETE
54052026-05-29T18:01:04.444Z[ recovery-image] May 29 18:01:03.875 INFO O| May 29 18:01:03.875 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-05-29T18:01:04.454Z[ recovery-image] May 29 18:01:03.885 INFO O| May 29 18:01:03.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54072026-05-29T18:01:04.454Z[ recovery-image] May 29 18:01:03.885 INFO O| May 29 18:01:03.884 INFO STEP 189 (remove_files) COMPLETE
54082026-05-29T18:01:04.457Z[ recovery-image] May 29 18:01:03.885 INFO O| May 29 18:01:03.884 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-05-29T18:01:04.463Z[ recovery-image] May 29 18:01:03.894 INFO O| May 29 18:01:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54102026-05-29T18:01:04.463Z[ recovery-image] May 29 18:01:03.894 INFO O| May 29 18:01:03.894 INFO STEP 190 (remove_files) COMPLETE
54112026-05-29T18:01:04.466Z[ recovery-image] May 29 18:01:03.894 INFO O| May 29 18:01:03.894 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-05-29T18:01:04.471Z[ recovery-image] May 29 18:01:03.902 INFO O| May 29 18:01:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54132026-05-29T18:01:04.471Z[ recovery-image] May 29 18:01:03.902 INFO O| May 29 18:01:03.902 INFO STEP 191 (remove_files) COMPLETE
54142026-05-29T18:01:04.474Z[ recovery-image] May 29 18:01:03.902 INFO O| May 29 18:01:03.902 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-05-29T18:01:04.479Z[ recovery-image] May 29 18:01:03.910 INFO O| May 29 18:01:03.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54162026-05-29T18:01:04.479Z[ recovery-image] May 29 18:01:03.910 INFO O| May 29 18:01:03.910 INFO STEP 192 (remove_files) COMPLETE
54172026-05-29T18:01:04.482Z[ recovery-image] May 29 18:01:03.910 INFO O| May 29 18:01:03.910 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-05-29T18:01:04.488Z[ recovery-image] May 29 18:01:03.918 INFO O| May 29 18:01:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54192026-05-29T18:01:04.488Z[ recovery-image] May 29 18:01:03.919 INFO O| May 29 18:01:03.918 INFO STEP 193 (remove_files) COMPLETE
54202026-05-29T18:01:04.488Z[ recovery-image] May 29 18:01:03.919 INFO O| May 29 18:01:03.918 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-05-29T18:01:04.496Z[ recovery-image] May 29 18:01:03.927 INFO O| May 29 18:01:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54222026-05-29T18:01:04.496Z[ recovery-image] May 29 18:01:03.927 INFO O| May 29 18:01:03.927 INFO STEP 194 (remove_files) COMPLETE
54232026-05-29T18:01:04.496Z[ recovery-image] May 29 18:01:03.927 INFO O| May 29 18:01:03.927 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-05-29T18:01:04.505Z[ recovery-image] May 29 18:01:03.936 INFO O| May 29 18:01:03.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54252026-05-29T18:01:04.505Z[ recovery-image] May 29 18:01:03.936 INFO O| May 29 18:01:03.936 INFO STEP 195 (remove_files) COMPLETE
54262026-05-29T18:01:04.505Z[ recovery-image] May 29 18:01:03.936 INFO O| May 29 18:01:03.936 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-05-29T18:01:04.513Z[ recovery-image] May 29 18:01:03.944 INFO O| May 29 18:01:03.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54282026-05-29T18:01:04.513Z[ recovery-image] May 29 18:01:03.944 INFO O| May 29 18:01:03.944 INFO STEP 196 (remove_files) COMPLETE
54292026-05-29T18:01:04.513Z[ recovery-image] May 29 18:01:03.944 INFO O| May 29 18:01:03.944 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-05-29T18:01:04.522Z[ recovery-image] May 29 18:01:03.953 INFO O| May 29 18:01:03.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54312026-05-29T18:01:04.525Z[ recovery-image] May 29 18:01:03.954 INFO O| May 29 18:01:03.954 INFO STEP 197 (remove_files) COMPLETE
54322026-05-29T18:01:04.525Z[ recovery-image] May 29 18:01:03.954 INFO O| May 29 18:01:03.954 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-05-29T18:01:04.531Z[ recovery-image] May 29 18:01:03.962 INFO O| May 29 18:01:03.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54342026-05-29T18:01:04.531Z[ recovery-image] May 29 18:01:03.962 INFO O| May 29 18:01:03.962 INFO STEP 198 (remove_files) COMPLETE
54352026-05-29T18:01:04.531Z[ recovery-image] May 29 18:01:03.962 INFO O| May 29 18:01:03.962 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-05-29T18:01:04.540Z[ recovery-image] May 29 18:01:03.971 INFO O| May 29 18:01:03.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54372026-05-29T18:01:04.541Z[ recovery-image] May 29 18:01:03.971 INFO O| May 29 18:01:03.971 INFO STEP 199 (remove_files) COMPLETE
54382026-05-29T18:01:04.541Z[ recovery-image] May 29 18:01:03.971 INFO O| May 29 18:01:03.971 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-05-29T18:01:04.549Z[ recovery-image] May 29 18:01:03.980 INFO O| May 29 18:01:03.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54402026-05-29T18:01:04.549Z[ recovery-image] May 29 18:01:03.980 INFO O| May 29 18:01:03.980 INFO STEP 200 (remove_files) COMPLETE
54412026-05-29T18:01:04.552Z[ recovery-image] May 29 18:01:03.980 INFO O| May 29 18:01:03.980 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-05-29T18:01:04.558Z[ recovery-image] May 29 18:01:03.989 INFO O| May 29 18:01:03.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54432026-05-29T18:01:04.558Z[ recovery-image] May 29 18:01:03.989 INFO O| May 29 18:01:03.989 INFO STEP 201 (remove_files) COMPLETE
54442026-05-29T18:01:04.561Z[ recovery-image] May 29 18:01:03.989 INFO O| May 29 18:01:03.989 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-05-29T18:01:04.567Z[ recovery-image] May 29 18:01:03.998 INFO O| May 29 18:01:03.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54462026-05-29T18:01:04.567Z[ recovery-image] May 29 18:01:03.998 INFO O| May 29 18:01:03.998 INFO STEP 202 (remove_files) COMPLETE
54472026-05-29T18:01:04.570Z[ recovery-image] May 29 18:01:03.998 INFO O| May 29 18:01:03.998 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-05-29T18:01:04.576Z[ recovery-image] May 29 18:01:04.007 INFO O| May 29 18:01:04.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54492026-05-29T18:01:04.576Z[ recovery-image] May 29 18:01:04.007 INFO O| May 29 18:01:04.007 INFO STEP 203 (remove_files) COMPLETE
54502026-05-29T18:01:04.576Z[ recovery-image] May 29 18:01:04.007 INFO O| May 29 18:01:04.007 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-05-29T18:01:04.586Z[ recovery-image] May 29 18:01:04.017 INFO O| May 29 18:01:04.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54522026-05-29T18:01:04.586Z[ recovery-image] May 29 18:01:04.017 INFO O| May 29 18:01:04.017 INFO STEP 204 (remove_files) COMPLETE
54532026-05-29T18:01:04.586Z[ recovery-image] May 29 18:01:04.017 INFO O| May 29 18:01:04.017 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-05-29T18:01:04.597Z[ recovery-image] May 29 18:01:04.027 INFO O| May 29 18:01:04.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54552026-05-29T18:01:04.597Z[ recovery-image] May 29 18:01:04.027 INFO O| May 29 18:01:04.027 INFO STEP 205 (remove_files) COMPLETE
54562026-05-29T18:01:04.597Z[ recovery-image] May 29 18:01:04.027 INFO O| May 29 18:01:04.027 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-05-29T18:01:04.607Z[ recovery-image] May 29 18:01:04.037 INFO O| May 29 18:01:04.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54582026-05-29T18:01:04.607Z[ recovery-image] May 29 18:01:04.037 INFO O| May 29 18:01:04.037 INFO STEP 206 (remove_files) COMPLETE
54592026-05-29T18:01:04.607Z[ recovery-image] May 29 18:01:04.037 INFO O| May 29 18:01:04.037 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-05-29T18:01:04.617Z[ recovery-image] May 29 18:01:04.046 INFO O| May 29 18:01:04.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54612026-05-29T18:01:04.617Z[ recovery-image] May 29 18:01:04.046 INFO O| May 29 18:01:04.046 INFO STEP 207 (remove_files) COMPLETE
54622026-05-29T18:01:04.621Z[ recovery-image] May 29 18:01:04.046 INFO O| May 29 18:01:04.046 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-05-29T18:01:04.627Z[ recovery-image] May 29 18:01:04.057 INFO O| May 29 18:01:04.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54642026-05-29T18:01:04.627Z[ recovery-image] May 29 18:01:04.057 INFO O| May 29 18:01:04.057 INFO STEP 208 (remove_files) COMPLETE
54652026-05-29T18:01:04.627Z[ recovery-image] May 29 18:01:04.057 INFO O| May 29 18:01:04.057 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-05-29T18:01:04.638Z[ recovery-image] May 29 18:01:04.068 INFO O| May 29 18:01:04.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54672026-05-29T18:01:04.638Z[ recovery-image] May 29 18:01:04.068 INFO O| May 29 18:01:04.068 INFO STEP 209 (remove_files) COMPLETE
54682026-05-29T18:01:04.643Z[ recovery-image] May 29 18:01:04.068 INFO O| May 29 18:01:04.068 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-05-29T18:01:04.650Z[ recovery-image] May 29 18:01:04.079 INFO O| May 29 18:01:04.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54702026-05-29T18:01:04.650Z[ recovery-image] May 29 18:01:04.079 INFO O| May 29 18:01:04.079 INFO STEP 210 (remove_files) COMPLETE
54712026-05-29T18:01:04.654Z[ recovery-image] May 29 18:01:04.079 INFO O| May 29 18:01:04.079 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-05-29T18:01:04.661Z[ recovery-image] May 29 18:01:04.090 INFO O| May 29 18:01:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54732026-05-29T18:01:04.661Z[ recovery-image] May 29 18:01:04.090 INFO O| May 29 18:01:04.090 INFO STEP 211 (remove_files) COMPLETE
54742026-05-29T18:01:04.666Z[ recovery-image] May 29 18:01:04.090 INFO O| May 29 18:01:04.090 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-05-29T18:01:04.671Z[ recovery-image] May 29 18:01:04.100 INFO O| May 29 18:01:04.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54762026-05-29T18:01:04.671Z[ recovery-image] May 29 18:01:04.100 INFO O| May 29 18:01:04.100 INFO STEP 212 (remove_files) COMPLETE
54772026-05-29T18:01:04.671Z[ recovery-image] May 29 18:01:04.100 INFO O| May 29 18:01:04.100 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-05-29T18:01:04.681Z[ recovery-image] May 29 18:01:04.111 INFO O| May 29 18:01:04.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54792026-05-29T18:01:04.681Z[ recovery-image] May 29 18:01:04.111 INFO O| May 29 18:01:04.111 INFO STEP 213 (remove_files) COMPLETE
54802026-05-29T18:01:04.694Z[ recovery-image] May 29 18:01:04.111 INFO O| May 29 18:01:04.111 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-05-29T18:01:04.702Z[ recovery-image] May 29 18:01:04.121 INFO O| May 29 18:01:04.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54822026-05-29T18:01:04.702Z[ recovery-image] May 29 18:01:04.121 INFO O| May 29 18:01:04.121 INFO STEP 214 (remove_files) COMPLETE
54832026-05-29T18:01:04.702Z[ recovery-image] May 29 18:01:04.121 INFO O| May 29 18:01:04.121 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-05-29T18:01:04.722Z[ recovery-image] May 29 18:01:04.130 INFO O| May 29 18:01:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54852026-05-29T18:01:04.722Z[ recovery-image] May 29 18:01:04.130 INFO O| May 29 18:01:04.130 INFO STEP 215 (remove_files) COMPLETE
54862026-05-29T18:01:04.722Z[ recovery-image] May 29 18:01:04.130 INFO O| May 29 18:01:04.130 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-05-29T18:01:04.735Z[ recovery-image] May 29 18:01:04.139 INFO O| May 29 18:01:04.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54882026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.139 INFO O| May 29 18:01:04.139 INFO STEP 216 (remove_files) COMPLETE
54892026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.139 INFO O| May 29 18:01:04.139 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.147 INFO O| May 29 18:01:04.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54912026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.147 INFO O| May 29 18:01:04.147 INFO STEP 217 (remove_files) COMPLETE
54922026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.147 INFO O| May 29 18:01:04.147 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.155 INFO O| May 29 18:01:04.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54942026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.155 INFO O| May 29 18:01:04.155 INFO STEP 218 (remove_files) COMPLETE
54952026-05-29T18:01:04.736Z[ recovery-image] May 29 18:01:04.155 INFO O| May 29 18:01:04.155 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-05-29T18:01:04.741Z[ recovery-image] May 29 18:01:04.164 INFO O| May 29 18:01:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54972026-05-29T18:01:04.741Z[ recovery-image] May 29 18:01:04.164 INFO O| May 29 18:01:04.164 INFO STEP 219 (remove_files) COMPLETE
54982026-05-29T18:01:04.741Z[ recovery-image] May 29 18:01:04.164 INFO O| May 29 18:01:04.164 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-05-29T18:01:04.746Z[ recovery-image] May 29 18:01:04.172 INFO O| May 29 18:01:04.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55002026-05-29T18:01:04.746Z[ recovery-image] May 29 18:01:04.172 INFO O| May 29 18:01:04.172 INFO STEP 220 (remove_files) COMPLETE
55012026-05-29T18:01:04.747Z[ recovery-image] May 29 18:01:04.172 INFO O| May 29 18:01:04.172 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-05-29T18:01:04.752Z[ recovery-image] May 29 18:01:04.182 INFO O| May 29 18:01:04.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55032026-05-29T18:01:04.752Z[ recovery-image] May 29 18:01:04.182 INFO O| May 29 18:01:04.182 INFO STEP 221 (remove_files) COMPLETE
55042026-05-29T18:01:04.759Z[ recovery-image] May 29 18:01:04.182 INFO O| May 29 18:01:04.182 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-05-29T18:01:04.769Z[ recovery-image] May 29 18:01:04.193 INFO O| May 29 18:01:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55062026-05-29T18:01:04.775Z[ recovery-image] May 29 18:01:04.193 INFO O| May 29 18:01:04.193 INFO STEP 222 (remove_files) COMPLETE
55072026-05-29T18:01:04.786Z[ recovery-image] May 29 18:01:04.194 INFO O| May 29 18:01:04.193 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-05-29T18:01:04.787Z[ recovery-image] May 29 18:01:04.203 INFO O| May 29 18:01:04.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55092026-05-29T18:01:04.787Z[ recovery-image] May 29 18:01:04.204 INFO O| May 29 18:01:04.204 INFO STEP 223 (remove_files) COMPLETE
55102026-05-29T18:01:04.787Z[ recovery-image] May 29 18:01:04.204 INFO O| May 29 18:01:04.204 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-05-29T18:01:04.790Z[ recovery-image] May 29 18:01:04.213 INFO O| May 29 18:01:04.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55122026-05-29T18:01:04.790Z[ recovery-image] May 29 18:01:04.213 INFO O| May 29 18:01:04.213 INFO STEP 224 (remove_files) COMPLETE
55132026-05-29T18:01:04.791Z[ recovery-image] May 29 18:01:04.213 INFO O| May 29 18:01:04.213 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-05-29T18:01:04.794Z[ recovery-image] May 29 18:01:04.222 INFO O| May 29 18:01:04.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55152026-05-29T18:01:04.794Z[ recovery-image] May 29 18:01:04.222 INFO O| May 29 18:01:04.222 INFO STEP 225 (remove_files) COMPLETE
55162026-05-29T18:01:04.795Z[ recovery-image] May 29 18:01:04.222 INFO O| May 29 18:01:04.222 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-05-29T18:01:04.799Z[ recovery-image] May 29 18:01:04.230 INFO O| May 29 18:01:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55182026-05-29T18:01:04.799Z[ recovery-image] May 29 18:01:04.230 INFO O| May 29 18:01:04.230 INFO STEP 226 (remove_files) COMPLETE
55192026-05-29T18:01:04.803Z[ recovery-image] May 29 18:01:04.230 INFO O| May 29 18:01:04.230 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-05-29T18:01:04.826Z[ recovery-image] May 29 18:01:04.238 INFO O| May 29 18:01:04.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55212026-05-29T18:01:04.826Z[ recovery-image] May 29 18:01:04.238 INFO O| May 29 18:01:04.238 INFO STEP 227 (remove_files) COMPLETE
55222026-05-29T18:01:04.826Z[ recovery-image] May 29 18:01:04.238 INFO O| May 29 18:01:04.238 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-05-29T18:01:04.826Z[ recovery-image] May 29 18:01:04.246 INFO O| May 29 18:01:04.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55242026-05-29T18:01:04.827Z[ recovery-image] May 29 18:01:04.246 INFO O| May 29 18:01:04.246 INFO STEP 228 (remove_files) COMPLETE
55252026-05-29T18:01:04.827Z[ recovery-image] May 29 18:01:04.246 INFO O| May 29 18:01:04.246 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-05-29T18:01:04.827Z[ recovery-image] May 29 18:01:04.254 INFO O| May 29 18:01:04.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55272026-05-29T18:01:04.827Z[ recovery-image] May 29 18:01:04.254 INFO O| May 29 18:01:04.254 INFO STEP 229 (remove_files) COMPLETE
55282026-05-29T18:01:04.827Z[ recovery-image] May 29 18:01:04.254 INFO O| May 29 18:01:04.254 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-05-29T18:01:04.832Z[ recovery-image] May 29 18:01:04.262 INFO O| May 29 18:01:04.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55302026-05-29T18:01:04.832Z[ recovery-image] May 29 18:01:04.262 INFO O| May 29 18:01:04.262 INFO STEP 230 (remove_files) COMPLETE
55312026-05-29T18:01:04.835Z[ recovery-image] May 29 18:01:04.262 INFO O| May 29 18:01:04.262 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-05-29T18:01:04.839Z[ recovery-image] May 29 18:01:04.270 INFO O| May 29 18:01:04.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55332026-05-29T18:01:04.839Z[ recovery-image] May 29 18:01:04.270 INFO O| May 29 18:01:04.270 INFO STEP 231 (remove_files) COMPLETE
55342026-05-29T18:01:04.842Z[ recovery-image] May 29 18:01:04.270 INFO O| May 29 18:01:04.270 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-05-29T18:01:04.847Z[ recovery-image] May 29 18:01:04.278 INFO O| May 29 18:01:04.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55362026-05-29T18:01:04.847Z[ recovery-image] May 29 18:01:04.278 INFO O| May 29 18:01:04.278 INFO STEP 232 (remove_files) COMPLETE
55372026-05-29T18:01:04.850Z[ recovery-image] May 29 18:01:04.278 INFO O| May 29 18:01:04.278 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-05-29T18:01:04.855Z[ recovery-image] May 29 18:01:04.286 INFO O| May 29 18:01:04.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55392026-05-29T18:01:04.858Z[ recovery-image] May 29 18:01:04.287 INFO O| May 29 18:01:04.287 INFO STEP 233 (remove_files) COMPLETE
55402026-05-29T18:01:04.858Z[ recovery-image] May 29 18:01:04.287 INFO O| May 29 18:01:04.287 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-05-29T18:01:04.863Z[ recovery-image] May 29 18:01:04.294 INFO O| May 29 18:01:04.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55422026-05-29T18:01:04.863Z[ recovery-image] May 29 18:01:04.294 INFO O| May 29 18:01:04.294 INFO STEP 234 (remove_files) COMPLETE
55432026-05-29T18:01:04.866Z[ recovery-image] May 29 18:01:04.294 INFO O| May 29 18:01:04.294 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-05-29T18:01:04.871Z[ recovery-image] May 29 18:01:04.302 INFO O| May 29 18:01:04.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55452026-05-29T18:01:04.871Z[ recovery-image] May 29 18:01:04.302 INFO O| May 29 18:01:04.302 INFO STEP 235 (remove_files) COMPLETE
55462026-05-29T18:01:04.874Z[ recovery-image] May 29 18:01:04.302 INFO O| May 29 18:01:04.302 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-05-29T18:01:04.879Z[ recovery-image] May 29 18:01:04.310 INFO O| May 29 18:01:04.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55482026-05-29T18:01:04.879Z[ recovery-image] May 29 18:01:04.310 INFO O| May 29 18:01:04.310 INFO STEP 236 (remove_files) COMPLETE
55492026-05-29T18:01:04.882Z[ recovery-image] May 29 18:01:04.310 INFO O| May 29 18:01:04.310 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-05-29T18:01:04.886Z[ recovery-image] May 29 18:01:04.317 INFO O| May 29 18:01:04.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55512026-05-29T18:01:04.886Z[ recovery-image] May 29 18:01:04.317 INFO O| May 29 18:01:04.317 INFO STEP 237 (remove_files) COMPLETE
55522026-05-29T18:01:04.889Z[ recovery-image] May 29 18:01:04.317 INFO O| May 29 18:01:04.317 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-05-29T18:01:04.893Z[ recovery-image] May 29 18:01:04.324 INFO O| May 29 18:01:04.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55542026-05-29T18:01:04.893Z[ recovery-image] May 29 18:01:04.324 INFO O| May 29 18:01:04.324 INFO STEP 238 (remove_files) COMPLETE
55552026-05-29T18:01:04.893Z[ recovery-image] May 29 18:01:04.324 INFO O| May 29 18:01:04.324 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-05-29T18:01:04.905Z[ recovery-image] May 29 18:01:04.336 INFO O| May 29 18:01:04.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55572026-05-29T18:01:04.905Z[ recovery-image] May 29 18:01:04.336 INFO O| May 29 18:01:04.336 INFO STEP 239 (remove_files) COMPLETE
55582026-05-29T18:01:04.905Z[ recovery-image] May 29 18:01:04.336 INFO O| May 29 18:01:04.336 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-05-29T18:01:04.914Z[ recovery-image] May 29 18:01:04.345 INFO O| May 29 18:01:04.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55602026-05-29T18:01:04.915Z[ recovery-image] May 29 18:01:04.345 INFO O| May 29 18:01:04.345 INFO STEP 240 (remove_files) COMPLETE
55612026-05-29T18:01:04.915Z[ recovery-image] May 29 18:01:04.345 INFO O| May 29 18:01:04.345 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-05-29T18:01:04.926Z[ recovery-image] May 29 18:01:04.356 INFO O| May 29 18:01:04.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55632026-05-29T18:01:04.926Z[ recovery-image] May 29 18:01:04.356 INFO O| May 29 18:01:04.356 INFO STEP 241 (remove_files) COMPLETE
55642026-05-29T18:01:04.929Z[ recovery-image] May 29 18:01:04.357 INFO O| May 29 18:01:04.356 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-05-29T18:01:04.937Z[ recovery-image] May 29 18:01:04.368 INFO O| May 29 18:01:04.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55662026-05-29T18:01:04.937Z[ recovery-image] May 29 18:01:04.368 INFO O| May 29 18:01:04.368 INFO STEP 242 (remove_files) COMPLETE
55672026-05-29T18:01:04.940Z[ recovery-image] May 29 18:01:04.368 INFO O| May 29 18:01:04.368 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-05-29T18:01:04.948Z[ recovery-image] May 29 18:01:04.379 INFO O| May 29 18:01:04.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55692026-05-29T18:01:04.948Z[ recovery-image] May 29 18:01:04.379 INFO O| May 29 18:01:04.379 INFO STEP 243 (remove_files) COMPLETE
55702026-05-29T18:01:04.951Z[ recovery-image] May 29 18:01:04.379 INFO O| May 29 18:01:04.379 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-05-29T18:01:04.959Z[ recovery-image] May 29 18:01:04.390 INFO O| May 29 18:01:04.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55722026-05-29T18:01:04.959Z[ recovery-image] May 29 18:01:04.390 INFO O| May 29 18:01:04.390 INFO STEP 244 (remove_files) COMPLETE
55732026-05-29T18:01:04.962Z[ recovery-image] May 29 18:01:04.390 INFO O| May 29 18:01:04.390 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.400 INFO O| May 29 18:01:04.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55752026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.400 INFO O| May 29 18:01:04.400 INFO STEP 245 (remove_files) COMPLETE
55762026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.400 INFO O| May 29 18:01:04.400 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.410 INFO O| May 29 18:01:04.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55782026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.410 INFO O| May 29 18:01:04.410 INFO STEP 246 (remove_files) COMPLETE
55792026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.410 INFO O| May 29 18:01:04.410 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.420 INFO O| May 29 18:01:04.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55812026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.420 INFO O| May 29 18:01:04.420 INFO STEP 247 (remove_files) COMPLETE
55822026-05-29T18:01:04.990Z[ recovery-image] May 29 18:01:04.420 INFO O| May 29 18:01:04.420 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-05-29T18:01:05.000Z[ recovery-image] May 29 18:01:04.430 INFO O| May 29 18:01:04.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55842026-05-29T18:01:05.000Z[ recovery-image] May 29 18:01:04.430 INFO O| May 29 18:01:04.430 INFO STEP 248 (remove_files) COMPLETE
55852026-05-29T18:01:05.000Z[ recovery-image] May 29 18:01:04.430 INFO O| May 29 18:01:04.430 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-05-29T18:01:05.010Z[ recovery-image] May 29 18:01:04.440 INFO O| May 29 18:01:04.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55872026-05-29T18:01:05.010Z[ recovery-image] May 29 18:01:04.440 INFO O| May 29 18:01:04.440 INFO STEP 249 (remove_files) COMPLETE
55882026-05-29T18:01:05.013Z[ recovery-image] May 29 18:01:04.440 INFO O| May 29 18:01:04.440 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-05-29T18:01:05.022Z[ recovery-image] May 29 18:01:04.450 INFO O| May 29 18:01:04.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55902026-05-29T18:01:05.022Z[ recovery-image] May 29 18:01:04.450 INFO O| May 29 18:01:04.450 INFO STEP 250 (remove_files) COMPLETE
55912026-05-29T18:01:05.026Z[ recovery-image] May 29 18:01:04.450 INFO O| May 29 18:01:04.450 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-05-29T18:01:05.029Z[ recovery-image] May 29 18:01:04.460 INFO O| May 29 18:01:04.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55932026-05-29T18:01:05.029Z[ recovery-image] May 29 18:01:04.460 INFO O| May 29 18:01:04.460 INFO STEP 251 (remove_files) COMPLETE
55942026-05-29T18:01:05.029Z[ recovery-image] May 29 18:01:04.460 INFO O| May 29 18:01:04.460 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-05-29T18:01:05.038Z[ recovery-image] May 29 18:01:04.468 INFO O| May 29 18:01:04.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55962026-05-29T18:01:05.038Z[ recovery-image] May 29 18:01:04.468 INFO O| May 29 18:01:04.468 INFO STEP 252 (remove_files) COMPLETE
55972026-05-29T18:01:05.041Z[ recovery-image] May 29 18:01:04.468 INFO O| May 29 18:01:04.468 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-05-29T18:01:05.047Z[ recovery-image] May 29 18:01:04.478 INFO O| May 29 18:01:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55992026-05-29T18:01:05.047Z[ recovery-image] May 29 18:01:04.478 INFO O| May 29 18:01:04.478 INFO STEP 253 (remove_files) COMPLETE
56002026-05-29T18:01:05.047Z[ recovery-image] May 29 18:01:04.478 INFO O| May 29 18:01:04.478 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-05-29T18:01:05.058Z[ recovery-image] May 29 18:01:04.489 INFO O| May 29 18:01:04.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56022026-05-29T18:01:05.058Z[ recovery-image] May 29 18:01:04.489 INFO O| May 29 18:01:04.489 INFO STEP 254 (remove_files) COMPLETE
56032026-05-29T18:01:05.058Z[ recovery-image] May 29 18:01:04.489 INFO O| May 29 18:01:04.489 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-05-29T18:01:05.068Z[ recovery-image] May 29 18:01:04.499 INFO O| May 29 18:01:04.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56052026-05-29T18:01:05.068Z[ recovery-image] May 29 18:01:04.499 INFO O| May 29 18:01:04.499 INFO STEP 255 (remove_files) COMPLETE
56062026-05-29T18:01:05.069Z[ recovery-image] May 29 18:01:04.499 INFO O| May 29 18:01:04.499 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-05-29T18:01:05.079Z[ recovery-image] May 29 18:01:04.510 INFO O| May 29 18:01:04.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56082026-05-29T18:01:05.079Z[ recovery-image] May 29 18:01:04.510 INFO O| May 29 18:01:04.510 INFO STEP 256 (remove_files) COMPLETE
56092026-05-29T18:01:05.079Z[ recovery-image] May 29 18:01:04.510 INFO O| May 29 18:01:04.510 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-05-29T18:01:05.089Z[ recovery-image] May 29 18:01:04.520 INFO O| May 29 18:01:04.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56112026-05-29T18:01:05.089Z[ recovery-image] May 29 18:01:04.520 INFO O| May 29 18:01:04.520 INFO STEP 257 (remove_files) COMPLETE
56122026-05-29T18:01:05.089Z[ recovery-image] May 29 18:01:04.520 INFO O| May 29 18:01:04.520 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-05-29T18:01:05.099Z[ recovery-image] May 29 18:01:04.530 INFO O| May 29 18:01:04.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56142026-05-29T18:01:05.099Z[ recovery-image] May 29 18:01:04.530 INFO O| May 29 18:01:04.530 INFO STEP 258 (remove_files) COMPLETE
56152026-05-29T18:01:05.099Z[ recovery-image] May 29 18:01:04.530 INFO O| May 29 18:01:04.530 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-05-29T18:01:05.110Z[ recovery-image] May 29 18:01:04.540 INFO O| May 29 18:01:04.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56172026-05-29T18:01:05.110Z[ recovery-image] May 29 18:01:04.540 INFO O| May 29 18:01:04.540 INFO STEP 259 (remove_files) COMPLETE
56182026-05-29T18:01:05.110Z[ recovery-image] May 29 18:01:04.540 INFO O| May 29 18:01:04.540 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-05-29T18:01:05.119Z[ recovery-image] May 29 18:01:04.550 INFO O| May 29 18:01:04.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56202026-05-29T18:01:05.119Z[ recovery-image] May 29 18:01:04.550 INFO O| May 29 18:01:04.550 INFO STEP 260 (remove_files) COMPLETE
56212026-05-29T18:01:05.122Z[ recovery-image] May 29 18:01:04.550 INFO O| May 29 18:01:04.550 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-05-29T18:01:05.128Z[ recovery-image] May 29 18:01:04.559 INFO O| May 29 18:01:04.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56232026-05-29T18:01:05.128Z[ recovery-image] May 29 18:01:04.559 INFO O| May 29 18:01:04.559 INFO STEP 261 (remove_files) COMPLETE
56242026-05-29T18:01:05.128Z[ recovery-image] May 29 18:01:04.559 INFO O| May 29 18:01:04.559 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-05-29T18:01:05.138Z[ recovery-image] May 29 18:01:04.569 INFO O| May 29 18:01:04.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56262026-05-29T18:01:05.138Z[ recovery-image] May 29 18:01:04.569 INFO O| May 29 18:01:04.569 INFO STEP 262 (remove_files) COMPLETE
56272026-05-29T18:01:05.138Z[ recovery-image] May 29 18:01:04.569 INFO O| May 29 18:01:04.569 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-05-29T18:01:05.146Z[ recovery-image] May 29 18:01:04.577 INFO O| May 29 18:01:04.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56292026-05-29T18:01:05.146Z[ recovery-image] May 29 18:01:04.577 INFO O| May 29 18:01:04.577 INFO STEP 263 (remove_files) COMPLETE
56302026-05-29T18:01:05.146Z[ recovery-image] May 29 18:01:04.577 INFO O| May 29 18:01:04.577 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-05-29T18:01:05.156Z[ recovery-image] May 29 18:01:04.587 INFO O| May 29 18:01:04.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56322026-05-29T18:01:05.156Z[ recovery-image] May 29 18:01:04.587 INFO O| May 29 18:01:04.587 INFO STEP 264 (remove_files) COMPLETE
56332026-05-29T18:01:05.156Z[ recovery-image] May 29 18:01:04.587 INFO O| May 29 18:01:04.587 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-05-29T18:01:05.165Z[ recovery-image] May 29 18:01:04.595 INFO O| May 29 18:01:04.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56352026-05-29T18:01:05.165Z[ recovery-image] May 29 18:01:04.595 INFO O| May 29 18:01:04.595 INFO STEP 265 (remove_files) COMPLETE
56362026-05-29T18:01:05.165Z[ recovery-image] May 29 18:01:04.595 INFO O| May 29 18:01:04.595 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-05-29T18:01:05.172Z[ recovery-image] May 29 18:01:04.603 INFO O| May 29 18:01:04.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56382026-05-29T18:01:05.172Z[ recovery-image] May 29 18:01:04.603 INFO O| May 29 18:01:04.603 INFO STEP 266 (remove_files) COMPLETE
56392026-05-29T18:01:05.173Z[ recovery-image] May 29 18:01:04.603 INFO O| May 29 18:01:04.603 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-05-29T18:01:05.180Z[ recovery-image] May 29 18:01:04.611 INFO O| May 29 18:01:04.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56412026-05-29T18:01:05.180Z[ recovery-image] May 29 18:01:04.611 INFO O| May 29 18:01:04.611 INFO STEP 267 (remove_files) COMPLETE
56422026-05-29T18:01:05.180Z[ recovery-image] May 29 18:01:04.611 INFO O| May 29 18:01:04.611 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-05-29T18:01:05.187Z[ recovery-image] May 29 18:01:04.618 INFO O| May 29 18:01:04.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56442026-05-29T18:01:05.188Z[ recovery-image] May 29 18:01:04.619 INFO O| May 29 18:01:04.619 INFO STEP 268 (remove_files) COMPLETE
56452026-05-29T18:01:05.191Z[ recovery-image] May 29 18:01:04.619 INFO O| May 29 18:01:04.619 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-05-29T18:01:05.195Z[ recovery-image] May 29 18:01:04.626 INFO O| May 29 18:01:04.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56472026-05-29T18:01:05.195Z[ recovery-image] May 29 18:01:04.626 INFO O| May 29 18:01:04.626 INFO STEP 269 (remove_files) COMPLETE
56482026-05-29T18:01:05.195Z[ recovery-image] May 29 18:01:04.626 INFO O| May 29 18:01:04.626 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-05-29T18:01:05.203Z[ recovery-image] May 29 18:01:04.634 INFO O| May 29 18:01:04.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56502026-05-29T18:01:05.203Z[ recovery-image] May 29 18:01:04.634 INFO O| May 29 18:01:04.634 INFO STEP 270 (remove_files) COMPLETE
56512026-05-29T18:01:05.206Z[ recovery-image] May 29 18:01:04.634 INFO O| May 29 18:01:04.634 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-05-29T18:01:05.210Z[ recovery-image] May 29 18:01:04.641 INFO O| May 29 18:01:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56532026-05-29T18:01:05.210Z[ recovery-image] May 29 18:01:04.641 INFO O| May 29 18:01:04.641 INFO STEP 271 (remove_files) COMPLETE
56542026-05-29T18:01:05.213Z[ recovery-image] May 29 18:01:04.641 INFO O| May 29 18:01:04.641 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-05-29T18:01:05.218Z[ recovery-image] May 29 18:01:04.649 INFO O| May 29 18:01:04.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56562026-05-29T18:01:05.218Z[ recovery-image] May 29 18:01:04.650 INFO O| May 29 18:01:04.650 INFO STEP 272 (remove_files) COMPLETE
56572026-05-29T18:01:05.219Z[ recovery-image] May 29 18:01:04.650 INFO O| May 29 18:01:04.650 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-05-29T18:01:05.227Z[ recovery-image] May 29 18:01:04.658 INFO O| May 29 18:01:04.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56592026-05-29T18:01:05.227Z[ recovery-image] May 29 18:01:04.658 INFO O| May 29 18:01:04.658 INFO STEP 273 (remove_files) COMPLETE
56602026-05-29T18:01:05.227Z[ recovery-image] May 29 18:01:04.658 INFO O| May 29 18:01:04.658 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-05-29T18:01:05.235Z[ recovery-image] May 29 18:01:04.666 INFO O| May 29 18:01:04.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56622026-05-29T18:01:05.235Z[ recovery-image] May 29 18:01:04.666 INFO O| May 29 18:01:04.666 INFO STEP 274 (remove_files) COMPLETE
56632026-05-29T18:01:05.235Z[ recovery-image] May 29 18:01:04.666 INFO O| May 29 18:01:04.666 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-05-29T18:01:05.244Z[ recovery-image] May 29 18:01:04.675 INFO O| May 29 18:01:04.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56652026-05-29T18:01:05.244Z[ recovery-image] May 29 18:01:04.675 INFO O| May 29 18:01:04.675 INFO STEP 275 (remove_files) COMPLETE
56662026-05-29T18:01:05.244Z[ recovery-image] May 29 18:01:04.675 INFO O| May 29 18:01:04.675 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-05-29T18:01:05.253Z[ recovery-image] May 29 18:01:04.683 INFO O| May 29 18:01:04.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56682026-05-29T18:01:05.253Z[ recovery-image] May 29 18:01:04.683 INFO O| May 29 18:01:04.683 INFO STEP 276 (remove_files) COMPLETE
56692026-05-29T18:01:05.253Z[ recovery-image] May 29 18:01:04.683 INFO O| May 29 18:01:04.683 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-05-29T18:01:05.264Z[ recovery-image] May 29 18:01:04.694 INFO O| May 29 18:01:04.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56712026-05-29T18:01:05.264Z[ recovery-image] May 29 18:01:04.694 INFO O| May 29 18:01:04.694 INFO STEP 277 (remove_files) COMPLETE
56722026-05-29T18:01:05.264Z[ recovery-image] May 29 18:01:04.694 INFO O| May 29 18:01:04.694 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-05-29T18:01:05.275Z[ recovery-image] May 29 18:01:04.705 INFO O| May 29 18:01:04.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56742026-05-29T18:01:05.275Z[ recovery-image] May 29 18:01:04.705 INFO O| May 29 18:01:04.705 INFO STEP 278 (remove_files) COMPLETE
56752026-05-29T18:01:05.275Z[ recovery-image] May 29 18:01:04.705 INFO O| May 29 18:01:04.705 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-05-29T18:01:05.285Z[ recovery-image] May 29 18:01:04.716 INFO O| May 29 18:01:04.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56772026-05-29T18:01:05.285Z[ recovery-image] May 29 18:01:04.716 INFO O| May 29 18:01:04.716 INFO STEP 279 (remove_files) COMPLETE
56782026-05-29T18:01:05.285Z[ recovery-image] May 29 18:01:04.716 INFO O| May 29 18:01:04.716 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-05-29T18:01:05.296Z[ recovery-image] May 29 18:01:04.727 INFO O| May 29 18:01:04.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56802026-05-29T18:01:05.296Z[ recovery-image] May 29 18:01:04.727 INFO O| May 29 18:01:04.727 INFO STEP 280 (remove_files) COMPLETE
56812026-05-29T18:01:05.296Z[ recovery-image] May 29 18:01:04.727 INFO O| May 29 18:01:04.727 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-05-29T18:01:05.306Z[ recovery-image] May 29 18:01:04.737 INFO O| May 29 18:01:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56832026-05-29T18:01:05.306Z[ recovery-image] May 29 18:01:04.737 INFO O| May 29 18:01:04.737 INFO STEP 281 (remove_files) COMPLETE
56842026-05-29T18:01:05.306Z[ recovery-image] May 29 18:01:04.737 INFO O| May 29 18:01:04.737 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-05-29T18:01:05.317Z[ recovery-image] May 29 18:01:04.747 INFO O| May 29 18:01:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56862026-05-29T18:01:05.317Z[ recovery-image] May 29 18:01:04.747 INFO O| May 29 18:01:04.747 INFO STEP 282 (remove_files) COMPLETE
56872026-05-29T18:01:05.319Z[ recovery-image] May 29 18:01:04.747 INFO O| May 29 18:01:04.747 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-05-29T18:01:05.327Z[ recovery-image] May 29 18:01:04.758 INFO O| May 29 18:01:04.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56892026-05-29T18:01:05.327Z[ recovery-image] May 29 18:01:04.758 INFO O| May 29 18:01:04.758 INFO STEP 283 (remove_files) COMPLETE
56902026-05-29T18:01:05.330Z[ recovery-image] May 29 18:01:04.758 INFO O| May 29 18:01:04.758 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-05-29T18:01:05.336Z[ recovery-image] May 29 18:01:04.767 INFO O| May 29 18:01:04.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56922026-05-29T18:01:05.336Z[ recovery-image] May 29 18:01:04.767 INFO O| May 29 18:01:04.767 INFO STEP 284 (remove_files) COMPLETE
56932026-05-29T18:01:05.339Z[ recovery-image] May 29 18:01:04.767 INFO O| May 29 18:01:04.767 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-05-29T18:01:05.345Z[ recovery-image] May 29 18:01:04.776 INFO O| May 29 18:01:04.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56952026-05-29T18:01:05.345Z[ recovery-image] May 29 18:01:04.776 INFO O| May 29 18:01:04.776 INFO STEP 285 (remove_files) COMPLETE
56962026-05-29T18:01:05.348Z[ recovery-image] May 29 18:01:04.776 INFO O| May 29 18:01:04.776 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-05-29T18:01:05.355Z[ recovery-image] May 29 18:01:04.786 INFO O| May 29 18:01:04.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56982026-05-29T18:01:05.355Z[ recovery-image] May 29 18:01:04.786 INFO O| May 29 18:01:04.786 INFO STEP 286 (remove_files) COMPLETE
56992026-05-29T18:01:05.355Z[ recovery-image] May 29 18:01:04.786 INFO O| May 29 18:01:04.786 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-05-29T18:01:05.364Z[ recovery-image] May 29 18:01:04.795 INFO O| May 29 18:01:04.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57012026-05-29T18:01:05.367Z[ recovery-image] May 29 18:01:04.795 INFO O| May 29 18:01:04.795 INFO STEP 287 (remove_files) COMPLETE
57022026-05-29T18:01:05.367Z[ recovery-image] May 29 18:01:04.796 INFO O| May 29 18:01:04.795 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-05-29T18:01:05.374Z[ recovery-image] May 29 18:01:04.805 INFO O| May 29 18:01:04.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57042026-05-29T18:01:05.374Z[ recovery-image] May 29 18:01:04.805 INFO O| May 29 18:01:04.805 INFO STEP 288 (remove_files) COMPLETE
57052026-05-29T18:01:05.377Z[ recovery-image] May 29 18:01:04.805 INFO O| May 29 18:01:04.805 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-05-29T18:01:05.383Z[ recovery-image] May 29 18:01:04.814 INFO O| May 29 18:01:04.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57072026-05-29T18:01:05.383Z[ recovery-image] May 29 18:01:04.814 INFO O| May 29 18:01:04.814 INFO STEP 289 (remove_files) COMPLETE
57082026-05-29T18:01:05.383Z[ recovery-image] May 29 18:01:04.814 INFO O| May 29 18:01:04.814 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-05-29T18:01:05.393Z[ recovery-image] May 29 18:01:04.824 INFO O| May 29 18:01:04.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57102026-05-29T18:01:05.397Z[ recovery-image] May 29 18:01:04.825 INFO O| May 29 18:01:04.825 INFO STEP 290 (remove_files) COMPLETE
57112026-05-29T18:01:05.397Z[ recovery-image] May 29 18:01:04.825 INFO O| May 29 18:01:04.825 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-05-29T18:01:05.405Z[ recovery-image] May 29 18:01:04.836 INFO O| May 29 18:01:04.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57132026-05-29T18:01:05.405Z[ recovery-image] May 29 18:01:04.836 INFO O| May 29 18:01:04.836 INFO STEP 291 (remove_files) COMPLETE
57142026-05-29T18:01:05.408Z[ recovery-image] May 29 18:01:04.836 INFO O| May 29 18:01:04.836 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-05-29T18:01:05.415Z[ recovery-image] May 29 18:01:04.846 INFO O| May 29 18:01:04.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57162026-05-29T18:01:05.415Z[ recovery-image] May 29 18:01:04.846 INFO O| May 29 18:01:04.846 INFO STEP 292 (remove_files) COMPLETE
57172026-05-29T18:01:05.418Z[ recovery-image] May 29 18:01:04.846 INFO O| May 29 18:01:04.846 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-05-29T18:01:05.426Z[ recovery-image] May 29 18:01:04.857 INFO O| May 29 18:01:04.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57192026-05-29T18:01:05.426Z[ recovery-image] May 29 18:01:04.857 INFO O| May 29 18:01:04.857 INFO STEP 293 (remove_files) COMPLETE
57202026-05-29T18:01:05.429Z[ recovery-image] May 29 18:01:04.857 INFO O| May 29 18:01:04.857 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-05-29T18:01:05.436Z[ recovery-image] May 29 18:01:04.867 INFO O| May 29 18:01:04.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57222026-05-29T18:01:05.436Z[ recovery-image] May 29 18:01:04.867 INFO O| May 29 18:01:04.867 INFO STEP 294 (remove_files) COMPLETE
57232026-05-29T18:01:05.439Z[ recovery-image] May 29 18:01:04.867 INFO O| May 29 18:01:04.867 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-05-29T18:01:05.446Z[ recovery-image] May 29 18:01:04.877 INFO O| May 29 18:01:04.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57252026-05-29T18:01:05.446Z[ recovery-image] May 29 18:01:04.877 INFO O| May 29 18:01:04.877 INFO STEP 295 (remove_files) COMPLETE
57262026-05-29T18:01:05.446Z[ recovery-image] May 29 18:01:04.877 INFO O| May 29 18:01:04.877 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-05-29T18:01:05.457Z[ recovery-image] May 29 18:01:04.888 INFO O| May 29 18:01:04.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57282026-05-29T18:01:05.457Z[ recovery-image] May 29 18:01:04.888 INFO O| May 29 18:01:04.888 INFO STEP 296 (remove_files) COMPLETE
57292026-05-29T18:01:05.457Z[ recovery-image] May 29 18:01:04.888 INFO O| May 29 18:01:04.888 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-05-29T18:01:05.467Z[ recovery-image] May 29 18:01:04.897 INFO O| May 29 18:01:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57312026-05-29T18:01:05.467Z[ recovery-image] May 29 18:01:04.897 INFO O| May 29 18:01:04.897 INFO STEP 297 (remove_files) COMPLETE
57322026-05-29T18:01:05.467Z[ recovery-image] May 29 18:01:04.897 INFO O| May 29 18:01:04.897 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-05-29T18:01:05.476Z[ recovery-image] May 29 18:01:04.907 INFO O| May 29 18:01:04.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57342026-05-29T18:01:05.476Z[ recovery-image] May 29 18:01:04.907 INFO O| May 29 18:01:04.907 INFO STEP 298 (remove_files) COMPLETE
57352026-05-29T18:01:05.480Z[ recovery-image] May 29 18:01:04.907 INFO O| May 29 18:01:04.907 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-05-29T18:01:05.485Z[ recovery-image] May 29 18:01:04.916 INFO O| May 29 18:01:04.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57372026-05-29T18:01:05.485Z[ recovery-image] May 29 18:01:04.916 INFO O| May 29 18:01:04.916 INFO STEP 299 (remove_files) COMPLETE
57382026-05-29T18:01:05.485Z[ recovery-image] May 29 18:01:04.916 INFO O| May 29 18:01:04.916 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-05-29T18:01:05.494Z[ recovery-image] May 29 18:01:04.925 INFO O| May 29 18:01:04.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57402026-05-29T18:01:05.494Z[ recovery-image] May 29 18:01:04.925 INFO O| May 29 18:01:04.925 INFO STEP 300 (remove_files) COMPLETE
57412026-05-29T18:01:05.497Z[ recovery-image] May 29 18:01:04.925 INFO O| May 29 18:01:04.925 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-05-29T18:01:05.504Z[ recovery-image] May 29 18:01:04.935 INFO O| May 29 18:01:04.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57432026-05-29T18:01:05.504Z[ recovery-image] May 29 18:01:04.935 INFO O| May 29 18:01:04.935 INFO STEP 301 (remove_files) COMPLETE
57442026-05-29T18:01:05.504Z[ recovery-image] May 29 18:01:04.935 INFO O| May 29 18:01:04.935 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-05-29T18:01:05.513Z[ recovery-image] May 29 18:01:04.944 INFO O| May 29 18:01:04.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57462026-05-29T18:01:05.513Z[ recovery-image] May 29 18:01:04.944 INFO O| May 29 18:01:04.944 INFO STEP 302 (remove_files) COMPLETE
57472026-05-29T18:01:05.513Z[ recovery-image] May 29 18:01:04.944 INFO O| May 29 18:01:04.944 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-05-29T18:01:05.523Z[ recovery-image] May 29 18:01:04.953 INFO O| May 29 18:01:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57492026-05-29T18:01:05.523Z[ recovery-image] May 29 18:01:04.953 INFO O| May 29 18:01:04.953 INFO STEP 303 (remove_files) COMPLETE
57502026-05-29T18:01:05.526Z[ recovery-image] May 29 18:01:04.953 INFO O| May 29 18:01:04.953 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-05-29T18:01:05.531Z[ recovery-image] May 29 18:01:04.961 INFO O| May 29 18:01:04.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57522026-05-29T18:01:05.531Z[ recovery-image] May 29 18:01:04.962 INFO O| May 29 18:01:04.962 INFO STEP 304 (remove_files) COMPLETE
57532026-05-29T18:01:05.531Z[ recovery-image] May 29 18:01:04.962 INFO O| May 29 18:01:04.962 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-05-29T18:01:05.539Z[ recovery-image] May 29 18:01:04.970 INFO O| May 29 18:01:04.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57552026-05-29T18:01:05.539Z[ recovery-image] May 29 18:01:04.970 INFO O| May 29 18:01:04.970 INFO STEP 305 (remove_files) COMPLETE
57562026-05-29T18:01:05.539Z[ recovery-image] May 29 18:01:04.970 INFO O| May 29 18:01:04.970 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-05-29T18:01:05.550Z[ recovery-image] May 29 18:01:04.981 INFO O| May 29 18:01:04.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57582026-05-29T18:01:05.550Z[ recovery-image] May 29 18:01:04.981 INFO O| May 29 18:01:04.981 INFO STEP 306 (remove_files) COMPLETE
57592026-05-29T18:01:05.550Z[ recovery-image] May 29 18:01:04.981 INFO O| May 29 18:01:04.981 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-05-29T18:01:05.560Z[ recovery-image] May 29 18:01:04.991 INFO O| May 29 18:01:04.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57612026-05-29T18:01:05.560Z[ recovery-image] May 29 18:01:04.991 INFO O| May 29 18:01:04.991 INFO STEP 307 (remove_files) COMPLETE
57622026-05-29T18:01:05.560Z[ recovery-image] May 29 18:01:04.991 INFO O| May 29 18:01:04.991 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-05-29T18:01:05.570Z[ recovery-image] May 29 18:01:05.001 INFO O| May 29 18:01:05.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57642026-05-29T18:01:05.570Z[ recovery-image] May 29 18:01:05.001 INFO O| May 29 18:01:05.001 INFO STEP 308 (remove_files) COMPLETE
57652026-05-29T18:01:05.570Z[ recovery-image] May 29 18:01:05.001 INFO O| May 29 18:01:05.001 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-05-29T18:01:05.579Z[ recovery-image] May 29 18:01:05.009 INFO O| May 29 18:01:05.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57672026-05-29T18:01:05.579Z[ recovery-image] May 29 18:01:05.009 INFO O| May 29 18:01:05.009 INFO STEP 309 (remove_files) COMPLETE
57682026-05-29T18:01:05.579Z[ recovery-image] May 29 18:01:05.010 INFO O| May 29 18:01:05.009 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-05-29T18:01:05.587Z[ recovery-image] May 29 18:01:05.017 INFO O| May 29 18:01:05.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57702026-05-29T18:01:05.587Z[ recovery-image] May 29 18:01:05.017 INFO O| May 29 18:01:05.017 INFO STEP 310 (remove_files) COMPLETE
57712026-05-29T18:01:05.587Z[ recovery-image] May 29 18:01:05.017 INFO O| May 29 18:01:05.017 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-05-29T18:01:05.594Z[ recovery-image] May 29 18:01:05.025 INFO O| May 29 18:01:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57732026-05-29T18:01:05.594Z[ recovery-image] May 29 18:01:05.025 INFO O| May 29 18:01:05.025 INFO STEP 311 (remove_files) COMPLETE
57742026-05-29T18:01:05.594Z[ recovery-image] May 29 18:01:05.025 INFO O| May 29 18:01:05.025 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-05-29T18:01:05.602Z[ recovery-image] May 29 18:01:05.033 INFO O| May 29 18:01:05.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57762026-05-29T18:01:05.602Z[ recovery-image] May 29 18:01:05.033 INFO O| May 29 18:01:05.033 INFO STEP 312 (remove_files) COMPLETE
57772026-05-29T18:01:05.602Z[ recovery-image] May 29 18:01:05.033 INFO O| May 29 18:01:05.033 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-05-29T18:01:05.610Z[ recovery-image] May 29 18:01:05.041 INFO O| May 29 18:01:05.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57792026-05-29T18:01:05.610Z[ recovery-image] May 29 18:01:05.041 INFO O| May 29 18:01:05.041 INFO STEP 313 (remove_files) COMPLETE
57802026-05-29T18:01:05.610Z[ recovery-image] May 29 18:01:05.041 INFO O| May 29 18:01:05.041 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-05-29T18:01:05.617Z[ recovery-image] May 29 18:01:05.048 INFO O| May 29 18:01:05.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57822026-05-29T18:01:05.617Z[ recovery-image] May 29 18:01:05.048 INFO O| May 29 18:01:05.048 INFO STEP 314 (remove_files) COMPLETE
57832026-05-29T18:01:05.617Z[ recovery-image] May 29 18:01:05.048 INFO O| May 29 18:01:05.048 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-05-29T18:01:05.628Z[ recovery-image] May 29 18:01:05.058 INFO O| May 29 18:01:05.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57852026-05-29T18:01:05.628Z[ recovery-image] May 29 18:01:05.058 INFO O| May 29 18:01:05.058 INFO STEP 315 (remove_files) COMPLETE
57862026-05-29T18:01:05.628Z[ recovery-image] May 29 18:01:05.058 INFO O| May 29 18:01:05.058 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-05-29T18:01:05.639Z[ recovery-image] May 29 18:01:05.069 INFO O| May 29 18:01:05.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57882026-05-29T18:01:05.639Z[ recovery-image] May 29 18:01:05.069 INFO O| May 29 18:01:05.069 INFO STEP 316 (remove_files) COMPLETE
57892026-05-29T18:01:05.639Z[ recovery-image] May 29 18:01:05.070 INFO O| May 29 18:01:05.069 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-05-29T18:01:05.646Z[ recovery-image] May 29 18:01:05.077 INFO O| May 29 18:01:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57912026-05-29T18:01:05.650Z[ recovery-image] May 29 18:01:05.078 INFO O| May 29 18:01:05.078 INFO STEP 317 (remove_files) COMPLETE
57922026-05-29T18:01:05.650Z[ recovery-image] May 29 18:01:05.078 INFO O| May 29 18:01:05.078 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-05-29T18:01:05.656Z[ recovery-image] May 29 18:01:05.087 INFO O| May 29 18:01:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57942026-05-29T18:01:05.656Z[ recovery-image] May 29 18:01:05.087 INFO O| May 29 18:01:05.087 INFO STEP 318 (remove_files) COMPLETE
57952026-05-29T18:01:05.656Z[ recovery-image] May 29 18:01:05.087 INFO O| May 29 18:01:05.087 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-05-29T18:01:05.664Z[ recovery-image] May 29 18:01:05.095 INFO O| May 29 18:01:05.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57972026-05-29T18:01:05.664Z[ recovery-image] May 29 18:01:05.095 INFO O| May 29 18:01:05.095 INFO STEP 319 (remove_files) COMPLETE
57982026-05-29T18:01:05.664Z[ recovery-image] May 29 18:01:05.095 INFO O| May 29 18:01:05.095 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-05-29T18:01:05.672Z[ recovery-image] May 29 18:01:05.103 INFO O| May 29 18:01:05.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58002026-05-29T18:01:05.672Z[ recovery-image] May 29 18:01:05.103 INFO O| May 29 18:01:05.103 INFO STEP 320 (remove_files) COMPLETE
58012026-05-29T18:01:05.672Z[ recovery-image] May 29 18:01:05.103 INFO O| May 29 18:01:05.103 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-05-29T18:01:05.680Z[ recovery-image] May 29 18:01:05.110 INFO O| May 29 18:01:05.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58032026-05-29T18:01:05.680Z[ recovery-image] May 29 18:01:05.111 INFO O| May 29 18:01:05.111 INFO STEP 321 (remove_files) COMPLETE
58042026-05-29T18:01:05.683Z[ recovery-image] May 29 18:01:05.111 INFO O| May 29 18:01:05.111 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-05-29T18:01:05.688Z[ recovery-image] May 29 18:01:05.118 INFO O| May 29 18:01:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58062026-05-29T18:01:05.688Z[ recovery-image] May 29 18:01:05.118 INFO O| May 29 18:01:05.118 INFO STEP 322 (remove_files) COMPLETE
58072026-05-29T18:01:05.691Z[ recovery-image] May 29 18:01:05.118 INFO O| May 29 18:01:05.118 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-05-29T18:01:05.695Z[ recovery-image] May 29 18:01:05.126 INFO O| May 29 18:01:05.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58092026-05-29T18:01:05.695Z[ recovery-image] May 29 18:01:05.126 INFO O| May 29 18:01:05.126 INFO STEP 323 (remove_files) COMPLETE
58102026-05-29T18:01:05.695Z[ recovery-image] May 29 18:01:05.126 INFO O| May 29 18:01:05.126 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-05-29T18:01:05.702Z[ recovery-image] May 29 18:01:05.133 INFO O| May 29 18:01:05.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58122026-05-29T18:01:05.703Z[ recovery-image] May 29 18:01:05.134 INFO O| May 29 18:01:05.134 INFO STEP 324 (remove_files) COMPLETE
58132026-05-29T18:01:05.703Z[ recovery-image] May 29 18:01:05.134 INFO O| May 29 18:01:05.134 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-05-29T18:01:05.711Z[ recovery-image] May 29 18:01:05.142 INFO O| May 29 18:01:05.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58152026-05-29T18:01:05.711Z[ recovery-image] May 29 18:01:05.142 INFO O| May 29 18:01:05.142 INFO STEP 325 (remove_files) COMPLETE
58162026-05-29T18:01:05.714Z[ recovery-image] May 29 18:01:05.142 INFO O| May 29 18:01:05.142 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-05-29T18:01:05.719Z[ recovery-image] May 29 18:01:05.150 INFO O| May 29 18:01:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58182026-05-29T18:01:05.720Z[ recovery-image] May 29 18:01:05.150 INFO O| May 29 18:01:05.150 INFO STEP 326 (remove_files) COMPLETE
58192026-05-29T18:01:05.720Z[ recovery-image] May 29 18:01:05.150 INFO O| May 29 18:01:05.150 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-05-29T18:01:05.728Z[ recovery-image] May 29 18:01:05.158 INFO O| May 29 18:01:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58212026-05-29T18:01:05.728Z[ recovery-image] May 29 18:01:05.159 INFO O| May 29 18:01:05.158 INFO STEP 327 (remove_files) COMPLETE
58222026-05-29T18:01:05.728Z[ recovery-image] May 29 18:01:05.159 INFO O| May 29 18:01:05.158 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-05-29T18:01:05.736Z[ recovery-image] May 29 18:01:05.167 INFO O| May 29 18:01:05.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58242026-05-29T18:01:05.736Z[ recovery-image] May 29 18:01:05.167 INFO O| May 29 18:01:05.167 INFO STEP 328 (remove_files) COMPLETE
58252026-05-29T18:01:05.736Z[ recovery-image] May 29 18:01:05.167 INFO O| May 29 18:01:05.167 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-05-29T18:01:05.744Z[ recovery-image] May 29 18:01:05.175 INFO O| May 29 18:01:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58272026-05-29T18:01:05.745Z[ recovery-image] May 29 18:01:05.175 INFO O| May 29 18:01:05.175 INFO STEP 329 (remove_files) COMPLETE
58282026-05-29T18:01:05.757Z[ recovery-image] May 29 18:01:05.175 INFO O| May 29 18:01:05.175 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-05-29T18:01:05.757Z[ recovery-image] May 29 18:01:05.185 INFO O| May 29 18:01:05.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58302026-05-29T18:01:05.757Z[ recovery-image] May 29 18:01:05.185 INFO O| May 29 18:01:05.185 INFO STEP 330 (remove_files) COMPLETE
58312026-05-29T18:01:05.757Z[ recovery-image] May 29 18:01:05.185 INFO O| May 29 18:01:05.185 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-05-29T18:01:05.763Z[ recovery-image] May 29 18:01:05.194 INFO O| May 29 18:01:05.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58332026-05-29T18:01:05.763Z[ recovery-image] May 29 18:01:05.194 INFO O| May 29 18:01:05.194 INFO STEP 331 (remove_files) COMPLETE
58342026-05-29T18:01:05.766Z[ recovery-image] May 29 18:01:05.194 INFO O| May 29 18:01:05.194 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-05-29T18:01:05.772Z[ recovery-image] May 29 18:01:05.203 INFO O| May 29 18:01:05.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58362026-05-29T18:01:05.772Z[ recovery-image] May 29 18:01:05.203 INFO O| May 29 18:01:05.203 INFO STEP 332 (remove_files) COMPLETE
58372026-05-29T18:01:05.772Z[ recovery-image] May 29 18:01:05.203 INFO O| May 29 18:01:05.203 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-05-29T18:01:05.780Z[ recovery-image] May 29 18:01:05.211 INFO O| May 29 18:01:05.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58392026-05-29T18:01:05.780Z[ recovery-image] May 29 18:01:05.211 INFO O| May 29 18:01:05.211 INFO STEP 333 (remove_files) COMPLETE
58402026-05-29T18:01:05.780Z[ recovery-image] May 29 18:01:05.211 INFO O| May 29 18:01:05.211 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-05-29T18:01:05.788Z[ recovery-image] May 29 18:01:05.219 INFO O| May 29 18:01:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58422026-05-29T18:01:05.788Z[ recovery-image] May 29 18:01:05.219 INFO O| May 29 18:01:05.219 INFO STEP 334 (remove_files) COMPLETE
58432026-05-29T18:01:05.788Z[ recovery-image] May 29 18:01:05.219 INFO O| May 29 18:01:05.219 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-05-29T18:01:05.796Z[ recovery-image] May 29 18:01:05.227 INFO O| May 29 18:01:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58452026-05-29T18:01:05.796Z[ recovery-image] May 29 18:01:05.227 INFO O| May 29 18:01:05.227 INFO STEP 335 (remove_files) COMPLETE
58462026-05-29T18:01:05.796Z[ recovery-image] May 29 18:01:05.227 INFO O| May 29 18:01:05.227 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-05-29T18:01:05.805Z[ recovery-image] May 29 18:01:05.236 INFO O| May 29 18:01:05.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58482026-05-29T18:01:05.805Z[ recovery-image] May 29 18:01:05.236 INFO O| May 29 18:01:05.236 INFO STEP 336 (remove_files) COMPLETE
58492026-05-29T18:01:05.805Z[ recovery-image] May 29 18:01:05.236 INFO O| May 29 18:01:05.236 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-05-29T18:01:05.813Z[ recovery-image] May 29 18:01:05.244 INFO O| May 29 18:01:05.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58512026-05-29T18:01:05.813Z[ recovery-image] May 29 18:01:05.244 INFO O| May 29 18:01:05.244 INFO STEP 337 (remove_files) COMPLETE
58522026-05-29T18:01:05.813Z[ recovery-image] May 29 18:01:05.244 INFO O| May 29 18:01:05.244 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-05-29T18:01:05.821Z[ recovery-image] May 29 18:01:05.252 INFO O| May 29 18:01:05.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58542026-05-29T18:01:05.821Z[ recovery-image] May 29 18:01:05.252 INFO O| May 29 18:01:05.252 INFO STEP 338 (remove_files) COMPLETE
58552026-05-29T18:01:05.825Z[ recovery-image] May 29 18:01:05.252 INFO O| May 29 18:01:05.252 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-05-29T18:01:05.830Z[ recovery-image] May 29 18:01:05.261 INFO O| May 29 18:01:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58572026-05-29T18:01:05.830Z[ recovery-image] May 29 18:01:05.261 INFO O| May 29 18:01:05.261 INFO STEP 339 (remove_files) COMPLETE
58582026-05-29T18:01:05.834Z[ recovery-image] May 29 18:01:05.261 INFO O| May 29 18:01:05.261 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-05-29T18:01:05.838Z[ recovery-image] May 29 18:01:05.269 INFO O| May 29 18:01:05.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58602026-05-29T18:01:05.838Z[ recovery-image] May 29 18:01:05.269 INFO O| May 29 18:01:05.269 INFO STEP 340 (remove_files) COMPLETE
58612026-05-29T18:01:05.838Z[ recovery-image] May 29 18:01:05.269 INFO O| May 29 18:01:05.269 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-05-29T18:01:05.847Z[ recovery-image] May 29 18:01:05.278 INFO O| May 29 18:01:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58632026-05-29T18:01:05.847Z[ recovery-image] May 29 18:01:05.278 INFO O| May 29 18:01:05.278 INFO STEP 341 (remove_files) COMPLETE
58642026-05-29T18:01:05.850Z[ recovery-image] May 29 18:01:05.278 INFO O| May 29 18:01:05.278 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-05-29T18:01:05.855Z[ recovery-image] May 29 18:01:05.286 INFO O| May 29 18:01:05.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58662026-05-29T18:01:05.855Z[ recovery-image] May 29 18:01:05.286 INFO O| May 29 18:01:05.286 INFO STEP 342 (remove_files) COMPLETE
58672026-05-29T18:01:05.858Z[ recovery-image] May 29 18:01:05.286 INFO O| May 29 18:01:05.286 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-05-29T18:01:05.864Z[ recovery-image] May 29 18:01:05.295 INFO O| May 29 18:01:05.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58692026-05-29T18:01:05.865Z[ recovery-image] May 29 18:01:05.295 INFO O| May 29 18:01:05.295 INFO STEP 343 (remove_files) COMPLETE
58702026-05-29T18:01:05.865Z[ recovery-image] May 29 18:01:05.295 INFO O| May 29 18:01:05.295 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-05-29T18:01:05.872Z[ recovery-image] May 29 18:01:05.303 INFO O| May 29 18:01:05.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58722026-05-29T18:01:05.872Z[ recovery-image] May 29 18:01:05.303 INFO O| May 29 18:01:05.303 INFO STEP 344 (remove_files) COMPLETE
58732026-05-29T18:01:05.872Z[ recovery-image] May 29 18:01:05.303 INFO O| May 29 18:01:05.303 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-05-29T18:01:05.880Z[ recovery-image] May 29 18:01:05.311 INFO O| May 29 18:01:05.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58752026-05-29T18:01:05.880Z[ recovery-image] May 29 18:01:05.311 INFO O| May 29 18:01:05.311 INFO STEP 345 (remove_files) COMPLETE
58762026-05-29T18:01:05.881Z[ recovery-image] May 29 18:01:05.311 INFO O| May 29 18:01:05.311 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-05-29T18:01:05.890Z[ recovery-image] May 29 18:01:05.321 INFO O| May 29 18:01:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58782026-05-29T18:01:05.893Z[ recovery-image] May 29 18:01:05.321 INFO O| May 29 18:01:05.321 INFO STEP 346 (remove_files) COMPLETE
58792026-05-29T18:01:05.893Z[ recovery-image] May 29 18:01:05.321 INFO O| May 29 18:01:05.321 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-05-29T18:01:05.902Z[ recovery-image] May 29 18:01:05.332 INFO O| May 29 18:01:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58812026-05-29T18:01:05.902Z[ recovery-image] May 29 18:01:05.332 INFO O| May 29 18:01:05.332 INFO STEP 347 (remove_files) COMPLETE
58822026-05-29T18:01:05.905Z[ recovery-image] May 29 18:01:05.332 INFO O| May 29 18:01:05.332 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-05-29T18:01:05.911Z[ recovery-image] May 29 18:01:05.342 INFO O| May 29 18:01:05.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58842026-05-29T18:01:05.911Z[ recovery-image] May 29 18:01:05.342 INFO O| May 29 18:01:05.342 INFO STEP 348 (remove_files) COMPLETE
58852026-05-29T18:01:05.914Z[ recovery-image] May 29 18:01:05.342 INFO O| May 29 18:01:05.342 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-05-29T18:01:05.920Z[ recovery-image] May 29 18:01:05.351 INFO O| May 29 18:01:05.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58872026-05-29T18:01:05.920Z[ recovery-image] May 29 18:01:05.351 INFO O| May 29 18:01:05.351 INFO STEP 349 (remove_files) COMPLETE
58882026-05-29T18:01:05.923Z[ recovery-image] May 29 18:01:05.351 INFO O| May 29 18:01:05.351 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-05-29T18:01:05.929Z[ recovery-image] May 29 18:01:05.359 INFO O| May 29 18:01:05.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58902026-05-29T18:01:05.929Z[ recovery-image] May 29 18:01:05.359 INFO O| May 29 18:01:05.359 INFO STEP 350 (remove_files) COMPLETE
58912026-05-29T18:01:05.932Z[ recovery-image] May 29 18:01:05.359 INFO O| May 29 18:01:05.359 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-05-29T18:01:05.938Z[ recovery-image] May 29 18:01:05.368 INFO O| May 29 18:01:05.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58932026-05-29T18:01:05.938Z[ recovery-image] May 29 18:01:05.368 INFO O| May 29 18:01:05.368 INFO STEP 351 (remove_files) COMPLETE
58942026-05-29T18:01:05.938Z[ recovery-image] May 29 18:01:05.368 INFO O| May 29 18:01:05.368 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-05-29T18:01:05.950Z[ recovery-image] May 29 18:01:05.379 INFO O| May 29 18:01:05.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58962026-05-29T18:01:05.950Z[ recovery-image] May 29 18:01:05.379 INFO O| May 29 18:01:05.379 INFO STEP 352 (remove_files) COMPLETE
58972026-05-29T18:01:05.950Z[ recovery-image] May 29 18:01:05.379 INFO O| May 29 18:01:05.379 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-05-29T18:01:05.957Z[ recovery-image] May 29 18:01:05.388 INFO O| May 29 18:01:05.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58992026-05-29T18:01:05.957Z[ recovery-image] May 29 18:01:05.388 INFO O| May 29 18:01:05.388 INFO STEP 353 (remove_files) COMPLETE
59002026-05-29T18:01:05.957Z[ recovery-image] May 29 18:01:05.388 INFO O| May 29 18:01:05.388 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-05-29T18:01:05.970Z[ recovery-image] May 29 18:01:05.396 INFO O| May 29 18:01:05.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59022026-05-29T18:01:05.970Z[ recovery-image] May 29 18:01:05.396 INFO O| May 29 18:01:05.396 INFO STEP 354 (remove_files) COMPLETE
59032026-05-29T18:01:05.970Z[ recovery-image] May 29 18:01:05.396 INFO O| May 29 18:01:05.396 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-05-29T18:01:05.975Z[ recovery-image] May 29 18:01:05.405 INFO O| May 29 18:01:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59052026-05-29T18:01:05.975Z[ recovery-image] May 29 18:01:05.405 INFO O| May 29 18:01:05.405 INFO STEP 355 (remove_files) COMPLETE
59062026-05-29T18:01:05.981Z[ recovery-image] May 29 18:01:05.405 INFO O| May 29 18:01:05.405 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-05-29T18:01:05.985Z[ recovery-image] May 29 18:01:05.413 INFO O| May 29 18:01:05.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59082026-05-29T18:01:05.985Z[ recovery-image] May 29 18:01:05.413 INFO O| May 29 18:01:05.413 INFO STEP 356 (remove_files) COMPLETE
59092026-05-29T18:01:05.985Z[ recovery-image] May 29 18:01:05.414 INFO O| May 29 18:01:05.413 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-05-29T18:01:05.990Z[ recovery-image] May 29 18:01:05.421 INFO O| May 29 18:01:05.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59112026-05-29T18:01:05.990Z[ recovery-image] May 29 18:01:05.421 INFO O| May 29 18:01:05.421 INFO STEP 357 (remove_files) COMPLETE
59122026-05-29T18:01:05.994Z[ recovery-image] May 29 18:01:05.421 INFO O| May 29 18:01:05.421 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-05-29T18:01:05.997Z[ recovery-image] May 29 18:01:05.428 INFO O| May 29 18:01:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59142026-05-29T18:01:05.997Z[ recovery-image] May 29 18:01:05.428 INFO O| May 29 18:01:05.428 INFO STEP 358 (remove_files) COMPLETE
59152026-05-29T18:01:06.000Z[ recovery-image] May 29 18:01:05.428 INFO O| May 29 18:01:05.428 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-05-29T18:01:06.004Z[ recovery-image] May 29 18:01:05.435 INFO O| May 29 18:01:05.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59172026-05-29T18:01:06.004Z[ recovery-image] May 29 18:01:05.435 INFO O| May 29 18:01:05.435 INFO STEP 359 (remove_files) COMPLETE
59182026-05-29T18:01:06.004Z[ recovery-image] May 29 18:01:05.435 INFO O| May 29 18:01:05.435 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-05-29T18:01:06.012Z[ recovery-image] May 29 18:01:05.443 INFO O| May 29 18:01:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59202026-05-29T18:01:06.012Z[ recovery-image] May 29 18:01:05.443 INFO O| May 29 18:01:05.443 INFO STEP 360 (remove_files) COMPLETE
59212026-05-29T18:01:06.012Z[ recovery-image] May 29 18:01:05.443 INFO O| May 29 18:01:05.443 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-05-29T18:01:06.019Z[ recovery-image] May 29 18:01:05.450 INFO O| May 29 18:01:05.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59232026-05-29T18:01:06.020Z[ recovery-image] May 29 18:01:05.450 INFO O| May 29 18:01:05.450 INFO STEP 361 (remove_files) COMPLETE
59242026-05-29T18:01:06.020Z[ recovery-image] May 29 18:01:05.450 INFO O| May 29 18:01:05.450 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-05-29T18:01:06.027Z[ recovery-image] May 29 18:01:05.458 INFO O| May 29 18:01:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59262026-05-29T18:01:06.027Z[ recovery-image] May 29 18:01:05.458 INFO O| May 29 18:01:05.458 INFO STEP 362 (remove_files) COMPLETE
59272026-05-29T18:01:06.030Z[ recovery-image] May 29 18:01:05.458 INFO O| May 29 18:01:05.458 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-05-29T18:01:06.036Z[ recovery-image] May 29 18:01:05.466 INFO O| May 29 18:01:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59292026-05-29T18:01:06.036Z[ recovery-image] May 29 18:01:05.467 INFO O| May 29 18:01:05.467 INFO STEP 363 (remove_files) COMPLETE
59302026-05-29T18:01:06.036Z[ recovery-image] May 29 18:01:05.467 INFO O| May 29 18:01:05.467 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-05-29T18:01:06.043Z[ recovery-image] May 29 18:01:05.474 INFO O| May 29 18:01:05.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59322026-05-29T18:01:06.043Z[ recovery-image] May 29 18:01:05.474 INFO O| May 29 18:01:05.474 INFO STEP 364 (remove_files) COMPLETE
59332026-05-29T18:01:06.043Z[ recovery-image] May 29 18:01:05.474 INFO O| May 29 18:01:05.474 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-05-29T18:01:06.051Z[ recovery-image] May 29 18:01:05.482 INFO O| May 29 18:01:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59352026-05-29T18:01:06.054Z[ recovery-image] May 29 18:01:05.482 INFO O| May 29 18:01:05.482 INFO STEP 365 (remove_files) COMPLETE
59362026-05-29T18:01:06.054Z[ recovery-image] May 29 18:01:05.482 INFO O| May 29 18:01:05.482 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-05-29T18:01:06.059Z[ recovery-image] May 29 18:01:05.490 INFO O| May 29 18:01:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59382026-05-29T18:01:06.059Z[ recovery-image] May 29 18:01:05.490 INFO O| May 29 18:01:05.490 INFO STEP 366 (remove_files) COMPLETE
59392026-05-29T18:01:06.062Z[ recovery-image] May 29 18:01:05.490 INFO O| May 29 18:01:05.490 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-05-29T18:01:06.067Z[ recovery-image] May 29 18:01:05.498 INFO O| May 29 18:01:05.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59412026-05-29T18:01:06.067Z[ recovery-image] May 29 18:01:05.498 INFO O| May 29 18:01:05.498 INFO STEP 367 (remove_files) COMPLETE
59422026-05-29T18:01:06.067Z[ recovery-image] May 29 18:01:05.498 INFO O| May 29 18:01:05.498 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-05-29T18:01:06.075Z[ recovery-image] May 29 18:01:05.506 INFO O| May 29 18:01:05.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59442026-05-29T18:01:06.075Z[ recovery-image] May 29 18:01:05.506 INFO O| May 29 18:01:05.506 INFO STEP 368 (remove_files) COMPLETE
59452026-05-29T18:01:06.075Z[ recovery-image] May 29 18:01:05.506 INFO O| May 29 18:01:05.506 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-05-29T18:01:06.085Z[ recovery-image] May 29 18:01:05.515 INFO O| May 29 18:01:05.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59472026-05-29T18:01:06.085Z[ recovery-image] May 29 18:01:05.516 INFO O| May 29 18:01:05.515 INFO STEP 369 (remove_files) COMPLETE
59482026-05-29T18:01:06.085Z[ recovery-image] May 29 18:01:05.516 INFO O| May 29 18:01:05.516 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-05-29T18:01:06.092Z[ recovery-image] May 29 18:01:05.523 INFO O| May 29 18:01:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59502026-05-29T18:01:06.092Z[ recovery-image] May 29 18:01:05.523 INFO O| May 29 18:01:05.523 INFO STEP 370 (remove_files) COMPLETE
59512026-05-29T18:01:06.095Z[ recovery-image] May 29 18:01:05.523 INFO O| May 29 18:01:05.523 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-05-29T18:01:06.102Z[ recovery-image] May 29 18:01:05.533 INFO O| May 29 18:01:05.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59532026-05-29T18:01:06.102Z[ recovery-image] May 29 18:01:05.533 INFO O| May 29 18:01:05.533 INFO STEP 371 (remove_files) COMPLETE
59542026-05-29T18:01:06.102Z[ recovery-image] May 29 18:01:05.533 INFO O| May 29 18:01:05.533 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-05-29T18:01:06.110Z[ recovery-image] May 29 18:01:05.541 INFO O| May 29 18:01:05.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59562026-05-29T18:01:06.110Z[ recovery-image] May 29 18:01:05.541 INFO O| May 29 18:01:05.541 INFO STEP 372 (remove_files) COMPLETE
59572026-05-29T18:01:06.113Z[ recovery-image] May 29 18:01:05.541 INFO O| May 29 18:01:05.541 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-05-29T18:01:06.119Z[ recovery-image] May 29 18:01:05.550 INFO O| May 29 18:01:05.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59592026-05-29T18:01:06.119Z[ recovery-image] May 29 18:01:05.550 INFO O| May 29 18:01:05.550 INFO STEP 373 (remove_files) COMPLETE
59602026-05-29T18:01:06.122Z[ recovery-image] May 29 18:01:05.550 INFO O| May 29 18:01:05.550 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-05-29T18:01:06.130Z[ recovery-image] May 29 18:01:05.561 INFO O| May 29 18:01:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59622026-05-29T18:01:06.130Z[ recovery-image] May 29 18:01:05.561 INFO O| May 29 18:01:05.561 INFO STEP 374 (remove_files) COMPLETE
59632026-05-29T18:01:06.130Z[ recovery-image] May 29 18:01:05.561 INFO O| May 29 18:01:05.561 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-05-29T18:01:06.138Z[ recovery-image] May 29 18:01:05.569 INFO O| May 29 18:01:05.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59652026-05-29T18:01:06.139Z[ recovery-image] May 29 18:01:05.569 INFO O| May 29 18:01:05.569 INFO STEP 375 (remove_files) COMPLETE
59662026-05-29T18:01:06.139Z[ recovery-image] May 29 18:01:05.569 INFO O| May 29 18:01:05.569 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-05-29T18:01:06.147Z[ recovery-image] May 29 18:01:05.578 INFO O| May 29 18:01:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59682026-05-29T18:01:06.147Z[ recovery-image] May 29 18:01:05.578 INFO O| May 29 18:01:05.578 INFO STEP 376 (remove_files) COMPLETE
59692026-05-29T18:01:06.147Z[ recovery-image] May 29 18:01:05.578 INFO O| May 29 18:01:05.578 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-05-29T18:01:06.156Z[ recovery-image] May 29 18:01:05.586 INFO O| May 29 18:01:05.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59712026-05-29T18:01:06.156Z[ recovery-image] May 29 18:01:05.586 INFO O| May 29 18:01:05.586 INFO STEP 377 (remove_files) COMPLETE
59722026-05-29T18:01:06.159Z[ recovery-image] May 29 18:01:05.586 INFO O| May 29 18:01:05.586 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-05-29T18:01:06.163Z[ recovery-image] May 29 18:01:05.594 INFO O| May 29 18:01:05.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59742026-05-29T18:01:06.163Z[ recovery-image] May 29 18:01:05.594 INFO O| May 29 18:01:05.594 INFO STEP 378 (remove_files) COMPLETE
59752026-05-29T18:01:06.163Z[ recovery-image] May 29 18:01:05.594 INFO O| May 29 18:01:05.594 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-05-29T18:01:06.172Z[ recovery-image] May 29 18:01:05.603 INFO O| May 29 18:01:05.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59772026-05-29T18:01:06.172Z[ recovery-image] May 29 18:01:05.603 INFO O| May 29 18:01:05.603 INFO STEP 379 (remove_files) COMPLETE
59782026-05-29T18:01:06.175Z[ recovery-image] May 29 18:01:05.603 INFO O| May 29 18:01:05.603 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-05-29T18:01:06.181Z[ recovery-image] May 29 18:01:05.611 INFO O| May 29 18:01:05.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59802026-05-29T18:01:06.181Z[ recovery-image] May 29 18:01:05.611 INFO O| May 29 18:01:05.611 INFO STEP 380 (remove_files) COMPLETE
59812026-05-29T18:01:06.184Z[ recovery-image] May 29 18:01:05.611 INFO O| May 29 18:01:05.611 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-05-29T18:01:06.188Z[ recovery-image] May 29 18:01:05.619 INFO O| May 29 18:01:05.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59832026-05-29T18:01:06.188Z[ recovery-image] May 29 18:01:05.619 INFO O| May 29 18:01:05.619 INFO STEP 381 (remove_files) COMPLETE
59842026-05-29T18:01:06.191Z[ recovery-image] May 29 18:01:05.619 INFO O| May 29 18:01:05.619 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-05-29T18:01:06.196Z[ recovery-image] May 29 18:01:05.627 INFO O| May 29 18:01:05.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59862026-05-29T18:01:06.196Z[ recovery-image] May 29 18:01:05.627 INFO O| May 29 18:01:05.627 INFO STEP 382 (remove_files) COMPLETE
59872026-05-29T18:01:06.199Z[ recovery-image] May 29 18:01:05.627 INFO O| May 29 18:01:05.627 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-05-29T18:01:06.203Z[ recovery-image] May 29 18:01:05.634 INFO O| May 29 18:01:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59892026-05-29T18:01:06.203Z[ recovery-image] May 29 18:01:05.634 INFO O| May 29 18:01:05.634 INFO STEP 383 (remove_files) COMPLETE
59902026-05-29T18:01:06.207Z[ recovery-image] May 29 18:01:05.634 INFO O| May 29 18:01:05.634 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-05-29T18:01:06.211Z[ recovery-image] May 29 18:01:05.642 INFO O| May 29 18:01:05.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59922026-05-29T18:01:06.211Z[ recovery-image] May 29 18:01:05.642 INFO O| May 29 18:01:05.642 INFO STEP 384 (remove_files) COMPLETE
59932026-05-29T18:01:06.211Z[ recovery-image] May 29 18:01:05.642 INFO O| May 29 18:01:05.642 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-05-29T18:01:06.219Z[ recovery-image] May 29 18:01:05.649 INFO O| May 29 18:01:05.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59952026-05-29T18:01:06.219Z[ recovery-image] May 29 18:01:05.650 INFO O| May 29 18:01:05.650 INFO STEP 385 (remove_files) COMPLETE
59962026-05-29T18:01:06.219Z[ recovery-image] May 29 18:01:05.650 INFO O| May 29 18:01:05.650 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-05-29T18:01:06.226Z[ recovery-image] May 29 18:01:05.657 INFO O| May 29 18:01:05.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59982026-05-29T18:01:06.227Z[ recovery-image] May 29 18:01:05.657 INFO O| May 29 18:01:05.657 INFO STEP 386 (remove_files) COMPLETE
59992026-05-29T18:01:06.227Z[ recovery-image] May 29 18:01:05.657 INFO O| May 29 18:01:05.657 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-05-29T18:01:06.235Z[ recovery-image] May 29 18:01:05.666 INFO O| May 29 18:01:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60012026-05-29T18:01:06.235Z[ recovery-image] May 29 18:01:05.666 INFO O| May 29 18:01:05.666 INFO STEP 387 (remove_files) COMPLETE
60022026-05-29T18:01:06.235Z[ recovery-image] May 29 18:01:05.666 INFO O| May 29 18:01:05.666 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-05-29T18:01:06.243Z[ recovery-image] May 29 18:01:05.673 INFO O| May 29 18:01:05.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60042026-05-29T18:01:06.243Z[ recovery-image] May 29 18:01:05.673 INFO O| May 29 18:01:05.673 INFO STEP 388 (remove_files) COMPLETE
60052026-05-29T18:01:06.243Z[ recovery-image] May 29 18:01:05.673 INFO O| May 29 18:01:05.673 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-05-29T18:01:06.250Z[ recovery-image] May 29 18:01:05.680 INFO O| May 29 18:01:05.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60072026-05-29T18:01:06.253Z[ recovery-image] May 29 18:01:05.680 INFO O| May 29 18:01:05.680 INFO STEP 389 (remove_files) COMPLETE
60082026-05-29T18:01:06.253Z[ recovery-image] May 29 18:01:05.680 INFO O| May 29 18:01:05.680 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-05-29T18:01:06.258Z[ recovery-image] May 29 18:01:05.689 INFO O| May 29 18:01:05.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60102026-05-29T18:01:06.258Z[ recovery-image] May 29 18:01:05.689 INFO O| May 29 18:01:05.689 INFO STEP 390 (remove_files) COMPLETE
60112026-05-29T18:01:06.261Z[ recovery-image] May 29 18:01:05.689 INFO O| May 29 18:01:05.689 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-05-29T18:01:06.265Z[ recovery-image] May 29 18:01:05.696 INFO O| May 29 18:01:05.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60132026-05-29T18:01:06.265Z[ recovery-image] May 29 18:01:05.696 INFO O| May 29 18:01:05.696 INFO STEP 391 (remove_files) COMPLETE
60142026-05-29T18:01:06.265Z[ recovery-image] May 29 18:01:05.696 INFO O| May 29 18:01:05.696 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-05-29T18:01:06.272Z[ recovery-image] May 29 18:01:05.703 INFO O| May 29 18:01:05.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60162026-05-29T18:01:06.272Z[ recovery-image] May 29 18:01:05.703 INFO O| May 29 18:01:05.703 INFO STEP 392 (remove_files) COMPLETE
60172026-05-29T18:01:06.275Z[ recovery-image] May 29 18:01:05.703 INFO O| May 29 18:01:05.703 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-05-29T18:01:06.281Z[ recovery-image] May 29 18:01:05.711 INFO O| May 29 18:01:05.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60192026-05-29T18:01:06.281Z[ recovery-image] May 29 18:01:05.711 INFO O| May 29 18:01:05.711 INFO STEP 393 (remove_files) COMPLETE
60202026-05-29T18:01:06.281Z[ recovery-image] May 29 18:01:05.711 INFO O| May 29 18:01:05.711 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-05-29T18:01:06.290Z[ recovery-image] May 29 18:01:05.720 INFO O| May 29 18:01:05.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60222026-05-29T18:01:06.290Z[ recovery-image] May 29 18:01:05.720 INFO O| May 29 18:01:05.720 INFO STEP 394 (remove_files) COMPLETE
60232026-05-29T18:01:06.290Z[ recovery-image] May 29 18:01:05.720 INFO O| May 29 18:01:05.720 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-05-29T18:01:06.299Z[ recovery-image] May 29 18:01:05.729 INFO O| May 29 18:01:05.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60252026-05-29T18:01:06.299Z[ recovery-image] May 29 18:01:05.730 INFO O| May 29 18:01:05.730 INFO STEP 395 (remove_files) COMPLETE
60262026-05-29T18:01:06.302Z[ recovery-image] May 29 18:01:05.730 INFO O| May 29 18:01:05.730 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-05-29T18:01:06.307Z[ recovery-image] May 29 18:01:05.738 INFO O| May 29 18:01:05.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60282026-05-29T18:01:06.307Z[ recovery-image] May 29 18:01:05.738 INFO O| May 29 18:01:05.738 INFO STEP 396 (remove_files) COMPLETE
60292026-05-29T18:01:06.310Z[ recovery-image] May 29 18:01:05.738 INFO O| May 29 18:01:05.738 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-05-29T18:01:06.315Z[ recovery-image] May 29 18:01:05.746 INFO O| May 29 18:01:05.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60312026-05-29T18:01:06.315Z[ recovery-image] May 29 18:01:05.746 INFO O| May 29 18:01:05.746 INFO STEP 397 (remove_files) COMPLETE
60322026-05-29T18:01:06.319Z[ recovery-image] May 29 18:01:05.746 INFO O| May 29 18:01:05.746 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-05-29T18:01:06.324Z[ recovery-image] May 29 18:01:05.755 INFO O| May 29 18:01:05.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60342026-05-29T18:01:06.324Z[ recovery-image] May 29 18:01:05.755 INFO O| May 29 18:01:05.755 INFO STEP 398 (remove_files) COMPLETE
60352026-05-29T18:01:06.327Z[ recovery-image] May 29 18:01:05.755 INFO O| May 29 18:01:05.755 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-05-29T18:01:06.333Z[ recovery-image] May 29 18:01:05.764 INFO O| May 29 18:01:05.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60372026-05-29T18:01:06.333Z[ recovery-image] May 29 18:01:05.764 INFO O| May 29 18:01:05.764 INFO STEP 399 (remove_files) COMPLETE
60382026-05-29T18:01:06.336Z[ recovery-image] May 29 18:01:05.764 INFO O| May 29 18:01:05.764 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-05-29T18:01:06.342Z[ recovery-image] May 29 18:01:05.773 INFO O| May 29 18:01:05.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60402026-05-29T18:01:06.342Z[ recovery-image] May 29 18:01:05.773 INFO O| May 29 18:01:05.773 INFO STEP 400 (remove_files) COMPLETE
60412026-05-29T18:01:06.345Z[ recovery-image] May 29 18:01:05.773 INFO O| May 29 18:01:05.773 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-05-29T18:01:06.350Z[ recovery-image] May 29 18:01:05.781 INFO O| May 29 18:01:05.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60432026-05-29T18:01:06.350Z[ recovery-image] May 29 18:01:05.781 INFO O| May 29 18:01:05.781 INFO STEP 401 (remove_files) COMPLETE
60442026-05-29T18:01:06.353Z[ recovery-image] May 29 18:01:05.781 INFO O| May 29 18:01:05.781 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-05-29T18:01:06.358Z[ recovery-image] May 29 18:01:05.789 INFO O| May 29 18:01:05.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60462026-05-29T18:01:06.361Z[ recovery-image] May 29 18:01:05.789 INFO O| May 29 18:01:05.789 INFO STEP 402 (remove_files) COMPLETE
60472026-05-29T18:01:06.361Z[ recovery-image] May 29 18:01:05.789 INFO O| May 29 18:01:05.789 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-05-29T18:01:06.375Z[ recovery-image] May 29 18:01:05.797 INFO O| May 29 18:01:05.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60492026-05-29T18:01:06.378Z[ recovery-image] May 29 18:01:05.797 INFO O| May 29 18:01:05.797 INFO STEP 403 (remove_files) COMPLETE
60502026-05-29T18:01:06.378Z[ recovery-image] May 29 18:01:05.797 INFO O| May 29 18:01:05.797 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-05-29T18:01:06.378Z[ recovery-image] May 29 18:01:05.806 INFO O| May 29 18:01:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60522026-05-29T18:01:06.378Z[ recovery-image] May 29 18:01:05.806 INFO O| May 29 18:01:05.806 INFO STEP 404 (remove_files) COMPLETE
60532026-05-29T18:01:06.378Z[ recovery-image] May 29 18:01:05.806 INFO O| May 29 18:01:05.806 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-05-29T18:01:06.389Z[ recovery-image] May 29 18:01:05.818 INFO O| May 29 18:01:05.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60552026-05-29T18:01:06.389Z[ recovery-image] May 29 18:01:05.818 INFO O| May 29 18:01:05.818 INFO STEP 405 (remove_files) COMPLETE
60562026-05-29T18:01:06.389Z[ recovery-image] May 29 18:01:05.818 INFO O| May 29 18:01:05.818 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-05-29T18:01:06.398Z[ recovery-image] May 29 18:01:05.829 INFO O| May 29 18:01:05.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60582026-05-29T18:01:06.398Z[ recovery-image] May 29 18:01:05.829 INFO O| May 29 18:01:05.829 INFO STEP 406 (remove_files) COMPLETE
60592026-05-29T18:01:06.408Z[ recovery-image] May 29 18:01:05.829 INFO O| May 29 18:01:05.829 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-05-29T18:01:06.411Z[ recovery-image] May 29 18:01:05.840 INFO O| May 29 18:01:05.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60612026-05-29T18:01:06.411Z[ recovery-image] May 29 18:01:05.840 INFO O| May 29 18:01:05.840 INFO STEP 407 (remove_files) COMPLETE
60622026-05-29T18:01:06.411Z[ recovery-image] May 29 18:01:05.840 INFO O| May 29 18:01:05.840 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-05-29T18:01:06.419Z[ recovery-image] May 29 18:01:05.850 INFO O| May 29 18:01:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60642026-05-29T18:01:06.419Z[ recovery-image] May 29 18:01:05.850 INFO O| May 29 18:01:05.850 INFO STEP 408 (remove_files) COMPLETE
60652026-05-29T18:01:06.422Z[ recovery-image] May 29 18:01:05.850 INFO O| May 29 18:01:05.850 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-05-29T18:01:06.428Z[ recovery-image] May 29 18:01:05.859 INFO O| May 29 18:01:05.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60672026-05-29T18:01:06.428Z[ recovery-image] May 29 18:01:05.859 INFO O| May 29 18:01:05.859 INFO STEP 409 (remove_files) COMPLETE
60682026-05-29T18:01:06.432Z[ recovery-image] May 29 18:01:05.859 INFO O| May 29 18:01:05.859 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-05-29T18:01:06.436Z[ recovery-image] May 29 18:01:05.867 INFO O| May 29 18:01:05.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60702026-05-29T18:01:06.436Z[ recovery-image] May 29 18:01:05.868 INFO O| May 29 18:01:05.868 INFO STEP 410 (remove_files) COMPLETE
60712026-05-29T18:01:06.436Z[ recovery-image] May 29 18:01:05.868 INFO O| May 29 18:01:05.868 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-05-29T18:01:06.446Z[ recovery-image] May 29 18:01:05.877 INFO O| May 29 18:01:05.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60732026-05-29T18:01:06.449Z[ recovery-image] May 29 18:01:05.877 INFO O| May 29 18:01:05.877 INFO STEP 411 (remove_files) COMPLETE
60742026-05-29T18:01:06.449Z[ recovery-image] May 29 18:01:05.877 INFO O| May 29 18:01:05.877 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-05-29T18:01:06.455Z[ recovery-image] May 29 18:01:05.886 INFO O| May 29 18:01:05.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60762026-05-29T18:01:06.455Z[ recovery-image] May 29 18:01:05.886 INFO O| May 29 18:01:05.886 INFO STEP 412 (remove_files) COMPLETE
60772026-05-29T18:01:06.455Z[ recovery-image] May 29 18:01:05.886 INFO O| May 29 18:01:05.886 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-05-29T18:01:06.464Z[ recovery-image] May 29 18:01:05.895 INFO O| May 29 18:01:05.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60792026-05-29T18:01:06.464Z[ recovery-image] May 29 18:01:05.895 INFO O| May 29 18:01:05.895 INFO STEP 413 (remove_files) COMPLETE
60802026-05-29T18:01:06.464Z[ recovery-image] May 29 18:01:05.895 INFO O| May 29 18:01:05.895 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-05-29T18:01:06.472Z[ recovery-image] May 29 18:01:05.903 INFO O| May 29 18:01:05.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60822026-05-29T18:01:06.473Z[ recovery-image] May 29 18:01:05.903 INFO O| May 29 18:01:05.903 INFO STEP 414 (remove_files) COMPLETE
60832026-05-29T18:01:06.473Z[ recovery-image] May 29 18:01:05.903 INFO O| May 29 18:01:05.903 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-05-29T18:01:06.481Z[ recovery-image] May 29 18:01:05.912 INFO O| May 29 18:01:05.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60852026-05-29T18:01:06.481Z[ recovery-image] May 29 18:01:05.912 INFO O| May 29 18:01:05.912 INFO STEP 415 (remove_files) COMPLETE
60862026-05-29T18:01:06.481Z[ recovery-image] May 29 18:01:05.912 INFO O| May 29 18:01:05.912 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-05-29T18:01:06.489Z[ recovery-image] May 29 18:01:05.920 INFO O| May 29 18:01:05.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60882026-05-29T18:01:06.489Z[ recovery-image] May 29 18:01:05.920 INFO O| May 29 18:01:05.920 INFO STEP 416 (remove_files) COMPLETE
60892026-05-29T18:01:06.492Z[ recovery-image] May 29 18:01:05.920 INFO O| May 29 18:01:05.920 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-05-29T18:01:06.498Z[ recovery-image] May 29 18:01:05.929 INFO O| May 29 18:01:05.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60912026-05-29T18:01:06.498Z[ recovery-image] May 29 18:01:05.929 INFO O| May 29 18:01:05.929 INFO STEP 417 (remove_files) COMPLETE
60922026-05-29T18:01:06.498Z[ recovery-image] May 29 18:01:05.929 INFO O| May 29 18:01:05.929 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-05-29T18:01:06.506Z[ recovery-image] May 29 18:01:05.937 INFO O| May 29 18:01:05.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60942026-05-29T18:01:06.506Z[ recovery-image] May 29 18:01:05.937 INFO O| May 29 18:01:05.937 INFO STEP 418 (remove_files) COMPLETE
60952026-05-29T18:01:06.506Z[ recovery-image] May 29 18:01:05.937 INFO O| May 29 18:01:05.937 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-05-29T18:01:06.515Z[ recovery-image] May 29 18:01:05.945 INFO O| May 29 18:01:05.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60972026-05-29T18:01:06.515Z[ recovery-image] May 29 18:01:05.946 INFO O| May 29 18:01:05.945 INFO STEP 419 (remove_files) COMPLETE
60982026-05-29T18:01:06.515Z[ recovery-image] May 29 18:01:05.946 INFO O| May 29 18:01:05.946 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-05-29T18:01:06.524Z[ recovery-image] May 29 18:01:05.954 INFO O| May 29 18:01:05.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61002026-05-29T18:01:06.524Z[ recovery-image] May 29 18:01:05.954 INFO O| May 29 18:01:05.954 INFO STEP 420 (remove_files) COMPLETE
61012026-05-29T18:01:06.524Z[ recovery-image] May 29 18:01:05.954 INFO O| May 29 18:01:05.954 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-05-29T18:01:06.533Z[ recovery-image] May 29 18:01:05.964 INFO O| May 29 18:01:05.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61032026-05-29T18:01:06.533Z[ recovery-image] May 29 18:01:05.964 INFO O| May 29 18:01:05.964 INFO STEP 421 (remove_files) COMPLETE
61042026-05-29T18:01:06.533Z[ recovery-image] May 29 18:01:05.964 INFO O| May 29 18:01:05.964 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-05-29T18:01:06.543Z[ recovery-image] May 29 18:01:05.973 INFO O| May 29 18:01:05.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61062026-05-29T18:01:06.543Z[ recovery-image] May 29 18:01:05.973 INFO O| May 29 18:01:05.973 INFO STEP 422 (remove_files) COMPLETE
61072026-05-29T18:01:06.543Z[ recovery-image] May 29 18:01:05.973 INFO O| May 29 18:01:05.973 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-05-29T18:01:06.553Z[ recovery-image] May 29 18:01:05.983 INFO O| May 29 18:01:05.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61092026-05-29T18:01:06.553Z[ recovery-image] May 29 18:01:05.983 INFO O| May 29 18:01:05.983 INFO STEP 423 (remove_files) COMPLETE
61102026-05-29T18:01:06.553Z[ recovery-image] May 29 18:01:05.983 INFO O| May 29 18:01:05.983 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-05-29T18:01:06.563Z[ recovery-image] May 29 18:01:05.992 INFO O| May 29 18:01:05.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61122026-05-29T18:01:06.563Z[ recovery-image] May 29 18:01:05.992 INFO O| May 29 18:01:05.992 INFO STEP 424 (remove_files) COMPLETE
61132026-05-29T18:01:06.566Z[ recovery-image] May 29 18:01:05.992 INFO O| May 29 18:01:05.992 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-05-29T18:01:06.570Z[ recovery-image] May 29 18:01:06.001 INFO O| May 29 18:01:06.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61152026-05-29T18:01:06.570Z[ recovery-image] May 29 18:01:06.001 INFO O| May 29 18:01:06.001 INFO STEP 425 (remove_files) COMPLETE
61162026-05-29T18:01:06.570Z[ recovery-image] May 29 18:01:06.001 INFO O| May 29 18:01:06.001 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-05-29T18:01:06.579Z[ recovery-image] May 29 18:01:06.009 INFO O| May 29 18:01:06.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61182026-05-29T18:01:06.579Z[ recovery-image] May 29 18:01:06.010 INFO O| May 29 18:01:06.010 INFO STEP 426 (remove_files) COMPLETE
61192026-05-29T18:01:06.579Z[ recovery-image] May 29 18:01:06.010 INFO O| May 29 18:01:06.010 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-05-29T18:01:06.588Z[ recovery-image] May 29 18:01:06.019 INFO O| May 29 18:01:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61212026-05-29T18:01:06.588Z[ recovery-image] May 29 18:01:06.019 INFO O| May 29 18:01:06.019 INFO STEP 427 (remove_files) COMPLETE
61222026-05-29T18:01:06.588Z[ recovery-image] May 29 18:01:06.019 INFO O| May 29 18:01:06.019 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-05-29T18:01:06.598Z[ recovery-image] May 29 18:01:06.028 INFO O| May 29 18:01:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61242026-05-29T18:01:06.598Z[ recovery-image] May 29 18:01:06.028 INFO O| May 29 18:01:06.028 INFO STEP 428 (remove_files) COMPLETE
61252026-05-29T18:01:06.601Z[ recovery-image] May 29 18:01:06.028 INFO O| May 29 18:01:06.028 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-05-29T18:01:06.607Z[ recovery-image] May 29 18:01:06.038 INFO O| May 29 18:01:06.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61272026-05-29T18:01:06.610Z[ recovery-image] May 29 18:01:06.039 INFO O| May 29 18:01:06.039 INFO STEP 429 (remove_files) COMPLETE
61282026-05-29T18:01:06.611Z[ recovery-image] May 29 18:01:06.039 INFO O| May 29 18:01:06.039 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-05-29T18:01:06.620Z[ recovery-image] May 29 18:01:06.049 INFO O| May 29 18:01:06.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61302026-05-29T18:01:06.620Z[ recovery-image] May 29 18:01:06.049 INFO O| May 29 18:01:06.049 INFO STEP 430 (remove_files) COMPLETE
61312026-05-29T18:01:06.623Z[ recovery-image] May 29 18:01:06.049 INFO O| May 29 18:01:06.049 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-05-29T18:01:06.639Z[ recovery-image] May 29 18:01:06.069 INFO O| May 29 18:01:06.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61332026-05-29T18:01:06.639Z[ recovery-image] May 29 18:01:06.069 INFO O| May 29 18:01:06.069 INFO STEP 431 (remove_files) COMPLETE
61342026-05-29T18:01:06.639Z[ recovery-image] May 29 18:01:06.069 INFO O| May 29 18:01:06.069 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-05-29T18:01:06.659Z[ recovery-image] May 29 18:01:06.090 INFO O| May 29 18:01:06.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61362026-05-29T18:01:06.660Z[ recovery-image] May 29 18:01:06.090 INFO O| May 29 18:01:06.080 INFO STEP 432 (remove_files) COMPLETE
61372026-05-29T18:01:06.660Z[ recovery-image] May 29 18:01:06.090 INFO O| May 29 18:01:06.080 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-05-29T18:01:06.663Z[ recovery-image] May 29 18:01:06.091 INFO O| May 29 18:01:06.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61392026-05-29T18:01:06.663Z[ recovery-image] May 29 18:01:06.091 INFO O| May 29 18:01:06.091 INFO STEP 433 (remove_files) COMPLETE
61402026-05-29T18:01:06.663Z[ recovery-image] May 29 18:01:06.091 INFO O| May 29 18:01:06.091 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-05-29T18:01:06.674Z[ recovery-image] May 29 18:01:06.104 INFO O| May 29 18:01:06.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61422026-05-29T18:01:06.674Z[ recovery-image] May 29 18:01:06.104 INFO O| May 29 18:01:06.104 INFO STEP 434 (remove_files) COMPLETE
61432026-05-29T18:01:06.674Z[ recovery-image] May 29 18:01:06.104 INFO O| May 29 18:01:06.104 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-05-29T18:01:06.687Z[ recovery-image] May 29 18:01:06.118 INFO O| May 29 18:01:06.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61452026-05-29T18:01:06.687Z[ recovery-image] May 29 18:01:06.118 INFO O| May 29 18:01:06.115 INFO STEP 435 (remove_files) COMPLETE
61462026-05-29T18:01:06.687Z[ recovery-image] May 29 18:01:06.118 INFO O| May 29 18:01:06.115 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-05-29T18:01:06.699Z[ recovery-image] May 29 18:01:06.128 INFO O| May 29 18:01:06.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61482026-05-29T18:01:06.699Z[ recovery-image] May 29 18:01:06.128 INFO O| May 29 18:01:06.126 INFO STEP 436 (remove_files) COMPLETE
61492026-05-29T18:01:06.699Z[ recovery-image] May 29 18:01:06.128 INFO O| May 29 18:01:06.126 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-05-29T18:01:06.706Z[ recovery-image] May 29 18:01:06.137 INFO O| May 29 18:01:06.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61512026-05-29T18:01:06.710Z[ recovery-image] May 29 18:01:06.137 INFO O| May 29 18:01:06.137 INFO STEP 437 (remove_files) COMPLETE
61522026-05-29T18:01:06.710Z[ recovery-image] May 29 18:01:06.137 INFO O| May 29 18:01:06.137 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-05-29T18:01:06.717Z[ recovery-image] May 29 18:01:06.148 INFO O| May 29 18:01:06.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61542026-05-29T18:01:06.721Z[ recovery-image] May 29 18:01:06.148 INFO O| May 29 18:01:06.148 INFO STEP 438 (remove_files) COMPLETE
61552026-05-29T18:01:06.721Z[ recovery-image] May 29 18:01:06.148 INFO O| May 29 18:01:06.148 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-05-29T18:01:06.726Z[ recovery-image] May 29 18:01:06.157 INFO O| May 29 18:01:06.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61572026-05-29T18:01:06.726Z[ recovery-image] May 29 18:01:06.157 INFO O| May 29 18:01:06.157 INFO STEP 439 (remove_files) COMPLETE
61582026-05-29T18:01:06.729Z[ recovery-image] May 29 18:01:06.157 INFO O| May 29 18:01:06.157 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-05-29T18:01:06.734Z[ recovery-image] May 29 18:01:06.165 INFO O| May 29 18:01:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61602026-05-29T18:01:06.734Z[ recovery-image] May 29 18:01:06.165 INFO O| May 29 18:01:06.165 INFO STEP 440 (remove_files) COMPLETE
61612026-05-29T18:01:06.739Z[ recovery-image] May 29 18:01:06.165 INFO O| May 29 18:01:06.165 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-05-29T18:01:06.744Z[ recovery-image] May 29 18:01:06.174 INFO O| May 29 18:01:06.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61632026-05-29T18:01:06.744Z[ recovery-image] May 29 18:01:06.174 INFO O| May 29 18:01:06.174 INFO STEP 441 (remove_files) COMPLETE
61642026-05-29T18:01:06.747Z[ recovery-image] May 29 18:01:06.175 INFO O| May 29 18:01:06.174 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-05-29T18:01:06.752Z[ recovery-image] May 29 18:01:06.183 INFO O| May 29 18:01:06.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61662026-05-29T18:01:06.752Z[ recovery-image] May 29 18:01:06.183 INFO O| May 29 18:01:06.183 INFO STEP 442 (remove_files) COMPLETE
61672026-05-29T18:01:06.755Z[ recovery-image] May 29 18:01:06.183 INFO O| May 29 18:01:06.183 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-05-29T18:01:06.760Z[ recovery-image] May 29 18:01:06.191 INFO O| May 29 18:01:06.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61692026-05-29T18:01:06.760Z[ recovery-image] May 29 18:01:06.191 INFO O| May 29 18:01:06.191 INFO STEP 443 (remove_files) COMPLETE
61702026-05-29T18:01:06.760Z[ recovery-image] May 29 18:01:06.191 INFO O| May 29 18:01:06.191 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-05-29T18:01:06.770Z[ recovery-image] May 29 18:01:06.201 INFO O| May 29 18:01:06.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61722026-05-29T18:01:06.773Z[ recovery-image] May 29 18:01:06.201 INFO O| May 29 18:01:06.201 INFO STEP 444 (remove_files) COMPLETE
61732026-05-29T18:01:06.774Z[ recovery-image] May 29 18:01:06.201 INFO O| May 29 18:01:06.201 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-05-29T18:01:06.780Z[ recovery-image] May 29 18:01:06.211 INFO O| May 29 18:01:06.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61752026-05-29T18:01:06.780Z[ recovery-image] May 29 18:01:06.211 INFO O| May 29 18:01:06.211 INFO STEP 445 (remove_files) COMPLETE
61762026-05-29T18:01:06.780Z[ recovery-image] May 29 18:01:06.211 INFO O| May 29 18:01:06.211 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-05-29T18:01:06.790Z[ recovery-image] May 29 18:01:06.221 INFO O| May 29 18:01:06.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61782026-05-29T18:01:06.790Z[ recovery-image] May 29 18:01:06.221 INFO O| May 29 18:01:06.221 INFO STEP 446 (remove_files) COMPLETE
61792026-05-29T18:01:06.790Z[ recovery-image] May 29 18:01:06.221 INFO O| May 29 18:01:06.221 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-05-29T18:01:06.800Z[ recovery-image] May 29 18:01:06.231 INFO O| May 29 18:01:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61812026-05-29T18:01:06.800Z[ recovery-image] May 29 18:01:06.231 INFO O| May 29 18:01:06.231 INFO STEP 447 (remove_files) COMPLETE
61822026-05-29T18:01:06.800Z[ recovery-image] May 29 18:01:06.231 INFO O| May 29 18:01:06.231 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-05-29T18:01:06.809Z[ recovery-image] May 29 18:01:06.240 INFO O| May 29 18:01:06.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61842026-05-29T18:01:06.809Z[ recovery-image] May 29 18:01:06.240 INFO O| May 29 18:01:06.240 INFO STEP 448 (remove_files) COMPLETE
61852026-05-29T18:01:06.809Z[ recovery-image] May 29 18:01:06.240 INFO O| May 29 18:01:06.240 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-05-29T18:01:06.818Z[ recovery-image] May 29 18:01:06.248 INFO O| May 29 18:01:06.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61872026-05-29T18:01:06.821Z[ recovery-image] May 29 18:01:06.249 INFO O| May 29 18:01:06.249 INFO STEP 449 (remove_files) COMPLETE
61882026-05-29T18:01:06.821Z[ recovery-image] May 29 18:01:06.249 INFO O| May 29 18:01:06.249 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-05-29T18:01:06.827Z[ recovery-image] May 29 18:01:06.258 INFO O| May 29 18:01:06.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61902026-05-29T18:01:06.827Z[ recovery-image] May 29 18:01:06.258 INFO O| May 29 18:01:06.258 INFO STEP 450 (remove_files) COMPLETE
61912026-05-29T18:01:06.830Z[ recovery-image] May 29 18:01:06.258 INFO O| May 29 18:01:06.258 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-05-29T18:01:06.835Z[ recovery-image] May 29 18:01:06.266 INFO O| May 29 18:01:06.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61932026-05-29T18:01:06.838Z[ recovery-image] May 29 18:01:06.267 INFO O| May 29 18:01:06.267 INFO STEP 451 (remove_files) COMPLETE
61942026-05-29T18:01:06.838Z[ recovery-image] May 29 18:01:06.267 INFO O| May 29 18:01:06.267 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-05-29T18:01:06.845Z[ recovery-image] May 29 18:01:06.276 INFO O| May 29 18:01:06.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61962026-05-29T18:01:06.845Z[ recovery-image] May 29 18:01:06.276 INFO O| May 29 18:01:06.276 INFO STEP 452 (remove_files) COMPLETE
61972026-05-29T18:01:06.845Z[ recovery-image] May 29 18:01:06.276 INFO O| May 29 18:01:06.276 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-05-29T18:01:06.855Z[ recovery-image] May 29 18:01:06.285 INFO O| May 29 18:01:06.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61992026-05-29T18:01:06.855Z[ recovery-image] May 29 18:01:06.285 INFO O| May 29 18:01:06.285 INFO STEP 453 (remove_files) COMPLETE
62002026-05-29T18:01:06.855Z[ recovery-image] May 29 18:01:06.285 INFO O| May 29 18:01:06.285 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-05-29T18:01:06.863Z[ recovery-image] May 29 18:01:06.294 INFO O| May 29 18:01:06.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62022026-05-29T18:01:06.863Z[ recovery-image] May 29 18:01:06.294 INFO O| May 29 18:01:06.294 INFO STEP 454 (remove_files) COMPLETE
62032026-05-29T18:01:06.867Z[ recovery-image] May 29 18:01:06.294 INFO O| May 29 18:01:06.294 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-05-29T18:01:06.871Z[ recovery-image] May 29 18:01:06.302 INFO O| May 29 18:01:06.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62052026-05-29T18:01:06.871Z[ recovery-image] May 29 18:01:06.302 INFO O| May 29 18:01:06.302 INFO STEP 455 (remove_files) COMPLETE
62062026-05-29T18:01:06.871Z[ recovery-image] May 29 18:01:06.302 INFO O| May 29 18:01:06.302 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-05-29T18:01:06.879Z[ recovery-image] May 29 18:01:06.310 INFO O| May 29 18:01:06.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62082026-05-29T18:01:06.879Z[ recovery-image] May 29 18:01:06.310 INFO O| May 29 18:01:06.310 INFO STEP 456 (remove_files) COMPLETE
62092026-05-29T18:01:06.883Z[ recovery-image] May 29 18:01:06.310 INFO O| May 29 18:01:06.310 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-05-29T18:01:06.888Z[ recovery-image] May 29 18:01:06.318 INFO O| May 29 18:01:06.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62112026-05-29T18:01:06.891Z[ recovery-image] May 29 18:01:06.318 INFO O| May 29 18:01:06.318 INFO STEP 457 (remove_files) COMPLETE
62122026-05-29T18:01:06.891Z[ recovery-image] May 29 18:01:06.318 INFO O| May 29 18:01:06.318 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-05-29T18:01:06.896Z[ recovery-image] May 29 18:01:06.327 INFO O| May 29 18:01:06.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62142026-05-29T18:01:06.899Z[ recovery-image] May 29 18:01:06.328 INFO O| May 29 18:01:06.328 INFO STEP 458 (remove_files) COMPLETE
62152026-05-29T18:01:06.899Z[ recovery-image] May 29 18:01:06.328 INFO O| May 29 18:01:06.328 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-05-29T18:01:06.906Z[ recovery-image] May 29 18:01:06.337 INFO O| May 29 18:01:06.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62172026-05-29T18:01:06.909Z[ recovery-image] May 29 18:01:06.337 INFO O| May 29 18:01:06.337 INFO STEP 459 (remove_files) COMPLETE
62182026-05-29T18:01:06.909Z[ recovery-image] May 29 18:01:06.337 INFO O| May 29 18:01:06.337 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-05-29T18:01:06.915Z[ recovery-image] May 29 18:01:06.346 INFO O| May 29 18:01:06.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62202026-05-29T18:01:06.915Z[ recovery-image] May 29 18:01:06.346 INFO O| May 29 18:01:06.346 INFO STEP 460 (remove_files) COMPLETE
62212026-05-29T18:01:06.915Z[ recovery-image] May 29 18:01:06.346 INFO O| May 29 18:01:06.346 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-05-29T18:01:06.923Z[ recovery-image] May 29 18:01:06.354 INFO O| May 29 18:01:06.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62232026-05-29T18:01:06.923Z[ recovery-image] May 29 18:01:06.354 INFO O| May 29 18:01:06.354 INFO STEP 461 (remove_files) COMPLETE
62242026-05-29T18:01:06.924Z[ recovery-image] May 29 18:01:06.354 INFO O| May 29 18:01:06.354 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-05-29T18:01:06.933Z[ recovery-image] May 29 18:01:06.362 INFO O| May 29 18:01:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62262026-05-29T18:01:06.937Z[ recovery-image] May 29 18:01:06.362 INFO O| May 29 18:01:06.362 INFO STEP 462 (remove_files) COMPLETE
62272026-05-29T18:01:06.937Z[ recovery-image] May 29 18:01:06.362 INFO O| May 29 18:01:06.362 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-05-29T18:01:06.940Z[ recovery-image] May 29 18:01:06.369 INFO O| May 29 18:01:06.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62292026-05-29T18:01:06.940Z[ recovery-image] May 29 18:01:06.369 INFO O| May 29 18:01:06.369 INFO STEP 463 (remove_files) COMPLETE
62302026-05-29T18:01:06.940Z[ recovery-image] May 29 18:01:06.369 INFO O| May 29 18:01:06.369 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-05-29T18:01:06.946Z[ recovery-image] May 29 18:01:06.377 INFO O| May 29 18:01:06.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62322026-05-29T18:01:06.946Z[ recovery-image] May 29 18:01:06.377 INFO O| May 29 18:01:06.377 INFO STEP 464 (remove_files) COMPLETE
62332026-05-29T18:01:06.949Z[ recovery-image] May 29 18:01:06.377 INFO O| May 29 18:01:06.377 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-05-29T18:01:06.954Z[ recovery-image] May 29 18:01:06.385 INFO O| May 29 18:01:06.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62352026-05-29T18:01:06.954Z[ recovery-image] May 29 18:01:06.385 INFO O| May 29 18:01:06.385 INFO STEP 465 (remove_files) COMPLETE
62362026-05-29T18:01:06.954Z[ recovery-image] May 29 18:01:06.385 INFO O| May 29 18:01:06.385 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-05-29T18:01:06.961Z[ recovery-image] May 29 18:01:06.392 INFO O| May 29 18:01:06.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62382026-05-29T18:01:06.961Z[ recovery-image] May 29 18:01:06.392 INFO O| May 29 18:01:06.392 INFO STEP 466 (remove_files) COMPLETE
62392026-05-29T18:01:06.964Z[ recovery-image] May 29 18:01:06.392 INFO O| May 29 18:01:06.392 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-05-29T18:01:06.967Z[ recovery-image] May 29 18:01:06.398 INFO O| May 29 18:01:06.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62412026-05-29T18:01:06.968Z[ recovery-image] May 29 18:01:06.398 INFO O| May 29 18:01:06.398 INFO STEP 467 (remove_files) COMPLETE
62422026-05-29T18:01:06.968Z[ recovery-image] May 29 18:01:06.398 INFO O| May 29 18:01:06.398 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-05-29T18:01:06.974Z[ recovery-image] May 29 18:01:06.405 INFO O| May 29 18:01:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62442026-05-29T18:01:06.975Z[ recovery-image] May 29 18:01:06.405 INFO O| May 29 18:01:06.405 INFO STEP 468 (remove_files) COMPLETE
62452026-05-29T18:01:06.978Z[ recovery-image] May 29 18:01:06.405 INFO O| May 29 18:01:06.405 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-05-29T18:01:06.982Z[ recovery-image] May 29 18:01:06.412 INFO O| May 29 18:01:06.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62472026-05-29T18:01:06.982Z[ recovery-image] May 29 18:01:06.413 INFO O| May 29 18:01:06.413 INFO STEP 469 (remove_files) COMPLETE
62482026-05-29T18:01:06.985Z[ recovery-image] May 29 18:01:06.413 INFO O| May 29 18:01:06.413 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-05-29T18:01:07.000Z[ recovery-image] May 29 18:01:06.421 INFO O| May 29 18:01:06.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62502026-05-29T18:01:07.001Z[ recovery-image] May 29 18:01:06.421 INFO O| May 29 18:01:06.421 INFO STEP 470 (remove_files) COMPLETE
62512026-05-29T18:01:07.001Z[ recovery-image] May 29 18:01:06.421 INFO O| May 29 18:01:06.421 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-05-29T18:01:07.006Z[ recovery-image] May 29 18:01:06.431 INFO O| May 29 18:01:06.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62532026-05-29T18:01:07.006Z[ recovery-image] May 29 18:01:06.431 INFO O| May 29 18:01:06.431 INFO STEP 471 (remove_files) COMPLETE
62542026-05-29T18:01:07.006Z[ recovery-image] May 29 18:01:06.431 INFO O| May 29 18:01:06.431 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-05-29T18:01:07.009Z[ recovery-image] May 29 18:01:06.440 INFO O| May 29 18:01:06.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62562026-05-29T18:01:07.013Z[ recovery-image] May 29 18:01:06.441 INFO O| May 29 18:01:06.441 INFO STEP 472 (remove_files) COMPLETE
62572026-05-29T18:01:07.013Z[ recovery-image] May 29 18:01:06.441 INFO O| May 29 18:01:06.441 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-05-29T18:01:07.019Z[ recovery-image] May 29 18:01:06.450 INFO O| May 29 18:01:06.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62592026-05-29T18:01:07.019Z[ recovery-image] May 29 18:01:06.450 INFO O| May 29 18:01:06.450 INFO STEP 473 (remove_files) COMPLETE
62602026-05-29T18:01:07.022Z[ recovery-image] May 29 18:01:06.450 INFO O| May 29 18:01:06.450 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-05-29T18:01:07.028Z[ recovery-image] May 29 18:01:06.459 INFO O| May 29 18:01:06.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62622026-05-29T18:01:07.028Z[ recovery-image] May 29 18:01:06.459 INFO O| May 29 18:01:06.459 INFO STEP 474 (remove_files) COMPLETE
62632026-05-29T18:01:07.031Z[ recovery-image] May 29 18:01:06.459 INFO O| May 29 18:01:06.459 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-05-29T18:01:07.037Z[ recovery-image] May 29 18:01:06.468 INFO O| May 29 18:01:06.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62652026-05-29T18:01:07.037Z[ recovery-image] May 29 18:01:06.468 INFO O| May 29 18:01:06.468 INFO STEP 475 (remove_files) COMPLETE
62662026-05-29T18:01:07.040Z[ recovery-image] May 29 18:01:06.468 INFO O| May 29 18:01:06.468 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-05-29T18:01:07.045Z[ recovery-image] May 29 18:01:06.476 INFO O| May 29 18:01:06.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62682026-05-29T18:01:07.045Z[ recovery-image] May 29 18:01:06.476 INFO O| May 29 18:01:06.476 INFO STEP 476 (remove_files) COMPLETE
62692026-05-29T18:01:07.049Z[ recovery-image] May 29 18:01:06.476 INFO O| May 29 18:01:06.476 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-05-29T18:01:07.054Z[ recovery-image] May 29 18:01:06.485 INFO O| May 29 18:01:06.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62712026-05-29T18:01:07.054Z[ recovery-image] May 29 18:01:06.485 INFO O| May 29 18:01:06.485 INFO STEP 477 (remove_files) COMPLETE
62722026-05-29T18:01:07.054Z[ recovery-image] May 29 18:01:06.485 INFO O| May 29 18:01:06.485 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-05-29T18:01:07.062Z[ recovery-image] May 29 18:01:06.493 INFO O| May 29 18:01:06.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62742026-05-29T18:01:07.062Z[ recovery-image] May 29 18:01:06.493 INFO O| May 29 18:01:06.493 INFO STEP 478 (remove_files) COMPLETE
62752026-05-29T18:01:07.062Z[ recovery-image] May 29 18:01:06.493 INFO O| May 29 18:01:06.493 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-05-29T18:01:07.071Z[ recovery-image] May 29 18:01:06.501 INFO O| May 29 18:01:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62772026-05-29T18:01:07.071Z[ recovery-image] May 29 18:01:06.501 INFO O| May 29 18:01:06.501 INFO STEP 479 (remove_files) COMPLETE
62782026-05-29T18:01:07.071Z[ recovery-image] May 29 18:01:06.501 INFO O| May 29 18:01:06.501 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-05-29T18:01:07.079Z[ recovery-image] May 29 18:01:06.510 INFO O| May 29 18:01:06.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62802026-05-29T18:01:07.079Z[ recovery-image] May 29 18:01:06.510 INFO O| May 29 18:01:06.510 INFO STEP 480 (remove_files) COMPLETE
62812026-05-29T18:01:07.079Z[ recovery-image] May 29 18:01:06.510 INFO O| May 29 18:01:06.510 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-05-29T18:01:07.088Z[ recovery-image] May 29 18:01:06.518 INFO O| May 29 18:01:06.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62832026-05-29T18:01:07.091Z[ recovery-image] May 29 18:01:06.519 INFO O| May 29 18:01:06.519 INFO STEP 481 (remove_files) COMPLETE
62842026-05-29T18:01:07.091Z[ recovery-image] May 29 18:01:06.519 INFO O| May 29 18:01:06.519 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-05-29T18:01:07.098Z[ recovery-image] May 29 18:01:06.529 INFO O| May 29 18:01:06.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62862026-05-29T18:01:07.098Z[ recovery-image] May 29 18:01:06.529 INFO O| May 29 18:01:06.529 INFO STEP 482 (remove_files) COMPLETE
62872026-05-29T18:01:07.098Z[ recovery-image] May 29 18:01:06.529 INFO O| May 29 18:01:06.529 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-05-29T18:01:07.108Z[ recovery-image] May 29 18:01:06.539 INFO O| May 29 18:01:06.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62892026-05-29T18:01:07.108Z[ recovery-image] May 29 18:01:06.539 INFO O| May 29 18:01:06.539 INFO STEP 483 (remove_files) COMPLETE
62902026-05-29T18:01:07.108Z[ recovery-image] May 29 18:01:06.539 INFO O| May 29 18:01:06.539 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-05-29T18:01:07.117Z[ recovery-image] May 29 18:01:06.548 INFO O| May 29 18:01:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62922026-05-29T18:01:07.118Z[ recovery-image] May 29 18:01:06.548 INFO O| May 29 18:01:06.548 INFO STEP 484 (remove_files) COMPLETE
62932026-05-29T18:01:07.118Z[ recovery-image] May 29 18:01:06.548 INFO O| May 29 18:01:06.548 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-05-29T18:01:07.126Z[ recovery-image] May 29 18:01:06.556 INFO O| May 29 18:01:06.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62952026-05-29T18:01:07.126Z[ recovery-image] May 29 18:01:06.556 INFO O| May 29 18:01:06.556 INFO STEP 485 (remove_files) COMPLETE
62962026-05-29T18:01:07.126Z[ recovery-image] May 29 18:01:06.556 INFO O| May 29 18:01:06.556 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-05-29T18:01:07.134Z[ recovery-image] May 29 18:01:06.564 INFO O| May 29 18:01:06.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62982026-05-29T18:01:07.134Z[ recovery-image] May 29 18:01:06.564 INFO O| May 29 18:01:06.564 INFO STEP 486 (remove_files) COMPLETE
62992026-05-29T18:01:07.134Z[ recovery-image] May 29 18:01:06.564 INFO O| May 29 18:01:06.564 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-05-29T18:01:07.142Z[ recovery-image] May 29 18:01:06.573 INFO O| May 29 18:01:06.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63012026-05-29T18:01:07.142Z[ recovery-image] May 29 18:01:06.573 INFO O| May 29 18:01:06.573 INFO STEP 487 (remove_files) COMPLETE
63022026-05-29T18:01:07.142Z[ recovery-image] May 29 18:01:06.573 INFO O| May 29 18:01:06.573 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-05-29T18:01:07.150Z[ recovery-image] May 29 18:01:06.581 INFO O| May 29 18:01:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63042026-05-29T18:01:07.151Z[ recovery-image] May 29 18:01:06.581 INFO O| May 29 18:01:06.581 INFO STEP 488 (remove_files) COMPLETE
63052026-05-29T18:01:07.151Z[ recovery-image] May 29 18:01:06.581 INFO O| May 29 18:01:06.581 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-05-29T18:01:07.159Z[ recovery-image] May 29 18:01:06.589 INFO O| May 29 18:01:06.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63072026-05-29T18:01:07.159Z[ recovery-image] May 29 18:01:06.590 INFO O| May 29 18:01:06.590 INFO STEP 489 (remove_files) COMPLETE
63082026-05-29T18:01:07.159Z[ recovery-image] May 29 18:01:06.590 INFO O| May 29 18:01:06.590 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-05-29T18:01:07.166Z[ recovery-image] May 29 18:01:06.597 INFO O| May 29 18:01:06.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63102026-05-29T18:01:07.166Z[ recovery-image] May 29 18:01:06.597 INFO O| May 29 18:01:06.597 INFO STEP 490 (remove_files) COMPLETE
63112026-05-29T18:01:07.166Z[ recovery-image] May 29 18:01:06.597 INFO O| May 29 18:01:06.597 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-05-29T18:01:07.175Z[ recovery-image] May 29 18:01:06.606 INFO O| May 29 18:01:06.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63132026-05-29T18:01:07.175Z[ recovery-image] May 29 18:01:06.606 INFO O| May 29 18:01:06.606 INFO STEP 491 (remove_files) COMPLETE
63142026-05-29T18:01:07.178Z[ recovery-image] May 29 18:01:06.606 INFO O| May 29 18:01:06.606 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-05-29T18:01:07.185Z[ recovery-image] May 29 18:01:06.616 INFO O| May 29 18:01:06.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63162026-05-29T18:01:07.185Z[ recovery-image] May 29 18:01:06.616 INFO O| May 29 18:01:06.616 INFO STEP 492 (remove_files) COMPLETE
63172026-05-29T18:01:07.188Z[ recovery-image] May 29 18:01:06.616 INFO O| May 29 18:01:06.616 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-05-29T18:01:07.194Z[ recovery-image] May 29 18:01:06.625 INFO O| May 29 18:01:06.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63192026-05-29T18:01:07.195Z[ recovery-image] May 29 18:01:06.625 INFO O| May 29 18:01:06.625 INFO STEP 493 (remove_files) COMPLETE
63202026-05-29T18:01:07.195Z[ recovery-image] May 29 18:01:06.625 INFO O| May 29 18:01:06.625 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-05-29T18:01:07.204Z[ recovery-image] May 29 18:01:06.635 INFO O| May 29 18:01:06.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63222026-05-29T18:01:07.204Z[ recovery-image] May 29 18:01:06.635 INFO O| May 29 18:01:06.635 INFO STEP 494 (remove_files) COMPLETE
63232026-05-29T18:01:07.204Z[ recovery-image] May 29 18:01:06.635 INFO O| May 29 18:01:06.635 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-05-29T18:01:07.212Z[ recovery-image] May 29 18:01:06.643 INFO O| May 29 18:01:06.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63252026-05-29T18:01:07.213Z[ recovery-image] May 29 18:01:06.643 INFO O| May 29 18:01:06.643 INFO STEP 495 (remove_files) COMPLETE
63262026-05-29T18:01:07.216Z[ recovery-image] May 29 18:01:06.643 INFO O| May 29 18:01:06.643 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-05-29T18:01:07.220Z[ recovery-image] May 29 18:01:06.651 INFO O| May 29 18:01:06.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63282026-05-29T18:01:07.220Z[ recovery-image] May 29 18:01:06.651 INFO O| May 29 18:01:06.651 INFO STEP 496 (remove_files) COMPLETE
63292026-05-29T18:01:07.220Z[ recovery-image] May 29 18:01:06.651 INFO O| May 29 18:01:06.651 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-05-29T18:01:07.229Z[ recovery-image] May 29 18:01:06.660 INFO O| May 29 18:01:06.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63312026-05-29T18:01:07.229Z[ recovery-image] May 29 18:01:06.660 INFO O| May 29 18:01:06.660 INFO STEP 497 (remove_files) COMPLETE
63322026-05-29T18:01:07.232Z[ recovery-image] May 29 18:01:06.660 INFO O| May 29 18:01:06.660 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-05-29T18:01:07.239Z[ recovery-image] May 29 18:01:06.669 INFO O| May 29 18:01:06.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63342026-05-29T18:01:07.239Z[ recovery-image] May 29 18:01:06.669 INFO O| May 29 18:01:06.669 INFO STEP 498 (remove_files) COMPLETE
63352026-05-29T18:01:07.239Z[ recovery-image] May 29 18:01:06.670 INFO O| May 29 18:01:06.669 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-05-29T18:01:07.248Z[ recovery-image] May 29 18:01:06.678 INFO O| May 29 18:01:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63372026-05-29T18:01:07.248Z[ recovery-image] May 29 18:01:06.679 INFO O| May 29 18:01:06.679 INFO STEP 499 (remove_files) COMPLETE
63382026-05-29T18:01:07.248Z[ recovery-image] May 29 18:01:06.679 INFO O| May 29 18:01:06.679 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-05-29T18:01:07.256Z[ recovery-image] May 29 18:01:06.686 INFO O| May 29 18:01:06.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63402026-05-29T18:01:07.256Z[ recovery-image] May 29 18:01:06.687 INFO O| May 29 18:01:06.687 INFO STEP 500 (remove_files) COMPLETE
63412026-05-29T18:01:07.256Z[ recovery-image] May 29 18:01:06.687 INFO O| May 29 18:01:06.687 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-05-29T18:01:07.264Z[ recovery-image] May 29 18:01:06.695 INFO O| May 29 18:01:06.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63432026-05-29T18:01:07.268Z[ recovery-image] May 29 18:01:06.696 INFO O| May 29 18:01:06.696 INFO STEP 501 (remove_files) COMPLETE
63442026-05-29T18:01:07.268Z[ recovery-image] May 29 18:01:06.696 INFO O| May 29 18:01:06.696 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-05-29T18:01:07.274Z[ recovery-image] May 29 18:01:06.705 INFO O| May 29 18:01:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63462026-05-29T18:01:07.274Z[ recovery-image] May 29 18:01:06.705 INFO O| May 29 18:01:06.705 INFO STEP 502 (remove_files) COMPLETE
63472026-05-29T18:01:07.277Z[ recovery-image] May 29 18:01:06.705 INFO O| May 29 18:01:06.705 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-05-29T18:01:07.283Z[ recovery-image] May 29 18:01:06.714 INFO O| May 29 18:01:06.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63492026-05-29T18:01:07.283Z[ recovery-image] May 29 18:01:06.714 INFO O| May 29 18:01:06.714 INFO STEP 503 (remove_files) COMPLETE
63502026-05-29T18:01:07.286Z[ recovery-image] May 29 18:01:06.714 INFO O| May 29 18:01:06.714 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-05-29T18:01:07.292Z[ recovery-image] May 29 18:01:06.723 INFO O| May 29 18:01:06.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63522026-05-29T18:01:07.292Z[ recovery-image] May 29 18:01:06.723 INFO O| May 29 18:01:06.723 INFO STEP 504 (remove_files) COMPLETE
63532026-05-29T18:01:07.292Z[ recovery-image] May 29 18:01:06.723 INFO O| May 29 18:01:06.723 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-05-29T18:01:07.300Z[ recovery-image] May 29 18:01:06.731 INFO O| May 29 18:01:06.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63552026-05-29T18:01:07.301Z[ recovery-image] May 29 18:01:06.731 INFO O| May 29 18:01:06.731 INFO STEP 505 (remove_files) COMPLETE
63562026-05-29T18:01:07.301Z[ recovery-image] May 29 18:01:06.731 INFO O| May 29 18:01:06.731 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-05-29T18:01:07.310Z[ recovery-image] May 29 18:01:06.741 INFO O| May 29 18:01:06.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63582026-05-29T18:01:07.310Z[ recovery-image] May 29 18:01:06.741 INFO O| May 29 18:01:06.741 INFO STEP 506 (remove_files) COMPLETE
63592026-05-29T18:01:07.310Z[ recovery-image] May 29 18:01:06.741 INFO O| May 29 18:01:06.741 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-05-29T18:01:07.326Z[ recovery-image] May 29 18:01:06.750 INFO O| May 29 18:01:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63612026-05-29T18:01:07.326Z[ recovery-image] May 29 18:01:06.750 INFO O| May 29 18:01:06.750 INFO STEP 507 (remove_files) COMPLETE
63622026-05-29T18:01:07.326Z[ recovery-image] May 29 18:01:06.750 INFO O| May 29 18:01:06.750 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-05-29T18:01:07.329Z[ recovery-image] May 29 18:01:06.758 INFO O| May 29 18:01:06.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63642026-05-29T18:01:07.329Z[ recovery-image] May 29 18:01:06.758 INFO O| May 29 18:01:06.758 INFO STEP 508 (remove_files) COMPLETE
63652026-05-29T18:01:07.330Z[ recovery-image] May 29 18:01:06.758 INFO O| May 29 18:01:06.758 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-05-29T18:01:07.361Z[ recovery-image] May 29 18:01:06.791 INFO O| May 29 18:01:06.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63672026-05-29T18:01:07.361Z[ recovery-image] May 29 18:01:06.791 INFO O| May 29 18:01:06.791 INFO STEP 509 (remove_files) COMPLETE
63682026-05-29T18:01:07.364Z[ recovery-image] May 29 18:01:06.791 INFO O| May 29 18:01:06.791 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-05-29T18:01:07.369Z[ recovery-image] May 29 18:01:06.800 INFO O| May 29 18:01:06.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63702026-05-29T18:01:07.369Z[ recovery-image] May 29 18:01:06.800 INFO O| May 29 18:01:06.800 INFO STEP 510 (remove_files) COMPLETE
63712026-05-29T18:01:07.373Z[ recovery-image] May 29 18:01:06.800 INFO O| May 29 18:01:06.800 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-05-29T18:01:07.378Z[ recovery-image] May 29 18:01:06.809 INFO O| May 29 18:01:06.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63732026-05-29T18:01:07.378Z[ recovery-image] May 29 18:01:06.809 INFO O| May 29 18:01:06.809 INFO STEP 511 (remove_files) COMPLETE
63742026-05-29T18:01:07.381Z[ recovery-image] May 29 18:01:06.809 INFO O| May 29 18:01:06.809 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-05-29T18:01:07.386Z[ recovery-image] May 29 18:01:06.817 INFO O| May 29 18:01:06.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63762026-05-29T18:01:07.386Z[ recovery-image] May 29 18:01:06.817 INFO O| May 29 18:01:06.817 INFO STEP 512 (remove_files) COMPLETE
63772026-05-29T18:01:07.389Z[ recovery-image] May 29 18:01:06.817 INFO O| May 29 18:01:06.817 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-05-29T18:01:07.398Z[ recovery-image] May 29 18:01:06.825 INFO O| May 29 18:01:06.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63792026-05-29T18:01:07.398Z[ recovery-image] May 29 18:01:06.826 INFO O| May 29 18:01:06.826 INFO STEP 513 (remove_files) COMPLETE
63802026-05-29T18:01:07.398Z[ recovery-image] May 29 18:01:06.826 INFO O| May 29 18:01:06.826 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-05-29T18:01:07.404Z[ recovery-image] May 29 18:01:06.835 INFO O| May 29 18:01:06.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63822026-05-29T18:01:07.404Z[ recovery-image] May 29 18:01:06.835 INFO O| May 29 18:01:06.835 INFO STEP 514 (remove_files) COMPLETE
63832026-05-29T18:01:07.408Z[ recovery-image] May 29 18:01:06.835 INFO O| May 29 18:01:06.835 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-05-29T18:01:07.413Z[ recovery-image] May 29 18:01:06.844 INFO O| May 29 18:01:06.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63852026-05-29T18:01:07.413Z[ recovery-image] May 29 18:01:06.844 INFO O| May 29 18:01:06.844 INFO STEP 515 (remove_files) COMPLETE
63862026-05-29T18:01:07.417Z[ recovery-image] May 29 18:01:06.844 INFO O| May 29 18:01:06.844 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-05-29T18:01:07.422Z[ recovery-image] May 29 18:01:06.853 INFO O| May 29 18:01:06.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63882026-05-29T18:01:07.422Z[ recovery-image] May 29 18:01:06.853 INFO O| May 29 18:01:06.853 INFO STEP 516 (remove_files) COMPLETE
63892026-05-29T18:01:07.425Z[ recovery-image] May 29 18:01:06.853 INFO O| May 29 18:01:06.853 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-05-29T18:01:07.429Z[ recovery-image] May 29 18:01:06.860 INFO O| May 29 18:01:06.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63912026-05-29T18:01:07.429Z[ recovery-image] May 29 18:01:06.860 INFO O| May 29 18:01:06.860 INFO STEP 517 (remove_files) COMPLETE
63922026-05-29T18:01:07.432Z[ recovery-image] May 29 18:01:06.860 INFO O| May 29 18:01:06.860 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-05-29T18:01:07.437Z[ recovery-image] May 29 18:01:06.868 INFO O| May 29 18:01:06.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63942026-05-29T18:01:07.437Z[ recovery-image] May 29 18:01:06.868 INFO O| May 29 18:01:06.868 INFO STEP 518 (remove_files) COMPLETE
63952026-05-29T18:01:07.440Z[ recovery-image] May 29 18:01:06.868 INFO O| May 29 18:01:06.868 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-05-29T18:01:07.445Z[ recovery-image] May 29 18:01:06.876 INFO O| May 29 18:01:06.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63972026-05-29T18:01:07.445Z[ recovery-image] May 29 18:01:06.876 INFO O| May 29 18:01:06.876 INFO STEP 519 (remove_files) COMPLETE
63982026-05-29T18:01:07.445Z[ recovery-image] May 29 18:01:06.876 INFO O| May 29 18:01:06.876 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-05-29T18:01:07.455Z[ recovery-image] May 29 18:01:06.886 INFO O| May 29 18:01:06.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64002026-05-29T18:01:07.455Z[ recovery-image] May 29 18:01:06.886 INFO O| May 29 18:01:06.886 INFO STEP 520 (remove_files) COMPLETE
64012026-05-29T18:01:07.458Z[ recovery-image] May 29 18:01:06.886 INFO O| May 29 18:01:06.886 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-05-29T18:01:07.463Z[ recovery-image] May 29 18:01:06.894 INFO O| May 29 18:01:06.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64032026-05-29T18:01:07.463Z[ recovery-image] May 29 18:01:06.894 INFO O| May 29 18:01:06.894 INFO STEP 521 (remove_files) COMPLETE
64042026-05-29T18:01:07.467Z[ recovery-image] May 29 18:01:06.894 INFO O| May 29 18:01:06.894 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-05-29T18:01:07.472Z[ recovery-image] May 29 18:01:06.903 INFO O| May 29 18:01:06.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64062026-05-29T18:01:07.472Z[ recovery-image] May 29 18:01:06.903 INFO O| May 29 18:01:06.903 INFO STEP 522 (remove_files) COMPLETE
64072026-05-29T18:01:07.472Z[ recovery-image] May 29 18:01:06.903 INFO O| May 29 18:01:06.903 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-05-29T18:01:07.483Z[ recovery-image] May 29 18:01:06.914 INFO O| May 29 18:01:06.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64092026-05-29T18:01:07.483Z[ recovery-image] May 29 18:01:06.914 INFO O| May 29 18:01:06.914 INFO STEP 523 (remove_files) COMPLETE
64102026-05-29T18:01:07.483Z[ recovery-image] May 29 18:01:06.914 INFO O| May 29 18:01:06.914 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-05-29T18:01:07.493Z[ recovery-image] May 29 18:01:06.923 INFO O| May 29 18:01:06.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64122026-05-29T18:01:07.493Z[ recovery-image] May 29 18:01:06.924 INFO O| May 29 18:01:06.923 INFO STEP 524 (remove_files) COMPLETE
64132026-05-29T18:01:07.493Z[ recovery-image] May 29 18:01:06.924 INFO O| May 29 18:01:06.924 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.933 INFO O| May 29 18:01:06.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64152026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.933 INFO O| May 29 18:01:06.933 INFO STEP 525 (remove_files) COMPLETE
64162026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.933 INFO O| May 29 18:01:06.933 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.942 INFO O| May 29 18:01:06.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64182026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.942 INFO O| May 29 18:01:06.942 INFO STEP 526 (remove_files) COMPLETE
64192026-05-29T18:01:07.513Z[ recovery-image] May 29 18:01:06.942 INFO O| May 29 18:01:06.942 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-05-29T18:01:07.522Z[ recovery-image] May 29 18:01:06.951 INFO O| May 29 18:01:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64212026-05-29T18:01:07.522Z[ recovery-image] May 29 18:01:06.951 INFO O| May 29 18:01:06.951 INFO STEP 527 (remove_files) COMPLETE
64222026-05-29T18:01:07.522Z[ recovery-image] May 29 18:01:06.951 INFO O| May 29 18:01:06.951 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-05-29T18:01:07.529Z[ recovery-image] May 29 18:01:06.960 INFO O| May 29 18:01:06.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64242026-05-29T18:01:07.529Z[ recovery-image] May 29 18:01:06.960 INFO O| May 29 18:01:06.960 INFO STEP 528 (remove_files) COMPLETE
64252026-05-29T18:01:07.529Z[ recovery-image] May 29 18:01:06.960 INFO O| May 29 18:01:06.960 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-05-29T18:01:07.538Z[ recovery-image] May 29 18:01:06.968 INFO O| May 29 18:01:06.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64272026-05-29T18:01:07.538Z[ recovery-image] May 29 18:01:06.968 INFO O| May 29 18:01:06.968 INFO STEP 529 (remove_files) COMPLETE
64282026-05-29T18:01:07.538Z[ recovery-image] May 29 18:01:06.968 INFO O| May 29 18:01:06.968 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-05-29T18:01:07.547Z[ recovery-image] May 29 18:01:06.977 INFO O| May 29 18:01:06.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64302026-05-29T18:01:07.547Z[ recovery-image] May 29 18:01:06.978 INFO O| May 29 18:01:06.978 INFO STEP 530 (remove_files) COMPLETE
64312026-05-29T18:01:07.547Z[ recovery-image] May 29 18:01:06.978 INFO O| May 29 18:01:06.978 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-05-29T18:01:07.556Z[ recovery-image] May 29 18:01:06.987 INFO O| May 29 18:01:06.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64332026-05-29T18:01:07.556Z[ recovery-image] May 29 18:01:06.987 INFO O| May 29 18:01:06.987 INFO STEP 531 (remove_files) COMPLETE
64342026-05-29T18:01:07.559Z[ recovery-image] May 29 18:01:06.987 INFO O| May 29 18:01:06.987 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-05-29T18:01:07.566Z[ recovery-image] May 29 18:01:06.997 INFO O| May 29 18:01:06.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64362026-05-29T18:01:07.566Z[ recovery-image] May 29 18:01:06.997 INFO O| May 29 18:01:06.997 INFO STEP 532 (remove_files) COMPLETE
64372026-05-29T18:01:07.566Z[ recovery-image] May 29 18:01:06.997 INFO O| May 29 18:01:06.997 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-05-29T18:01:07.576Z[ recovery-image] May 29 18:01:07.007 INFO O| May 29 18:01:07.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64392026-05-29T18:01:07.576Z[ recovery-image] May 29 18:01:07.007 INFO O| May 29 18:01:07.007 INFO STEP 533 (remove_files) COMPLETE
64402026-05-29T18:01:07.576Z[ recovery-image] May 29 18:01:07.007 INFO O| May 29 18:01:07.007 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-05-29T18:01:07.587Z[ recovery-image] May 29 18:01:07.018 INFO O| May 29 18:01:07.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64422026-05-29T18:01:07.587Z[ recovery-image] May 29 18:01:07.018 INFO O| May 29 18:01:07.018 INFO STEP 534 (remove_files) COMPLETE
64432026-05-29T18:01:07.587Z[ recovery-image] May 29 18:01:07.018 INFO O| May 29 18:01:07.018 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-05-29T18:01:07.597Z[ recovery-image] May 29 18:01:07.028 INFO O| May 29 18:01:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64452026-05-29T18:01:07.597Z[ recovery-image] May 29 18:01:07.028 INFO O| May 29 18:01:07.028 INFO STEP 535 (remove_files) COMPLETE
64462026-05-29T18:01:07.600Z[ recovery-image] May 29 18:01:07.028 INFO O| May 29 18:01:07.028 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-05-29T18:01:07.605Z[ recovery-image] May 29 18:01:07.036 INFO O| May 29 18:01:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64482026-05-29T18:01:07.605Z[ recovery-image] May 29 18:01:07.036 INFO O| May 29 18:01:07.036 INFO STEP 536 (remove_files) COMPLETE
64492026-05-29T18:01:07.608Z[ recovery-image] May 29 18:01:07.036 INFO O| May 29 18:01:07.036 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-05-29T18:01:07.612Z[ recovery-image] May 29 18:01:07.043 INFO O| May 29 18:01:07.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64512026-05-29T18:01:07.612Z[ recovery-image] May 29 18:01:07.043 INFO O| May 29 18:01:07.043 INFO STEP 537 (remove_files) COMPLETE
64522026-05-29T18:01:07.616Z[ recovery-image] May 29 18:01:07.043 INFO O| May 29 18:01:07.043 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-05-29T18:01:07.620Z[ recovery-image] May 29 18:01:07.051 INFO O| May 29 18:01:07.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64542026-05-29T18:01:07.623Z[ recovery-image] May 29 18:01:07.052 INFO O| May 29 18:01:07.052 INFO STEP 538 (remove_files) COMPLETE
64552026-05-29T18:01:07.623Z[ recovery-image] May 29 18:01:07.052 INFO O| May 29 18:01:07.052 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-05-29T18:01:07.636Z[ recovery-image] May 29 18:01:07.067 INFO O| May 29 18:01:07.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64572026-05-29T18:01:07.640Z[ recovery-image] May 29 18:01:07.068 INFO O| May 29 18:01:07.068 INFO STEP 539 (remove_files) COMPLETE
64582026-05-29T18:01:07.640Z[ recovery-image] May 29 18:01:07.068 INFO O| May 29 18:01:07.068 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-05-29T18:01:07.647Z[ recovery-image] May 29 18:01:07.078 INFO O| May 29 18:01:07.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64602026-05-29T18:01:07.647Z[ recovery-image] May 29 18:01:07.078 INFO O| May 29 18:01:07.078 INFO STEP 540 (remove_files) COMPLETE
64612026-05-29T18:01:07.651Z[ recovery-image] May 29 18:01:07.078 INFO O| May 29 18:01:07.078 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-05-29T18:01:07.656Z[ recovery-image] May 29 18:01:07.087 INFO O| May 29 18:01:07.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64632026-05-29T18:01:07.656Z[ recovery-image] May 29 18:01:07.087 INFO O| May 29 18:01:07.087 INFO STEP 541 (remove_files) COMPLETE
64642026-05-29T18:01:07.656Z[ recovery-image] May 29 18:01:07.087 INFO O| May 29 18:01:07.087 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-05-29T18:01:07.664Z[ recovery-image] May 29 18:01:07.095 INFO O| May 29 18:01:07.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64662026-05-29T18:01:07.664Z[ recovery-image] May 29 18:01:07.095 INFO O| May 29 18:01:07.095 INFO STEP 542 (remove_files) COMPLETE
64672026-05-29T18:01:07.664Z[ recovery-image] May 29 18:01:07.095 INFO O| May 29 18:01:07.095 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-05-29T18:01:07.673Z[ recovery-image] May 29 18:01:07.104 INFO O| May 29 18:01:07.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64692026-05-29T18:01:07.676Z[ recovery-image] May 29 18:01:07.105 INFO O| May 29 18:01:07.105 INFO STEP 543 (remove_files) COMPLETE
64702026-05-29T18:01:07.676Z[ recovery-image] May 29 18:01:07.105 INFO O| May 29 18:01:07.105 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-05-29T18:01:07.683Z[ recovery-image] May 29 18:01:07.114 INFO O| May 29 18:01:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64722026-05-29T18:01:07.684Z[ recovery-image] May 29 18:01:07.114 INFO O| May 29 18:01:07.114 INFO STEP 544 (remove_files) COMPLETE
64732026-05-29T18:01:07.684Z[ recovery-image] May 29 18:01:07.114 INFO O| May 29 18:01:07.114 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-05-29T18:01:07.694Z[ recovery-image] May 29 18:01:07.125 INFO O| May 29 18:01:07.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64752026-05-29T18:01:07.695Z[ recovery-image] May 29 18:01:07.125 INFO O| May 29 18:01:07.125 INFO STEP 545 (remove_files) COMPLETE
64762026-05-29T18:01:07.695Z[ recovery-image] May 29 18:01:07.125 INFO O| May 29 18:01:07.125 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-05-29T18:01:07.703Z[ recovery-image] May 29 18:01:07.134 INFO O| May 29 18:01:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64782026-05-29T18:01:07.704Z[ recovery-image] May 29 18:01:07.134 INFO O| May 29 18:01:07.134 INFO STEP 546 (remove_files) COMPLETE
64792026-05-29T18:01:07.707Z[ recovery-image] May 29 18:01:07.134 INFO O| May 29 18:01:07.134 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-05-29T18:01:07.712Z[ recovery-image] May 29 18:01:07.143 INFO O| May 29 18:01:07.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64812026-05-29T18:01:07.712Z[ recovery-image] May 29 18:01:07.143 INFO O| May 29 18:01:07.143 INFO STEP 547 (remove_files) COMPLETE
64822026-05-29T18:01:07.715Z[ recovery-image] May 29 18:01:07.143 INFO O| May 29 18:01:07.143 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-05-29T18:01:07.720Z[ recovery-image] May 29 18:01:07.151 INFO O| May 29 18:01:07.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64842026-05-29T18:01:07.720Z[ recovery-image] May 29 18:01:07.151 INFO O| May 29 18:01:07.151 INFO STEP 548 (remove_files) COMPLETE
64852026-05-29T18:01:07.723Z[ recovery-image] May 29 18:01:07.151 INFO O| May 29 18:01:07.151 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-05-29T18:01:07.727Z[ recovery-image] May 29 18:01:07.158 INFO O| May 29 18:01:07.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64872026-05-29T18:01:07.730Z[ recovery-image] May 29 18:01:07.158 INFO O| May 29 18:01:07.158 INFO STEP 549 (remove_files) COMPLETE
64882026-05-29T18:01:07.730Z[ recovery-image] May 29 18:01:07.158 INFO O| May 29 18:01:07.158 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-05-29T18:01:07.734Z[ recovery-image] May 29 18:01:07.165 INFO O| May 29 18:01:07.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64902026-05-29T18:01:07.734Z[ recovery-image] May 29 18:01:07.165 INFO O| May 29 18:01:07.165 INFO STEP 550 (remove_files) COMPLETE
64912026-05-29T18:01:07.737Z[ recovery-image] May 29 18:01:07.165 INFO O| May 29 18:01:07.165 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-05-29T18:01:07.741Z[ recovery-image] May 29 18:01:07.172 INFO O| May 29 18:01:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64932026-05-29T18:01:07.741Z[ recovery-image] May 29 18:01:07.172 INFO O| May 29 18:01:07.172 INFO STEP 551 (remove_files) COMPLETE
64942026-05-29T18:01:07.745Z[ recovery-image] May 29 18:01:07.172 INFO O| May 29 18:01:07.172 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-05-29T18:01:07.749Z[ recovery-image] May 29 18:01:07.180 INFO O| May 29 18:01:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64962026-05-29T18:01:07.749Z[ recovery-image] May 29 18:01:07.180 INFO O| May 29 18:01:07.180 INFO STEP 552 (remove_files) COMPLETE
64972026-05-29T18:01:07.752Z[ recovery-image] May 29 18:01:07.180 INFO O| May 29 18:01:07.180 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-05-29T18:01:07.756Z[ recovery-image] May 29 18:01:07.187 INFO O| May 29 18:01:07.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64992026-05-29T18:01:07.756Z[ recovery-image] May 29 18:01:07.187 INFO O| May 29 18:01:07.187 INFO STEP 553 (remove_files) COMPLETE
65002026-05-29T18:01:07.759Z[ recovery-image] May 29 18:01:07.187 INFO O| May 29 18:01:07.187 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-05-29T18:01:07.763Z[ recovery-image] May 29 18:01:07.194 INFO O| May 29 18:01:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65022026-05-29T18:01:07.763Z[ recovery-image] May 29 18:01:07.194 INFO O| May 29 18:01:07.194 INFO STEP 554 (remove_files) COMPLETE
65032026-05-29T18:01:07.766Z[ recovery-image] May 29 18:01:07.194 INFO O| May 29 18:01:07.194 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-05-29T18:01:07.771Z[ recovery-image] May 29 18:01:07.201 INFO O| May 29 18:01:07.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65052026-05-29T18:01:07.771Z[ recovery-image] May 29 18:01:07.201 INFO O| May 29 18:01:07.201 INFO STEP 555 (remove_files) COMPLETE
65062026-05-29T18:01:07.774Z[ recovery-image] May 29 18:01:07.202 INFO O| May 29 18:01:07.201 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-05-29T18:01:07.778Z[ recovery-image] May 29 18:01:07.209 INFO O| May 29 18:01:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65082026-05-29T18:01:07.778Z[ recovery-image] May 29 18:01:07.209 INFO O| May 29 18:01:07.209 INFO STEP 556 (remove_files) COMPLETE
65092026-05-29T18:01:07.781Z[ recovery-image] May 29 18:01:07.209 INFO O| May 29 18:01:07.209 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-05-29T18:01:07.786Z[ recovery-image] May 29 18:01:07.217 INFO O| May 29 18:01:07.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65112026-05-29T18:01:07.786Z[ recovery-image] May 29 18:01:07.217 INFO O| May 29 18:01:07.217 INFO STEP 557 (remove_files) COMPLETE
65122026-05-29T18:01:07.789Z[ recovery-image] May 29 18:01:07.217 INFO O| May 29 18:01:07.217 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-05-29T18:01:07.793Z[ recovery-image] May 29 18:01:07.224 INFO O| May 29 18:01:07.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65142026-05-29T18:01:07.793Z[ recovery-image] May 29 18:01:07.224 INFO O| May 29 18:01:07.224 INFO STEP 558 (remove_files) COMPLETE
65152026-05-29T18:01:07.796Z[ recovery-image] May 29 18:01:07.224 INFO O| May 29 18:01:07.224 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-05-29T18:01:07.800Z[ recovery-image] May 29 18:01:07.231 INFO O| May 29 18:01:07.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65172026-05-29T18:01:07.800Z[ recovery-image] May 29 18:01:07.231 INFO O| May 29 18:01:07.231 INFO STEP 559 (remove_files) COMPLETE
65182026-05-29T18:01:07.803Z[ recovery-image] May 29 18:01:07.231 INFO O| May 29 18:01:07.231 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-05-29T18:01:07.807Z[ recovery-image] May 29 18:01:07.238 INFO O| May 29 18:01:07.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65202026-05-29T18:01:07.807Z[ recovery-image] May 29 18:01:07.238 INFO O| May 29 18:01:07.238 INFO STEP 560 (remove_files) COMPLETE
65212026-05-29T18:01:07.810Z[ recovery-image] May 29 18:01:07.238 INFO O| May 29 18:01:07.238 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-05-29T18:01:07.814Z[ recovery-image] May 29 18:01:07.245 INFO O| May 29 18:01:07.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65232026-05-29T18:01:07.817Z[ recovery-image] May 29 18:01:07.245 INFO O| May 29 18:01:07.245 INFO STEP 561 (remove_files) COMPLETE
65242026-05-29T18:01:07.818Z[ recovery-image] May 29 18:01:07.245 INFO O| May 29 18:01:07.245 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-05-29T18:01:07.822Z[ recovery-image] May 29 18:01:07.253 INFO O| May 29 18:01:07.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65262026-05-29T18:01:07.822Z[ recovery-image] May 29 18:01:07.253 INFO O| May 29 18:01:07.253 INFO STEP 562 (remove_files) COMPLETE
65272026-05-29T18:01:07.825Z[ recovery-image] May 29 18:01:07.253 INFO O| May 29 18:01:07.253 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-05-29T18:01:07.830Z[ recovery-image] May 29 18:01:07.261 INFO O| May 29 18:01:07.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65292026-05-29T18:01:07.833Z[ recovery-image] May 29 18:01:07.261 INFO O| May 29 18:01:07.261 INFO STEP 563 (remove_files) COMPLETE
65302026-05-29T18:01:07.833Z[ recovery-image] May 29 18:01:07.261 INFO O| May 29 18:01:07.261 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-05-29T18:01:07.837Z[ recovery-image] May 29 18:01:07.268 INFO O| May 29 18:01:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65322026-05-29T18:01:07.837Z[ recovery-image] May 29 18:01:07.268 INFO O| May 29 18:01:07.268 INFO STEP 564 (remove_files) COMPLETE
65332026-05-29T18:01:07.840Z[ recovery-image] May 29 18:01:07.268 INFO O| May 29 18:01:07.268 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-05-29T18:01:07.844Z[ recovery-image] May 29 18:01:07.275 INFO O| May 29 18:01:07.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65352026-05-29T18:01:07.847Z[ recovery-image] May 29 18:01:07.275 INFO O| May 29 18:01:07.275 INFO STEP 565 (remove_files) COMPLETE
65362026-05-29T18:01:07.847Z[ recovery-image] May 29 18:01:07.275 INFO O| May 29 18:01:07.275 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-05-29T18:01:07.852Z[ recovery-image] May 29 18:01:07.283 INFO O| May 29 18:01:07.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65382026-05-29T18:01:07.852Z[ recovery-image] May 29 18:01:07.283 INFO O| May 29 18:01:07.283 INFO STEP 566 (remove_files) COMPLETE
65392026-05-29T18:01:07.855Z[ recovery-image] May 29 18:01:07.283 INFO O| May 29 18:01:07.283 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-05-29T18:01:07.860Z[ recovery-image] May 29 18:01:07.291 INFO O| May 29 18:01:07.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65412026-05-29T18:01:07.863Z[ recovery-image] May 29 18:01:07.291 INFO O| May 29 18:01:07.291 INFO STEP 567 (remove_files) COMPLETE
65422026-05-29T18:01:07.863Z[ recovery-image] May 29 18:01:07.291 INFO O| May 29 18:01:07.291 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-05-29T18:01:07.867Z[ recovery-image] May 29 18:01:07.298 INFO O| May 29 18:01:07.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65442026-05-29T18:01:07.868Z[ recovery-image] May 29 18:01:07.298 INFO O| May 29 18:01:07.298 INFO STEP 568 (remove_files) COMPLETE
65452026-05-29T18:01:07.868Z[ recovery-image] May 29 18:01:07.298 INFO O| May 29 18:01:07.298 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-05-29T18:01:07.875Z[ recovery-image] May 29 18:01:07.306 INFO O| May 29 18:01:07.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65472026-05-29T18:01:07.879Z[ recovery-image] May 29 18:01:07.307 INFO O| May 29 18:01:07.307 INFO STEP 569 (remove_files) COMPLETE
65482026-05-29T18:01:07.879Z[ recovery-image] May 29 18:01:07.307 INFO O| May 29 18:01:07.307 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-05-29T18:01:07.884Z[ recovery-image] May 29 18:01:07.315 INFO O| May 29 18:01:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65502026-05-29T18:01:07.884Z[ recovery-image] May 29 18:01:07.315 INFO O| May 29 18:01:07.315 INFO STEP 570 (remove_files) COMPLETE
65512026-05-29T18:01:07.888Z[ recovery-image] May 29 18:01:07.315 INFO O| May 29 18:01:07.315 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-05-29T18:01:07.892Z[ recovery-image] May 29 18:01:07.323 INFO O| May 29 18:01:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65532026-05-29T18:01:07.892Z[ recovery-image] May 29 18:01:07.323 INFO O| May 29 18:01:07.323 INFO STEP 571 (remove_files) COMPLETE
65542026-05-29T18:01:07.893Z[ recovery-image] May 29 18:01:07.323 INFO O| May 29 18:01:07.323 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-05-29T18:01:07.901Z[ recovery-image] May 29 18:01:07.332 INFO O| May 29 18:01:07.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65562026-05-29T18:01:07.901Z[ recovery-image] May 29 18:01:07.332 INFO O| May 29 18:01:07.332 INFO STEP 572 (remove_files) COMPLETE
65572026-05-29T18:01:07.905Z[ recovery-image] May 29 18:01:07.332 INFO O| May 29 18:01:07.332 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-05-29T18:01:07.910Z[ recovery-image] May 29 18:01:07.340 INFO O| May 29 18:01:07.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65592026-05-29T18:01:07.910Z[ recovery-image] May 29 18:01:07.341 INFO O| May 29 18:01:07.340 INFO STEP 573 (remove_files) COMPLETE
65602026-05-29T18:01:07.913Z[ recovery-image] May 29 18:01:07.341 INFO O| May 29 18:01:07.341 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-05-29T18:01:07.917Z[ recovery-image] May 29 18:01:07.348 INFO O| May 29 18:01:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65622026-05-29T18:01:07.917Z[ recovery-image] May 29 18:01:07.348 INFO O| May 29 18:01:07.348 INFO STEP 574 (remove_files) COMPLETE
65632026-05-29T18:01:07.921Z[ recovery-image] May 29 18:01:07.348 INFO O| May 29 18:01:07.348 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-05-29T18:01:07.925Z[ recovery-image] May 29 18:01:07.356 INFO O| May 29 18:01:07.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65652026-05-29T18:01:07.925Z[ recovery-image] May 29 18:01:07.356 INFO O| May 29 18:01:07.356 INFO STEP 575 (remove_files) COMPLETE
65662026-05-29T18:01:07.928Z[ recovery-image] May 29 18:01:07.356 INFO O| May 29 18:01:07.356 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-05-29T18:01:07.933Z[ recovery-image] May 29 18:01:07.364 INFO O| May 29 18:01:07.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65682026-05-29T18:01:07.933Z[ recovery-image] May 29 18:01:07.364 INFO O| May 29 18:01:07.364 INFO STEP 576 (remove_files) COMPLETE
65692026-05-29T18:01:07.933Z[ recovery-image] May 29 18:01:07.364 INFO O| May 29 18:01:07.364 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-05-29T18:01:07.942Z[ recovery-image] May 29 18:01:07.373 INFO O| May 29 18:01:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65712026-05-29T18:01:07.942Z[ recovery-image] May 29 18:01:07.373 INFO O| May 29 18:01:07.373 INFO STEP 577 (remove_files) COMPLETE
65722026-05-29T18:01:07.945Z[ recovery-image] May 29 18:01:07.373 INFO O| May 29 18:01:07.373 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-05-29T18:01:07.950Z[ recovery-image] May 29 18:01:07.381 INFO O| May 29 18:01:07.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65742026-05-29T18:01:07.950Z[ recovery-image] May 29 18:01:07.381 INFO O| May 29 18:01:07.381 INFO STEP 578 (remove_files) COMPLETE
65752026-05-29T18:01:07.954Z[ recovery-image] May 29 18:01:07.381 INFO O| May 29 18:01:07.381 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-05-29T18:01:07.958Z[ recovery-image] May 29 18:01:07.389 INFO O| May 29 18:01:07.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65772026-05-29T18:01:07.958Z[ recovery-image] May 29 18:01:07.389 INFO O| May 29 18:01:07.389 INFO STEP 579 (remove_files) COMPLETE
65782026-05-29T18:01:07.961Z[ recovery-image] May 29 18:01:07.389 INFO O| May 29 18:01:07.389 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-05-29T18:01:07.967Z[ recovery-image] May 29 18:01:07.398 INFO O| May 29 18:01:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65802026-05-29T18:01:07.967Z[ recovery-image] May 29 18:01:07.398 INFO O| May 29 18:01:07.398 INFO STEP 580 (remove_files) COMPLETE
65812026-05-29T18:01:07.970Z[ recovery-image] May 29 18:01:07.398 INFO O| May 29 18:01:07.398 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-05-29T18:01:07.975Z[ recovery-image] May 29 18:01:07.406 INFO O| May 29 18:01:07.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65832026-05-29T18:01:07.975Z[ recovery-image] May 29 18:01:07.406 INFO O| May 29 18:01:07.406 INFO STEP 581 (remove_files) COMPLETE
65842026-05-29T18:01:07.978Z[ recovery-image] May 29 18:01:07.406 INFO O| May 29 18:01:07.406 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-05-29T18:01:07.983Z[ recovery-image] May 29 18:01:07.413 INFO O| May 29 18:01:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65862026-05-29T18:01:07.986Z[ recovery-image] May 29 18:01:07.414 INFO O| May 29 18:01:07.414 INFO STEP 582 (remove_files) COMPLETE
65872026-05-29T18:01:07.986Z[ recovery-image] May 29 18:01:07.414 INFO O| May 29 18:01:07.414 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-05-29T18:01:07.991Z[ recovery-image] May 29 18:01:07.422 INFO O| May 29 18:01:07.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65892026-05-29T18:01:07.991Z[ recovery-image] May 29 18:01:07.422 INFO O| May 29 18:01:07.422 INFO STEP 583 (remove_files) COMPLETE
65902026-05-29T18:01:07.995Z[ recovery-image] May 29 18:01:07.422 INFO O| May 29 18:01:07.422 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-05-29T18:01:08.000Z[ recovery-image] May 29 18:01:07.431 INFO O| May 29 18:01:07.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65922026-05-29T18:01:08.000Z[ recovery-image] May 29 18:01:07.431 INFO O| May 29 18:01:07.431 INFO STEP 584 (remove_files) COMPLETE
65932026-05-29T18:01:08.004Z[ recovery-image] May 29 18:01:07.431 INFO O| May 29 18:01:07.431 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-05-29T18:01:08.009Z[ recovery-image] May 29 18:01:07.440 INFO O| May 29 18:01:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65952026-05-29T18:01:08.009Z[ recovery-image] May 29 18:01:07.440 INFO O| May 29 18:01:07.440 INFO STEP 585 (remove_files) COMPLETE
65962026-05-29T18:01:08.012Z[ recovery-image] May 29 18:01:07.440 INFO O| May 29 18:01:07.440 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-05-29T18:01:08.016Z[ recovery-image] May 29 18:01:07.447 INFO O| May 29 18:01:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65982026-05-29T18:01:08.017Z[ recovery-image] May 29 18:01:07.447 INFO O| May 29 18:01:07.447 INFO STEP 586 (remove_files) COMPLETE
65992026-05-29T18:01:08.020Z[ recovery-image] May 29 18:01:07.447 INFO O| May 29 18:01:07.447 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-05-29T18:01:08.024Z[ recovery-image] May 29 18:01:07.455 INFO O| May 29 18:01:07.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66012026-05-29T18:01:08.024Z[ recovery-image] May 29 18:01:07.455 INFO O| May 29 18:01:07.455 INFO STEP 587 (remove_files) COMPLETE
66022026-05-29T18:01:08.024Z[ recovery-image] May 29 18:01:07.455 INFO O| May 29 18:01:07.455 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-05-29T18:01:08.032Z[ recovery-image] May 29 18:01:07.463 INFO O| May 29 18:01:07.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66042026-05-29T18:01:08.032Z[ recovery-image] May 29 18:01:07.463 INFO O| May 29 18:01:07.463 INFO STEP 588 (remove_files) COMPLETE
66052026-05-29T18:01:08.035Z[ recovery-image] May 29 18:01:07.463 INFO O| May 29 18:01:07.463 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-05-29T18:01:08.041Z[ recovery-image] May 29 18:01:07.471 INFO O| May 29 18:01:07.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66072026-05-29T18:01:08.041Z[ recovery-image] May 29 18:01:07.471 INFO O| May 29 18:01:07.471 INFO STEP 589 (remove_files) COMPLETE
66082026-05-29T18:01:08.041Z[ recovery-image] May 29 18:01:07.471 INFO O| May 29 18:01:07.471 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-05-29T18:01:08.049Z[ recovery-image] May 29 18:01:07.480 INFO O| May 29 18:01:07.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66102026-05-29T18:01:08.049Z[ recovery-image] May 29 18:01:07.480 INFO O| May 29 18:01:07.480 INFO STEP 590 (remove_files) COMPLETE
66112026-05-29T18:01:08.049Z[ recovery-image] May 29 18:01:07.480 INFO O| May 29 18:01:07.480 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-05-29T18:01:08.073Z[ recovery-image] May 29 18:01:07.489 INFO O| May 29 18:01:07.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66132026-05-29T18:01:08.073Z[ recovery-image] May 29 18:01:07.489 INFO O| May 29 18:01:07.489 INFO STEP 591 (remove_files) COMPLETE
66142026-05-29T18:01:08.073Z[ recovery-image] May 29 18:01:07.489 INFO O| May 29 18:01:07.489 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-05-29T18:01:08.073Z[ recovery-image] May 29 18:01:07.499 INFO O| May 29 18:01:07.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66162026-05-29T18:01:08.077Z[ recovery-image] May 29 18:01:07.499 INFO O| May 29 18:01:07.499 INFO STEP 592 (remove_files) COMPLETE
66172026-05-29T18:01:08.077Z[ recovery-image] May 29 18:01:07.499 INFO O| May 29 18:01:07.499 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-05-29T18:01:08.080Z[ recovery-image] May 29 18:01:07.510 INFO O| May 29 18:01:07.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66192026-05-29T18:01:08.080Z[ recovery-image] May 29 18:01:07.510 INFO O| May 29 18:01:07.510 INFO STEP 593 (remove_files) COMPLETE
66202026-05-29T18:01:08.080Z[ recovery-image] May 29 18:01:07.510 INFO O| May 29 18:01:07.510 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-05-29T18:01:08.089Z[ recovery-image] May 29 18:01:07.519 INFO O| May 29 18:01:07.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66222026-05-29T18:01:08.089Z[ recovery-image] May 29 18:01:07.519 INFO O| May 29 18:01:07.519 INFO STEP 594 (remove_files) COMPLETE
66232026-05-29T18:01:08.089Z[ recovery-image] May 29 18:01:07.519 INFO O| May 29 18:01:07.519 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-05-29T18:01:08.097Z[ recovery-image] May 29 18:01:07.528 INFO O| May 29 18:01:07.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66252026-05-29T18:01:08.097Z[ recovery-image] May 29 18:01:07.528 INFO O| May 29 18:01:07.528 INFO STEP 595 (remove_files) COMPLETE
66262026-05-29T18:01:08.097Z[ recovery-image] May 29 18:01:07.528 INFO O| May 29 18:01:07.528 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-05-29T18:01:08.105Z[ recovery-image] May 29 18:01:07.536 INFO O| May 29 18:01:07.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66282026-05-29T18:01:08.106Z[ recovery-image] May 29 18:01:07.536 INFO O| May 29 18:01:07.536 INFO STEP 596 (remove_files) COMPLETE
66292026-05-29T18:01:08.106Z[ recovery-image] May 29 18:01:07.536 INFO O| May 29 18:01:07.536 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-05-29T18:01:08.113Z[ recovery-image] May 29 18:01:07.544 INFO O| May 29 18:01:07.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66312026-05-29T18:01:08.113Z[ recovery-image] May 29 18:01:07.544 INFO O| May 29 18:01:07.544 INFO STEP 597 (remove_files) COMPLETE
66322026-05-29T18:01:08.113Z[ recovery-image] May 29 18:01:07.544 INFO O| May 29 18:01:07.544 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-05-29T18:01:08.122Z[ recovery-image] May 29 18:01:07.552 INFO O| May 29 18:01:07.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66342026-05-29T18:01:08.122Z[ recovery-image] May 29 18:01:07.552 INFO O| May 29 18:01:07.552 INFO STEP 598 (remove_files) COMPLETE
66352026-05-29T18:01:08.125Z[ recovery-image] May 29 18:01:07.552 INFO O| May 29 18:01:07.552 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-05-29T18:01:08.130Z[ recovery-image] May 29 18:01:07.561 INFO O| May 29 18:01:07.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66372026-05-29T18:01:08.130Z[ recovery-image] May 29 18:01:07.561 INFO O| May 29 18:01:07.561 INFO STEP 599 (remove_files) COMPLETE
66382026-05-29T18:01:08.130Z[ recovery-image] May 29 18:01:07.561 INFO O| May 29 18:01:07.561 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-05-29T18:01:08.138Z[ recovery-image] May 29 18:01:07.569 INFO O| May 29 18:01:07.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66402026-05-29T18:01:08.138Z[ recovery-image] May 29 18:01:07.569 INFO O| May 29 18:01:07.569 INFO STEP 600 (remove_files) COMPLETE
66412026-05-29T18:01:08.138Z[ recovery-image] May 29 18:01:07.569 INFO O| May 29 18:01:07.569 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-05-29T18:01:08.147Z[ recovery-image] May 29 18:01:07.577 INFO O| May 29 18:01:07.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66432026-05-29T18:01:08.147Z[ recovery-image] May 29 18:01:07.578 INFO O| May 29 18:01:07.578 INFO STEP 601 (remove_files) COMPLETE
66442026-05-29T18:01:08.147Z[ recovery-image] May 29 18:01:07.578 INFO O| May 29 18:01:07.578 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-05-29T18:01:08.155Z[ recovery-image] May 29 18:01:07.586 INFO O| May 29 18:01:07.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66462026-05-29T18:01:08.155Z[ recovery-image] May 29 18:01:07.586 INFO O| May 29 18:01:07.586 INFO STEP 602 (remove_files) COMPLETE
66472026-05-29T18:01:08.155Z[ recovery-image] May 29 18:01:07.586 INFO O| May 29 18:01:07.586 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-05-29T18:01:08.163Z[ recovery-image] May 29 18:01:07.594 INFO O| May 29 18:01:07.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66492026-05-29T18:01:08.163Z[ recovery-image] May 29 18:01:07.594 INFO O| May 29 18:01:07.594 INFO STEP 603 (remove_files) COMPLETE
66502026-05-29T18:01:08.163Z[ recovery-image] May 29 18:01:07.594 INFO O| May 29 18:01:07.594 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-05-29T18:01:08.172Z[ recovery-image] May 29 18:01:07.603 INFO O| May 29 18:01:07.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66522026-05-29T18:01:08.172Z[ recovery-image] May 29 18:01:07.603 INFO O| May 29 18:01:07.603 INFO STEP 604 (remove_files) COMPLETE
66532026-05-29T18:01:08.175Z[ recovery-image] May 29 18:01:07.603 INFO O| May 29 18:01:07.603 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-05-29T18:01:08.180Z[ recovery-image] May 29 18:01:07.611 INFO O| May 29 18:01:07.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66552026-05-29T18:01:08.181Z[ recovery-image] May 29 18:01:07.611 INFO O| May 29 18:01:07.611 INFO STEP 605 (remove_files) COMPLETE
66562026-05-29T18:01:08.181Z[ recovery-image] May 29 18:01:07.611 INFO O| May 29 18:01:07.611 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-05-29T18:01:08.189Z[ recovery-image] May 29 18:01:07.620 INFO O| May 29 18:01:07.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66582026-05-29T18:01:08.189Z[ recovery-image] May 29 18:01:07.620 INFO O| May 29 18:01:07.620 INFO STEP 606 (remove_files) COMPLETE
66592026-05-29T18:01:08.193Z[ recovery-image] May 29 18:01:07.620 INFO O| May 29 18:01:07.620 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-05-29T18:01:08.199Z[ recovery-image] May 29 18:01:07.629 INFO O| May 29 18:01:07.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66612026-05-29T18:01:08.199Z[ recovery-image] May 29 18:01:07.629 INFO O| May 29 18:01:07.629 INFO STEP 607 (remove_files) COMPLETE
66622026-05-29T18:01:08.199Z[ recovery-image] May 29 18:01:07.629 INFO O| May 29 18:01:07.629 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-05-29T18:01:08.207Z[ recovery-image] May 29 18:01:07.638 INFO O| May 29 18:01:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66642026-05-29T18:01:08.211Z[ recovery-image] May 29 18:01:07.639 INFO O| May 29 18:01:07.639 INFO STEP 608 (remove_files) COMPLETE
66652026-05-29T18:01:08.211Z[ recovery-image] May 29 18:01:07.639 INFO O| May 29 18:01:07.639 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-05-29T18:01:08.217Z[ recovery-image] May 29 18:01:07.648 INFO O| May 29 18:01:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66672026-05-29T18:01:08.217Z[ recovery-image] May 29 18:01:07.648 INFO O| May 29 18:01:07.648 INFO STEP 609 (remove_files) COMPLETE
66682026-05-29T18:01:08.217Z[ recovery-image] May 29 18:01:07.648 INFO O| May 29 18:01:07.648 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-05-29T18:01:08.226Z[ recovery-image] May 29 18:01:07.657 INFO O| May 29 18:01:07.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66702026-05-29T18:01:08.226Z[ recovery-image] May 29 18:01:07.657 INFO O| May 29 18:01:07.657 INFO STEP 610 (remove_files) COMPLETE
66712026-05-29T18:01:08.226Z[ recovery-image] May 29 18:01:07.657 INFO O| May 29 18:01:07.657 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-05-29T18:01:08.234Z[ recovery-image] May 29 18:01:07.665 INFO O| May 29 18:01:07.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66732026-05-29T18:01:08.234Z[ recovery-image] May 29 18:01:07.665 INFO O| May 29 18:01:07.665 INFO STEP 611 (remove_files) COMPLETE
66742026-05-29T18:01:08.234Z[ recovery-image] May 29 18:01:07.665 INFO O| May 29 18:01:07.665 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-05-29T18:01:09.246Z[ recovery-image] May 29 18:01:07.674 INFO O| May 29 18:01:07.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66762026-05-29T18:01:09.246Z[ recovery-image] May 29 18:01:07.674 INFO O| May 29 18:01:07.674 INFO STEP 612 (remove_files) COMPLETE
66772026-05-29T18:01:09.246Z[ recovery-image] May 29 18:01:07.674 INFO O| May 29 18:01:07.674 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.682 INFO O| May 29 18:01:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66792026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.682 INFO O| May 29 18:01:07.682 INFO STEP 613 (remove_files) COMPLETE
66802026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.682 INFO O| May 29 18:01:07.682 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.691 INFO O| May 29 18:01:07.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66822026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.691 INFO O| May 29 18:01:07.691 INFO STEP 614 (remove_files) COMPLETE
66832026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.691 INFO O| May 29 18:01:07.691 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.700 INFO O| May 29 18:01:07.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66852026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.700 INFO O| May 29 18:01:07.700 INFO STEP 615 (remove_files) COMPLETE
66862026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.700 INFO O| May 29 18:01:07.700 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.709 INFO O| May 29 18:01:07.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66882026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.710 INFO O| May 29 18:01:07.710 INFO STEP 616 (remove_files) COMPLETE
66892026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.710 INFO O| May 29 18:01:07.710 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.720 INFO O| May 29 18:01:07.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66912026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.720 INFO O| May 29 18:01:07.720 INFO STEP 617 (remove_files) COMPLETE
66922026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.720 INFO O| May 29 18:01:07.720 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.729 INFO O| May 29 18:01:07.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66942026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.729 INFO O| May 29 18:01:07.729 INFO STEP 618 (remove_files) COMPLETE
66952026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.729 INFO O| May 29 18:01:07.729 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.738 INFO O| May 29 18:01:07.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66972026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.738 INFO O| May 29 18:01:07.738 INFO STEP 619 (remove_files) COMPLETE
66982026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.738 INFO O| May 29 18:01:07.738 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-05-29T18:01:09.251Z[ recovery-image] May 29 18:01:07.748 INFO O| May 29 18:01:07.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67002026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.748 INFO O| May 29 18:01:07.748 INFO STEP 620 (remove_files) COMPLETE
67012026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.748 INFO O| May 29 18:01:07.748 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.757 INFO O| May 29 18:01:07.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67032026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.757 INFO O| May 29 18:01:07.757 INFO STEP 621 (remove_files) COMPLETE
67042026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.757 INFO O| May 29 18:01:07.757 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.766 INFO O| May 29 18:01:07.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67062026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.766 INFO O| May 29 18:01:07.766 INFO STEP 622 (remove_files) COMPLETE
67072026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.766 INFO O| May 29 18:01:07.766 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.776 INFO O| May 29 18:01:07.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67092026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.776 INFO O| May 29 18:01:07.776 INFO STEP 623 (remove_files) COMPLETE
67102026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.776 INFO O| May 29 18:01:07.776 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.786 INFO O| May 29 18:01:07.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67122026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.786 INFO O| May 29 18:01:07.786 INFO STEP 624 (remove_files) COMPLETE
67132026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.786 INFO O| May 29 18:01:07.786 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.796 INFO O| May 29 18:01:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67152026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.796 INFO O| May 29 18:01:07.796 INFO STEP 625 (remove_files) COMPLETE
67162026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.796 INFO O| May 29 18:01:07.796 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.806 INFO O| May 29 18:01:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67182026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.806 INFO O| May 29 18:01:07.806 INFO STEP 626 (remove_files) COMPLETE
67192026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.806 INFO O| May 29 18:01:07.806 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.816 INFO O| May 29 18:01:07.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67212026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.816 INFO O| May 29 18:01:07.816 INFO STEP 627 (remove_files) COMPLETE
67222026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.816 INFO O| May 29 18:01:07.816 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.826 INFO O| May 29 18:01:07.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67242026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.826 INFO O| May 29 18:01:07.826 INFO STEP 628 (remove_files) COMPLETE
67252026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.826 INFO O| May 29 18:01:07.826 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.836 INFO O| May 29 18:01:07.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67272026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.836 INFO O| May 29 18:01:07.836 INFO STEP 629 (remove_files) COMPLETE
67282026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.836 INFO O| May 29 18:01:07.836 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.844 INFO O| May 29 18:01:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67302026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.844 INFO O| May 29 18:01:07.844 INFO STEP 630 (remove_files) COMPLETE
67312026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.844 INFO O| May 29 18:01:07.844 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.853 INFO O| May 29 18:01:07.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67332026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.853 INFO O| May 29 18:01:07.853 INFO STEP 631 (remove_files) COMPLETE
67342026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.853 INFO O| May 29 18:01:07.853 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.862 INFO O| May 29 18:01:07.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67362026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.862 INFO O| May 29 18:01:07.862 INFO STEP 632 (remove_files) COMPLETE
67372026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.862 INFO O| May 29 18:01:07.862 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-05-29T18:01:09.252Z[ recovery-image] May 29 18:01:07.870 INFO O| May 29 18:01:07.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67392026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.870 INFO O| May 29 18:01:07.870 INFO STEP 633 (remove_files) COMPLETE
67402026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.870 INFO O| May 29 18:01:07.870 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.879 INFO O| May 29 18:01:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67422026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.879 INFO O| May 29 18:01:07.879 INFO STEP 634 (remove_files) COMPLETE
67432026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.879 INFO O| May 29 18:01:07.879 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.887 INFO O| May 29 18:01:07.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67452026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.887 INFO O| May 29 18:01:07.887 INFO STEP 635 (remove_files) COMPLETE
67462026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.887 INFO O| May 29 18:01:07.887 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.896 INFO O| May 29 18:01:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67482026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.896 INFO O| May 29 18:01:07.896 INFO STEP 636 (remove_files) COMPLETE
67492026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.896 INFO O| May 29 18:01:07.896 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.905 INFO O| May 29 18:01:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67512026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.905 INFO O| May 29 18:01:07.905 INFO STEP 637 (remove_files) COMPLETE
67522026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.905 INFO O| May 29 18:01:07.905 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.913 INFO O| May 29 18:01:07.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67542026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.913 INFO O| May 29 18:01:07.913 INFO STEP 638 (remove_files) COMPLETE
67552026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.913 INFO O| May 29 18:01:07.913 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.921 INFO O| May 29 18:01:07.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67572026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.921 INFO O| May 29 18:01:07.921 INFO STEP 639 (remove_files) COMPLETE
67582026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.921 INFO O| May 29 18:01:07.921 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.947 INFO O| May 29 18:01:07.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67602026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.947 INFO O| May 29 18:01:07.947 INFO STEP 640 (remove_files) COMPLETE
67612026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.947 INFO O| May 29 18:01:07.947 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.956 INFO O| May 29 18:01:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67632026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.956 INFO O| May 29 18:01:07.956 INFO STEP 641 (remove_files) COMPLETE
67642026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.957 INFO O| May 29 18:01:07.956 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.965 INFO O| May 29 18:01:07.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67662026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.966 INFO O| May 29 18:01:07.966 INFO STEP 642 (remove_files) COMPLETE
67672026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.966 INFO O| May 29 18:01:07.966 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.974 INFO O| May 29 18:01:07.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67692026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.974 INFO O| May 29 18:01:07.974 INFO STEP 643 (remove_files) COMPLETE
67702026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.974 INFO O| May 29 18:01:07.974 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.982 INFO O| May 29 18:01:07.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67722026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.982 INFO O| May 29 18:01:07.982 INFO STEP 644 (remove_files) COMPLETE
67732026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.982 INFO O| May 29 18:01:07.982 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.991 INFO O| May 29 18:01:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67752026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.991 INFO O| May 29 18:01:07.991 INFO STEP 645 (remove_files) COMPLETE
67762026-05-29T18:01:09.253Z[ recovery-image] May 29 18:01:07.991 INFO O| May 29 18:01:07.991 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-05-29T18:01:09.254Z[ recovery-image] May 29 18:01:08.000 INFO O| May 29 18:01:07.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67782026-05-29T18:01:09.257Z[ recovery-image] May 29 18:01:08.000 INFO O| May 29 18:01:08.000 INFO STEP 646 (remove_files) COMPLETE
67792026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.000 INFO O| May 29 18:01:08.000 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.010 INFO O| May 29 18:01:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67812026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.010 INFO O| May 29 18:01:08.010 INFO STEP 647 (remove_files) COMPLETE
67822026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.010 INFO O| May 29 18:01:08.010 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.020 INFO O| May 29 18:01:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67842026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.020 INFO O| May 29 18:01:08.020 INFO STEP 648 (remove_files) COMPLETE
67852026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.020 INFO O| May 29 18:01:08.020 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.028 INFO O| May 29 18:01:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67872026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.028 INFO O| May 29 18:01:08.028 INFO STEP 649 (remove_files) COMPLETE
67882026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.028 INFO O| May 29 18:01:08.028 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.036 INFO O| May 29 18:01:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67902026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.036 INFO O| May 29 18:01:08.036 INFO STEP 650 (remove_files) COMPLETE
67912026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.036 INFO O| May 29 18:01:08.036 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.045 INFO O| May 29 18:01:08.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67932026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.045 INFO O| May 29 18:01:08.045 INFO STEP 651 (remove_files) COMPLETE
67942026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.045 INFO O| May 29 18:01:08.045 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.053 INFO O| May 29 18:01:08.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67962026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.053 INFO O| May 29 18:01:08.053 INFO STEP 652 (remove_files) COMPLETE
67972026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.053 INFO O| May 29 18:01:08.053 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.062 INFO O| May 29 18:01:08.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67992026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.062 INFO O| May 29 18:01:08.062 INFO STEP 653 (remove_files) COMPLETE
68002026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.062 INFO O| May 29 18:01:08.062 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.071 INFO O| May 29 18:01:08.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68022026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.071 INFO O| May 29 18:01:08.071 INFO STEP 654 (remove_files) COMPLETE
68032026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.071 INFO O| May 29 18:01:08.071 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.080 INFO O| May 29 18:01:08.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68052026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.080 INFO O| May 29 18:01:08.080 INFO STEP 655 (remove_files) COMPLETE
68062026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.080 INFO O| May 29 18:01:08.080 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.090 INFO O| May 29 18:01:08.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68082026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.090 INFO O| May 29 18:01:08.090 INFO STEP 656 (remove_files) COMPLETE
68092026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.090 INFO O| May 29 18:01:08.090 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.102 INFO O| May 29 18:01:08.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68112026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.102 INFO O| May 29 18:01:08.102 INFO STEP 657 (remove_files) COMPLETE
68122026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.102 INFO O| May 29 18:01:08.102 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.111 INFO O| May 29 18:01:08.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68142026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.111 INFO O| May 29 18:01:08.111 INFO STEP 658 (remove_files) COMPLETE
68152026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.111 INFO O| May 29 18:01:08.111 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-05-29T18:01:09.258Z[ recovery-image] May 29 18:01:08.119 INFO O| May 29 18:01:08.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68172026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.119 INFO O| May 29 18:01:08.119 INFO STEP 659 (remove_files) COMPLETE
68182026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.119 INFO O| May 29 18:01:08.119 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.128 INFO O| May 29 18:01:08.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68202026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.128 INFO O| May 29 18:01:08.128 INFO STEP 660 (remove_files) COMPLETE
68212026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.128 INFO O| May 29 18:01:08.128 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.137 INFO O| May 29 18:01:08.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68232026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.137 INFO O| May 29 18:01:08.137 INFO STEP 661 (remove_files) COMPLETE
68242026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.137 INFO O| May 29 18:01:08.137 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.145 INFO O| May 29 18:01:08.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68262026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.145 INFO O| May 29 18:01:08.145 INFO STEP 662 (remove_files) COMPLETE
68272026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.145 INFO O| May 29 18:01:08.145 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.153 INFO O| May 29 18:01:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68292026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.153 INFO O| May 29 18:01:08.153 INFO STEP 663 (remove_files) COMPLETE
68302026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.153 INFO O| May 29 18:01:08.153 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.161 INFO O| May 29 18:01:08.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68322026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.161 INFO O| May 29 18:01:08.161 INFO STEP 664 (remove_files) COMPLETE
68332026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.161 INFO O| May 29 18:01:08.161 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.169 INFO O| May 29 18:01:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68352026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.169 INFO O| May 29 18:01:08.169 INFO STEP 665 (remove_files) COMPLETE
68362026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.169 INFO O| May 29 18:01:08.169 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.176 INFO O| May 29 18:01:08.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68382026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.177 INFO O| May 29 18:01:08.177 INFO STEP 666 (remove_files) COMPLETE
68392026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.177 INFO O| May 29 18:01:08.177 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.184 INFO O| May 29 18:01:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68412026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.184 INFO O| May 29 18:01:08.184 INFO STEP 667 (remove_files) COMPLETE
68422026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.184 INFO O| May 29 18:01:08.184 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.192 INFO O| May 29 18:01:08.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68442026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.192 INFO O| May 29 18:01:08.192 INFO STEP 668 (remove_files) COMPLETE
68452026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.192 INFO O| May 29 18:01:08.192 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.200 INFO O| May 29 18:01:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68472026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.200 INFO O| May 29 18:01:08.200 INFO STEP 669 (remove_files) COMPLETE
68482026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.200 INFO O| May 29 18:01:08.200 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.208 INFO O| May 29 18:01:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68502026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.208 INFO O| May 29 18:01:08.208 INFO STEP 670 (remove_files) COMPLETE
68512026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.208 INFO O| May 29 18:01:08.208 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.215 INFO O| May 29 18:01:08.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68532026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.215 INFO O| May 29 18:01:08.215 INFO STEP 671 (remove_files) COMPLETE
68542026-05-29T18:01:09.259Z[ recovery-image] May 29 18:01:08.215 INFO O| May 29 18:01:08.215 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.222 INFO O| May 29 18:01:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68562026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.222 INFO O| May 29 18:01:08.222 INFO STEP 672 (remove_files) COMPLETE
68572026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.222 INFO O| May 29 18:01:08.222 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.229 INFO O| May 29 18:01:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68592026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.229 INFO O| May 29 18:01:08.229 INFO STEP 673 (remove_files) COMPLETE
68602026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.229 INFO O| May 29 18:01:08.229 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.236 INFO O| May 29 18:01:08.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68622026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.236 INFO O| May 29 18:01:08.236 INFO STEP 674 (remove_files) COMPLETE
68632026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.236 INFO O| May 29 18:01:08.236 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.248 INFO O| May 29 18:01:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68652026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.248 INFO O| May 29 18:01:08.248 INFO STEP 675 (remove_files) COMPLETE
68662026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.248 INFO O| May 29 18:01:08.248 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.258 INFO O| May 29 18:01:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68682026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.258 INFO O| May 29 18:01:08.258 INFO STEP 676 (remove_files) COMPLETE
68692026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.258 INFO O| May 29 18:01:08.258 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.267 INFO O| May 29 18:01:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68712026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.267 INFO O| May 29 18:01:08.267 INFO STEP 677 (remove_files) COMPLETE
68722026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.267 INFO O| May 29 18:01:08.267 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.276 INFO O| May 29 18:01:08.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68742026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.276 INFO O| May 29 18:01:08.276 INFO STEP 678 (remove_files) COMPLETE
68752026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.276 INFO O| May 29 18:01:08.276 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.285 INFO O| May 29 18:01:08.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68772026-05-29T18:01:09.260Z[ recovery-image] May 29 18:01:08.285 INFO O| May 29 18:01:08.285 INFO STEP 679 (remove_files) COMPLETE
68782026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.285 INFO O| May 29 18:01:08.285 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.293 INFO O| May 29 18:01:08.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68802026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.293 INFO O| May 29 18:01:08.293 INFO STEP 680 (remove_files) COMPLETE
68812026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.293 INFO O| May 29 18:01:08.293 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.302 INFO O| May 29 18:01:08.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68832026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.302 INFO O| May 29 18:01:08.302 INFO STEP 681 (remove_files) COMPLETE
68842026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.302 INFO O| May 29 18:01:08.302 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.310 INFO O| May 29 18:01:08.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68862026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.311 INFO O| May 29 18:01:08.311 INFO STEP 682 (remove_files) COMPLETE
68872026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.311 INFO O| May 29 18:01:08.311 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-05-29T18:01:09.264Z[ recovery-image] May 29 18:01:08.319 INFO O| May 29 18:01:08.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68892026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.319 INFO O| May 29 18:01:08.319 INFO STEP 683 (remove_files) COMPLETE
68902026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.319 INFO O| May 29 18:01:08.319 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.328 INFO O| May 29 18:01:08.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68922026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.328 INFO O| May 29 18:01:08.328 INFO STEP 684 (remove_files) COMPLETE
68932026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.328 INFO O| May 29 18:01:08.328 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.336 INFO O| May 29 18:01:08.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68952026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.336 INFO O| May 29 18:01:08.336 INFO STEP 685 (remove_files) COMPLETE
68962026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.336 INFO O| May 29 18:01:08.336 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.344 INFO O| May 29 18:01:08.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68982026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.344 INFO O| May 29 18:01:08.344 INFO STEP 686 (remove_files) COMPLETE
68992026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.344 INFO O| May 29 18:01:08.344 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.351 INFO O| May 29 18:01:08.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69012026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.351 INFO O| May 29 18:01:08.351 INFO STEP 687 (remove_files) COMPLETE
69022026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.351 INFO O| May 29 18:01:08.351 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.359 INFO O| May 29 18:01:08.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69042026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.359 INFO O| May 29 18:01:08.359 INFO STEP 688 (remove_files) COMPLETE
69052026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.359 INFO O| May 29 18:01:08.359 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.367 INFO O| May 29 18:01:08.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69072026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.367 INFO O| May 29 18:01:08.367 INFO STEP 689 (remove_files) COMPLETE
69082026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.367 INFO O| May 29 18:01:08.367 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.375 INFO O| May 29 18:01:08.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69102026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.375 INFO O| May 29 18:01:08.375 INFO STEP 690 (remove_files) COMPLETE
69112026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.375 INFO O| May 29 18:01:08.375 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.383 INFO O| May 29 18:01:08.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69132026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.383 INFO O| May 29 18:01:08.383 INFO STEP 691 (remove_files) COMPLETE
69142026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.383 INFO O| May 29 18:01:08.383 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.391 INFO O| May 29 18:01:08.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69162026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.391 INFO O| May 29 18:01:08.391 INFO STEP 692 (remove_files) COMPLETE
69172026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.391 INFO O| May 29 18:01:08.391 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.399 INFO O| May 29 18:01:08.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69192026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.399 INFO O| May 29 18:01:08.399 INFO STEP 693 (remove_files) COMPLETE
69202026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.399 INFO O| May 29 18:01:08.399 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.408 INFO O| May 29 18:01:08.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69222026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.408 INFO O| May 29 18:01:08.408 INFO STEP 694 (remove_files) COMPLETE
69232026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.408 INFO O| May 29 18:01:08.408 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.416 INFO O| May 29 18:01:08.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69252026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.416 INFO O| May 29 18:01:08.416 INFO STEP 695 (remove_files) COMPLETE
69262026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.416 INFO O| May 29 18:01:08.416 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-05-29T18:01:09.265Z[ recovery-image] May 29 18:01:08.423 INFO O| May 29 18:01:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69282026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.424 INFO O| May 29 18:01:08.423 INFO STEP 696 (remove_files) COMPLETE
69292026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.424 INFO O| May 29 18:01:08.423 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.431 INFO O| May 29 18:01:08.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69312026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.431 INFO O| May 29 18:01:08.431 INFO STEP 697 (remove_files) COMPLETE
69322026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.431 INFO O| May 29 18:01:08.431 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.439 INFO O| May 29 18:01:08.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69342026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.439 INFO O| May 29 18:01:08.439 INFO STEP 698 (remove_files) COMPLETE
69352026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.439 INFO O| May 29 18:01:08.439 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.447 INFO O| May 29 18:01:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69372026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.447 INFO O| May 29 18:01:08.447 INFO STEP 699 (remove_files) COMPLETE
69382026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.447 INFO O| May 29 18:01:08.447 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.454 INFO O| May 29 18:01:08.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69402026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.454 INFO O| May 29 18:01:08.454 INFO STEP 700 (remove_files) COMPLETE
69412026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.454 INFO O| May 29 18:01:08.454 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.462 INFO O| May 29 18:01:08.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69432026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.462 INFO O| May 29 18:01:08.462 INFO STEP 701 (remove_files) COMPLETE
69442026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.462 INFO O| May 29 18:01:08.462 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.469 INFO O| May 29 18:01:08.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69462026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.469 INFO O| May 29 18:01:08.469 INFO STEP 702 (remove_files) COMPLETE
69472026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.469 INFO O| May 29 18:01:08.469 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.477 INFO O| May 29 18:01:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69492026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.477 INFO O| May 29 18:01:08.477 INFO STEP 703 (remove_files) COMPLETE
69502026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.477 INFO O| May 29 18:01:08.477 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.484 INFO O| May 29 18:01:08.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69522026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.484 INFO O| May 29 18:01:08.484 INFO STEP 704 (remove_files) COMPLETE
69532026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.484 INFO O| May 29 18:01:08.484 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.491 INFO O| May 29 18:01:08.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69552026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.491 INFO O| May 29 18:01:08.491 INFO STEP 705 (remove_files) COMPLETE
69562026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.491 INFO O| May 29 18:01:08.491 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.499 INFO O| May 29 18:01:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69582026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.499 INFO O| May 29 18:01:08.499 INFO STEP 706 (remove_files) COMPLETE
69592026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.499 INFO O| May 29 18:01:08.499 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.506 INFO O| May 29 18:01:08.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69612026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.506 INFO O| May 29 18:01:08.506 INFO STEP 707 (remove_files) COMPLETE
69622026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.506 INFO O| May 29 18:01:08.506 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.514 INFO O| May 29 18:01:08.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69642026-05-29T18:01:09.266Z[ recovery-image] May 29 18:01:08.514 INFO O| May 29 18:01:08.514 INFO STEP 708 (remove_files) COMPLETE
69652026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.514 INFO O| May 29 18:01:08.514 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.522 INFO O| May 29 18:01:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69672026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.522 INFO O| May 29 18:01:08.522 INFO STEP 709 (remove_files) COMPLETE
69682026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.522 INFO O| May 29 18:01:08.522 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.530 INFO O| May 29 18:01:08.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69702026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.530 INFO O| May 29 18:01:08.530 INFO STEP 710 (remove_files) COMPLETE
69712026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.530 INFO O| May 29 18:01:08.530 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.537 INFO O| May 29 18:01:08.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69732026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.537 INFO O| May 29 18:01:08.537 INFO STEP 711 (remove_files) COMPLETE
69742026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.537 INFO O| May 29 18:01:08.537 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.545 INFO O| May 29 18:01:08.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69762026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.545 INFO O| May 29 18:01:08.545 INFO STEP 712 (remove_files) COMPLETE
69772026-05-29T18:01:09.267Z[ recovery-image] May 29 18:01:08.545 INFO O| May 29 18:01:08.545 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.553 INFO O| May 29 18:01:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69792026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.553 INFO O| May 29 18:01:08.553 INFO STEP 713 (remove_files) COMPLETE
69802026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.553 INFO O| May 29 18:01:08.553 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.561 INFO O| May 29 18:01:08.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69822026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.562 INFO O| May 29 18:01:08.562 INFO STEP 714 (remove_files) COMPLETE
69832026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.562 INFO O| May 29 18:01:08.562 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.570 INFO O| May 29 18:01:08.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69852026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.570 INFO O| May 29 18:01:08.570 INFO STEP 715 (remove_files) COMPLETE
69862026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.570 INFO O| May 29 18:01:08.570 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.578 INFO O| May 29 18:01:08.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69882026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.578 INFO O| May 29 18:01:08.578 INFO STEP 716 (remove_files) COMPLETE
69892026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.578 INFO O| May 29 18:01:08.578 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.586 INFO O| May 29 18:01:08.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69912026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.586 INFO O| May 29 18:01:08.586 INFO STEP 717 (remove_files) COMPLETE
69922026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.587 INFO O| May 29 18:01:08.586 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.595 INFO O| May 29 18:01:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69942026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.595 INFO O| May 29 18:01:08.595 INFO STEP 718 (remove_files) COMPLETE
69952026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.595 INFO O| May 29 18:01:08.595 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.604 INFO O| May 29 18:01:08.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69972026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.604 INFO O| May 29 18:01:08.604 INFO STEP 719 (remove_files) COMPLETE
69982026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.604 INFO O| May 29 18:01:08.604 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.613 INFO O| May 29 18:01:08.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70002026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.613 INFO O| May 29 18:01:08.613 INFO STEP 720 (remove_files) COMPLETE
70012026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.613 INFO O| May 29 18:01:08.613 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.622 INFO O| May 29 18:01:08.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70032026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.622 INFO O| May 29 18:01:08.622 INFO STEP 721 (remove_files) COMPLETE
70042026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.622 INFO O| May 29 18:01:08.622 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.632 INFO O| May 29 18:01:08.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70062026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.632 INFO O| May 29 18:01:08.632 INFO STEP 722 (remove_files) COMPLETE
70072026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.632 INFO O| May 29 18:01:08.632 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.641 INFO O| May 29 18:01:08.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70092026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.641 INFO O| May 29 18:01:08.641 INFO STEP 723 (remove_files) COMPLETE
70102026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.641 INFO O| May 29 18:01:08.641 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-05-29T18:01:09.271Z[ recovery-image] May 29 18:01:08.649 INFO O| May 29 18:01:08.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70122026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.649 INFO O| May 29 18:01:08.649 INFO STEP 724 (remove_files) COMPLETE
70132026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.649 INFO O| May 29 18:01:08.649 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.657 INFO O| May 29 18:01:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70152026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.657 INFO O| May 29 18:01:08.657 INFO STEP 725 (remove_files) COMPLETE
70162026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.657 INFO O| May 29 18:01:08.657 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.665 INFO O| May 29 18:01:08.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70182026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.665 INFO O| May 29 18:01:08.665 INFO STEP 726 (remove_files) COMPLETE
70192026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.665 INFO O| May 29 18:01:08.665 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.674 INFO O| May 29 18:01:08.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70212026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.674 INFO O| May 29 18:01:08.674 INFO STEP 727 (remove_files) COMPLETE
70222026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.674 INFO O| May 29 18:01:08.674 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.683 INFO O| May 29 18:01:08.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70242026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.683 INFO O| May 29 18:01:08.683 INFO STEP 728 (remove_files) COMPLETE
70252026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.683 INFO O| May 29 18:01:08.683 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.691 INFO O| May 29 18:01:08.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70272026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.691 INFO O| May 29 18:01:08.691 INFO STEP 729 (remove_files) COMPLETE
70282026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.691 INFO O| May 29 18:01:08.691 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.698 INFO O| May 29 18:01:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70302026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.698 INFO O| May 29 18:01:08.698 INFO STEP 730 (remove_files) COMPLETE
70312026-05-29T18:01:09.272Z[ recovery-image] May 29 18:01:08.698 INFO O| May 29 18:01:08.698 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-05-29T18:01:09.275Z[ recovery-image] May 29 18:01:08.705 INFO O| May 29 18:01:08.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70332026-05-29T18:01:09.275Z[ recovery-image] May 29 18:01:08.705 INFO O| May 29 18:01:08.705 INFO STEP 731 (remove_files) COMPLETE
70342026-05-29T18:01:09.275Z[ recovery-image] May 29 18:01:08.705 INFO O| May 29 18:01:08.705 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-05-29T18:01:09.281Z[ recovery-image] May 29 18:01:08.712 INFO O| May 29 18:01:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70362026-05-29T18:01:09.281Z[ recovery-image] May 29 18:01:08.712 INFO O| May 29 18:01:08.712 INFO STEP 732 (remove_files) COMPLETE
70372026-05-29T18:01:09.284Z[ recovery-image] May 29 18:01:08.712 INFO O| May 29 18:01:08.712 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-05-29T18:01:09.289Z[ recovery-image] May 29 18:01:08.720 INFO O| May 29 18:01:08.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70392026-05-29T18:01:09.289Z[ recovery-image] May 29 18:01:08.720 INFO O| May 29 18:01:08.720 INFO STEP 733 (remove_files) COMPLETE
70402026-05-29T18:01:09.292Z[ recovery-image] May 29 18:01:08.720 INFO O| May 29 18:01:08.720 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-05-29T18:01:09.296Z[ recovery-image] May 29 18:01:08.727 INFO O| May 29 18:01:08.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70422026-05-29T18:01:09.296Z[ recovery-image] May 29 18:01:08.727 INFO O| May 29 18:01:08.727 INFO STEP 734 (remove_files) COMPLETE
70432026-05-29T18:01:09.296Z[ recovery-image] May 29 18:01:08.727 INFO O| May 29 18:01:08.727 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-05-29T18:01:09.304Z[ recovery-image] May 29 18:01:08.734 INFO O| May 29 18:01:08.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70452026-05-29T18:01:09.304Z[ recovery-image] May 29 18:01:08.735 INFO O| May 29 18:01:08.735 INFO STEP 735 (remove_files) COMPLETE
70462026-05-29T18:01:09.304Z[ recovery-image] May 29 18:01:08.735 INFO O| May 29 18:01:08.735 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-05-29T18:01:09.311Z[ recovery-image] May 29 18:01:08.742 INFO O| May 29 18:01:08.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70482026-05-29T18:01:09.311Z[ recovery-image] May 29 18:01:08.742 INFO O| May 29 18:01:08.742 INFO STEP 736 (remove_files) COMPLETE
70492026-05-29T18:01:09.314Z[ recovery-image] May 29 18:01:08.742 INFO O| May 29 18:01:08.742 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-05-29T18:01:09.318Z[ recovery-image] May 29 18:01:08.749 INFO O| May 29 18:01:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70512026-05-29T18:01:09.318Z[ recovery-image] May 29 18:01:08.749 INFO O| May 29 18:01:08.749 INFO STEP 737 (remove_files) COMPLETE
70522026-05-29T18:01:09.321Z[ recovery-image] May 29 18:01:08.749 INFO O| May 29 18:01:08.749 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-05-29T18:01:09.326Z[ recovery-image] May 29 18:01:08.757 INFO O| May 29 18:01:08.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70542026-05-29T18:01:09.326Z[ recovery-image] May 29 18:01:08.757 INFO O| May 29 18:01:08.757 INFO STEP 738 (remove_files) COMPLETE
70552026-05-29T18:01:09.326Z[ recovery-image] May 29 18:01:08.757 INFO O| May 29 18:01:08.757 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-05-29T18:01:09.333Z[ recovery-image] May 29 18:01:08.764 INFO O| May 29 18:01:08.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70572026-05-29T18:01:09.334Z[ recovery-image] May 29 18:01:08.764 INFO O| May 29 18:01:08.764 INFO STEP 739 (remove_files) COMPLETE
70582026-05-29T18:01:09.334Z[ recovery-image] May 29 18:01:08.764 INFO O| May 29 18:01:08.764 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-05-29T18:01:09.342Z[ recovery-image] May 29 18:01:08.773 INFO O| May 29 18:01:08.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70602026-05-29T18:01:09.342Z[ recovery-image] May 29 18:01:08.773 INFO O| May 29 18:01:08.773 INFO STEP 740 (remove_files) COMPLETE
70612026-05-29T18:01:09.342Z[ recovery-image] May 29 18:01:08.773 INFO O| May 29 18:01:08.773 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-05-29T18:01:09.350Z[ recovery-image] May 29 18:01:08.781 INFO O| May 29 18:01:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70632026-05-29T18:01:09.350Z[ recovery-image] May 29 18:01:08.781 INFO O| May 29 18:01:08.781 INFO STEP 741 (remove_files) COMPLETE
70642026-05-29T18:01:09.353Z[ recovery-image] May 29 18:01:08.781 INFO O| May 29 18:01:08.781 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-05-29T18:01:09.358Z[ recovery-image] May 29 18:01:08.789 INFO O| May 29 18:01:08.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70662026-05-29T18:01:09.358Z[ recovery-image] May 29 18:01:08.789 INFO O| May 29 18:01:08.789 INFO STEP 742 (remove_files) COMPLETE
70672026-05-29T18:01:09.361Z[ recovery-image] May 29 18:01:08.789 INFO O| May 29 18:01:08.789 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-05-29T18:01:09.367Z[ recovery-image] May 29 18:01:08.798 INFO O| May 29 18:01:08.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70692026-05-29T18:01:09.367Z[ recovery-image] May 29 18:01:08.798 INFO O| May 29 18:01:08.798 INFO STEP 743 (remove_files) COMPLETE
70702026-05-29T18:01:09.370Z[ recovery-image] May 29 18:01:08.798 INFO O| May 29 18:01:08.798 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-05-29T18:01:09.375Z[ recovery-image] May 29 18:01:08.806 INFO O| May 29 18:01:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70722026-05-29T18:01:09.375Z[ recovery-image] May 29 18:01:08.806 INFO O| May 29 18:01:08.806 INFO STEP 744 (remove_files) COMPLETE
70732026-05-29T18:01:09.375Z[ recovery-image] May 29 18:01:08.807 INFO O| May 29 18:01:08.806 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-05-29T18:01:09.384Z[ recovery-image] May 29 18:01:08.815 INFO O| May 29 18:01:08.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70752026-05-29T18:01:09.384Z[ recovery-image] May 29 18:01:08.815 INFO O| May 29 18:01:08.815 INFO STEP 745 (remove_files) COMPLETE
70762026-05-29T18:01:09.384Z[ recovery-image] May 29 18:01:08.815 INFO O| May 29 18:01:08.815 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-05-29T18:01:09.392Z[ recovery-image] May 29 18:01:08.823 INFO O| May 29 18:01:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70782026-05-29T18:01:09.392Z[ recovery-image] May 29 18:01:08.823 INFO O| May 29 18:01:08.823 INFO STEP 746 (remove_files) COMPLETE
70792026-05-29T18:01:09.392Z[ recovery-image] May 29 18:01:08.823 INFO O| May 29 18:01:08.823 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-05-29T18:01:09.400Z[ recovery-image] May 29 18:01:08.831 INFO O| May 29 18:01:08.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70812026-05-29T18:01:09.400Z[ recovery-image] May 29 18:01:08.831 INFO O| May 29 18:01:08.831 INFO STEP 747 (remove_files) COMPLETE
70822026-05-29T18:01:09.400Z[ recovery-image] May 29 18:01:08.831 INFO O| May 29 18:01:08.831 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-05-29T18:01:09.409Z[ recovery-image] May 29 18:01:08.840 INFO O| May 29 18:01:08.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70842026-05-29T18:01:09.409Z[ recovery-image] May 29 18:01:08.840 INFO O| May 29 18:01:08.840 INFO STEP 748 (remove_files) COMPLETE
70852026-05-29T18:01:09.409Z[ recovery-image] May 29 18:01:08.840 INFO O| May 29 18:01:08.840 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-05-29T18:01:09.418Z[ recovery-image] May 29 18:01:08.849 INFO O| May 29 18:01:08.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70872026-05-29T18:01:09.418Z[ recovery-image] May 29 18:01:08.849 INFO O| May 29 18:01:08.849 INFO STEP 749 (remove_files) COMPLETE
70882026-05-29T18:01:09.421Z[ recovery-image] May 29 18:01:08.849 INFO O| May 29 18:01:08.849 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-05-29T18:01:09.428Z[ recovery-image] May 29 18:01:08.859 INFO O| May 29 18:01:08.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70902026-05-29T18:01:09.428Z[ recovery-image] May 29 18:01:08.859 INFO O| May 29 18:01:08.859 INFO STEP 750 (remove_files) COMPLETE
70912026-05-29T18:01:09.428Z[ recovery-image] May 29 18:01:08.859 INFO O| May 29 18:01:08.859 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-05-29T18:01:09.436Z[ recovery-image] May 29 18:01:08.867 INFO O| May 29 18:01:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70932026-05-29T18:01:09.436Z[ recovery-image] May 29 18:01:08.867 INFO O| May 29 18:01:08.867 INFO STEP 751 (remove_files) COMPLETE
70942026-05-29T18:01:09.436Z[ recovery-image] May 29 18:01:08.867 INFO O| May 29 18:01:08.867 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-05-29T18:01:09.445Z[ recovery-image] May 29 18:01:08.876 INFO O| May 29 18:01:08.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70962026-05-29T18:01:09.445Z[ recovery-image] May 29 18:01:08.876 INFO O| May 29 18:01:08.876 INFO STEP 752 (remove_files) COMPLETE
70972026-05-29T18:01:09.445Z[ recovery-image] May 29 18:01:08.876 INFO O| May 29 18:01:08.876 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-05-29T18:01:09.454Z[ recovery-image] May 29 18:01:08.885 INFO O| May 29 18:01:08.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70992026-05-29T18:01:09.454Z[ recovery-image] May 29 18:01:08.885 INFO O| May 29 18:01:08.885 INFO STEP 753 (remove_files) COMPLETE
71002026-05-29T18:01:09.454Z[ recovery-image] May 29 18:01:08.885 INFO O| May 29 18:01:08.885 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-05-29T18:01:09.463Z[ recovery-image] May 29 18:01:08.894 INFO O| May 29 18:01:08.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71022026-05-29T18:01:09.463Z[ recovery-image] May 29 18:01:08.894 INFO O| May 29 18:01:08.894 INFO STEP 754 (remove_files) COMPLETE
71032026-05-29T18:01:09.463Z[ recovery-image] May 29 18:01:08.894 INFO O| May 29 18:01:08.894 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-05-29T18:01:09.472Z[ recovery-image] May 29 18:01:08.902 INFO O| May 29 18:01:08.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71052026-05-29T18:01:09.472Z[ recovery-image] May 29 18:01:08.903 INFO O| May 29 18:01:08.903 INFO STEP 755 (remove_files) COMPLETE
71062026-05-29T18:01:09.472Z[ recovery-image] May 29 18:01:08.903 INFO O| May 29 18:01:08.903 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-05-29T18:01:09.481Z[ recovery-image] May 29 18:01:08.911 INFO O| May 29 18:01:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71082026-05-29T18:01:09.481Z[ recovery-image] May 29 18:01:08.911 INFO O| May 29 18:01:08.911 INFO STEP 756 (remove_files) COMPLETE
71092026-05-29T18:01:09.481Z[ recovery-image] May 29 18:01:08.911 INFO O| May 29 18:01:08.911 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-05-29T18:01:09.490Z[ recovery-image] May 29 18:01:08.920 INFO O| May 29 18:01:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71112026-05-29T18:01:09.490Z[ recovery-image] May 29 18:01:08.921 INFO O| May 29 18:01:08.921 INFO STEP 757 (remove_files) COMPLETE
71122026-05-29T18:01:09.490Z[ recovery-image] May 29 18:01:08.921 INFO O| May 29 18:01:08.921 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-05-29T18:01:09.499Z[ recovery-image] May 29 18:01:08.930 INFO O| May 29 18:01:08.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71142026-05-29T18:01:09.499Z[ recovery-image] May 29 18:01:08.930 INFO O| May 29 18:01:08.930 INFO STEP 758 (remove_files) COMPLETE
71152026-05-29T18:01:09.499Z[ recovery-image] May 29 18:01:08.930 INFO O| May 29 18:01:08.930 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-05-29T18:01:09.508Z[ recovery-image] May 29 18:01:08.939 INFO O| May 29 18:01:08.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71172026-05-29T18:01:09.508Z[ recovery-image] May 29 18:01:08.939 INFO O| May 29 18:01:08.939 INFO STEP 759 (remove_files) COMPLETE
71182026-05-29T18:01:09.508Z[ recovery-image] May 29 18:01:08.939 INFO O| May 29 18:01:08.939 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-05-29T18:01:09.517Z[ recovery-image] May 29 18:01:08.948 INFO O| May 29 18:01:08.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71202026-05-29T18:01:09.517Z[ recovery-image] May 29 18:01:08.948 INFO O| May 29 18:01:08.948 INFO STEP 760 (remove_files) COMPLETE
71212026-05-29T18:01:09.517Z[ recovery-image] May 29 18:01:08.948 INFO O| May 29 18:01:08.948 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-05-29T18:01:09.526Z[ recovery-image] May 29 18:01:08.957 INFO O| May 29 18:01:08.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71232026-05-29T18:01:09.526Z[ recovery-image] May 29 18:01:08.957 INFO O| May 29 18:01:08.957 INFO STEP 761 (remove_files) COMPLETE
71242026-05-29T18:01:09.529Z[ recovery-image] May 29 18:01:08.957 INFO O| May 29 18:01:08.957 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-05-29T18:01:09.535Z[ recovery-image] May 29 18:01:08.966 INFO O| May 29 18:01:08.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71262026-05-29T18:01:09.535Z[ recovery-image] May 29 18:01:08.966 INFO O| May 29 18:01:08.966 INFO STEP 762 (remove_files) COMPLETE
71272026-05-29T18:01:09.535Z[ recovery-image] May 29 18:01:08.966 INFO O| May 29 18:01:08.966 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-05-29T18:01:09.544Z[ recovery-image] May 29 18:01:08.975 INFO O| May 29 18:01:08.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71292026-05-29T18:01:09.547Z[ recovery-image] May 29 18:01:08.976 INFO O| May 29 18:01:08.976 INFO STEP 763 (remove_files) COMPLETE
71302026-05-29T18:01:09.547Z[ recovery-image] May 29 18:01:08.976 INFO O| May 29 18:01:08.976 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-05-29T18:01:09.554Z[ recovery-image] May 29 18:01:08.985 INFO O| May 29 18:01:08.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71322026-05-29T18:01:09.554Z[ recovery-image] May 29 18:01:08.985 INFO O| May 29 18:01:08.985 INFO STEP 764 (remove_files) COMPLETE
71332026-05-29T18:01:09.554Z[ recovery-image] May 29 18:01:08.985 INFO O| May 29 18:01:08.985 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-05-29T18:01:09.563Z[ recovery-image] May 29 18:01:08.994 INFO O| May 29 18:01:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71352026-05-29T18:01:09.563Z[ recovery-image] May 29 18:01:08.994 INFO O| May 29 18:01:08.994 INFO STEP 765 (remove_files) COMPLETE
71362026-05-29T18:01:09.563Z[ recovery-image] May 29 18:01:08.994 INFO O| May 29 18:01:08.994 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-05-29T18:01:09.572Z[ recovery-image] May 29 18:01:09.003 INFO O| May 29 18:01:09.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71382026-05-29T18:01:09.572Z[ recovery-image] May 29 18:01:09.003 INFO O| May 29 18:01:09.003 INFO STEP 766 (remove_files) COMPLETE
71392026-05-29T18:01:09.572Z[ recovery-image] May 29 18:01:09.003 INFO O| May 29 18:01:09.003 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-05-29T18:01:09.595Z[ recovery-image] May 29 18:01:09.013 INFO O| May 29 18:01:09.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71412026-05-29T18:01:09.595Z[ recovery-image] May 29 18:01:09.013 INFO O| May 29 18:01:09.013 INFO STEP 767 (remove_files) COMPLETE
71422026-05-29T18:01:09.598Z[ recovery-image] May 29 18:01:09.013 INFO O| May 29 18:01:09.013 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-05-29T18:01:09.598Z[ recovery-image] May 29 18:01:09.024 INFO O| May 29 18:01:09.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71442026-05-29T18:01:09.598Z[ recovery-image] May 29 18:01:09.024 INFO O| May 29 18:01:09.024 INFO STEP 768 (remove_files) COMPLETE
71452026-05-29T18:01:09.598Z[ recovery-image] May 29 18:01:09.024 INFO O| May 29 18:01:09.024 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-05-29T18:01:09.624Z[ recovery-image] May 29 18:01:09.055 INFO O| May 29 18:01:09.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71472026-05-29T18:01:09.624Z[ recovery-image] May 29 18:01:09.055 INFO O| May 29 18:01:09.055 INFO STEP 769 (remove_files) COMPLETE
71482026-05-29T18:01:09.627Z[ recovery-image] May 29 18:01:09.055 INFO O| May 29 18:01:09.055 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-05-29T18:01:09.647Z[ recovery-image] May 29 18:01:09.078 INFO O| May 29 18:01:09.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71502026-05-29T18:01:09.647Z[ recovery-image] May 29 18:01:09.078 INFO O| May 29 18:01:09.078 INFO STEP 770 (remove_files) COMPLETE
71512026-05-29T18:01:09.650Z[ recovery-image] May 29 18:01:09.078 INFO O| May 29 18:01:09.078 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-05-29T18:01:09.656Z[ recovery-image] May 29 18:01:09.087 INFO O| May 29 18:01:09.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71532026-05-29T18:01:09.659Z[ recovery-image] May 29 18:01:09.088 INFO O| May 29 18:01:09.088 INFO STEP 771 (remove_files) COMPLETE
71542026-05-29T18:01:09.659Z[ recovery-image] May 29 18:01:09.088 INFO O| May 29 18:01:09.088 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-05-29T18:01:09.666Z[ recovery-image] May 29 18:01:09.097 INFO O| May 29 18:01:09.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71562026-05-29T18:01:09.668Z[ recovery-image] May 29 18:01:09.097 INFO O| May 29 18:01:09.097 INFO STEP 772 (remove_files) COMPLETE
71572026-05-29T18:01:09.668Z[ recovery-image] May 29 18:01:09.097 INFO O| May 29 18:01:09.097 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-05-29T18:01:09.676Z[ recovery-image] May 29 18:01:09.107 INFO O| May 29 18:01:09.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71592026-05-29T18:01:09.676Z[ recovery-image] May 29 18:01:09.107 INFO O| May 29 18:01:09.107 INFO STEP 773 (remove_files) COMPLETE
71602026-05-29T18:01:09.676Z[ recovery-image] May 29 18:01:09.107 INFO O| May 29 18:01:09.107 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-05-29T18:01:09.687Z[ recovery-image] May 29 18:01:09.118 INFO O| May 29 18:01:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71622026-05-29T18:01:09.687Z[ recovery-image] May 29 18:01:09.118 INFO O| May 29 18:01:09.118 INFO STEP 774 (remove_files) COMPLETE
71632026-05-29T18:01:09.690Z[ recovery-image] May 29 18:01:09.118 INFO O| May 29 18:01:09.118 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-05-29T18:01:09.696Z[ recovery-image] May 29 18:01:09.127 INFO O| May 29 18:01:09.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71652026-05-29T18:01:09.696Z[ recovery-image] May 29 18:01:09.127 INFO O| May 29 18:01:09.127 INFO STEP 775 (remove_files) COMPLETE
71662026-05-29T18:01:09.696Z[ recovery-image] May 29 18:01:09.127 INFO O| May 29 18:01:09.127 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-05-29T18:01:09.705Z[ recovery-image] May 29 18:01:09.136 INFO O| May 29 18:01:09.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71682026-05-29T18:01:09.705Z[ recovery-image] May 29 18:01:09.136 INFO O| May 29 18:01:09.136 INFO STEP 776 (remove_files) COMPLETE
71692026-05-29T18:01:09.705Z[ recovery-image] May 29 18:01:09.136 INFO O| May 29 18:01:09.136 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-05-29T18:01:09.713Z[ recovery-image] May 29 18:01:09.144 INFO O| May 29 18:01:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71712026-05-29T18:01:09.713Z[ recovery-image] May 29 18:01:09.144 INFO O| May 29 18:01:09.144 INFO STEP 777 (remove_files) COMPLETE
71722026-05-29T18:01:09.716Z[ recovery-image] May 29 18:01:09.144 INFO O| May 29 18:01:09.144 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-05-29T18:01:09.722Z[ recovery-image] May 29 18:01:09.153 INFO O| May 29 18:01:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71742026-05-29T18:01:09.722Z[ recovery-image] May 29 18:01:09.153 INFO O| May 29 18:01:09.153 INFO STEP 778 (remove_files) COMPLETE
71752026-05-29T18:01:09.722Z[ recovery-image] May 29 18:01:09.153 INFO O| May 29 18:01:09.153 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-05-29T18:01:09.730Z[ recovery-image] May 29 18:01:09.161 INFO O| May 29 18:01:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71772026-05-29T18:01:09.730Z[ recovery-image] May 29 18:01:09.161 INFO O| May 29 18:01:09.161 INFO STEP 779 (remove_files) COMPLETE
71782026-05-29T18:01:09.733Z[ recovery-image] May 29 18:01:09.161 INFO O| May 29 18:01:09.161 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-05-29T18:01:09.739Z[ recovery-image] May 29 18:01:09.170 INFO O| May 29 18:01:09.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71802026-05-29T18:01:09.739Z[ recovery-image] May 29 18:01:09.170 INFO O| May 29 18:01:09.170 INFO STEP 780 (remove_files) COMPLETE
71812026-05-29T18:01:09.743Z[ recovery-image] May 29 18:01:09.170 INFO O| May 29 18:01:09.170 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-05-29T18:01:09.748Z[ recovery-image] May 29 18:01:09.179 INFO O| May 29 18:01:09.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71832026-05-29T18:01:09.748Z[ recovery-image] May 29 18:01:09.179 INFO O| May 29 18:01:09.179 INFO STEP 781 (remove_files) COMPLETE
71842026-05-29T18:01:09.748Z[ recovery-image] May 29 18:01:09.179 INFO O| May 29 18:01:09.179 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-05-29T18:01:09.757Z[ recovery-image] May 29 18:01:09.187 INFO O| May 29 18:01:09.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71862026-05-29T18:01:09.757Z[ recovery-image] May 29 18:01:09.188 INFO O| May 29 18:01:09.187 INFO STEP 782 (remove_files) COMPLETE
71872026-05-29T18:01:09.757Z[ recovery-image] May 29 18:01:09.188 INFO O| May 29 18:01:09.188 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-05-29T18:01:09.766Z[ recovery-image] May 29 18:01:09.197 INFO O| May 29 18:01:09.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71892026-05-29T18:01:09.766Z[ recovery-image] May 29 18:01:09.197 INFO O| May 29 18:01:09.197 INFO STEP 783 (remove_files) COMPLETE
71902026-05-29T18:01:09.766Z[ recovery-image] May 29 18:01:09.197 INFO O| May 29 18:01:09.197 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-05-29T18:01:09.776Z[ recovery-image] May 29 18:01:09.206 INFO O| May 29 18:01:09.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71922026-05-29T18:01:09.779Z[ recovery-image] May 29 18:01:09.206 INFO O| May 29 18:01:09.206 INFO STEP 784 (remove_files) COMPLETE
71932026-05-29T18:01:09.779Z[ recovery-image] May 29 18:01:09.206 INFO O| May 29 18:01:09.206 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-05-29T18:01:09.784Z[ recovery-image] May 29 18:01:09.215 INFO O| May 29 18:01:09.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71952026-05-29T18:01:09.784Z[ recovery-image] May 29 18:01:09.215 INFO O| May 29 18:01:09.215 INFO STEP 785 (remove_files) COMPLETE
71962026-05-29T18:01:09.784Z[ recovery-image] May 29 18:01:09.215 INFO O| May 29 18:01:09.215 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-05-29T18:01:09.793Z[ recovery-image] May 29 18:01:09.224 INFO O| May 29 18:01:09.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71982026-05-29T18:01:09.793Z[ recovery-image] May 29 18:01:09.224 INFO O| May 29 18:01:09.224 INFO STEP 786 (remove_files) COMPLETE
71992026-05-29T18:01:09.793Z[ recovery-image] May 29 18:01:09.224 INFO O| May 29 18:01:09.224 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-05-29T18:01:09.802Z[ recovery-image] May 29 18:01:09.233 INFO O| May 29 18:01:09.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72012026-05-29T18:01:09.802Z[ recovery-image] May 29 18:01:09.233 INFO O| May 29 18:01:09.233 INFO STEP 787 (remove_files) COMPLETE
72022026-05-29T18:01:09.805Z[ recovery-image] May 29 18:01:09.233 INFO O| May 29 18:01:09.233 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-05-29T18:01:09.810Z[ recovery-image] May 29 18:01:09.241 INFO O| May 29 18:01:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72042026-05-29T18:01:09.810Z[ recovery-image] May 29 18:01:09.241 INFO O| May 29 18:01:09.241 INFO STEP 788 (remove_files) COMPLETE
72052026-05-29T18:01:09.813Z[ recovery-image] May 29 18:01:09.241 INFO O| May 29 18:01:09.241 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-05-29T18:01:09.818Z[ recovery-image] May 29 18:01:09.249 INFO O| May 29 18:01:09.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72072026-05-29T18:01:09.818Z[ recovery-image] May 29 18:01:09.249 INFO O| May 29 18:01:09.249 INFO STEP 789 (remove_files) COMPLETE
72082026-05-29T18:01:09.821Z[ recovery-image] May 29 18:01:09.249 INFO O| May 29 18:01:09.249 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-05-29T18:01:09.827Z[ recovery-image] May 29 18:01:09.257 INFO O| May 29 18:01:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72102026-05-29T18:01:09.827Z[ recovery-image] May 29 18:01:09.258 INFO O| May 29 18:01:09.258 INFO STEP 790 (remove_files) COMPLETE
72112026-05-29T18:01:09.830Z[ recovery-image] May 29 18:01:09.258 INFO O| May 29 18:01:09.258 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-05-29T18:01:09.836Z[ recovery-image] May 29 18:01:09.267 INFO O| May 29 18:01:09.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72132026-05-29T18:01:09.836Z[ recovery-image] May 29 18:01:09.267 INFO O| May 29 18:01:09.267 INFO STEP 791 (remove_files) COMPLETE
72142026-05-29T18:01:09.839Z[ recovery-image] May 29 18:01:09.267 INFO O| May 29 18:01:09.267 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-05-29T18:01:09.846Z[ recovery-image] May 29 18:01:09.277 INFO O| May 29 18:01:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72162026-05-29T18:01:09.846Z[ recovery-image] May 29 18:01:09.277 INFO O| May 29 18:01:09.277 INFO STEP 792 (remove_files) COMPLETE
72172026-05-29T18:01:09.846Z[ recovery-image] May 29 18:01:09.277 INFO O| May 29 18:01:09.277 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-05-29T18:01:09.856Z[ recovery-image] May 29 18:01:09.287 INFO O| May 29 18:01:09.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72192026-05-29T18:01:09.856Z[ recovery-image] May 29 18:01:09.287 INFO O| May 29 18:01:09.287 INFO STEP 793 (remove_files) COMPLETE
72202026-05-29T18:01:09.859Z[ recovery-image] May 29 18:01:09.287 INFO O| May 29 18:01:09.287 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-05-29T18:01:09.866Z[ recovery-image] May 29 18:01:09.297 INFO O| May 29 18:01:09.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72222026-05-29T18:01:09.866Z[ recovery-image] May 29 18:01:09.297 INFO O| May 29 18:01:09.297 INFO STEP 794 (remove_files) COMPLETE
72232026-05-29T18:01:09.866Z[ recovery-image] May 29 18:01:09.297 INFO O| May 29 18:01:09.297 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-05-29T18:01:09.877Z[ recovery-image] May 29 18:01:09.308 INFO O| May 29 18:01:09.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72252026-05-29T18:01:09.877Z[ recovery-image] May 29 18:01:09.308 INFO O| May 29 18:01:09.308 INFO STEP 795 (remove_files) COMPLETE
72262026-05-29T18:01:09.880Z[ recovery-image] May 29 18:01:09.308 INFO O| May 29 18:01:09.308 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-05-29T18:01:09.888Z[ recovery-image] May 29 18:01:09.318 INFO O| May 29 18:01:09.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72282026-05-29T18:01:09.888Z[ recovery-image] May 29 18:01:09.318 INFO O| May 29 18:01:09.318 INFO STEP 796 (remove_files) COMPLETE
72292026-05-29T18:01:09.891Z[ recovery-image] May 29 18:01:09.318 INFO O| May 29 18:01:09.318 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-05-29T18:01:09.896Z[ recovery-image] May 29 18:01:09.327 INFO O| May 29 18:01:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72312026-05-29T18:01:09.897Z[ recovery-image] May 29 18:01:09.328 INFO O| May 29 18:01:09.327 INFO STEP 797 (remove_files) COMPLETE
72322026-05-29T18:01:09.899Z[ recovery-image] May 29 18:01:09.328 INFO O| May 29 18:01:09.328 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-05-29T18:01:09.907Z[ recovery-image] May 29 18:01:09.338 INFO O| May 29 18:01:09.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72342026-05-29T18:01:09.907Z[ recovery-image] May 29 18:01:09.338 INFO O| May 29 18:01:09.338 INFO STEP 798 (remove_files) COMPLETE
72352026-05-29T18:01:09.907Z[ recovery-image] May 29 18:01:09.338 INFO O| May 29 18:01:09.338 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-05-29T18:01:09.921Z[ recovery-image] May 29 18:01:09.349 INFO O| May 29 18:01:09.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72372026-05-29T18:01:09.921Z[ recovery-image] May 29 18:01:09.349 INFO O| May 29 18:01:09.349 INFO STEP 799 (remove_files) COMPLETE
72382026-05-29T18:01:09.924Z[ recovery-image] May 29 18:01:09.349 INFO O| May 29 18:01:09.349 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-05-29T18:01:09.928Z[ recovery-image] May 29 18:01:09.359 INFO O| May 29 18:01:09.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72402026-05-29T18:01:09.928Z[ recovery-image] May 29 18:01:09.359 INFO O| May 29 18:01:09.359 INFO STEP 800 (remove_files) COMPLETE
72412026-05-29T18:01:09.929Z[ recovery-image] May 29 18:01:09.359 INFO O| May 29 18:01:09.359 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-05-29T18:01:09.938Z[ recovery-image] May 29 18:01:09.368 INFO O| May 29 18:01:09.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72432026-05-29T18:01:09.938Z[ recovery-image] May 29 18:01:09.368 INFO O| May 29 18:01:09.368 INFO STEP 801 (remove_files) COMPLETE
72442026-05-29T18:01:09.938Z[ recovery-image] May 29 18:01:09.368 INFO O| May 29 18:01:09.368 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-05-29T18:01:09.947Z[ recovery-image] May 29 18:01:09.377 INFO O| May 29 18:01:09.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72462026-05-29T18:01:09.947Z[ recovery-image] May 29 18:01:09.377 INFO O| May 29 18:01:09.377 INFO STEP 802 (remove_files) COMPLETE
72472026-05-29T18:01:09.947Z[ recovery-image] May 29 18:01:09.377 INFO O| May 29 18:01:09.377 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-05-29T18:01:09.955Z[ recovery-image] May 29 18:01:09.385 INFO O| May 29 18:01:09.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72492026-05-29T18:01:09.955Z[ recovery-image] May 29 18:01:09.386 INFO O| May 29 18:01:09.386 INFO STEP 803 (remove_files) COMPLETE
72502026-05-29T18:01:09.955Z[ recovery-image] May 29 18:01:09.386 INFO O| May 29 18:01:09.386 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-05-29T18:01:09.963Z[ recovery-image] May 29 18:01:09.394 INFO O| May 29 18:01:09.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72522026-05-29T18:01:09.963Z[ recovery-image] May 29 18:01:09.394 INFO O| May 29 18:01:09.394 INFO STEP 804 (remove_files) COMPLETE
72532026-05-29T18:01:09.963Z[ recovery-image] May 29 18:01:09.394 INFO O| May 29 18:01:09.394 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-05-29T18:01:09.971Z[ recovery-image] May 29 18:01:09.402 INFO O| May 29 18:01:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72552026-05-29T18:01:09.971Z[ recovery-image] May 29 18:01:09.402 INFO O| May 29 18:01:09.402 INFO STEP 805 (remove_files) COMPLETE
72562026-05-29T18:01:09.971Z[ recovery-image] May 29 18:01:09.402 INFO O| May 29 18:01:09.402 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-05-29T18:01:09.979Z[ recovery-image] May 29 18:01:09.410 INFO O| May 29 18:01:09.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72582026-05-29T18:01:09.979Z[ recovery-image] May 29 18:01:09.410 INFO O| May 29 18:01:09.410 INFO STEP 806 (remove_files) COMPLETE
72592026-05-29T18:01:09.979Z[ recovery-image] May 29 18:01:09.410 INFO O| May 29 18:01:09.410 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-05-29T18:01:09.987Z[ recovery-image] May 29 18:01:09.418 INFO O| May 29 18:01:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72612026-05-29T18:01:09.987Z[ recovery-image] May 29 18:01:09.418 INFO O| May 29 18:01:09.418 INFO STEP 807 (remove_files) COMPLETE
72622026-05-29T18:01:09.987Z[ recovery-image] May 29 18:01:09.418 INFO O| May 29 18:01:09.418 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-05-29T18:01:09.995Z[ recovery-image] May 29 18:01:09.426 INFO O| May 29 18:01:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72642026-05-29T18:01:09.995Z[ recovery-image] May 29 18:01:09.426 INFO O| May 29 18:01:09.426 INFO STEP 808 (remove_files) COMPLETE
72652026-05-29T18:01:09.995Z[ recovery-image] May 29 18:01:09.426 INFO O| May 29 18:01:09.426 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-05-29T18:01:10.003Z[ recovery-image] May 29 18:01:09.434 INFO O| May 29 18:01:09.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72672026-05-29T18:01:10.003Z[ recovery-image] May 29 18:01:09.434 INFO O| May 29 18:01:09.434 INFO STEP 809 (remove_files) COMPLETE
72682026-05-29T18:01:10.003Z[ recovery-image] May 29 18:01:09.434 INFO O| May 29 18:01:09.434 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-05-29T18:01:10.012Z[ recovery-image] May 29 18:01:09.443 INFO O| May 29 18:01:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72702026-05-29T18:01:10.012Z[ recovery-image] May 29 18:01:09.443 INFO O| May 29 18:01:09.443 INFO STEP 810 (remove_files) COMPLETE
72712026-05-29T18:01:10.012Z[ recovery-image] May 29 18:01:09.443 INFO O| May 29 18:01:09.443 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-05-29T18:01:10.021Z[ recovery-image] May 29 18:01:09.452 INFO O| May 29 18:01:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72732026-05-29T18:01:10.021Z[ recovery-image] May 29 18:01:09.452 INFO O| May 29 18:01:09.452 INFO STEP 811 (remove_files) COMPLETE
72742026-05-29T18:01:10.021Z[ recovery-image] May 29 18:01:09.452 INFO O| May 29 18:01:09.452 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-05-29T18:01:10.029Z[ recovery-image] May 29 18:01:09.460 INFO O| May 29 18:01:09.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72762026-05-29T18:01:10.029Z[ recovery-image] May 29 18:01:09.460 INFO O| May 29 18:01:09.460 INFO STEP 812 (remove_files) COMPLETE
72772026-05-29T18:01:10.029Z[ recovery-image] May 29 18:01:09.460 INFO O| May 29 18:01:09.460 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-05-29T18:01:10.039Z[ recovery-image] May 29 18:01:09.470 INFO O| May 29 18:01:09.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72792026-05-29T18:01:10.039Z[ recovery-image] May 29 18:01:09.470 INFO O| May 29 18:01:09.470 INFO STEP 813 (remove_files) COMPLETE
72802026-05-29T18:01:10.039Z[ recovery-image] May 29 18:01:09.470 INFO O| May 29 18:01:09.470 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-05-29T18:01:10.048Z[ recovery-image] May 29 18:01:09.479 INFO O| May 29 18:01:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72822026-05-29T18:01:10.048Z[ recovery-image] May 29 18:01:09.479 INFO O| May 29 18:01:09.479 INFO STEP 814 (remove_files) COMPLETE
72832026-05-29T18:01:10.048Z[ recovery-image] May 29 18:01:09.479 INFO O| May 29 18:01:09.479 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-05-29T18:01:10.057Z[ recovery-image] May 29 18:01:09.488 INFO O| May 29 18:01:09.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72852026-05-29T18:01:10.057Z[ recovery-image] May 29 18:01:09.488 INFO O| May 29 18:01:09.488 INFO STEP 815 (remove_files) COMPLETE
72862026-05-29T18:01:10.057Z[ recovery-image] May 29 18:01:09.488 INFO O| May 29 18:01:09.488 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-05-29T18:01:10.065Z[ recovery-image] May 29 18:01:09.496 INFO O| May 29 18:01:09.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72882026-05-29T18:01:10.065Z[ recovery-image] May 29 18:01:09.496 INFO O| May 29 18:01:09.496 INFO STEP 816 (remove_files) COMPLETE
72892026-05-29T18:01:10.066Z[ recovery-image] May 29 18:01:09.496 INFO O| May 29 18:01:09.496 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-05-29T18:01:10.075Z[ recovery-image] May 29 18:01:09.505 INFO O| May 29 18:01:09.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72912026-05-29T18:01:10.075Z[ recovery-image] May 29 18:01:09.505 INFO O| May 29 18:01:09.505 INFO STEP 817 (remove_files) COMPLETE
72922026-05-29T18:01:10.075Z[ recovery-image] May 29 18:01:09.505 INFO O| May 29 18:01:09.505 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-05-29T18:01:10.083Z[ recovery-image] May 29 18:01:09.513 INFO O| May 29 18:01:09.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72942026-05-29T18:01:10.083Z[ recovery-image] May 29 18:01:09.513 INFO O| May 29 18:01:09.513 INFO STEP 818 (remove_files) COMPLETE
72952026-05-29T18:01:10.086Z[ recovery-image] May 29 18:01:09.513 INFO O| May 29 18:01:09.513 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-05-29T18:01:10.091Z[ recovery-image] May 29 18:01:09.522 INFO O| May 29 18:01:09.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72972026-05-29T18:01:10.091Z[ recovery-image] May 29 18:01:09.522 INFO O| May 29 18:01:09.522 INFO STEP 819 (remove_files) COMPLETE
72982026-05-29T18:01:10.095Z[ recovery-image] May 29 18:01:09.522 INFO O| May 29 18:01:09.522 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-05-29T18:01:10.099Z[ recovery-image] May 29 18:01:09.530 INFO O| May 29 18:01:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73002026-05-29T18:01:10.099Z[ recovery-image] May 29 18:01:09.530 INFO O| May 29 18:01:09.530 INFO STEP 820 (remove_files) COMPLETE
73012026-05-29T18:01:10.099Z[ recovery-image] May 29 18:01:09.530 INFO O| May 29 18:01:09.530 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-05-29T18:01:10.108Z[ recovery-image] May 29 18:01:09.538 INFO O| May 29 18:01:09.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73032026-05-29T18:01:10.108Z[ recovery-image] May 29 18:01:09.538 INFO O| May 29 18:01:09.538 INFO STEP 821 (remove_files) COMPLETE
73042026-05-29T18:01:10.108Z[ recovery-image] May 29 18:01:09.538 INFO O| May 29 18:01:09.538 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-05-29T18:01:10.116Z[ recovery-image] May 29 18:01:09.547 INFO O| May 29 18:01:09.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73062026-05-29T18:01:10.116Z[ recovery-image] May 29 18:01:09.547 INFO O| May 29 18:01:09.547 INFO STEP 822 (remove_files) COMPLETE
73072026-05-29T18:01:10.116Z[ recovery-image] May 29 18:01:09.547 INFO O| May 29 18:01:09.547 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.556 INFO O| May 29 18:01:09.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73092026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.556 INFO O| May 29 18:01:09.556 INFO STEP 823 (remove_files) COMPLETE
73102026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.556 INFO O| May 29 18:01:09.556 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.564 INFO O| May 29 18:01:09.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73122026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.564 INFO O| May 29 18:01:09.564 INFO STEP 824 (remove_files) COMPLETE
73132026-05-29T18:01:10.141Z[ recovery-image] May 29 18:01:09.564 INFO O| May 29 18:01:09.564 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-05-29T18:01:10.145Z[ recovery-image] May 29 18:01:09.573 INFO O| May 29 18:01:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73152026-05-29T18:01:10.145Z[ recovery-image] May 29 18:01:09.573 INFO O| May 29 18:01:09.573 INFO STEP 825 (remove_files) COMPLETE
73162026-05-29T18:01:10.145Z[ recovery-image] May 29 18:01:09.573 INFO O| May 29 18:01:09.573 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-05-29T18:01:10.151Z[ recovery-image] May 29 18:01:09.581 INFO O| May 29 18:01:09.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73182026-05-29T18:01:10.151Z[ recovery-image] May 29 18:01:09.581 INFO O| May 29 18:01:09.581 INFO STEP 826 (remove_files) COMPLETE
73192026-05-29T18:01:10.151Z[ recovery-image] May 29 18:01:09.581 INFO O| May 29 18:01:09.581 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-05-29T18:01:10.159Z[ recovery-image] May 29 18:01:09.590 INFO O| May 29 18:01:09.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73212026-05-29T18:01:10.159Z[ recovery-image] May 29 18:01:09.590 INFO O| May 29 18:01:09.590 INFO STEP 827 (remove_files) COMPLETE
73222026-05-29T18:01:10.159Z[ recovery-image] May 29 18:01:09.590 INFO O| May 29 18:01:09.590 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-05-29T18:01:10.168Z[ recovery-image] May 29 18:01:09.598 INFO O| May 29 18:01:09.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73242026-05-29T18:01:10.172Z[ recovery-image] May 29 18:01:09.600 INFO O| May 29 18:01:09.600 INFO STEP 828 (remove_files) COMPLETE
73252026-05-29T18:01:10.172Z[ recovery-image] May 29 18:01:09.600 INFO O| May 29 18:01:09.600 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-05-29T18:01:10.177Z[ recovery-image] May 29 18:01:09.608 INFO O| May 29 18:01:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73272026-05-29T18:01:10.177Z[ recovery-image] May 29 18:01:09.608 INFO O| May 29 18:01:09.608 INFO STEP 829 (remove_files) COMPLETE
73282026-05-29T18:01:10.180Z[ recovery-image] May 29 18:01:09.608 INFO O| May 29 18:01:09.608 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-05-29T18:01:10.185Z[ recovery-image] May 29 18:01:09.615 INFO O| May 29 18:01:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73302026-05-29T18:01:10.185Z[ recovery-image] May 29 18:01:09.615 INFO O| May 29 18:01:09.615 INFO STEP 830 (remove_files) COMPLETE
73312026-05-29T18:01:10.189Z[ recovery-image] May 29 18:01:09.615 INFO O| May 29 18:01:09.615 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-05-29T18:01:10.194Z[ recovery-image] May 29 18:01:09.624 INFO O| May 29 18:01:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73332026-05-29T18:01:10.194Z[ recovery-image] May 29 18:01:09.624 INFO O| May 29 18:01:09.624 INFO STEP 831 (remove_files) COMPLETE
73342026-05-29T18:01:10.194Z[ recovery-image] May 29 18:01:09.624 INFO O| May 29 18:01:09.624 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-05-29T18:01:10.203Z[ recovery-image] May 29 18:01:09.633 INFO O| May 29 18:01:09.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73362026-05-29T18:01:10.203Z[ recovery-image] May 29 18:01:09.633 INFO O| May 29 18:01:09.633 INFO STEP 832 (remove_files) COMPLETE
73372026-05-29T18:01:10.203Z[ recovery-image] May 29 18:01:09.633 INFO O| May 29 18:01:09.633 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-05-29T18:01:10.213Z[ recovery-image] May 29 18:01:09.643 INFO O| May 29 18:01:09.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73392026-05-29T18:01:10.213Z[ recovery-image] May 29 18:01:09.643 INFO O| May 29 18:01:09.643 INFO STEP 833 (remove_files) COMPLETE
73402026-05-29T18:01:10.213Z[ recovery-image] May 29 18:01:09.643 INFO O| May 29 18:01:09.643 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-05-29T18:01:10.223Z[ recovery-image] May 29 18:01:09.653 INFO O| May 29 18:01:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73422026-05-29T18:01:10.223Z[ recovery-image] May 29 18:01:09.653 INFO O| May 29 18:01:09.653 INFO STEP 834 (remove_files) COMPLETE
73432026-05-29T18:01:10.223Z[ recovery-image] May 29 18:01:09.653 INFO O| May 29 18:01:09.653 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-05-29T18:01:10.232Z[ recovery-image] May 29 18:01:09.662 INFO O| May 29 18:01:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73452026-05-29T18:01:10.232Z[ recovery-image] May 29 18:01:09.662 INFO O| May 29 18:01:09.662 INFO STEP 835 (remove_files) COMPLETE
73462026-05-29T18:01:10.232Z[ recovery-image] May 29 18:01:09.662 INFO O| May 29 18:01:09.662 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-05-29T18:01:10.241Z[ recovery-image] May 29 18:01:09.672 INFO O| May 29 18:01:09.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73482026-05-29T18:01:10.241Z[ recovery-image] May 29 18:01:09.672 INFO O| May 29 18:01:09.672 INFO STEP 836 (remove_files) COMPLETE
73492026-05-29T18:01:10.245Z[ recovery-image] May 29 18:01:09.672 INFO O| May 29 18:01:09.672 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-05-29T18:01:10.250Z[ recovery-image] May 29 18:01:09.681 INFO O| May 29 18:01:09.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73512026-05-29T18:01:10.250Z[ recovery-image] May 29 18:01:09.681 INFO O| May 29 18:01:09.681 INFO STEP 837 (remove_files) COMPLETE
73522026-05-29T18:01:10.250Z[ recovery-image] May 29 18:01:09.681 INFO O| May 29 18:01:09.681 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-05-29T18:01:10.260Z[ recovery-image] May 29 18:01:09.690 INFO O| May 29 18:01:09.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73542026-05-29T18:01:10.260Z[ recovery-image] May 29 18:01:09.690 INFO O| May 29 18:01:09.690 INFO STEP 838 (remove_files) COMPLETE
73552026-05-29T18:01:10.260Z[ recovery-image] May 29 18:01:09.690 INFO O| May 29 18:01:09.690 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-05-29T18:01:10.269Z[ recovery-image] May 29 18:01:09.700 INFO O| May 29 18:01:09.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73572026-05-29T18:01:10.269Z[ recovery-image] May 29 18:01:09.700 INFO O| May 29 18:01:09.700 INFO STEP 839 (remove_files) COMPLETE
73582026-05-29T18:01:10.269Z[ recovery-image] May 29 18:01:09.700 INFO O| May 29 18:01:09.700 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-05-29T18:01:10.278Z[ recovery-image] May 29 18:01:09.709 INFO O| May 29 18:01:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73602026-05-29T18:01:10.278Z[ recovery-image] May 29 18:01:09.709 INFO O| May 29 18:01:09.709 INFO STEP 840 (remove_files) COMPLETE
73612026-05-29T18:01:10.278Z[ recovery-image] May 29 18:01:09.709 INFO O| May 29 18:01:09.709 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-05-29T18:01:10.287Z[ recovery-image] May 29 18:01:09.718 INFO O| May 29 18:01:09.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73632026-05-29T18:01:10.287Z[ recovery-image] May 29 18:01:09.718 INFO O| May 29 18:01:09.718 INFO STEP 841 (remove_files) COMPLETE
73642026-05-29T18:01:10.287Z[ recovery-image] May 29 18:01:09.718 INFO O| May 29 18:01:09.718 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-05-29T18:01:10.297Z[ recovery-image] May 29 18:01:09.727 INFO O| May 29 18:01:09.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73662026-05-29T18:01:10.297Z[ recovery-image] May 29 18:01:09.727 INFO O| May 29 18:01:09.727 INFO STEP 842 (remove_files) COMPLETE
73672026-05-29T18:01:10.297Z[ recovery-image] May 29 18:01:09.727 INFO O| May 29 18:01:09.727 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-05-29T18:01:10.305Z[ recovery-image] May 29 18:01:09.735 INFO O| May 29 18:01:09.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73692026-05-29T18:01:10.305Z[ recovery-image] May 29 18:01:09.736 INFO O| May 29 18:01:09.736 INFO STEP 843 (remove_files) COMPLETE
73702026-05-29T18:01:10.305Z[ recovery-image] May 29 18:01:09.736 INFO O| May 29 18:01:09.736 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-05-29T18:01:10.313Z[ recovery-image] May 29 18:01:09.744 INFO O| May 29 18:01:09.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73722026-05-29T18:01:10.313Z[ recovery-image] May 29 18:01:09.744 INFO O| May 29 18:01:09.744 INFO STEP 844 (remove_files) COMPLETE
73732026-05-29T18:01:10.313Z[ recovery-image] May 29 18:01:09.744 INFO O| May 29 18:01:09.744 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-05-29T18:01:10.322Z[ recovery-image] May 29 18:01:09.753 INFO O| May 29 18:01:09.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73752026-05-29T18:01:10.322Z[ recovery-image] May 29 18:01:09.753 INFO O| May 29 18:01:09.753 INFO STEP 845 (remove_files) COMPLETE
73762026-05-29T18:01:10.322Z[ recovery-image] May 29 18:01:09.753 INFO O| May 29 18:01:09.753 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-05-29T18:01:10.332Z[ recovery-image] May 29 18:01:09.763 INFO O| May 29 18:01:09.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73782026-05-29T18:01:10.332Z[ recovery-image] May 29 18:01:09.763 INFO O| May 29 18:01:09.763 INFO STEP 846 (remove_files) COMPLETE
73792026-05-29T18:01:10.332Z[ recovery-image] May 29 18:01:09.763 INFO O| May 29 18:01:09.763 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-05-29T18:01:10.341Z[ recovery-image] May 29 18:01:09.772 INFO O| May 29 18:01:09.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73812026-05-29T18:01:10.341Z[ recovery-image] May 29 18:01:09.772 INFO O| May 29 18:01:09.772 INFO STEP 847 (remove_files) COMPLETE
73822026-05-29T18:01:10.342Z[ recovery-image] May 29 18:01:09.772 INFO O| May 29 18:01:09.772 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-05-29T18:01:10.350Z[ recovery-image] May 29 18:01:09.781 INFO O| May 29 18:01:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73842026-05-29T18:01:10.350Z[ recovery-image] May 29 18:01:09.781 INFO O| May 29 18:01:09.781 INFO STEP 848 (remove_files) COMPLETE
73852026-05-29T18:01:10.353Z[ recovery-image] May 29 18:01:09.781 INFO O| May 29 18:01:09.781 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-05-29T18:01:10.358Z[ recovery-image] May 29 18:01:09.789 INFO O| May 29 18:01:09.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73872026-05-29T18:01:10.358Z[ recovery-image] May 29 18:01:09.789 INFO O| May 29 18:01:09.789 INFO STEP 849 (remove_files) COMPLETE
73882026-05-29T18:01:10.358Z[ recovery-image] May 29 18:01:09.789 INFO O| May 29 18:01:09.789 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-05-29T18:01:10.365Z[ recovery-image] May 29 18:01:09.796 INFO O| May 29 18:01:09.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73902026-05-29T18:01:10.365Z[ recovery-image] May 29 18:01:09.796 INFO O| May 29 18:01:09.796 INFO STEP 850 (remove_files) COMPLETE
73912026-05-29T18:01:10.365Z[ recovery-image] May 29 18:01:09.796 INFO O| May 29 18:01:09.796 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-05-29T18:01:10.373Z[ recovery-image] May 29 18:01:09.804 INFO O| May 29 18:01:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73932026-05-29T18:01:10.373Z[ recovery-image] May 29 18:01:09.804 INFO O| May 29 18:01:09.804 INFO STEP 851 (remove_files) COMPLETE
73942026-05-29T18:01:10.376Z[ recovery-image] May 29 18:01:09.804 INFO O| May 29 18:01:09.804 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-05-29T18:01:10.380Z[ recovery-image] May 29 18:01:09.811 INFO O| May 29 18:01:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73962026-05-29T18:01:10.380Z[ recovery-image] May 29 18:01:09.811 INFO O| May 29 18:01:09.811 INFO STEP 852 (remove_files) COMPLETE
73972026-05-29T18:01:10.380Z[ recovery-image] May 29 18:01:09.811 INFO O| May 29 18:01:09.811 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-05-29T18:01:10.387Z[ recovery-image] May 29 18:01:09.818 INFO O| May 29 18:01:09.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73992026-05-29T18:01:10.387Z[ recovery-image] May 29 18:01:09.818 INFO O| May 29 18:01:09.818 INFO STEP 853 (remove_files) COMPLETE
74002026-05-29T18:01:10.388Z[ recovery-image] May 29 18:01:09.818 INFO O| May 29 18:01:09.818 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-05-29T18:01:10.395Z[ recovery-image] May 29 18:01:09.826 INFO O| May 29 18:01:09.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74022026-05-29T18:01:10.395Z[ recovery-image] May 29 18:01:09.826 INFO O| May 29 18:01:09.826 INFO STEP 854 (remove_files) COMPLETE
74032026-05-29T18:01:10.395Z[ recovery-image] May 29 18:01:09.826 INFO O| May 29 18:01:09.826 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-05-29T18:01:10.402Z[ recovery-image] May 29 18:01:09.833 INFO O| May 29 18:01:09.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74052026-05-29T18:01:10.402Z[ recovery-image] May 29 18:01:09.833 INFO O| May 29 18:01:09.833 INFO STEP 855 (remove_files) COMPLETE
74062026-05-29T18:01:10.405Z[ recovery-image] May 29 18:01:09.833 INFO O| May 29 18:01:09.833 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-05-29T18:01:10.409Z[ recovery-image] May 29 18:01:09.840 INFO O| May 29 18:01:09.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74082026-05-29T18:01:10.409Z[ recovery-image] May 29 18:01:09.840 INFO O| May 29 18:01:09.840 INFO STEP 856 (remove_files) COMPLETE
74092026-05-29T18:01:10.412Z[ recovery-image] May 29 18:01:09.840 INFO O| May 29 18:01:09.840 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-05-29T18:01:10.417Z[ recovery-image] May 29 18:01:09.848 INFO O| May 29 18:01:09.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74112026-05-29T18:01:10.417Z[ recovery-image] May 29 18:01:09.848 INFO O| May 29 18:01:09.848 INFO STEP 857 (remove_files) COMPLETE
74122026-05-29T18:01:10.417Z[ recovery-image] May 29 18:01:09.848 INFO O| May 29 18:01:09.848 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-05-29T18:01:10.424Z[ recovery-image] May 29 18:01:09.855 INFO O| May 29 18:01:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74142026-05-29T18:01:10.424Z[ recovery-image] May 29 18:01:09.855 INFO O| May 29 18:01:09.855 INFO STEP 858 (remove_files) COMPLETE
74152026-05-29T18:01:10.424Z[ recovery-image] May 29 18:01:09.855 INFO O| May 29 18:01:09.855 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-05-29T18:01:10.432Z[ recovery-image] May 29 18:01:09.863 INFO O| May 29 18:01:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74172026-05-29T18:01:10.432Z[ recovery-image] May 29 18:01:09.863 INFO O| May 29 18:01:09.863 INFO STEP 859 (remove_files) COMPLETE
74182026-05-29T18:01:10.432Z[ recovery-image] May 29 18:01:09.863 INFO O| May 29 18:01:09.863 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-05-29T18:01:10.439Z[ recovery-image] May 29 18:01:09.870 INFO O| May 29 18:01:09.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74202026-05-29T18:01:10.442Z[ recovery-image] May 29 18:01:09.871 INFO O| May 29 18:01:09.871 INFO STEP 860 (remove_files) COMPLETE
74212026-05-29T18:01:10.442Z[ recovery-image] May 29 18:01:09.871 INFO O| May 29 18:01:09.871 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-05-29T18:01:10.449Z[ recovery-image] May 29 18:01:09.879 INFO O| May 29 18:01:09.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74232026-05-29T18:01:10.449Z[ recovery-image] May 29 18:01:09.879 INFO O| May 29 18:01:09.879 INFO STEP 861 (remove_files) COMPLETE
74242026-05-29T18:01:10.449Z[ recovery-image] May 29 18:01:09.879 INFO O| May 29 18:01:09.879 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-05-29T18:01:10.456Z[ recovery-image] May 29 18:01:09.887 INFO O| May 29 18:01:09.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74262026-05-29T18:01:10.456Z[ recovery-image] May 29 18:01:09.887 INFO O| May 29 18:01:09.887 INFO STEP 862 (remove_files) COMPLETE
74272026-05-29T18:01:10.456Z[ recovery-image] May 29 18:01:09.887 INFO O| May 29 18:01:09.887 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-05-29T18:01:10.465Z[ recovery-image] May 29 18:01:09.896 INFO O| May 29 18:01:09.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74292026-05-29T18:01:10.466Z[ recovery-image] May 29 18:01:09.896 INFO O| May 29 18:01:09.896 INFO STEP 863 (remove_files) COMPLETE
74302026-05-29T18:01:10.466Z[ recovery-image] May 29 18:01:09.896 INFO O| May 29 18:01:09.896 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-05-29T18:01:10.475Z[ recovery-image] May 29 18:01:09.906 INFO O| May 29 18:01:09.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74322026-05-29T18:01:10.490Z[ recovery-image] May 29 18:01:09.920 INFO O| May 29 18:01:09.920 INFO STEP 864 (remove_files) COMPLETE
74332026-05-29T18:01:10.490Z[ recovery-image] May 29 18:01:09.920 INFO O| May 29 18:01:09.920 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-05-29T18:01:10.499Z[ recovery-image] May 29 18:01:09.930 INFO O| May 29 18:01:09.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74352026-05-29T18:01:10.499Z[ recovery-image] May 29 18:01:09.930 INFO O| May 29 18:01:09.930 INFO STEP 865 (remove_files) COMPLETE
74362026-05-29T18:01:10.499Z[ recovery-image] May 29 18:01:09.930 INFO O| May 29 18:01:09.930 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-05-29T18:01:10.507Z[ recovery-image] May 29 18:01:09.938 INFO O| May 29 18:01:09.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74382026-05-29T18:01:10.507Z[ recovery-image] May 29 18:01:09.938 INFO O| May 29 18:01:09.938 INFO STEP 866 (remove_files) COMPLETE
74392026-05-29T18:01:10.508Z[ recovery-image] May 29 18:01:09.938 INFO O| May 29 18:01:09.938 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-05-29T18:01:10.515Z[ recovery-image] May 29 18:01:09.945 INFO O| May 29 18:01:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74412026-05-29T18:01:10.515Z[ recovery-image] May 29 18:01:09.945 INFO O| May 29 18:01:09.945 INFO STEP 867 (remove_files) COMPLETE
74422026-05-29T18:01:10.515Z[ recovery-image] May 29 18:01:09.945 INFO O| May 29 18:01:09.945 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-05-29T18:01:10.523Z[ recovery-image] May 29 18:01:09.953 INFO O| May 29 18:01:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74442026-05-29T18:01:10.523Z[ recovery-image] May 29 18:01:09.954 INFO O| May 29 18:01:09.954 INFO STEP 868 (remove_files) COMPLETE
74452026-05-29T18:01:10.523Z[ recovery-image] May 29 18:01:09.954 INFO O| May 29 18:01:09.954 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-05-29T18:01:10.531Z[ recovery-image] May 29 18:01:09.961 INFO O| May 29 18:01:09.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74472026-05-29T18:01:10.531Z[ recovery-image] May 29 18:01:09.962 INFO O| May 29 18:01:09.962 INFO STEP 869 (remove_files) COMPLETE
74482026-05-29T18:01:10.531Z[ recovery-image] May 29 18:01:09.962 INFO O| May 29 18:01:09.962 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-05-29T18:01:10.538Z[ recovery-image] May 29 18:01:09.969 INFO O| May 29 18:01:09.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74502026-05-29T18:01:10.538Z[ recovery-image] May 29 18:01:09.969 INFO O| May 29 18:01:09.969 INFO STEP 870 (remove_files) COMPLETE
74512026-05-29T18:01:10.541Z[ recovery-image] May 29 18:01:09.969 INFO O| May 29 18:01:09.969 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-05-29T18:01:10.545Z[ recovery-image] May 29 18:01:09.976 INFO O| May 29 18:01:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74532026-05-29T18:01:10.545Z[ recovery-image] May 29 18:01:09.976 INFO O| May 29 18:01:09.976 INFO STEP 871 (remove_files) COMPLETE
74542026-05-29T18:01:10.548Z[ recovery-image] May 29 18:01:09.976 INFO O| May 29 18:01:09.976 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-05-29T18:01:10.552Z[ recovery-image] May 29 18:01:09.983 INFO O| May 29 18:01:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74562026-05-29T18:01:10.552Z[ recovery-image] May 29 18:01:09.983 INFO O| May 29 18:01:09.983 INFO STEP 872 (remove_files) COMPLETE
74572026-05-29T18:01:10.552Z[ recovery-image] May 29 18:01:09.983 INFO O| May 29 18:01:09.983 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-05-29T18:01:10.559Z[ recovery-image] May 29 18:01:09.990 INFO O| May 29 18:01:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74592026-05-29T18:01:10.559Z[ recovery-image] May 29 18:01:09.990 INFO O| May 29 18:01:09.990 INFO STEP 873 (remove_files) COMPLETE
74602026-05-29T18:01:10.562Z[ recovery-image] May 29 18:01:09.990 INFO O| May 29 18:01:09.990 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-05-29T18:01:10.566Z[ recovery-image] May 29 18:01:09.997 INFO O| May 29 18:01:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74622026-05-29T18:01:10.567Z[ recovery-image] May 29 18:01:09.998 INFO O| May 29 18:01:09.998 INFO STEP 874 (remove_files) COMPLETE
74632026-05-29T18:01:10.569Z[ recovery-image] May 29 18:01:09.998 INFO O| May 29 18:01:09.998 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-05-29T18:01:10.576Z[ recovery-image] May 29 18:01:10.007 INFO O| May 29 18:01:10.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74652026-05-29T18:01:10.576Z[ recovery-image] May 29 18:01:10.007 INFO O| May 29 18:01:10.007 INFO STEP 875 (remove_files) COMPLETE
74662026-05-29T18:01:10.580Z[ recovery-image] May 29 18:01:10.007 INFO O| May 29 18:01:10.007 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-05-29T18:01:10.587Z[ recovery-image] May 29 18:01:10.018 INFO O| May 29 18:01:10.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74682026-05-29T18:01:10.587Z[ recovery-image] May 29 18:01:10.018 INFO O| May 29 18:01:10.018 INFO STEP 876 (remove_files) COMPLETE
74692026-05-29T18:01:10.587Z[ recovery-image] May 29 18:01:10.018 INFO O| May 29 18:01:10.018 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-05-29T18:01:10.596Z[ recovery-image] May 29 18:01:10.027 INFO O| May 29 18:01:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74712026-05-29T18:01:10.596Z[ recovery-image] May 29 18:01:10.027 INFO O| May 29 18:01:10.027 INFO STEP 877 (remove_files) COMPLETE
74722026-05-29T18:01:10.598Z[ recovery-image] May 29 18:01:10.027 INFO O| May 29 18:01:10.027 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-05-29T18:01:10.604Z[ recovery-image] May 29 18:01:10.034 INFO O| May 29 18:01:10.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74742026-05-29T18:01:10.604Z[ recovery-image] May 29 18:01:10.034 INFO O| May 29 18:01:10.034 INFO STEP 878 (remove_files) COMPLETE
74752026-05-29T18:01:10.607Z[ recovery-image] May 29 18:01:10.034 INFO O| May 29 18:01:10.034 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-05-29T18:01:10.611Z[ recovery-image] May 29 18:01:10.042 INFO O| May 29 18:01:10.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74772026-05-29T18:01:10.611Z[ recovery-image] May 29 18:01:10.042 INFO O| May 29 18:01:10.042 INFO STEP 879 (remove_files) COMPLETE
74782026-05-29T18:01:10.614Z[ recovery-image] May 29 18:01:10.042 INFO O| May 29 18:01:10.042 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-05-29T18:01:10.619Z[ recovery-image] May 29 18:01:10.050 INFO O| May 29 18:01:10.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74802026-05-29T18:01:10.619Z[ recovery-image] May 29 18:01:10.050 INFO O| May 29 18:01:10.050 INFO STEP 880 (remove_files) COMPLETE
74812026-05-29T18:01:10.623Z[ recovery-image] May 29 18:01:10.050 INFO O| May 29 18:01:10.050 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-05-29T18:01:10.641Z[ recovery-image] May 29 18:01:10.071 INFO O| May 29 18:01:10.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74832026-05-29T18:01:10.641Z[ recovery-image] May 29 18:01:10.072 INFO O| May 29 18:01:10.072 INFO STEP 881 (remove_files) COMPLETE
74842026-05-29T18:01:10.644Z[ recovery-image] May 29 18:01:10.072 INFO O| May 29 18:01:10.072 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-05-29T18:01:10.649Z[ recovery-image] May 29 18:01:10.080 INFO O| May 29 18:01:10.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74862026-05-29T18:01:10.649Z[ recovery-image] May 29 18:01:10.080 INFO O| May 29 18:01:10.080 INFO STEP 882 (remove_files) COMPLETE
74872026-05-29T18:01:10.651Z[ recovery-image] May 29 18:01:10.080 INFO O| May 29 18:01:10.080 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-05-29T18:01:10.656Z[ recovery-image] May 29 18:01:10.087 INFO O| May 29 18:01:10.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74892026-05-29T18:01:10.656Z[ recovery-image] May 29 18:01:10.087 INFO O| May 29 18:01:10.087 INFO STEP 883 (remove_files) COMPLETE
74902026-05-29T18:01:10.656Z[ recovery-image] May 29 18:01:10.087 INFO O| May 29 18:01:10.087 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-05-29T18:01:10.666Z[ recovery-image] May 29 18:01:10.097 INFO O| May 29 18:01:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74922026-05-29T18:01:10.666Z[ recovery-image] May 29 18:01:10.097 INFO O| May 29 18:01:10.097 INFO STEP 884 (remove_files) COMPLETE
74932026-05-29T18:01:10.666Z[ recovery-image] May 29 18:01:10.097 INFO O| May 29 18:01:10.097 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-05-29T18:01:10.676Z[ recovery-image] May 29 18:01:10.106 INFO O| May 29 18:01:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74952026-05-29T18:01:10.676Z[ recovery-image] May 29 18:01:10.106 INFO O| May 29 18:01:10.106 INFO STEP 885 (remove_files) COMPLETE
74962026-05-29T18:01:10.676Z[ recovery-image] May 29 18:01:10.106 INFO O| May 29 18:01:10.106 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-05-29T18:01:10.685Z[ recovery-image] May 29 18:01:10.116 INFO O| May 29 18:01:10.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74982026-05-29T18:01:10.685Z[ recovery-image] May 29 18:01:10.116 INFO O| May 29 18:01:10.116 INFO STEP 886 (remove_files) COMPLETE
74992026-05-29T18:01:10.689Z[ recovery-image] May 29 18:01:10.116 INFO O| May 29 18:01:10.116 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-05-29T18:01:10.695Z[ recovery-image] May 29 18:01:10.126 INFO O| May 29 18:01:10.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75012026-05-29T18:01:10.695Z[ recovery-image] May 29 18:01:10.126 INFO O| May 29 18:01:10.126 INFO STEP 887 (remove_files) COMPLETE
75022026-05-29T18:01:10.698Z[ recovery-image] May 29 18:01:10.126 INFO O| May 29 18:01:10.126 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-05-29T18:01:10.705Z[ recovery-image] May 29 18:01:10.136 INFO O| May 29 18:01:10.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75042026-05-29T18:01:10.705Z[ recovery-image] May 29 18:01:10.136 INFO O| May 29 18:01:10.136 INFO STEP 888 (remove_files) COMPLETE
75052026-05-29T18:01:10.708Z[ recovery-image] May 29 18:01:10.136 INFO O| May 29 18:01:10.136 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-05-29T18:01:10.714Z[ recovery-image] May 29 18:01:10.145 INFO O| May 29 18:01:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75072026-05-29T18:01:10.714Z[ recovery-image] May 29 18:01:10.145 INFO O| May 29 18:01:10.145 INFO STEP 889 (remove_files) COMPLETE
75082026-05-29T18:01:10.717Z[ recovery-image] May 29 18:01:10.145 INFO O| May 29 18:01:10.145 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-05-29T18:01:10.724Z[ recovery-image] May 29 18:01:10.155 INFO O| May 29 18:01:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75102026-05-29T18:01:10.724Z[ recovery-image] May 29 18:01:10.155 INFO O| May 29 18:01:10.155 INFO STEP 890 (remove_files) COMPLETE
75112026-05-29T18:01:10.724Z[ recovery-image] May 29 18:01:10.155 INFO O| May 29 18:01:10.155 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-05-29T18:01:10.732Z[ recovery-image] May 29 18:01:10.163 INFO O| May 29 18:01:10.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75132026-05-29T18:01:10.732Z[ recovery-image] May 29 18:01:10.163 INFO O| May 29 18:01:10.163 INFO STEP 891 (remove_files) COMPLETE
75142026-05-29T18:01:10.735Z[ recovery-image] May 29 18:01:10.163 INFO O| May 29 18:01:10.163 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-05-29T18:01:10.739Z[ recovery-image] May 29 18:01:10.170 INFO O| May 29 18:01:10.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75162026-05-29T18:01:10.739Z[ recovery-image] May 29 18:01:10.170 INFO O| May 29 18:01:10.170 INFO STEP 892 (remove_files) COMPLETE
75172026-05-29T18:01:10.739Z[ recovery-image] May 29 18:01:10.170 INFO O| May 29 18:01:10.170 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-05-29T18:01:10.747Z[ recovery-image] May 29 18:01:10.178 INFO O| May 29 18:01:10.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75192026-05-29T18:01:10.749Z[ recovery-image] May 29 18:01:10.179 INFO O| May 29 18:01:10.179 INFO STEP 893 (remove_files) COMPLETE
75202026-05-29T18:01:10.749Z[ recovery-image] May 29 18:01:10.179 INFO O| May 29 18:01:10.179 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-05-29T18:01:10.755Z[ recovery-image] May 29 18:01:10.186 INFO O| May 29 18:01:10.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75222026-05-29T18:01:10.755Z[ recovery-image] May 29 18:01:10.186 INFO O| May 29 18:01:10.186 INFO STEP 894 (remove_files) COMPLETE
75232026-05-29T18:01:10.755Z[ recovery-image] May 29 18:01:10.186 INFO O| May 29 18:01:10.186 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-05-29T18:01:10.763Z[ recovery-image] May 29 18:01:10.194 INFO O| May 29 18:01:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75252026-05-29T18:01:10.763Z[ recovery-image] May 29 18:01:10.194 INFO O| May 29 18:01:10.194 INFO STEP 895 (remove_files) COMPLETE
75262026-05-29T18:01:10.763Z[ recovery-image] May 29 18:01:10.194 INFO O| May 29 18:01:10.194 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-05-29T18:01:10.770Z[ recovery-image] May 29 18:01:10.201 INFO O| May 29 18:01:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75282026-05-29T18:01:10.770Z[ recovery-image] May 29 18:01:10.201 INFO O| May 29 18:01:10.201 INFO STEP 896 (remove_files) COMPLETE
75292026-05-29T18:01:10.770Z[ recovery-image] May 29 18:01:10.201 INFO O| May 29 18:01:10.201 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-05-29T18:01:10.777Z[ recovery-image] May 29 18:01:10.208 INFO O| May 29 18:01:10.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75312026-05-29T18:01:10.778Z[ recovery-image] May 29 18:01:10.208 INFO O| May 29 18:01:10.208 INFO STEP 897 (remove_files) COMPLETE
75322026-05-29T18:01:10.778Z[ recovery-image] May 29 18:01:10.208 INFO O| May 29 18:01:10.208 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-05-29T18:01:10.787Z[ recovery-image] May 29 18:01:10.216 INFO O| May 29 18:01:10.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75342026-05-29T18:01:10.787Z[ recovery-image] May 29 18:01:10.216 INFO O| May 29 18:01:10.216 INFO STEP 898 (remove_files) COMPLETE
75352026-05-29T18:01:10.787Z[ recovery-image] May 29 18:01:10.216 INFO O| May 29 18:01:10.216 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-05-29T18:01:10.792Z[ recovery-image] May 29 18:01:10.223 INFO O| May 29 18:01:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75372026-05-29T18:01:10.792Z[ recovery-image] May 29 18:01:10.223 INFO O| May 29 18:01:10.223 INFO STEP 899 (remove_files) COMPLETE
75382026-05-29T18:01:10.795Z[ recovery-image] May 29 18:01:10.223 INFO O| May 29 18:01:10.223 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-05-29T18:01:10.799Z[ recovery-image] May 29 18:01:10.230 INFO O| May 29 18:01:10.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75402026-05-29T18:01:10.804Z[ recovery-image] May 29 18:01:10.231 INFO O| May 29 18:01:10.231 INFO STEP 900 (remove_files) COMPLETE
75412026-05-29T18:01:10.804Z[ recovery-image] May 29 18:01:10.231 INFO O| May 29 18:01:10.231 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-05-29T18:01:10.808Z[ recovery-image] May 29 18:01:10.238 INFO O| May 29 18:01:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75432026-05-29T18:01:10.808Z[ recovery-image] May 29 18:01:10.238 INFO O| May 29 18:01:10.238 INFO STEP 901 (remove_files) COMPLETE
75442026-05-29T18:01:10.808Z[ recovery-image] May 29 18:01:10.238 INFO O| May 29 18:01:10.238 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-05-29T18:01:10.815Z[ recovery-image] May 29 18:01:10.246 INFO O| May 29 18:01:10.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75462026-05-29T18:01:10.816Z[ recovery-image] May 29 18:01:10.246 INFO O| May 29 18:01:10.246 INFO STEP 902 (remove_files) COMPLETE
75472026-05-29T18:01:10.816Z[ recovery-image] May 29 18:01:10.246 INFO O| May 29 18:01:10.246 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-05-29T18:01:10.823Z[ recovery-image] May 29 18:01:10.254 INFO O| May 29 18:01:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75492026-05-29T18:01:10.823Z[ recovery-image] May 29 18:01:10.254 INFO O| May 29 18:01:10.254 INFO STEP 903 (remove_files) COMPLETE
75502026-05-29T18:01:10.824Z[ recovery-image] May 29 18:01:10.254 INFO O| May 29 18:01:10.254 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-05-29T18:01:10.831Z[ recovery-image] May 29 18:01:10.262 INFO O| May 29 18:01:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75522026-05-29T18:01:10.831Z[ recovery-image] May 29 18:01:10.262 INFO O| May 29 18:01:10.262 INFO STEP 904 (remove_files) COMPLETE
75532026-05-29T18:01:10.831Z[ recovery-image] May 29 18:01:10.262 INFO O| May 29 18:01:10.262 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-05-29T18:01:10.839Z[ recovery-image] May 29 18:01:10.270 INFO O| May 29 18:01:10.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75552026-05-29T18:01:10.839Z[ recovery-image] May 29 18:01:10.270 INFO O| May 29 18:01:10.270 INFO STEP 905 (remove_files) COMPLETE
75562026-05-29T18:01:10.839Z[ recovery-image] May 29 18:01:10.270 INFO O| May 29 18:01:10.270 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-05-29T18:01:10.847Z[ recovery-image] May 29 18:01:10.278 INFO O| May 29 18:01:10.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75582026-05-29T18:01:10.848Z[ recovery-image] May 29 18:01:10.278 INFO O| May 29 18:01:10.278 INFO STEP 906 (remove_files) COMPLETE
75592026-05-29T18:01:10.848Z[ recovery-image] May 29 18:01:10.278 INFO O| May 29 18:01:10.278 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-05-29T18:01:10.856Z[ recovery-image] May 29 18:01:10.286 INFO O| May 29 18:01:10.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75612026-05-29T18:01:10.856Z[ recovery-image] May 29 18:01:10.286 INFO O| May 29 18:01:10.286 INFO STEP 907 (remove_files) COMPLETE
75622026-05-29T18:01:10.856Z[ recovery-image] May 29 18:01:10.286 INFO O| May 29 18:01:10.286 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-05-29T18:01:10.864Z[ recovery-image] May 29 18:01:10.294 INFO O| May 29 18:01:10.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75642026-05-29T18:01:10.864Z[ recovery-image] May 29 18:01:10.295 INFO O| May 29 18:01:10.295 INFO STEP 908 (remove_files) COMPLETE
75652026-05-29T18:01:10.864Z[ recovery-image] May 29 18:01:10.295 INFO O| May 29 18:01:10.295 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-05-29T18:01:10.871Z[ recovery-image] May 29 18:01:10.302 INFO O| May 29 18:01:10.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75672026-05-29T18:01:10.871Z[ recovery-image] May 29 18:01:10.302 INFO O| May 29 18:01:10.302 INFO STEP 909 (remove_files) COMPLETE
75682026-05-29T18:01:10.871Z[ recovery-image] May 29 18:01:10.302 INFO O| May 29 18:01:10.302 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-05-29T18:01:10.879Z[ recovery-image] May 29 18:01:10.310 INFO O| May 29 18:01:10.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75702026-05-29T18:01:10.879Z[ recovery-image] May 29 18:01:10.310 INFO O| May 29 18:01:10.310 INFO STEP 910 (remove_files) COMPLETE
75712026-05-29T18:01:10.879Z[ recovery-image] May 29 18:01:10.310 INFO O| May 29 18:01:10.310 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-05-29T18:01:10.890Z[ recovery-image] May 29 18:01:10.321 INFO O| May 29 18:01:10.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75732026-05-29T18:01:10.890Z[ recovery-image] May 29 18:01:10.321 INFO O| May 29 18:01:10.321 INFO STEP 911 (remove_files) COMPLETE
75742026-05-29T18:01:10.894Z[ recovery-image] May 29 18:01:10.321 INFO O| May 29 18:01:10.321 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-05-29T18:01:10.899Z[ recovery-image] May 29 18:01:10.329 INFO O| May 29 18:01:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75762026-05-29T18:01:10.899Z[ recovery-image] May 29 18:01:10.329 INFO O| May 29 18:01:10.329 INFO STEP 912 (remove_files) COMPLETE
75772026-05-29T18:01:10.902Z[ recovery-image] May 29 18:01:10.329 INFO O| May 29 18:01:10.329 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-05-29T18:01:10.906Z[ recovery-image] May 29 18:01:10.337 INFO O| May 29 18:01:10.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75792026-05-29T18:01:10.906Z[ recovery-image] May 29 18:01:10.337 INFO O| May 29 18:01:10.337 INFO STEP 913 (remove_files) COMPLETE
75802026-05-29T18:01:10.906Z[ recovery-image] May 29 18:01:10.337 INFO O| May 29 18:01:10.337 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-05-29T18:01:10.914Z[ recovery-image] May 29 18:01:10.345 INFO O| May 29 18:01:10.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75822026-05-29T18:01:10.914Z[ recovery-image] May 29 18:01:10.345 INFO O| May 29 18:01:10.345 INFO STEP 914 (remove_files) COMPLETE
75832026-05-29T18:01:10.917Z[ recovery-image] May 29 18:01:10.345 INFO O| May 29 18:01:10.345 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-05-29T18:01:10.922Z[ recovery-image] May 29 18:01:10.353 INFO O| May 29 18:01:10.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75852026-05-29T18:01:10.922Z[ recovery-image] May 29 18:01:10.353 INFO O| May 29 18:01:10.353 INFO STEP 915 (remove_files) COMPLETE
75862026-05-29T18:01:10.926Z[ recovery-image] May 29 18:01:10.353 INFO O| May 29 18:01:10.353 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-05-29T18:01:10.932Z[ recovery-image] May 29 18:01:10.361 INFO O| May 29 18:01:10.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75882026-05-29T18:01:10.932Z[ recovery-image] May 29 18:01:10.361 INFO O| May 29 18:01:10.361 INFO STEP 916 (remove_files) COMPLETE
75892026-05-29T18:01:10.932Z[ recovery-image] May 29 18:01:10.361 INFO O| May 29 18:01:10.361 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-05-29T18:01:10.938Z[ recovery-image] May 29 18:01:10.369 INFO O| May 29 18:01:10.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75912026-05-29T18:01:10.938Z[ recovery-image] May 29 18:01:10.369 INFO O| May 29 18:01:10.369 INFO STEP 917 (remove_files) COMPLETE
75922026-05-29T18:01:10.938Z[ recovery-image] May 29 18:01:10.369 INFO O| May 29 18:01:10.369 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-05-29T18:01:10.947Z[ recovery-image] May 29 18:01:10.378 INFO O| May 29 18:01:10.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75942026-05-29T18:01:10.947Z[ recovery-image] May 29 18:01:10.378 INFO O| May 29 18:01:10.378 INFO STEP 918 (remove_files) COMPLETE
75952026-05-29T18:01:10.947Z[ recovery-image] May 29 18:01:10.378 INFO O| May 29 18:01:10.378 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-05-29T18:01:10.955Z[ recovery-image] May 29 18:01:10.385 INFO O| May 29 18:01:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75972026-05-29T18:01:10.955Z[ recovery-image] May 29 18:01:10.385 INFO O| May 29 18:01:10.385 INFO STEP 919 (remove_files) COMPLETE
75982026-05-29T18:01:10.959Z[ recovery-image] May 29 18:01:10.385 INFO O| May 29 18:01:10.385 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-05-29T18:01:10.962Z[ recovery-image] May 29 18:01:10.393 INFO O| May 29 18:01:10.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76002026-05-29T18:01:10.962Z[ recovery-image] May 29 18:01:10.393 INFO O| May 29 18:01:10.393 INFO STEP 920 (remove_files) COMPLETE
76012026-05-29T18:01:10.965Z[ recovery-image] May 29 18:01:10.393 INFO O| May 29 18:01:10.393 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-05-29T18:01:10.970Z[ recovery-image] May 29 18:01:10.401 INFO O| May 29 18:01:10.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76032026-05-29T18:01:10.970Z[ recovery-image] May 29 18:01:10.401 INFO O| May 29 18:01:10.401 INFO STEP 921 (remove_files) COMPLETE
76042026-05-29T18:01:10.970Z[ recovery-image] May 29 18:01:10.401 INFO O| May 29 18:01:10.401 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-05-29T18:01:10.977Z[ recovery-image] May 29 18:01:10.408 INFO O| May 29 18:01:10.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76062026-05-29T18:01:10.977Z[ recovery-image] May 29 18:01:10.408 INFO O| May 29 18:01:10.408 INFO STEP 922 (remove_files) COMPLETE
76072026-05-29T18:01:10.977Z[ recovery-image] May 29 18:01:10.408 INFO O| May 29 18:01:10.408 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-05-29T18:01:10.986Z[ recovery-image] May 29 18:01:10.416 INFO O| May 29 18:01:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76092026-05-29T18:01:10.986Z[ recovery-image] May 29 18:01:10.416 INFO O| May 29 18:01:10.416 INFO STEP 923 (remove_files) COMPLETE
76102026-05-29T18:01:10.986Z[ recovery-image] May 29 18:01:10.416 INFO O| May 29 18:01:10.416 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-05-29T18:01:10.993Z[ recovery-image] May 29 18:01:10.424 INFO O| May 29 18:01:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76122026-05-29T18:01:10.993Z[ recovery-image] May 29 18:01:10.424 INFO O| May 29 18:01:10.424 INFO STEP 924 (remove_files) COMPLETE
76132026-05-29T18:01:10.996Z[ recovery-image] May 29 18:01:10.424 INFO O| May 29 18:01:10.424 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-05-29T18:01:11.001Z[ recovery-image] May 29 18:01:10.432 INFO O| May 29 18:01:10.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76152026-05-29T18:01:11.001Z[ recovery-image] May 29 18:01:10.432 INFO O| May 29 18:01:10.432 INFO STEP 925 (remove_files) COMPLETE
76162026-05-29T18:01:11.004Z[ recovery-image] May 29 18:01:10.432 INFO O| May 29 18:01:10.432 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-05-29T18:01:11.009Z[ recovery-image] May 29 18:01:10.440 INFO O| May 29 18:01:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76182026-05-29T18:01:11.009Z[ recovery-image] May 29 18:01:10.440 INFO O| May 29 18:01:10.440 INFO STEP 926 (remove_files) COMPLETE
76192026-05-29T18:01:11.012Z[ recovery-image] May 29 18:01:10.440 INFO O| May 29 18:01:10.440 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-05-29T18:01:11.018Z[ recovery-image] May 29 18:01:10.449 INFO O| May 29 18:01:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76212026-05-29T18:01:11.018Z[ recovery-image] May 29 18:01:10.449 INFO O| May 29 18:01:10.449 INFO STEP 927 (remove_files) COMPLETE
76222026-05-29T18:01:11.018Z[ recovery-image] May 29 18:01:10.449 INFO O| May 29 18:01:10.449 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-05-29T18:01:11.029Z[ recovery-image] May 29 18:01:10.460 INFO O| May 29 18:01:10.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76242026-05-29T18:01:11.029Z[ recovery-image] May 29 18:01:10.460 INFO O| May 29 18:01:10.460 INFO STEP 928 (remove_files) COMPLETE
76252026-05-29T18:01:11.029Z[ recovery-image] May 29 18:01:10.460 INFO O| May 29 18:01:10.460 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-05-29T18:01:11.039Z[ recovery-image] May 29 18:01:10.469 INFO O| May 29 18:01:10.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76272026-05-29T18:01:11.042Z[ recovery-image] May 29 18:01:10.470 INFO O| May 29 18:01:10.470 INFO STEP 929 (remove_files) COMPLETE
76282026-05-29T18:01:11.043Z[ recovery-image] May 29 18:01:10.470 INFO O| May 29 18:01:10.470 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-05-29T18:01:11.048Z[ recovery-image] May 29 18:01:10.479 INFO O| May 29 18:01:10.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76302026-05-29T18:01:11.048Z[ recovery-image] May 29 18:01:10.479 INFO O| May 29 18:01:10.479 INFO STEP 930 (remove_files) COMPLETE
76312026-05-29T18:01:11.048Z[ recovery-image] May 29 18:01:10.479 INFO O| May 29 18:01:10.479 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-05-29T18:01:11.056Z[ recovery-image] May 29 18:01:10.486 INFO O| May 29 18:01:10.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76332026-05-29T18:01:11.056Z[ recovery-image] May 29 18:01:10.487 INFO O| May 29 18:01:10.487 INFO STEP 931 (remove_files) COMPLETE
76342026-05-29T18:01:11.056Z[ recovery-image] May 29 18:01:10.487 INFO O| May 29 18:01:10.487 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-05-29T18:01:11.065Z[ recovery-image] May 29 18:01:10.495 INFO O| May 29 18:01:10.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76362026-05-29T18:01:11.065Z[ recovery-image] May 29 18:01:10.495 INFO O| May 29 18:01:10.495 INFO STEP 932 (remove_files) COMPLETE
76372026-05-29T18:01:11.065Z[ recovery-image] May 29 18:01:10.495 INFO O| May 29 18:01:10.495 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-05-29T18:01:11.074Z[ recovery-image] May 29 18:01:10.504 INFO O| May 29 18:01:10.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76392026-05-29T18:01:11.074Z[ recovery-image] May 29 18:01:10.504 INFO O| May 29 18:01:10.504 INFO STEP 933 (remove_files) COMPLETE
76402026-05-29T18:01:11.074Z[ recovery-image] May 29 18:01:10.504 INFO O| May 29 18:01:10.504 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-05-29T18:01:11.081Z[ recovery-image] May 29 18:01:10.512 INFO O| May 29 18:01:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76422026-05-29T18:01:11.081Z[ recovery-image] May 29 18:01:10.512 INFO O| May 29 18:01:10.512 INFO STEP 934 (remove_files) COMPLETE
76432026-05-29T18:01:11.081Z[ recovery-image] May 29 18:01:10.512 INFO O| May 29 18:01:10.512 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-05-29T18:01:11.092Z[ recovery-image] May 29 18:01:10.523 INFO O| May 29 18:01:10.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76452026-05-29T18:01:11.092Z[ recovery-image] May 29 18:01:10.523 INFO O| May 29 18:01:10.523 INFO STEP 935 (remove_files) COMPLETE
76462026-05-29T18:01:11.092Z[ recovery-image] May 29 18:01:10.523 INFO O| May 29 18:01:10.523 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-05-29T18:01:11.102Z[ recovery-image] May 29 18:01:10.532 INFO O| May 29 18:01:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76482026-05-29T18:01:11.105Z[ recovery-image] May 29 18:01:10.533 INFO O| May 29 18:01:10.533 INFO STEP 936 (remove_files) COMPLETE
76492026-05-29T18:01:11.105Z[ recovery-image] May 29 18:01:10.533 INFO O| May 29 18:01:10.533 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-05-29T18:01:11.112Z[ recovery-image] May 29 18:01:10.542 INFO O| May 29 18:01:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76512026-05-29T18:01:11.112Z[ recovery-image] May 29 18:01:10.542 INFO O| May 29 18:01:10.542 INFO STEP 937 (remove_files) COMPLETE
76522026-05-29T18:01:11.112Z[ recovery-image] May 29 18:01:10.543 INFO O| May 29 18:01:10.542 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-05-29T18:01:11.129Z[ recovery-image] May 29 18:01:10.559 INFO O| May 29 18:01:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76542026-05-29T18:01:11.129Z[ recovery-image] May 29 18:01:10.559 INFO O| May 29 18:01:10.551 INFO STEP 938 (remove_files) COMPLETE
76552026-05-29T18:01:11.129Z[ recovery-image] May 29 18:01:10.559 INFO O| May 29 18:01:10.551 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-05-29T18:01:11.132Z[ recovery-image] May 29 18:01:10.559 INFO O| May 29 18:01:10.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76572026-05-29T18:01:11.132Z[ recovery-image] May 29 18:01:10.560 INFO O| May 29 18:01:10.560 INFO STEP 939 (remove_files) COMPLETE
76582026-05-29T18:01:11.132Z[ recovery-image] May 29 18:01:10.560 INFO O| May 29 18:01:10.560 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-05-29T18:01:11.137Z[ recovery-image] May 29 18:01:10.568 INFO O| May 29 18:01:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76602026-05-29T18:01:11.137Z[ recovery-image] May 29 18:01:10.568 INFO O| May 29 18:01:10.568 INFO STEP 940 (remove_files) COMPLETE
76612026-05-29T18:01:11.137Z[ recovery-image] May 29 18:01:10.568 INFO O| May 29 18:01:10.568 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-05-29T18:01:11.148Z[ recovery-image] May 29 18:01:10.576 INFO O| May 29 18:01:10.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76632026-05-29T18:01:11.148Z[ recovery-image] May 29 18:01:10.576 INFO O| May 29 18:01:10.576 INFO STEP 941 (remove_files) COMPLETE
76642026-05-29T18:01:11.151Z[ recovery-image] May 29 18:01:10.576 INFO O| May 29 18:01:10.576 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-05-29T18:01:11.154Z[ recovery-image] May 29 18:01:10.584 INFO O| May 29 18:01:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76662026-05-29T18:01:11.154Z[ recovery-image] May 29 18:01:10.585 INFO O| May 29 18:01:10.585 INFO STEP 942 (remove_files) COMPLETE
76672026-05-29T18:01:11.154Z[ recovery-image] May 29 18:01:10.585 INFO O| May 29 18:01:10.585 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-05-29T18:01:11.161Z[ recovery-image] May 29 18:01:10.592 INFO O| May 29 18:01:10.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76692026-05-29T18:01:11.162Z[ recovery-image] May 29 18:01:10.592 INFO O| May 29 18:01:10.592 INFO STEP 943 (remove_files) COMPLETE
76702026-05-29T18:01:11.162Z[ recovery-image] May 29 18:01:10.592 INFO O| May 29 18:01:10.592 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-05-29T18:01:11.170Z[ recovery-image] May 29 18:01:10.601 INFO O| May 29 18:01:10.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76722026-05-29T18:01:11.170Z[ recovery-image] May 29 18:01:10.601 INFO O| May 29 18:01:10.601 INFO STEP 944 (remove_files) COMPLETE
76732026-05-29T18:01:11.170Z[ recovery-image] May 29 18:01:10.601 INFO O| May 29 18:01:10.601 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-05-29T18:01:11.178Z[ recovery-image] May 29 18:01:10.609 INFO O| May 29 18:01:10.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76752026-05-29T18:01:11.178Z[ recovery-image] May 29 18:01:10.609 INFO O| May 29 18:01:10.609 INFO STEP 945 (remove_files) COMPLETE
76762026-05-29T18:01:11.181Z[ recovery-image] May 29 18:01:10.609 INFO O| May 29 18:01:10.609 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-05-29T18:01:11.185Z[ recovery-image] May 29 18:01:10.616 INFO O| May 29 18:01:10.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76782026-05-29T18:01:11.185Z[ recovery-image] May 29 18:01:10.616 INFO O| May 29 18:01:10.616 INFO STEP 946 (remove_files) COMPLETE
76792026-05-29T18:01:11.188Z[ recovery-image] May 29 18:01:10.616 INFO O| May 29 18:01:10.616 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-05-29T18:01:11.192Z[ recovery-image] May 29 18:01:10.623 INFO O| May 29 18:01:10.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76812026-05-29T18:01:11.192Z[ recovery-image] May 29 18:01:10.623 INFO O| May 29 18:01:10.623 INFO STEP 947 (remove_files) COMPLETE
76822026-05-29T18:01:11.192Z[ recovery-image] May 29 18:01:10.623 INFO O| May 29 18:01:10.623 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-05-29T18:01:11.200Z[ recovery-image] May 29 18:01:10.630 INFO O| May 29 18:01:10.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76842026-05-29T18:01:11.200Z[ recovery-image] May 29 18:01:10.631 INFO O| May 29 18:01:10.631 INFO STEP 948 (remove_files) COMPLETE
76852026-05-29T18:01:11.200Z[ recovery-image] May 29 18:01:10.631 INFO O| May 29 18:01:10.631 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-05-29T18:01:11.208Z[ recovery-image] May 29 18:01:10.639 INFO O| May 29 18:01:10.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76872026-05-29T18:01:11.208Z[ recovery-image] May 29 18:01:10.639 INFO O| May 29 18:01:10.639 INFO STEP 949 (remove_files) COMPLETE
76882026-05-29T18:01:11.208Z[ recovery-image] May 29 18:01:10.639 INFO O| May 29 18:01:10.639 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-05-29T18:01:11.216Z[ recovery-image] May 29 18:01:10.646 INFO O| May 29 18:01:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76902026-05-29T18:01:11.216Z[ recovery-image] May 29 18:01:10.647 INFO O| May 29 18:01:10.646 INFO STEP 950 (remove_files) COMPLETE
76912026-05-29T18:01:11.216Z[ recovery-image] May 29 18:01:10.647 INFO O| May 29 18:01:10.647 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-05-29T18:01:11.224Z[ recovery-image] May 29 18:01:10.655 INFO O| May 29 18:01:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76932026-05-29T18:01:11.224Z[ recovery-image] May 29 18:01:10.655 INFO O| May 29 18:01:10.655 INFO STEP 951 (remove_files) COMPLETE
76942026-05-29T18:01:11.224Z[ recovery-image] May 29 18:01:10.655 INFO O| May 29 18:01:10.655 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-05-29T18:01:11.232Z[ recovery-image] May 29 18:01:10.662 INFO O| May 29 18:01:10.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76962026-05-29T18:01:11.232Z[ recovery-image] May 29 18:01:10.663 INFO O| May 29 18:01:10.663 INFO STEP 952 (remove_files) COMPLETE
76972026-05-29T18:01:11.232Z[ recovery-image] May 29 18:01:10.663 INFO O| May 29 18:01:10.663 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-05-29T18:01:11.239Z[ recovery-image] May 29 18:01:10.670 INFO O| May 29 18:01:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76992026-05-29T18:01:11.240Z[ recovery-image] May 29 18:01:10.670 INFO O| May 29 18:01:10.670 INFO STEP 953 (remove_files) COMPLETE
77002026-05-29T18:01:11.242Z[ recovery-image] May 29 18:01:10.670 INFO O| May 29 18:01:10.670 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-05-29T18:01:11.247Z[ recovery-image] May 29 18:01:10.678 INFO O| May 29 18:01:10.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77022026-05-29T18:01:11.248Z[ recovery-image] May 29 18:01:10.678 INFO O| May 29 18:01:10.678 INFO STEP 954 (remove_files) COMPLETE
77032026-05-29T18:01:11.251Z[ recovery-image] May 29 18:01:10.678 INFO O| May 29 18:01:10.678 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-05-29T18:01:11.256Z[ recovery-image] May 29 18:01:10.687 INFO O| May 29 18:01:10.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77052026-05-29T18:01:11.256Z[ recovery-image] May 29 18:01:10.687 INFO O| May 29 18:01:10.687 INFO STEP 955 (remove_files) COMPLETE
77062026-05-29T18:01:11.256Z[ recovery-image] May 29 18:01:10.687 INFO O| May 29 18:01:10.687 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-05-29T18:01:11.264Z[ recovery-image] May 29 18:01:10.695 INFO O| May 29 18:01:10.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77082026-05-29T18:01:11.264Z[ recovery-image] May 29 18:01:10.695 INFO O| May 29 18:01:10.695 INFO STEP 956 (remove_files) COMPLETE
77092026-05-29T18:01:11.264Z[ recovery-image] May 29 18:01:10.695 INFO O| May 29 18:01:10.695 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-05-29T18:01:11.273Z[ recovery-image] May 29 18:01:10.704 INFO O| May 29 18:01:10.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77112026-05-29T18:01:11.273Z[ recovery-image] May 29 18:01:10.704 INFO O| May 29 18:01:10.704 INFO STEP 957 (remove_files) COMPLETE
77122026-05-29T18:01:11.273Z[ recovery-image] May 29 18:01:10.704 INFO O| May 29 18:01:10.704 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-05-29T18:01:11.282Z[ recovery-image] May 29 18:01:10.713 INFO O| May 29 18:01:10.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77142026-05-29T18:01:11.282Z[ recovery-image] May 29 18:01:10.713 INFO O| May 29 18:01:10.713 INFO STEP 958 (remove_files) COMPLETE
77152026-05-29T18:01:11.282Z[ recovery-image] May 29 18:01:10.713 INFO O| May 29 18:01:10.713 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-05-29T18:01:11.291Z[ recovery-image] May 29 18:01:10.721 INFO O| May 29 18:01:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77172026-05-29T18:01:11.291Z[ recovery-image] May 29 18:01:10.721 INFO O| May 29 18:01:10.721 INFO STEP 959 (remove_files) COMPLETE
77182026-05-29T18:01:11.291Z[ recovery-image] May 29 18:01:10.721 INFO O| May 29 18:01:10.721 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-05-29T18:01:11.320Z[ recovery-image] May 29 18:01:10.750 INFO O| May 29 18:01:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77202026-05-29T18:01:11.320Z[ recovery-image] May 29 18:01:10.750 INFO O| May 29 18:01:10.750 INFO STEP 960 (remove_files) COMPLETE
77212026-05-29T18:01:11.320Z[ recovery-image] May 29 18:01:10.750 INFO O| May 29 18:01:10.750 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-05-29T18:01:11.328Z[ recovery-image] May 29 18:01:10.759 INFO O| May 29 18:01:10.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77232026-05-29T18:01:11.328Z[ recovery-image] May 29 18:01:10.759 INFO O| May 29 18:01:10.759 INFO STEP 961 (remove_files) COMPLETE
77242026-05-29T18:01:11.328Z[ recovery-image] May 29 18:01:10.759 INFO O| May 29 18:01:10.759 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-05-29T18:01:11.337Z[ recovery-image] May 29 18:01:10.768 INFO O| May 29 18:01:10.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77262026-05-29T18:01:11.337Z[ recovery-image] May 29 18:01:10.768 INFO O| May 29 18:01:10.768 INFO STEP 962 (remove_files) COMPLETE
77272026-05-29T18:01:11.340Z[ recovery-image] May 29 18:01:10.768 INFO O| May 29 18:01:10.768 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-05-29T18:01:11.346Z[ recovery-image] May 29 18:01:10.777 INFO O| May 29 18:01:10.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77292026-05-29T18:01:11.346Z[ recovery-image] May 29 18:01:10.777 INFO O| May 29 18:01:10.777 INFO STEP 963 (remove_files) COMPLETE
77302026-05-29T18:01:11.349Z[ recovery-image] May 29 18:01:10.777 INFO O| May 29 18:01:10.777 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-05-29T18:01:11.374Z[ recovery-image] May 29 18:01:10.804 INFO O| May 29 18:01:10.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77322026-05-29T18:01:11.374Z[ recovery-image] May 29 18:01:10.805 INFO O| May 29 18:01:10.805 INFO STEP 964 (remove_files) COMPLETE
77332026-05-29T18:01:11.374Z[ recovery-image] May 29 18:01:10.805 INFO O| May 29 18:01:10.805 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-05-29T18:01:11.385Z[ recovery-image] May 29 18:01:10.816 INFO O| May 29 18:01:10.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77352026-05-29T18:01:11.385Z[ recovery-image] May 29 18:01:10.816 INFO O| May 29 18:01:10.816 INFO STEP 965 (remove_files) COMPLETE
77362026-05-29T18:01:11.385Z[ recovery-image] May 29 18:01:10.816 INFO O| May 29 18:01:10.816 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-05-29T18:01:11.394Z[ recovery-image] May 29 18:01:10.825 INFO O| May 29 18:01:10.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77382026-05-29T18:01:11.394Z[ recovery-image] May 29 18:01:10.825 INFO O| May 29 18:01:10.825 INFO STEP 966 (remove_files) COMPLETE
77392026-05-29T18:01:11.395Z[ recovery-image] May 29 18:01:10.825 INFO O| May 29 18:01:10.825 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-05-29T18:01:11.404Z[ recovery-image] May 29 18:01:10.834 INFO O| May 29 18:01:10.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77412026-05-29T18:01:11.404Z[ recovery-image] May 29 18:01:10.834 INFO O| May 29 18:01:10.834 INFO STEP 967 (remove_files) COMPLETE
77422026-05-29T18:01:11.409Z[ recovery-image] May 29 18:01:10.834 INFO O| May 29 18:01:10.834 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-05-29T18:01:11.413Z[ recovery-image] May 29 18:01:10.843 INFO O| May 29 18:01:10.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77442026-05-29T18:01:11.413Z[ recovery-image] May 29 18:01:10.843 INFO O| May 29 18:01:10.843 INFO STEP 968 (remove_files) COMPLETE
77452026-05-29T18:01:11.413Z[ recovery-image] May 29 18:01:10.843 INFO O| May 29 18:01:10.843 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-05-29T18:01:11.422Z[ recovery-image] May 29 18:01:10.852 INFO O| May 29 18:01:10.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77472026-05-29T18:01:11.422Z[ recovery-image] May 29 18:01:10.852 INFO O| May 29 18:01:10.852 INFO STEP 969 (remove_files) COMPLETE
77482026-05-29T18:01:11.422Z[ recovery-image] May 29 18:01:10.852 INFO O| May 29 18:01:10.852 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-05-29T18:01:11.432Z[ recovery-image] May 29 18:01:10.862 INFO O| May 29 18:01:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77502026-05-29T18:01:11.432Z[ recovery-image] May 29 18:01:10.862 INFO O| May 29 18:01:10.862 INFO STEP 970 (remove_files) COMPLETE
77512026-05-29T18:01:11.435Z[ recovery-image] May 29 18:01:10.862 INFO O| May 29 18:01:10.862 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-05-29T18:01:11.441Z[ recovery-image] May 29 18:01:10.872 INFO O| May 29 18:01:10.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77532026-05-29T18:01:11.441Z[ recovery-image] May 29 18:01:10.872 INFO O| May 29 18:01:10.872 INFO STEP 971 (remove_files) COMPLETE
77542026-05-29T18:01:11.446Z[ recovery-image] May 29 18:01:10.872 INFO O| May 29 18:01:10.872 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-05-29T18:01:11.450Z[ recovery-image] May 29 18:01:10.880 INFO O| May 29 18:01:10.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77562026-05-29T18:01:11.450Z[ recovery-image] May 29 18:01:10.880 INFO O| May 29 18:01:10.880 INFO STEP 972 (remove_files) COMPLETE
77572026-05-29T18:01:11.453Z[ recovery-image] May 29 18:01:10.880 INFO O| May 29 18:01:10.880 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-05-29T18:01:11.458Z[ recovery-image] May 29 18:01:10.889 INFO O| May 29 18:01:10.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77592026-05-29T18:01:11.458Z[ recovery-image] May 29 18:01:10.889 INFO O| May 29 18:01:10.889 INFO STEP 973 (remove_files) COMPLETE
77602026-05-29T18:01:11.458Z[ recovery-image] May 29 18:01:10.889 INFO O| May 29 18:01:10.889 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-05-29T18:01:11.467Z[ recovery-image] May 29 18:01:10.897 INFO O| May 29 18:01:10.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77622026-05-29T18:01:11.467Z[ recovery-image] May 29 18:01:10.898 INFO O| May 29 18:01:10.897 INFO STEP 974 (remove_files) COMPLETE
77632026-05-29T18:01:11.470Z[ recovery-image] May 29 18:01:10.898 INFO O| May 29 18:01:10.897 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-05-29T18:01:11.475Z[ recovery-image] May 29 18:01:10.906 INFO O| May 29 18:01:10.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77652026-05-29T18:01:11.475Z[ recovery-image] May 29 18:01:10.906 INFO O| May 29 18:01:10.906 INFO STEP 975 (remove_files) COMPLETE
77662026-05-29T18:01:11.478Z[ recovery-image] May 29 18:01:10.906 INFO O| May 29 18:01:10.906 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-05-29T18:01:11.483Z[ recovery-image] May 29 18:01:10.914 INFO O| May 29 18:01:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77682026-05-29T18:01:11.483Z[ recovery-image] May 29 18:01:10.914 INFO O| May 29 18:01:10.914 INFO STEP 976 (remove_files) COMPLETE
77692026-05-29T18:01:11.486Z[ recovery-image] May 29 18:01:10.914 INFO O| May 29 18:01:10.914 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-05-29T18:01:11.492Z[ recovery-image] May 29 18:01:10.922 INFO O| May 29 18:01:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77712026-05-29T18:01:11.492Z[ recovery-image] May 29 18:01:10.922 INFO O| May 29 18:01:10.922 INFO STEP 977 (remove_files) COMPLETE
77722026-05-29T18:01:11.492Z[ recovery-image] May 29 18:01:10.922 INFO O| May 29 18:01:10.922 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-05-29T18:01:11.501Z[ recovery-image] May 29 18:01:10.932 INFO O| May 29 18:01:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77742026-05-29T18:01:11.501Z[ recovery-image] May 29 18:01:10.932 INFO O| May 29 18:01:10.932 INFO STEP 978 (remove_files) COMPLETE
77752026-05-29T18:01:11.505Z[ recovery-image] May 29 18:01:10.932 INFO O| May 29 18:01:10.932 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-05-29T18:01:11.511Z[ recovery-image] May 29 18:01:10.941 INFO O| May 29 18:01:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77772026-05-29T18:01:11.511Z[ recovery-image] May 29 18:01:10.941 INFO O| May 29 18:01:10.941 INFO STEP 979 (remove_files) COMPLETE
77782026-05-29T18:01:11.511Z[ recovery-image] May 29 18:01:10.941 INFO O| May 29 18:01:10.941 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-05-29T18:01:11.520Z[ recovery-image] May 29 18:01:10.951 INFO O| May 29 18:01:10.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77802026-05-29T18:01:11.520Z[ recovery-image] May 29 18:01:10.951 INFO O| May 29 18:01:10.951 INFO STEP 980 (remove_files) COMPLETE
77812026-05-29T18:01:11.524Z[ recovery-image] May 29 18:01:10.951 INFO O| May 29 18:01:10.951 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-05-29T18:01:11.529Z[ recovery-image] May 29 18:01:10.960 INFO O| May 29 18:01:10.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77832026-05-29T18:01:11.529Z[ recovery-image] May 29 18:01:10.960 INFO O| May 29 18:01:10.960 INFO STEP 981 (remove_files) COMPLETE
77842026-05-29T18:01:11.529Z[ recovery-image] May 29 18:01:10.960 INFO O| May 29 18:01:10.960 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-05-29T18:01:11.539Z[ recovery-image] May 29 18:01:10.969 INFO O| May 29 18:01:10.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77862026-05-29T18:01:11.539Z[ recovery-image] May 29 18:01:10.969 INFO O| May 29 18:01:10.969 INFO STEP 982 (remove_files) COMPLETE
77872026-05-29T18:01:11.539Z[ recovery-image] May 29 18:01:10.969 INFO O| May 29 18:01:10.969 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-05-29T18:01:11.548Z[ recovery-image] May 29 18:01:10.978 INFO O| May 29 18:01:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77892026-05-29T18:01:11.548Z[ recovery-image] May 29 18:01:10.978 INFO O| May 29 18:01:10.978 INFO STEP 983 (remove_files) COMPLETE
77902026-05-29T18:01:11.552Z[ recovery-image] May 29 18:01:10.978 INFO O| May 29 18:01:10.978 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-05-29T18:01:11.556Z[ recovery-image] May 29 18:01:10.987 INFO O| May 29 18:01:10.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77922026-05-29T18:01:11.556Z[ recovery-image] May 29 18:01:10.987 INFO O| May 29 18:01:10.987 INFO STEP 984 (remove_files) COMPLETE
77932026-05-29T18:01:11.562Z[ recovery-image] May 29 18:01:10.987 INFO O| May 29 18:01:10.987 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-05-29T18:01:11.566Z[ recovery-image] May 29 18:01:10.995 INFO O| May 29 18:01:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77952026-05-29T18:01:11.566Z[ recovery-image] May 29 18:01:10.995 INFO O| May 29 18:01:10.995 INFO STEP 985 (remove_files) COMPLETE
77962026-05-29T18:01:11.566Z[ recovery-image] May 29 18:01:10.995 INFO O| May 29 18:01:10.995 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-05-29T18:01:11.575Z[ recovery-image] May 29 18:01:11.004 INFO O| May 29 18:01:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77982026-05-29T18:01:11.575Z[ recovery-image] May 29 18:01:11.004 INFO O| May 29 18:01:11.004 INFO STEP 986 (remove_files) COMPLETE
77992026-05-29T18:01:11.579Z[ recovery-image] May 29 18:01:11.004 INFO O| May 29 18:01:11.004 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-05-29T18:01:11.584Z[ recovery-image] May 29 18:01:11.013 INFO O| May 29 18:01:11.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78012026-05-29T18:01:11.584Z[ recovery-image] May 29 18:01:11.013 INFO O| May 29 18:01:11.013 INFO STEP 987 (remove_files) COMPLETE
78022026-05-29T18:01:11.584Z[ recovery-image] May 29 18:01:11.013 INFO O| May 29 18:01:11.013 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-05-29T18:01:11.592Z[ recovery-image] May 29 18:01:11.022 INFO O| May 29 18:01:11.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78042026-05-29T18:01:11.593Z[ recovery-image] May 29 18:01:11.022 INFO O| May 29 18:01:11.022 INFO STEP 988 (remove_files) COMPLETE
78052026-05-29T18:01:11.593Z[ recovery-image] May 29 18:01:11.022 INFO O| May 29 18:01:11.022 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-05-29T18:01:11.602Z[ recovery-image] May 29 18:01:11.031 INFO O| May 29 18:01:11.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78072026-05-29T18:01:11.602Z[ recovery-image] May 29 18:01:11.031 INFO O| May 29 18:01:11.031 INFO STEP 989 (remove_files) COMPLETE
78082026-05-29T18:01:11.607Z[ recovery-image] May 29 18:01:11.031 INFO O| May 29 18:01:11.031 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-05-29T18:01:11.611Z[ recovery-image] May 29 18:01:11.040 INFO O| May 29 18:01:11.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78102026-05-29T18:01:11.611Z[ recovery-image] May 29 18:01:11.040 INFO O| May 29 18:01:11.040 INFO STEP 990 (remove_files) COMPLETE
78112026-05-29T18:01:11.611Z[ recovery-image] May 29 18:01:11.040 INFO O| May 29 18:01:11.040 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-05-29T18:01:11.621Z[ recovery-image] May 29 18:01:11.048 INFO O| May 29 18:01:11.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78132026-05-29T18:01:11.621Z[ recovery-image] May 29 18:01:11.048 INFO O| May 29 18:01:11.048 INFO STEP 991 (remove_files) COMPLETE
78142026-05-29T18:01:11.627Z[ recovery-image] May 29 18:01:11.049 INFO O| May 29 18:01:11.048 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-05-29T18:01:11.634Z[ recovery-image] May 29 18:01:11.057 INFO O| May 29 18:01:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78162026-05-29T18:01:11.635Z[ recovery-image] May 29 18:01:11.057 INFO O| May 29 18:01:11.057 INFO STEP 992 (remove_files) COMPLETE
78172026-05-29T18:01:11.635Z[ recovery-image] May 29 18:01:11.057 INFO O| May 29 18:01:11.057 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-05-29T18:01:11.641Z[ recovery-image] May 29 18:01:11.066 INFO O| May 29 18:01:11.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78192026-05-29T18:01:11.642Z[ recovery-image] May 29 18:01:11.066 INFO O| May 29 18:01:11.066 INFO STEP 993 (remove_files) COMPLETE
78202026-05-29T18:01:11.642Z[ recovery-image] May 29 18:01:11.066 INFO O| May 29 18:01:11.066 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-05-29T18:01:11.655Z[ recovery-image] May 29 18:01:11.076 INFO O| May 29 18:01:11.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78222026-05-29T18:01:11.655Z[ recovery-image] May 29 18:01:11.076 INFO O| May 29 18:01:11.076 INFO STEP 994 (remove_files) COMPLETE
78232026-05-29T18:01:11.655Z[ recovery-image] May 29 18:01:11.076 INFO O| May 29 18:01:11.076 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-05-29T18:01:11.660Z[ recovery-image] May 29 18:01:11.085 INFO O| May 29 18:01:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78252026-05-29T18:01:11.660Z[ recovery-image] May 29 18:01:11.085 INFO O| May 29 18:01:11.085 INFO STEP 995 (remove_files) COMPLETE
78262026-05-29T18:01:11.660Z[ recovery-image] May 29 18:01:11.085 INFO O| May 29 18:01:11.085 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-05-29T18:01:11.664Z[ recovery-image] May 29 18:01:11.094 INFO O| May 29 18:01:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78282026-05-29T18:01:11.665Z[ recovery-image] May 29 18:01:11.094 INFO O| May 29 18:01:11.094 INFO STEP 996 (remove_files) COMPLETE
78292026-05-29T18:01:11.665Z[ recovery-image] May 29 18:01:11.094 INFO O| May 29 18:01:11.094 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-05-29T18:01:11.674Z[ recovery-image] May 29 18:01:11.104 INFO O| May 29 18:01:11.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78312026-05-29T18:01:11.674Z[ recovery-image] May 29 18:01:11.104 INFO O| May 29 18:01:11.104 INFO STEP 997 (remove_files) COMPLETE
78322026-05-29T18:01:11.674Z[ recovery-image] May 29 18:01:11.104 INFO O| May 29 18:01:11.104 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-05-29T18:01:11.684Z[ recovery-image] May 29 18:01:11.114 INFO O| May 29 18:01:11.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78342026-05-29T18:01:11.684Z[ recovery-image] May 29 18:01:11.114 INFO O| May 29 18:01:11.114 INFO STEP 998 (remove_files) COMPLETE
78352026-05-29T18:01:11.684Z[ recovery-image] May 29 18:01:11.114 INFO O| May 29 18:01:11.114 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-05-29T18:01:11.693Z[ recovery-image] May 29 18:01:11.123 INFO O| May 29 18:01:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78372026-05-29T18:01:11.693Z[ recovery-image] May 29 18:01:11.123 INFO O| May 29 18:01:11.123 INFO STEP 999 (remove_files) COMPLETE
78382026-05-29T18:01:11.696Z[ recovery-image] May 29 18:01:11.123 INFO O| May 29 18:01:11.123 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-05-29T18:01:11.702Z[ recovery-image] May 29 18:01:11.132 INFO O| May 29 18:01:11.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78402026-05-29T18:01:11.702Z[ recovery-image] May 29 18:01:11.132 INFO O| May 29 18:01:11.132 INFO STEP 1000 (remove_files) COMPLETE
78412026-05-29T18:01:11.702Z[ recovery-image] May 29 18:01:11.132 INFO O| May 29 18:01:11.132 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-05-29T18:01:11.711Z[ recovery-image] May 29 18:01:11.142 INFO O| May 29 18:01:11.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78432026-05-29T18:01:11.712Z[ recovery-image] May 29 18:01:11.142 INFO O| May 29 18:01:11.142 INFO STEP 1001 (remove_files) COMPLETE
78442026-05-29T18:01:11.712Z[ recovery-image] May 29 18:01:11.142 INFO O| May 29 18:01:11.142 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-05-29T18:01:11.721Z[ recovery-image] May 29 18:01:11.151 INFO O| May 29 18:01:11.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78462026-05-29T18:01:11.721Z[ recovery-image] May 29 18:01:11.151 INFO O| May 29 18:01:11.151 INFO STEP 1002 (remove_files) COMPLETE
78472026-05-29T18:01:11.724Z[ recovery-image] May 29 18:01:11.151 INFO O| May 29 18:01:11.151 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-05-29T18:01:11.729Z[ recovery-image] May 29 18:01:11.160 INFO O| May 29 18:01:11.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78492026-05-29T18:01:11.729Z[ recovery-image] May 29 18:01:11.160 INFO O| May 29 18:01:11.160 INFO STEP 1003 (remove_files) COMPLETE
78502026-05-29T18:01:11.729Z[ recovery-image] May 29 18:01:11.160 INFO O| May 29 18:01:11.160 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-05-29T18:01:11.738Z[ recovery-image] May 29 18:01:11.168 INFO O| May 29 18:01:11.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78522026-05-29T18:01:11.738Z[ recovery-image] May 29 18:01:11.168 INFO O| May 29 18:01:11.168 INFO STEP 1004 (remove_files) COMPLETE
78532026-05-29T18:01:11.738Z[ recovery-image] May 29 18:01:11.168 INFO O| May 29 18:01:11.168 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-05-29T18:01:11.746Z[ recovery-image] May 29 18:01:11.176 INFO O| May 29 18:01:11.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78552026-05-29T18:01:11.746Z[ recovery-image] May 29 18:01:11.176 INFO O| May 29 18:01:11.176 INFO STEP 1005 (remove_files) COMPLETE
78562026-05-29T18:01:11.746Z[ recovery-image] May 29 18:01:11.176 INFO O| May 29 18:01:11.176 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-05-29T18:01:11.754Z[ recovery-image] May 29 18:01:11.185 INFO O| May 29 18:01:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78582026-05-29T18:01:11.754Z[ recovery-image] May 29 18:01:11.185 INFO O| May 29 18:01:11.185 INFO STEP 1006 (remove_files) COMPLETE
78592026-05-29T18:01:11.754Z[ recovery-image] May 29 18:01:11.185 INFO O| May 29 18:01:11.185 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-05-29T18:01:11.762Z[ recovery-image] May 29 18:01:11.193 INFO O| May 29 18:01:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78612026-05-29T18:01:11.762Z[ recovery-image] May 29 18:01:11.193 INFO O| May 29 18:01:11.193 INFO STEP 1007 (remove_files) COMPLETE
78622026-05-29T18:01:11.762Z[ recovery-image] May 29 18:01:11.193 INFO O| May 29 18:01:11.193 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-05-29T18:01:11.770Z[ recovery-image] May 29 18:01:11.200 INFO O| May 29 18:01:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78642026-05-29T18:01:11.770Z[ recovery-image] May 29 18:01:11.200 INFO O| May 29 18:01:11.200 INFO STEP 1008 (remove_files) COMPLETE
78652026-05-29T18:01:11.770Z[ recovery-image] May 29 18:01:11.200 INFO O| May 29 18:01:11.200 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-05-29T18:01:11.779Z[ recovery-image] May 29 18:01:11.209 INFO O| May 29 18:01:11.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78672026-05-29T18:01:11.779Z[ recovery-image] May 29 18:01:11.209 INFO O| May 29 18:01:11.209 INFO STEP 1009 (remove_files) COMPLETE
78682026-05-29T18:01:11.782Z[ recovery-image] May 29 18:01:11.209 INFO O| May 29 18:01:11.209 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-05-29T18:01:11.787Z[ recovery-image] May 29 18:01:11.217 INFO O| May 29 18:01:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78702026-05-29T18:01:11.787Z[ recovery-image] May 29 18:01:11.217 INFO O| May 29 18:01:11.217 INFO STEP 1010 (remove_files) COMPLETE
78712026-05-29T18:01:11.790Z[ recovery-image] May 29 18:01:11.217 INFO O| May 29 18:01:11.217 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-05-29T18:01:11.795Z[ recovery-image] May 29 18:01:11.226 INFO O| May 29 18:01:11.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78732026-05-29T18:01:11.795Z[ recovery-image] May 29 18:01:11.226 INFO O| May 29 18:01:11.226 INFO STEP 1011 (remove_files) COMPLETE
78742026-05-29T18:01:11.795Z[ recovery-image] May 29 18:01:11.226 INFO O| May 29 18:01:11.226 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-05-29T18:01:11.803Z[ recovery-image] May 29 18:01:11.234 INFO O| May 29 18:01:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78762026-05-29T18:01:11.803Z[ recovery-image] May 29 18:01:11.234 INFO O| May 29 18:01:11.234 INFO STEP 1012 (remove_files) COMPLETE
78772026-05-29T18:01:11.807Z[ recovery-image] May 29 18:01:11.234 INFO O| May 29 18:01:11.234 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-05-29T18:01:11.812Z[ recovery-image] May 29 18:01:11.243 INFO O| May 29 18:01:11.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78792026-05-29T18:01:11.816Z[ recovery-image] May 29 18:01:11.244 INFO O| May 29 18:01:11.244 INFO STEP 1013 (remove_files) COMPLETE
78802026-05-29T18:01:11.816Z[ recovery-image] May 29 18:01:11.244 INFO O| May 29 18:01:11.244 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-05-29T18:01:11.823Z[ recovery-image] May 29 18:01:11.253 INFO O| May 29 18:01:11.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78822026-05-29T18:01:11.823Z[ recovery-image] May 29 18:01:11.253 INFO O| May 29 18:01:11.253 INFO STEP 1014 (remove_files) COMPLETE
78832026-05-29T18:01:11.823Z[ recovery-image] May 29 18:01:11.253 INFO O| May 29 18:01:11.253 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-05-29T18:01:11.834Z[ recovery-image] May 29 18:01:11.262 INFO O| May 29 18:01:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78852026-05-29T18:01:11.834Z[ recovery-image] May 29 18:01:11.262 INFO O| May 29 18:01:11.262 INFO STEP 1015 (remove_files) COMPLETE
78862026-05-29T18:01:11.834Z[ recovery-image] May 29 18:01:11.262 INFO O| May 29 18:01:11.262 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-05-29T18:01:11.839Z[ recovery-image] May 29 18:01:11.269 INFO O| May 29 18:01:11.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78882026-05-29T18:01:11.839Z[ recovery-image] May 29 18:01:11.269 INFO O| May 29 18:01:11.269 INFO STEP 1016 (remove_files) COMPLETE
78892026-05-29T18:01:11.839Z[ recovery-image] May 29 18:01:11.269 INFO O| May 29 18:01:11.269 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-05-29T18:01:11.847Z[ recovery-image] May 29 18:01:11.277 INFO O| May 29 18:01:11.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78912026-05-29T18:01:11.848Z[ recovery-image] May 29 18:01:11.277 INFO O| May 29 18:01:11.277 INFO STEP 1017 (remove_files) COMPLETE
78922026-05-29T18:01:11.848Z[ recovery-image] May 29 18:01:11.277 INFO O| May 29 18:01:11.277 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-05-29T18:01:11.855Z[ recovery-image] May 29 18:01:11.285 INFO O| May 29 18:01:11.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78942026-05-29T18:01:11.855Z[ recovery-image] May 29 18:01:11.285 INFO O| May 29 18:01:11.285 INFO STEP 1018 (remove_files) COMPLETE
78952026-05-29T18:01:11.855Z[ recovery-image] May 29 18:01:11.285 INFO O| May 29 18:01:11.285 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-05-29T18:01:11.863Z[ recovery-image] May 29 18:01:11.294 INFO O| May 29 18:01:11.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78972026-05-29T18:01:11.863Z[ recovery-image] May 29 18:01:11.294 INFO O| May 29 18:01:11.294 INFO STEP 1019 (remove_files) COMPLETE
78982026-05-29T18:01:11.863Z[ recovery-image] May 29 18:01:11.294 INFO O| May 29 18:01:11.294 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-05-29T18:01:11.872Z[ recovery-image] May 29 18:01:11.302 INFO O| May 29 18:01:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79002026-05-29T18:01:11.872Z[ recovery-image] May 29 18:01:11.302 INFO O| May 29 18:01:11.302 INFO STEP 1020 (remove_files) COMPLETE
79012026-05-29T18:01:11.872Z[ recovery-image] May 29 18:01:11.302 INFO O| May 29 18:01:11.302 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-05-29T18:01:11.880Z[ recovery-image] May 29 18:01:11.310 INFO O| May 29 18:01:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79032026-05-29T18:01:11.880Z[ recovery-image] May 29 18:01:11.311 INFO O| May 29 18:01:11.311 INFO STEP 1021 (remove_files) COMPLETE
79042026-05-29T18:01:11.880Z[ recovery-image] May 29 18:01:11.311 INFO O| May 29 18:01:11.311 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-05-29T18:01:11.890Z[ recovery-image] May 29 18:01:11.320 INFO O| May 29 18:01:11.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79062026-05-29T18:01:11.890Z[ recovery-image] May 29 18:01:11.320 INFO O| May 29 18:01:11.320 INFO STEP 1022 (remove_files) COMPLETE
79072026-05-29T18:01:11.890Z[ recovery-image] May 29 18:01:11.320 INFO O| May 29 18:01:11.320 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-05-29T18:01:11.899Z[ recovery-image] May 29 18:01:11.329 INFO O| May 29 18:01:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79092026-05-29T18:01:11.899Z[ recovery-image] May 29 18:01:11.329 INFO O| May 29 18:01:11.329 INFO STEP 1023 (remove_files) COMPLETE
79102026-05-29T18:01:11.899Z[ recovery-image] May 29 18:01:11.329 INFO O| May 29 18:01:11.329 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-05-29T18:01:11.907Z[ recovery-image] May 29 18:01:11.338 INFO O| May 29 18:01:11.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79122026-05-29T18:01:11.907Z[ recovery-image] May 29 18:01:11.338 INFO O| May 29 18:01:11.338 INFO STEP 1024 (remove_files) COMPLETE
79132026-05-29T18:01:11.907Z[ recovery-image] May 29 18:01:11.338 INFO O| May 29 18:01:11.338 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-05-29T18:01:11.916Z[ recovery-image] May 29 18:01:11.347 INFO O| May 29 18:01:11.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79152026-05-29T18:01:11.916Z[ recovery-image] May 29 18:01:11.347 INFO O| May 29 18:01:11.347 INFO STEP 1025 (remove_files) COMPLETE
79162026-05-29T18:01:11.916Z[ recovery-image] May 29 18:01:11.347 INFO O| May 29 18:01:11.347 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-05-29T18:01:11.924Z[ recovery-image] May 29 18:01:11.355 INFO O| May 29 18:01:11.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79182026-05-29T18:01:11.924Z[ recovery-image] May 29 18:01:11.355 INFO O| May 29 18:01:11.355 INFO STEP 1026 (remove_files) COMPLETE
79192026-05-29T18:01:11.925Z[ recovery-image] May 29 18:01:11.355 INFO O| May 29 18:01:11.355 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-05-29T18:01:11.933Z[ recovery-image] May 29 18:01:11.363 INFO O| May 29 18:01:11.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79212026-05-29T18:01:11.933Z[ recovery-image] May 29 18:01:11.364 INFO O| May 29 18:01:11.364 INFO STEP 1027 (remove_files) COMPLETE
79222026-05-29T18:01:11.936Z[ recovery-image] May 29 18:01:11.364 INFO O| May 29 18:01:11.364 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-05-29T18:01:11.942Z[ recovery-image] May 29 18:01:11.372 INFO O| May 29 18:01:11.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79242026-05-29T18:01:11.942Z[ recovery-image] May 29 18:01:11.372 INFO O| May 29 18:01:11.372 INFO STEP 1028 (remove_files) COMPLETE
79252026-05-29T18:01:11.942Z[ recovery-image] May 29 18:01:11.372 INFO O| May 29 18:01:11.372 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-05-29T18:01:11.951Z[ recovery-image] May 29 18:01:11.381 INFO O| May 29 18:01:11.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79272026-05-29T18:01:11.951Z[ recovery-image] May 29 18:01:11.381 INFO O| May 29 18:01:11.381 INFO STEP 1029 (remove_files) COMPLETE
79282026-05-29T18:01:11.951Z[ recovery-image] May 29 18:01:11.381 INFO O| May 29 18:01:11.381 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-05-29T18:01:11.960Z[ recovery-image] May 29 18:01:11.391 INFO O| May 29 18:01:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79302026-05-29T18:01:11.960Z[ recovery-image] May 29 18:01:11.391 INFO O| May 29 18:01:11.391 INFO STEP 1030 (remove_files) COMPLETE
79312026-05-29T18:01:11.960Z[ recovery-image] May 29 18:01:11.391 INFO O| May 29 18:01:11.391 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-05-29T18:01:11.970Z[ recovery-image] May 29 18:01:11.400 INFO O| May 29 18:01:11.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79332026-05-29T18:01:11.970Z[ recovery-image] May 29 18:01:11.400 INFO O| May 29 18:01:11.400 INFO STEP 1031 (remove_files) COMPLETE
79342026-05-29T18:01:11.970Z[ recovery-image] May 29 18:01:11.400 INFO O| May 29 18:01:11.400 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-05-29T18:01:11.979Z[ recovery-image] May 29 18:01:11.409 INFO O| May 29 18:01:11.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79362026-05-29T18:01:11.979Z[ recovery-image] May 29 18:01:11.409 INFO O| May 29 18:01:11.409 INFO STEP 1032 (remove_files) COMPLETE
79372026-05-29T18:01:11.982Z[ recovery-image] May 29 18:01:11.409 INFO O| May 29 18:01:11.409 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-05-29T18:01:11.988Z[ recovery-image] May 29 18:01:11.418 INFO O| May 29 18:01:11.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79392026-05-29T18:01:11.988Z[ recovery-image] May 29 18:01:11.418 INFO O| May 29 18:01:11.418 INFO STEP 1033 (remove_files) COMPLETE
79402026-05-29T18:01:11.988Z[ recovery-image] May 29 18:01:11.418 INFO O| May 29 18:01:11.418 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.427 INFO O| May 29 18:01:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79422026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.427 INFO O| May 29 18:01:11.427 INFO STEP 1034 (remove_files) COMPLETE
79432026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.427 INFO O| May 29 18:01:11.427 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.436 INFO O| May 29 18:01:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79452026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.436 INFO O| May 29 18:01:11.436 INFO STEP 1035 (remove_files) COMPLETE
79462026-05-29T18:01:12.008Z[ recovery-image] May 29 18:01:11.436 INFO O| May 29 18:01:11.436 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-05-29T18:01:12.015Z[ recovery-image] May 29 18:01:11.445 INFO O| May 29 18:01:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79482026-05-29T18:01:12.015Z[ recovery-image] May 29 18:01:11.445 INFO O| May 29 18:01:11.445 INFO STEP 1036 (remove_files) COMPLETE
79492026-05-29T18:01:12.016Z[ recovery-image] May 29 18:01:11.445 INFO O| May 29 18:01:11.445 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-05-29T18:01:12.027Z[ recovery-image] May 29 18:01:11.454 INFO O| May 29 18:01:11.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79512026-05-29T18:01:12.027Z[ recovery-image] May 29 18:01:11.454 INFO O| May 29 18:01:11.454 INFO STEP 1037 (remove_files) COMPLETE
79522026-05-29T18:01:12.027Z[ recovery-image] May 29 18:01:11.454 INFO O| May 29 18:01:11.454 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-05-29T18:01:12.036Z[ recovery-image] May 29 18:01:11.462 INFO O| May 29 18:01:11.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79542026-05-29T18:01:12.036Z[ recovery-image] May 29 18:01:11.462 INFO O| May 29 18:01:11.462 INFO STEP 1038 (remove_files) COMPLETE
79552026-05-29T18:01:12.036Z[ recovery-image] May 29 18:01:11.462 INFO O| May 29 18:01:11.462 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-05-29T18:01:12.041Z[ recovery-image] May 29 18:01:11.471 INFO O| May 29 18:01:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79572026-05-29T18:01:12.041Z[ recovery-image] May 29 18:01:11.471 INFO O| May 29 18:01:11.471 INFO STEP 1039 (remove_files) COMPLETE
79582026-05-29T18:01:12.041Z[ recovery-image] May 29 18:01:11.471 INFO O| May 29 18:01:11.471 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-05-29T18:01:12.050Z[ recovery-image] May 29 18:01:11.480 INFO O| May 29 18:01:11.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79602026-05-29T18:01:12.050Z[ recovery-image] May 29 18:01:11.480 INFO O| May 29 18:01:11.480 INFO STEP 1040 (remove_files) COMPLETE
79612026-05-29T18:01:12.050Z[ recovery-image] May 29 18:01:11.480 INFO O| May 29 18:01:11.480 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-05-29T18:01:12.058Z[ recovery-image] May 29 18:01:11.488 INFO O| May 29 18:01:11.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79632026-05-29T18:01:12.058Z[ recovery-image] May 29 18:01:11.488 INFO O| May 29 18:01:11.488 INFO STEP 1041 (remove_files) COMPLETE
79642026-05-29T18:01:12.061Z[ recovery-image] May 29 18:01:11.489 INFO O| May 29 18:01:11.488 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-05-29T18:01:12.066Z[ recovery-image] May 29 18:01:11.497 INFO O| May 29 18:01:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79662026-05-29T18:01:12.066Z[ recovery-image] May 29 18:01:11.497 INFO O| May 29 18:01:11.497 INFO STEP 1042 (remove_files) COMPLETE
79672026-05-29T18:01:12.066Z[ recovery-image] May 29 18:01:11.497 INFO O| May 29 18:01:11.497 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-05-29T18:01:12.076Z[ recovery-image] May 29 18:01:11.506 INFO O| May 29 18:01:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79692026-05-29T18:01:12.076Z[ recovery-image] May 29 18:01:11.506 INFO O| May 29 18:01:11.506 INFO STEP 1043 (remove_files) COMPLETE
79702026-05-29T18:01:12.076Z[ recovery-image] May 29 18:01:11.506 INFO O| May 29 18:01:11.506 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-05-29T18:01:12.084Z[ recovery-image] May 29 18:01:11.514 INFO O| May 29 18:01:11.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79722026-05-29T18:01:12.084Z[ recovery-image] May 29 18:01:11.514 INFO O| May 29 18:01:11.514 INFO STEP 1044 (remove_files) COMPLETE
79732026-05-29T18:01:12.084Z[ recovery-image] May 29 18:01:11.514 INFO O| May 29 18:01:11.514 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-05-29T18:01:12.092Z[ recovery-image] May 29 18:01:11.523 INFO O| May 29 18:01:11.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79752026-05-29T18:01:12.092Z[ recovery-image] May 29 18:01:11.523 INFO O| May 29 18:01:11.523 INFO STEP 1045 (remove_files) COMPLETE
79762026-05-29T18:01:12.095Z[ recovery-image] May 29 18:01:11.523 INFO O| May 29 18:01:11.523 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-05-29T18:01:12.102Z[ recovery-image] May 29 18:01:11.531 INFO O| May 29 18:01:11.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79782026-05-29T18:01:12.102Z[ recovery-image] May 29 18:01:11.531 INFO O| May 29 18:01:11.531 INFO STEP 1046 (remove_files) COMPLETE
79792026-05-29T18:01:12.102Z[ recovery-image] May 29 18:01:11.531 INFO O| May 29 18:01:11.531 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-05-29T18:01:12.109Z[ recovery-image] May 29 18:01:11.540 INFO O| May 29 18:01:11.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79812026-05-29T18:01:12.109Z[ recovery-image] May 29 18:01:11.540 INFO O| May 29 18:01:11.540 INFO STEP 1047 (remove_files) COMPLETE
79822026-05-29T18:01:12.109Z[ recovery-image] May 29 18:01:11.540 INFO O| May 29 18:01:11.540 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-05-29T18:01:12.117Z[ recovery-image] May 29 18:01:11.548 INFO O| May 29 18:01:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79842026-05-29T18:01:12.117Z[ recovery-image] May 29 18:01:11.548 INFO O| May 29 18:01:11.548 INFO STEP 1048 (remove_files) COMPLETE
79852026-05-29T18:01:12.117Z[ recovery-image] May 29 18:01:11.548 INFO O| May 29 18:01:11.548 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-05-29T18:01:12.125Z[ recovery-image] May 29 18:01:11.556 INFO O| May 29 18:01:11.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79872026-05-29T18:01:12.125Z[ recovery-image] May 29 18:01:11.556 INFO O| May 29 18:01:11.556 INFO STEP 1049 (remove_files) COMPLETE
79882026-05-29T18:01:12.125Z[ recovery-image] May 29 18:01:11.556 INFO O| May 29 18:01:11.556 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-05-29T18:01:12.134Z[ recovery-image] May 29 18:01:11.564 INFO O| May 29 18:01:11.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79902026-05-29T18:01:12.134Z[ recovery-image] May 29 18:01:11.564 INFO O| May 29 18:01:11.564 INFO STEP 1050 (remove_files) COMPLETE
79912026-05-29T18:01:12.134Z[ recovery-image] May 29 18:01:11.564 INFO O| May 29 18:01:11.564 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-05-29T18:01:12.171Z[ recovery-image] May 29 18:01:11.602 INFO O| May 29 18:01:11.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79932026-05-29T18:01:12.171Z[ recovery-image] May 29 18:01:11.602 INFO O| May 29 18:01:11.602 INFO STEP 1051 (remove_files) COMPLETE
79942026-05-29T18:01:12.171Z[ recovery-image] May 29 18:01:11.602 INFO O| May 29 18:01:11.602 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-05-29T18:01:12.181Z[ recovery-image] May 29 18:01:11.612 INFO O| May 29 18:01:11.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79962026-05-29T18:01:12.181Z[ recovery-image] May 29 18:01:11.612 INFO O| May 29 18:01:11.612 INFO STEP 1052 (remove_files) COMPLETE
79972026-05-29T18:01:12.181Z[ recovery-image] May 29 18:01:11.612 INFO O| May 29 18:01:11.612 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-05-29T18:01:12.190Z[ recovery-image] May 29 18:01:11.621 INFO O| May 29 18:01:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79992026-05-29T18:01:12.190Z[ recovery-image] May 29 18:01:11.621 INFO O| May 29 18:01:11.621 INFO STEP 1053 (remove_files) COMPLETE
80002026-05-29T18:01:12.190Z[ recovery-image] May 29 18:01:11.621 INFO O| May 29 18:01:11.621 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-05-29T18:01:12.199Z[ recovery-image] May 29 18:01:11.630 INFO O| May 29 18:01:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80022026-05-29T18:01:12.199Z[ recovery-image] May 29 18:01:11.630 INFO O| May 29 18:01:11.630 INFO STEP 1054 (remove_files) COMPLETE
80032026-05-29T18:01:12.202Z[ recovery-image] May 29 18:01:11.630 INFO O| May 29 18:01:11.630 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-05-29T18:01:12.208Z[ recovery-image] May 29 18:01:11.639 INFO O| May 29 18:01:11.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80052026-05-29T18:01:12.208Z[ recovery-image] May 29 18:01:11.639 INFO O| May 29 18:01:11.639 INFO STEP 1055 (remove_files) COMPLETE
80062026-05-29T18:01:12.212Z[ recovery-image] May 29 18:01:11.639 INFO O| May 29 18:01:11.639 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-05-29T18:01:12.218Z[ recovery-image] May 29 18:01:11.649 INFO O| May 29 18:01:11.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80082026-05-29T18:01:12.223Z[ recovery-image] May 29 18:01:11.654 INFO O| May 29 18:01:11.654 INFO STEP 1056 (remove_files) COMPLETE
80092026-05-29T18:01:12.223Z[ recovery-image] May 29 18:01:11.654 INFO O| May 29 18:01:11.654 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-05-29T18:01:12.232Z[ recovery-image] May 29 18:01:11.663 INFO O| May 29 18:01:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80112026-05-29T18:01:12.232Z[ recovery-image] May 29 18:01:11.663 INFO O| May 29 18:01:11.663 INFO STEP 1057 (remove_files) COMPLETE
80122026-05-29T18:01:12.232Z[ recovery-image] May 29 18:01:11.663 INFO O| May 29 18:01:11.663 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-05-29T18:01:12.241Z[ recovery-image] May 29 18:01:11.671 INFO O| May 29 18:01:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80142026-05-29T18:01:12.241Z[ recovery-image] May 29 18:01:11.671 INFO O| May 29 18:01:11.671 INFO STEP 1058 (remove_files) COMPLETE
80152026-05-29T18:01:12.241Z[ recovery-image] May 29 18:01:11.671 INFO O| May 29 18:01:11.671 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-05-29T18:01:12.321Z[ recovery-image] May 29 18:01:11.751 INFO O| May 29 18:01:11.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80172026-05-29T18:01:12.321Z[ recovery-image] May 29 18:01:11.751 INFO O| May 29 18:01:11.751 INFO STEP 1059 (remove_files) COMPLETE
80182026-05-29T18:01:12.321Z[ recovery-image] May 29 18:01:11.751 INFO O| May 29 18:01:11.751 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-05-29T18:01:12.331Z[ recovery-image] May 29 18:01:11.761 INFO O| May 29 18:01:11.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80202026-05-29T18:01:12.331Z[ recovery-image] May 29 18:01:11.761 INFO O| May 29 18:01:11.761 INFO STEP 1060 (remove_files) COMPLETE
80212026-05-29T18:01:12.331Z[ recovery-image] May 29 18:01:11.761 INFO O| May 29 18:01:11.761 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-05-29T18:01:12.340Z[ recovery-image] May 29 18:01:11.770 INFO O| May 29 18:01:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80232026-05-29T18:01:12.340Z[ recovery-image] May 29 18:01:11.770 INFO O| May 29 18:01:11.770 INFO STEP 1061 (remove_files) COMPLETE
80242026-05-29T18:01:12.343Z[ recovery-image] May 29 18:01:11.770 INFO O| May 29 18:01:11.770 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-05-29T18:01:12.348Z[ recovery-image] May 29 18:01:11.779 INFO O| May 29 18:01:11.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80262026-05-29T18:01:12.348Z[ recovery-image] May 29 18:01:11.779 INFO O| May 29 18:01:11.779 INFO STEP 1062 (remove_files) COMPLETE
80272026-05-29T18:01:12.352Z[ recovery-image] May 29 18:01:11.779 INFO O| May 29 18:01:11.779 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-05-29T18:01:12.358Z[ recovery-image] May 29 18:01:11.788 INFO O| May 29 18:01:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80292026-05-29T18:01:12.367Z[ recovery-image] May 29 18:01:11.798 INFO O| May 29 18:01:11.798 INFO STEP 1063 (remove_files) COMPLETE
80302026-05-29T18:01:12.367Z[ recovery-image] May 29 18:01:11.798 INFO O| May 29 18:01:11.798 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-05-29T18:01:12.377Z[ recovery-image] May 29 18:01:11.808 INFO O| May 29 18:01:11.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80322026-05-29T18:01:12.377Z[ recovery-image] May 29 18:01:11.808 INFO O| May 29 18:01:11.808 INFO STEP 1064 (remove_files) COMPLETE
80332026-05-29T18:01:12.381Z[ recovery-image] May 29 18:01:11.808 INFO O| May 29 18:01:11.808 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-05-29T18:01:12.386Z[ recovery-image] May 29 18:01:11.816 INFO O| May 29 18:01:11.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80352026-05-29T18:01:12.386Z[ recovery-image] May 29 18:01:11.817 INFO O| May 29 18:01:11.817 INFO STEP 1065 (remove_files) COMPLETE
80362026-05-29T18:01:12.386Z[ recovery-image] May 29 18:01:11.817 INFO O| May 29 18:01:11.817 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-05-29T18:01:12.395Z[ recovery-image] May 29 18:01:11.826 INFO O| May 29 18:01:11.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80382026-05-29T18:01:12.395Z[ recovery-image] May 29 18:01:11.826 INFO O| May 29 18:01:11.826 INFO STEP 1066 (remove_files) COMPLETE
80392026-05-29T18:01:12.398Z[ recovery-image] May 29 18:01:11.826 INFO O| May 29 18:01:11.826 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-05-29T18:01:12.404Z[ recovery-image] May 29 18:01:11.834 INFO O| May 29 18:01:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80412026-05-29T18:01:12.404Z[ recovery-image] May 29 18:01:11.834 INFO O| May 29 18:01:11.834 INFO STEP 1067 (remove_files) COMPLETE
80422026-05-29T18:01:12.404Z[ recovery-image] May 29 18:01:11.834 INFO O| May 29 18:01:11.834 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-05-29T18:01:12.412Z[ recovery-image] May 29 18:01:11.843 INFO O| May 29 18:01:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80442026-05-29T18:01:12.412Z[ recovery-image] May 29 18:01:11.843 INFO O| May 29 18:01:11.843 INFO STEP 1068 (remove_files) COMPLETE
80452026-05-29T18:01:12.412Z[ recovery-image] May 29 18:01:11.843 INFO O| May 29 18:01:11.843 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-05-29T18:01:12.421Z[ recovery-image] May 29 18:01:11.851 INFO O| May 29 18:01:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80472026-05-29T18:01:12.421Z[ recovery-image] May 29 18:01:11.851 INFO O| May 29 18:01:11.851 INFO STEP 1069 (remove_files) COMPLETE
80482026-05-29T18:01:12.424Z[ recovery-image] May 29 18:01:11.851 INFO O| May 29 18:01:11.851 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-05-29T18:01:12.429Z[ recovery-image] May 29 18:01:11.860 INFO O| May 29 18:01:11.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80502026-05-29T18:01:12.429Z[ recovery-image] May 29 18:01:11.860 INFO O| May 29 18:01:11.860 INFO STEP 1070 (remove_files) COMPLETE
80512026-05-29T18:01:12.432Z[ recovery-image] May 29 18:01:11.860 INFO O| May 29 18:01:11.860 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-05-29T18:01:12.437Z[ recovery-image] May 29 18:01:11.868 INFO O| May 29 18:01:11.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80532026-05-29T18:01:12.438Z[ recovery-image] May 29 18:01:11.868 INFO O| May 29 18:01:11.868 INFO STEP 1071 (remove_files) COMPLETE
80542026-05-29T18:01:12.438Z[ recovery-image] May 29 18:01:11.868 INFO O| May 29 18:01:11.868 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-05-29T18:01:12.446Z[ recovery-image] May 29 18:01:11.877 INFO O| May 29 18:01:11.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80562026-05-29T18:01:12.446Z[ recovery-image] May 29 18:01:11.877 INFO O| May 29 18:01:11.877 INFO STEP 1072 (remove_files) COMPLETE
80572026-05-29T18:01:12.450Z[ recovery-image] May 29 18:01:11.877 INFO O| May 29 18:01:11.877 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-05-29T18:01:12.455Z[ recovery-image] May 29 18:01:11.886 INFO O| May 29 18:01:11.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80592026-05-29T18:01:12.455Z[ recovery-image] May 29 18:01:11.886 INFO O| May 29 18:01:11.886 INFO STEP 1073 (remove_files) COMPLETE
80602026-05-29T18:01:12.455Z[ recovery-image] May 29 18:01:11.886 INFO O| May 29 18:01:11.886 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-05-29T18:01:12.464Z[ recovery-image] May 29 18:01:11.895 INFO O| May 29 18:01:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80622026-05-29T18:01:12.464Z[ recovery-image] May 29 18:01:11.895 INFO O| May 29 18:01:11.895 INFO STEP 1074 (remove_files) COMPLETE
80632026-05-29T18:01:12.464Z[ recovery-image] May 29 18:01:11.895 INFO O| May 29 18:01:11.895 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-05-29T18:01:12.474Z[ recovery-image] May 29 18:01:11.904 INFO O| May 29 18:01:11.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80652026-05-29T18:01:12.474Z[ recovery-image] May 29 18:01:11.904 INFO O| May 29 18:01:11.904 INFO STEP 1075 (remove_files) COMPLETE
80662026-05-29T18:01:12.477Z[ recovery-image] May 29 18:01:11.904 INFO O| May 29 18:01:11.904 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-05-29T18:01:12.482Z[ recovery-image] May 29 18:01:11.913 INFO O| May 29 18:01:11.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80682026-05-29T18:01:12.482Z[ recovery-image] May 29 18:01:11.913 INFO O| May 29 18:01:11.913 INFO STEP 1076 (remove_files) COMPLETE
80692026-05-29T18:01:12.482Z[ recovery-image] May 29 18:01:11.913 INFO O| May 29 18:01:11.913 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-05-29T18:01:12.491Z[ recovery-image] May 29 18:01:11.922 INFO O| May 29 18:01:11.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80712026-05-29T18:01:12.491Z[ recovery-image] May 29 18:01:11.922 INFO O| May 29 18:01:11.922 INFO STEP 1077 (remove_files) COMPLETE
80722026-05-29T18:01:12.491Z[ recovery-image] May 29 18:01:11.922 INFO O| May 29 18:01:11.922 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-05-29T18:01:12.500Z[ recovery-image] May 29 18:01:11.930 INFO O| May 29 18:01:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80742026-05-29T18:01:12.500Z[ recovery-image] May 29 18:01:11.930 INFO O| May 29 18:01:11.930 INFO STEP 1078 (remove_files) COMPLETE
80752026-05-29T18:01:12.500Z[ recovery-image] May 29 18:01:11.930 INFO O| May 29 18:01:11.930 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-05-29T18:01:12.512Z[ recovery-image] May 29 18:01:11.943 INFO O| May 29 18:01:11.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80772026-05-29T18:01:12.533Z[ recovery-image] May 29 18:01:11.964 INFO O| May 29 18:01:11.964 INFO STEP 1079 (remove_files) COMPLETE
80782026-05-29T18:01:12.533Z[ recovery-image] May 29 18:01:11.964 INFO O| May 29 18:01:11.964 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-05-29T18:01:12.543Z[ recovery-image] May 29 18:01:11.974 INFO O| May 29 18:01:11.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80802026-05-29T18:01:12.543Z[ recovery-image] May 29 18:01:11.974 INFO O| May 29 18:01:11.974 INFO STEP 1080 (remove_files) COMPLETE
80812026-05-29T18:01:12.543Z[ recovery-image] May 29 18:01:11.974 INFO O| May 29 18:01:11.974 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-05-29T18:01:12.589Z[ recovery-image] May 29 18:01:12.019 INFO O| May 29 18:01:12.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80832026-05-29T18:01:12.589Z[ recovery-image] May 29 18:01:12.019 INFO O| May 29 18:01:12.019 INFO STEP 1081 (remove_files) COMPLETE
80842026-05-29T18:01:12.592Z[ recovery-image] May 29 18:01:12.019 INFO O| May 29 18:01:12.019 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-05-29T18:01:12.597Z[ recovery-image] May 29 18:01:12.028 INFO O| May 29 18:01:12.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80862026-05-29T18:01:12.597Z[ recovery-image] May 29 18:01:12.028 INFO O| May 29 18:01:12.028 INFO STEP 1082 (remove_files) COMPLETE
80872026-05-29T18:01:12.600Z[ recovery-image] May 29 18:01:12.028 INFO O| May 29 18:01:12.028 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-05-29T18:01:12.605Z[ recovery-image] May 29 18:01:12.035 INFO O| May 29 18:01:12.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80892026-05-29T18:01:12.605Z[ recovery-image] May 29 18:01:12.035 INFO O| May 29 18:01:12.035 INFO STEP 1083 (remove_files) COMPLETE
80902026-05-29T18:01:12.608Z[ recovery-image] May 29 18:01:12.035 INFO O| May 29 18:01:12.035 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-05-29T18:01:12.612Z[ recovery-image] May 29 18:01:12.043 INFO O| May 29 18:01:12.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80922026-05-29T18:01:12.612Z[ recovery-image] May 29 18:01:12.043 INFO O| May 29 18:01:12.043 INFO STEP 1084 (remove_files) COMPLETE
80932026-05-29T18:01:12.612Z[ recovery-image] May 29 18:01:12.043 INFO O| May 29 18:01:12.043 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-05-29T18:01:12.620Z[ recovery-image] May 29 18:01:12.050 INFO O| May 29 18:01:12.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80952026-05-29T18:01:12.620Z[ recovery-image] May 29 18:01:12.050 INFO O| May 29 18:01:12.050 INFO STEP 1085 (remove_files) COMPLETE
80962026-05-29T18:01:12.623Z[ recovery-image] May 29 18:01:12.050 INFO O| May 29 18:01:12.050 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-05-29T18:01:12.631Z[ recovery-image] May 29 18:01:12.061 INFO O| May 29 18:01:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80982026-05-29T18:01:12.631Z[ recovery-image] May 29 18:01:12.061 INFO O| May 29 18:01:12.061 INFO STEP 1086 (remove_files) COMPLETE
80992026-05-29T18:01:12.634Z[ recovery-image] May 29 18:01:12.061 INFO O| May 29 18:01:12.061 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-05-29T18:01:12.640Z[ recovery-image] May 29 18:01:12.070 INFO O| May 29 18:01:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81012026-05-29T18:01:12.640Z[ recovery-image] May 29 18:01:12.070 INFO O| May 29 18:01:12.070 INFO STEP 1087 (remove_files) COMPLETE
81022026-05-29T18:01:12.644Z[ recovery-image] May 29 18:01:12.070 INFO O| May 29 18:01:12.070 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-05-29T18:01:12.649Z[ recovery-image] May 29 18:01:12.079 INFO O| May 29 18:01:12.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81042026-05-29T18:01:12.649Z[ recovery-image] May 29 18:01:12.079 INFO O| May 29 18:01:12.079 INFO STEP 1088 (remove_files) COMPLETE
81052026-05-29T18:01:12.654Z[ recovery-image] May 29 18:01:12.079 INFO O| May 29 18:01:12.079 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-05-29T18:01:12.660Z[ recovery-image] May 29 18:01:12.090 INFO O| May 29 18:01:12.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81072026-05-29T18:01:12.660Z[ recovery-image] May 29 18:01:12.090 INFO O| May 29 18:01:12.090 INFO STEP 1089 (remove_files) COMPLETE
81082026-05-29T18:01:12.664Z[ recovery-image] May 29 18:01:12.090 INFO O| May 29 18:01:12.090 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-05-29T18:01:12.670Z[ recovery-image] May 29 18:01:12.100 INFO O| May 29 18:01:12.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81102026-05-29T18:01:12.670Z[ recovery-image] May 29 18:01:12.100 INFO O| May 29 18:01:12.100 INFO STEP 1090 (remove_files) COMPLETE
81112026-05-29T18:01:12.670Z[ recovery-image] May 29 18:01:12.100 INFO O| May 29 18:01:12.100 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-05-29T18:01:12.680Z[ recovery-image] May 29 18:01:12.111 INFO O| May 29 18:01:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81132026-05-29T18:01:12.680Z[ recovery-image] May 29 18:01:12.111 INFO O| May 29 18:01:12.111 INFO STEP 1091 (remove_files) COMPLETE
81142026-05-29T18:01:12.680Z[ recovery-image] May 29 18:01:12.111 INFO O| May 29 18:01:12.111 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-05-29T18:01:12.690Z[ recovery-image] May 29 18:01:12.121 INFO O| May 29 18:01:12.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81162026-05-29T18:01:12.690Z[ recovery-image] May 29 18:01:12.121 INFO O| May 29 18:01:12.121 INFO STEP 1092 (remove_files) COMPLETE
81172026-05-29T18:01:12.690Z[ recovery-image] May 29 18:01:12.121 INFO O| May 29 18:01:12.121 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-05-29T18:01:12.701Z[ recovery-image] May 29 18:01:12.132 INFO O| May 29 18:01:12.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81192026-05-29T18:01:12.701Z[ recovery-image] May 29 18:01:12.132 INFO O| May 29 18:01:12.132 INFO STEP 1093 (remove_files) COMPLETE
81202026-05-29T18:01:12.701Z[ recovery-image] May 29 18:01:12.132 INFO O| May 29 18:01:12.132 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-05-29T18:01:12.713Z[ recovery-image] May 29 18:01:12.143 INFO O| May 29 18:01:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81222026-05-29T18:01:12.713Z[ recovery-image] May 29 18:01:12.143 INFO O| May 29 18:01:12.143 INFO STEP 1094 (remove_files) COMPLETE
81232026-05-29T18:01:12.713Z[ recovery-image] May 29 18:01:12.143 INFO O| May 29 18:01:12.143 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-05-29T18:01:12.724Z[ recovery-image] May 29 18:01:12.154 INFO O| May 29 18:01:12.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81252026-05-29T18:01:12.724Z[ recovery-image] May 29 18:01:12.154 INFO O| May 29 18:01:12.154 INFO STEP 1095 (remove_files) COMPLETE
81262026-05-29T18:01:12.724Z[ recovery-image] May 29 18:01:12.154 INFO O| May 29 18:01:12.154 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-05-29T18:01:12.735Z[ recovery-image] May 29 18:01:12.165 INFO O| May 29 18:01:12.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81282026-05-29T18:01:12.735Z[ recovery-image] May 29 18:01:12.166 INFO O| May 29 18:01:12.166 INFO STEP 1096 (remove_files) COMPLETE
81292026-05-29T18:01:12.735Z[ recovery-image] May 29 18:01:12.166 INFO O| May 29 18:01:12.166 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-05-29T18:01:12.744Z[ recovery-image] May 29 18:01:12.175 INFO O| May 29 18:01:12.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81312026-05-29T18:01:12.745Z[ recovery-image] May 29 18:01:12.175 INFO O| May 29 18:01:12.175 INFO STEP 1097 (remove_files) COMPLETE
81322026-05-29T18:01:12.745Z[ recovery-image] May 29 18:01:12.175 INFO O| May 29 18:01:12.175 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-05-29T18:01:12.754Z[ recovery-image] May 29 18:01:12.184 INFO O| May 29 18:01:12.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81342026-05-29T18:01:12.754Z[ recovery-image] May 29 18:01:12.184 INFO O| May 29 18:01:12.184 INFO STEP 1098 (remove_files) COMPLETE
81352026-05-29T18:01:12.754Z[ recovery-image] May 29 18:01:12.184 INFO O| May 29 18:01:12.184 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-05-29T18:01:12.764Z[ recovery-image] May 29 18:01:12.195 INFO O| May 29 18:01:12.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81372026-05-29T18:01:12.764Z[ recovery-image] May 29 18:01:12.195 INFO O| May 29 18:01:12.195 INFO STEP 1099 (remove_files) COMPLETE
81382026-05-29T18:01:12.764Z[ recovery-image] May 29 18:01:12.195 INFO O| May 29 18:01:12.195 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-05-29T18:01:12.774Z[ recovery-image] May 29 18:01:12.204 INFO O| May 29 18:01:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81402026-05-29T18:01:12.774Z[ recovery-image] May 29 18:01:12.204 INFO O| May 29 18:01:12.204 INFO STEP 1100 (remove_files) COMPLETE
81412026-05-29T18:01:12.774Z[ recovery-image] May 29 18:01:12.204 INFO O| May 29 18:01:12.204 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-05-29T18:01:12.783Z[ recovery-image] May 29 18:01:12.214 INFO O| May 29 18:01:12.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81432026-05-29T18:01:12.783Z[ recovery-image] May 29 18:01:12.214 INFO O| May 29 18:01:12.214 INFO STEP 1101 (remove_files) COMPLETE
81442026-05-29T18:01:12.783Z[ recovery-image] May 29 18:01:12.214 INFO O| May 29 18:01:12.214 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-05-29T18:01:12.793Z[ recovery-image] May 29 18:01:12.223 INFO O| May 29 18:01:12.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81462026-05-29T18:01:12.793Z[ recovery-image] May 29 18:01:12.223 INFO O| May 29 18:01:12.223 INFO STEP 1102 (remove_files) COMPLETE
81472026-05-29T18:01:12.793Z[ recovery-image] May 29 18:01:12.223 INFO O| May 29 18:01:12.223 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-05-29T18:01:12.802Z[ recovery-image] May 29 18:01:12.233 INFO O| May 29 18:01:12.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81492026-05-29T18:01:12.802Z[ recovery-image] May 29 18:01:12.233 INFO O| May 29 18:01:12.233 INFO STEP 1103 (remove_files) COMPLETE
81502026-05-29T18:01:12.802Z[ recovery-image] May 29 18:01:12.233 INFO O| May 29 18:01:12.233 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-05-29T18:01:12.811Z[ recovery-image] May 29 18:01:12.242 INFO O| May 29 18:01:12.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81522026-05-29T18:01:12.812Z[ recovery-image] May 29 18:01:12.242 INFO O| May 29 18:01:12.242 INFO STEP 1104 (remove_files) COMPLETE
81532026-05-29T18:01:12.812Z[ recovery-image] May 29 18:01:12.242 INFO O| May 29 18:01:12.242 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-05-29T18:01:12.821Z[ recovery-image] May 29 18:01:12.252 INFO O| May 29 18:01:12.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81552026-05-29T18:01:12.821Z[ recovery-image] May 29 18:01:12.252 INFO O| May 29 18:01:12.252 INFO STEP 1105 (remove_files) COMPLETE
81562026-05-29T18:01:12.824Z[ recovery-image] May 29 18:01:12.252 INFO O| May 29 18:01:12.252 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-05-29T18:01:12.830Z[ recovery-image] May 29 18:01:12.261 INFO O| May 29 18:01:12.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81582026-05-29T18:01:12.830Z[ recovery-image] May 29 18:01:12.261 INFO O| May 29 18:01:12.261 INFO STEP 1106 (remove_files) COMPLETE
81592026-05-29T18:01:12.830Z[ recovery-image] May 29 18:01:12.261 INFO O| May 29 18:01:12.261 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-05-29T18:01:12.838Z[ recovery-image] May 29 18:01:12.269 INFO O| May 29 18:01:12.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81612026-05-29T18:01:12.838Z[ recovery-image] May 29 18:01:12.269 INFO O| May 29 18:01:12.269 INFO STEP 1107 (remove_files) COMPLETE
81622026-05-29T18:01:12.842Z[ recovery-image] May 29 18:01:12.269 INFO O| May 29 18:01:12.269 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-05-29T18:01:12.847Z[ recovery-image] May 29 18:01:12.277 INFO O| May 29 18:01:12.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81642026-05-29T18:01:12.847Z[ recovery-image] May 29 18:01:12.277 INFO O| May 29 18:01:12.277 INFO STEP 1108 (remove_files) COMPLETE
81652026-05-29T18:01:12.847Z[ recovery-image] May 29 18:01:12.277 INFO O| May 29 18:01:12.277 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-05-29T18:01:12.855Z[ recovery-image] May 29 18:01:12.285 INFO O| May 29 18:01:12.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81672026-05-29T18:01:12.855Z[ recovery-image] May 29 18:01:12.286 INFO O| May 29 18:01:12.286 INFO STEP 1109 (remove_files) COMPLETE
81682026-05-29T18:01:12.855Z[ recovery-image] May 29 18:01:12.286 INFO O| May 29 18:01:12.286 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-05-29T18:01:12.863Z[ recovery-image] May 29 18:01:12.294 INFO O| May 29 18:01:12.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81702026-05-29T18:01:12.864Z[ recovery-image] May 29 18:01:12.294 INFO O| May 29 18:01:12.294 INFO STEP 1110 (remove_files) COMPLETE
81712026-05-29T18:01:12.864Z[ recovery-image] May 29 18:01:12.294 INFO O| May 29 18:01:12.294 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-05-29T18:01:12.888Z[ recovery-image] May 29 18:01:12.303 INFO O| May 29 18:01:12.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81732026-05-29T18:01:12.888Z[ recovery-image] May 29 18:01:12.303 INFO O| May 29 18:01:12.303 INFO STEP 1111 (remove_files) COMPLETE
81742026-05-29T18:01:12.894Z[ recovery-image] May 29 18:01:12.303 INFO O| May 29 18:01:12.303 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-05-29T18:01:12.894Z[ recovery-image] May 29 18:01:12.314 INFO O| May 29 18:01:12.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81762026-05-29T18:01:12.894Z[ recovery-image] May 29 18:01:12.314 INFO O| May 29 18:01:12.314 INFO STEP 1112 (remove_files) COMPLETE
81772026-05-29T18:01:12.894Z[ recovery-image] May 29 18:01:12.314 INFO O| May 29 18:01:12.314 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-05-29T18:01:12.897Z[ recovery-image] May 29 18:01:12.325 INFO O| May 29 18:01:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81792026-05-29T18:01:12.897Z[ recovery-image] May 29 18:01:12.325 INFO O| May 29 18:01:12.325 INFO STEP 1113 (remove_files) COMPLETE
81802026-05-29T18:01:12.897Z[ recovery-image] May 29 18:01:12.325 INFO O| May 29 18:01:12.325 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-05-29T18:01:12.905Z[ recovery-image] May 29 18:01:12.336 INFO O| May 29 18:01:12.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81822026-05-29T18:01:12.905Z[ recovery-image] May 29 18:01:12.336 INFO O| May 29 18:01:12.336 INFO STEP 1114 (remove_files) COMPLETE
81832026-05-29T18:01:12.905Z[ recovery-image] May 29 18:01:12.336 INFO O| May 29 18:01:12.336 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-05-29T18:01:12.916Z[ recovery-image] May 29 18:01:12.346 INFO O| May 29 18:01:12.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81852026-05-29T18:01:12.916Z[ recovery-image] May 29 18:01:12.346 INFO O| May 29 18:01:12.346 INFO STEP 1115 (remove_files) COMPLETE
81862026-05-29T18:01:12.916Z[ recovery-image] May 29 18:01:12.346 INFO O| May 29 18:01:12.346 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-05-29T18:01:12.926Z[ recovery-image] May 29 18:01:12.357 INFO O| May 29 18:01:12.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81882026-05-29T18:01:12.926Z[ recovery-image] May 29 18:01:12.357 INFO O| May 29 18:01:12.357 INFO STEP 1116 (remove_files) COMPLETE
81892026-05-29T18:01:12.926Z[ recovery-image] May 29 18:01:12.357 INFO O| May 29 18:01:12.357 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-05-29T18:01:12.936Z[ recovery-image] May 29 18:01:12.367 INFO O| May 29 18:01:12.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81912026-05-29T18:01:12.936Z[ recovery-image] May 29 18:01:12.367 INFO O| May 29 18:01:12.367 INFO STEP 1117 (remove_files) COMPLETE
81922026-05-29T18:01:12.936Z[ recovery-image] May 29 18:01:12.367 INFO O| May 29 18:01:12.367 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-05-29T18:01:12.946Z[ recovery-image] May 29 18:01:12.376 INFO O| May 29 18:01:12.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81942026-05-29T18:01:12.946Z[ recovery-image] May 29 18:01:12.377 INFO O| May 29 18:01:12.377 INFO STEP 1118 (remove_files) COMPLETE
81952026-05-29T18:01:12.949Z[ recovery-image] May 29 18:01:12.377 INFO O| May 29 18:01:12.377 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81962026-05-29T18:01:12.959Z[ recovery-image] May 29 18:01:12.390 INFO O| May 29 18:01:12.390 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81972026-05-29T18:01:12.959Z[ recovery-image] May 29 18:01:12.390 INFO O| May 29 18:01:12.390 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81982026-05-29T18:01:14.154Z[ recovery-image] May 29 18:01:13.569 INFO O| May 29 18:01:13.569 INFO STEP 1119 (pack_tar) COMPLETE
81992026-05-29T18:01:14.155Z[ recovery-image] May 29 18:01:13.569 INFO O| May 29 18:01:13.569 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82002026-05-29T18:01:14.155Z[ recovery-image] May 29 18:01:13.569 INFO O| May 29 18:01:13.569 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82012026-05-29T18:01:14.503Z[ recovery-image] May 29 18:01:13.930 INFO O| May 29 18:01:13.930 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82022026-05-29T18:01:14.602Z[ recovery-image] May 29 18:01:14.026 INFO O| May 29 18:01:14.026 INFO completed processing sled/ramdisk-03-recovery-trim
82032026-05-29T18:01:14.613Z[ recovery-image] May 29 18:01:14.029 INFO image builder template: zfs-recovery...
82042026-05-29T18:01:14.613Z[ recovery-image] May 29 18:01:14.029 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/.tmp6JiiRM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
82052026-05-29T18:01:14.627Z[ recovery-image] May 29 18:01:14.056 INFO O| May 29 18:01:14.055 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82062026-05-29T18:01:14.636Z[ recovery-image] May 29 18:01:14.059 INFO O| May 29 18:01:14.059 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82072026-05-29T18:01:14.774Z[ recovery-image] May 29 18:01:14.204 INFO O| May 29 18:01:14.204 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82082026-05-29T18:01:14.853Z[ recovery-image] May 29 18:01:14.275 INFO O| May 29 18:01:14.274 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82092026-05-29T18:01:14.853Z[ recovery-image] May 29 18:01:14.275 INFO O| May 29 18:01:14.275 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82102026-05-29T18:01:14.864Z[ recovery-image] May 29 18:01:14.278 INFO O| May 29 18:01:14.278 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82112026-05-29T18:01:14.948Z[ recovery-image] May 29 18:01:14.377 INFO O| May 29 18:01:14.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82122026-05-29T18:01:15.029Z[ recovery-image] May 29 18:01:14.444 INFO O| May 29 18:01:14.444 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82132026-05-29T18:01:15.037Z[ recovery-image] May 29 18:01:14.454 INFO O| May 29 18:01:14.454 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82142026-05-29T18:01:15.037Z[ recovery-image] May 29 18:01:14.459 INFO O| May 29 18:01:14.459 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82152026-05-29T18:01:15.038Z[ recovery-image] May 29 18:01:14.460 INFO O| May 29 18:01:14.460 INFO no lofi found
82162026-05-29T18:01:15.038Z[ recovery-image] May 29 18:01:14.460 INFO O| May 29 18:01:14.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82172026-05-29T18:01:15.038Z[ recovery-image] May 29 18:01:14.460 INFO O| May 29 18:01:14.460 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82182026-05-29T18:01:16.577Z[ recovery-image] May 29 18:01:16.001 INFO O| May 29 18:01:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
82192026-05-29T18:01:16.577Z[ recovery-image] May 29 18:01:16.001 INFO O| May 29 18:01:16.001 INFO pool device = /dev/dsk/c2t1d0p0
82202026-05-29T18:01:16.582Z[ recovery-image] May 29 18:01:16.001 INFO O| May 29 18:01:16.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82212026-05-29T18:01:16.761Z[ recovery-image] May 29 18:01:16.191 INFO O| May 29 18:01:16.191 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82222026-05-29T18:01:16.761Z[ recovery-image] May 29 18:01:16.191 INFO O| May 29 18:01:16.191 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82232026-05-29T18:01:16.789Z[ recovery-image] May 29 18:01:16.218 INFO O| May 29 18:01:16.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82242026-05-29T18:01:16.880Z[ recovery-image] May 29 18:01:16.311 INFO O| May 29 18:01:16.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82252026-05-29T18:01:16.914Z[ recovery-image] May 29 18:01:16.344 INFO O| May 29 18:01:16.344 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82262026-05-29T18:01:16.933Z[ recovery-image] May 29 18:01:16.363 INFO O| May 29 18:01:16.363 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82272026-05-29T18:01:16.949Z[ recovery-image] May 29 18:01:16.379 INFO O| May 29 18:01:16.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82282026-05-29T18:01:16.988Z[ recovery-image] May 29 18:01:16.419 INFO O| May 29 18:01:16.418 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82292026-05-29T18:01:16.992Z[ recovery-image] May 29 18:01:16.419 INFO O| May 29 18:01:16.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82302026-05-29T18:01:16.992Z[ recovery-image] May 29 18:01:16.419 INFO O| May 29 18:01:16.419 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82312026-05-29T18:01:16.998Z[ recovery-image] May 29 18:01:16.429 INFO O| May 29 18:01:16.429 INFO boot environment UUID: 8a094b13-a534-4abc-a62a-c720df638f71
82322026-05-29T18:01:16.999Z[ recovery-image] May 29 18:01:16.429 INFO O| May 29 18:01:16.429 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8a094b13-a534-4abc-a62a-c720df638f71
82332026-05-29T18:01:17.014Z[ recovery-image] May 29 18:01:16.444 INFO O| May 29 18:01:16.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82342026-05-29T18:01:17.031Z[ recovery-image] May 29 18:01:16.461 INFO O| May 29 18:01:16.461 INFO STEP 0 (create_be) COMPLETE
82352026-05-29T18:01:17.031Z[ recovery-image] May 29 18:01:16.461 INFO O| May 29 18:01:16.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82362026-05-29T18:01:17.043Z[ recovery-image] May 29 18:01:16.474 INFO O| May 29 18:01:16.474 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"]
82372026-05-29T18:01:17.937Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
82382026-05-29T18:01:25.927Z[ recovery-image] May 29 18:01:25.357 INFO O| May 29 18:01:25.357 INFO STEP 1 (unpack_tar) COMPLETE
82392026-05-29T18:01:25.927Z[ recovery-image] May 29 18:01:25.357 INFO O| May 29 18:01:25.357 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82402026-05-29T18:01:25.937Z[ recovery-image] May 29 18:01:25.368 INFO O| May 29 18:01:25.368 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82412026-05-29T18:01:27.026Z[ recovery-image] May 29 18:01:26.456 INFO O| May 29 18:01:26.456 INFO STEP 2 (devfsadm) COMPLETE
82422026-05-29T18:01:27.026Z[ recovery-image] May 29 18:01:26.456 INFO O| May 29 18:01:26.456 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82432026-05-29T18:01:27.036Z[ recovery-image] May 29 18:01:26.466 INFO O| May 29 18:01:26.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82442026-05-29T18:01:27.036Z[ recovery-image] May 29 18:01:26.466 INFO O| May 29 18:01:26.466 INFO STEP 3 (ensure_dir) COMPLETE
82452026-05-29T18:01:27.036Z[ recovery-image] May 29 18:01:26.466 INFO O| May 29 18:01:26.466 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82462026-05-29T18:01:27.044Z[ recovery-image] May 29 18:01:26.474 INFO O| May 29 18:01:26.474 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82472026-05-29T18:01:27.044Z[ recovery-image] May 29 18:01:26.474 INFO O| May 29 18:01:26.474 INFO STEP 4 (ensure_dir) COMPLETE
82482026-05-29T18:01:27.044Z[ recovery-image] May 29 18:01:26.474 INFO O| May 29 18:01:26.474 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82492026-05-29T18:01:27.051Z[ recovery-image] May 29 18:01:26.482 INFO O| May 29 18:01:26.482 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82502026-05-29T18:01:27.051Z[ recovery-image] May 29 18:01:26.482 INFO O| May 29 18:01:26.482 INFO STEP 5 (ensure_dir) COMPLETE
82512026-05-29T18:01:27.055Z[ recovery-image] May 29 18:01:26.482 INFO O| May 29 18:01:26.482 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82522026-05-29T18:01:27.059Z[ recovery-image] May 29 18:01:26.490 INFO O| May 29 18:01:26.489 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82532026-05-29T18:01:27.059Z[ recovery-image] May 29 18:01:26.490 INFO O| May 29 18:01:26.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82542026-05-29T18:01:27.063Z[ recovery-image] May 29 18:01:26.490 INFO O| May 29 18:01:26.490 INFO STEP 6 (ensure_dir) COMPLETE
82552026-05-29T18:01:27.063Z[ recovery-image] May 29 18:01:26.490 INFO O| May 29 18:01:26.490 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562026-05-29T18:01:27.067Z[ recovery-image] May 29 18:01:26.498 INFO O| May 29 18:01:26.498 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82572026-05-29T18:01:27.067Z[ recovery-image] May 29 18:01:26.498 INFO O| May 29 18:01:26.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82582026-05-29T18:01:27.067Z[ recovery-image] May 29 18:01:26.498 INFO O| May 29 18:01:26.498 INFO STEP 7 (ensure_dir) COMPLETE
82592026-05-29T18:01:27.071Z[ recovery-image] May 29 18:01:26.498 INFO O| May 29 18:01:26.498 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82602026-05-29T18:01:27.075Z[ recovery-image] May 29 18:01:26.506 INFO O| May 29 18:01:26.505 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82612026-05-29T18:01:27.078Z[ recovery-image] May 29 18:01:26.506 INFO O| May 29 18:01:26.506 INFO STEP 8 (remove_files) COMPLETE
82622026-05-29T18:01:27.078Z[ recovery-image] May 29 18:01:26.506 INFO O| May 29 18:01:26.506 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82632026-05-29T18:01:27.083Z[ recovery-image] May 29 18:01:26.514 INFO O| May 29 18:01:26.514 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82642026-05-29T18:01:27.087Z[ recovery-image] May 29 18:01:26.514 INFO O| May 29 18:01:26.514 INFO STEP 9 (remove_files) COMPLETE
82652026-05-29T18:01:27.087Z[ recovery-image] May 29 18:01:26.514 INFO O| May 29 18:01:26.514 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662026-05-29T18:01:27.092Z[ recovery-image] May 29 18:01:26.522 INFO O| May 29 18:01:26.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82672026-05-29T18:01:27.095Z[ recovery-image] May 29 18:01:26.523 INFO O| May 29 18:01:26.523 INFO STEP 10 (remove_files) COMPLETE
82682026-05-29T18:01:27.096Z[ recovery-image] May 29 18:01:26.523 INFO O| May 29 18:01:26.523 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82692026-05-29T18:01:27.101Z[ recovery-image] May 29 18:01:26.531 INFO O| May 29 18:01:26.531 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82702026-05-29T18:01:27.101Z[ recovery-image] May 29 18:01:26.531 INFO O| May 29 18:01:26.531 INFO STEP 11 (remove_files) COMPLETE
82712026-05-29T18:01:27.104Z[ recovery-image] May 29 18:01:26.531 INFO O| May 29 18:01:26.531 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82722026-05-29T18:01:27.108Z[ recovery-image] May 29 18:01:26.539 INFO O| May 29 18:01:26.539 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82732026-05-29T18:01:27.108Z[ recovery-image] May 29 18:01:26.539 INFO O| May 29 18:01:26.539 INFO STEP 12 (remove_files) COMPLETE
82742026-05-29T18:01:27.109Z[ recovery-image] May 29 18:01:26.539 INFO O| May 29 18:01:26.539 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82752026-05-29T18:01:27.116Z[ recovery-image] May 29 18:01:26.547 INFO O| May 29 18:01:26.546 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82762026-05-29T18:01:27.116Z[ recovery-image] May 29 18:01:26.547 INFO O| May 29 18:01:26.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82772026-05-29T18:01:27.119Z[ recovery-image] May 29 18:01:26.547 INFO O| May 29 18:01:26.547 INFO STEP 13 (ensure_dir) COMPLETE
82782026-05-29T18:01:27.120Z[ recovery-image] May 29 18:01:26.547 INFO O| May 29 18:01:26.547 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-05-29T18:01:27.124Z[ recovery-image] May 29 18:01:26.554 INFO O| May 29 18:01:26.554 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82802026-05-29T18:01:27.124Z[ recovery-image] May 29 18:01:26.555 INFO O| May 29 18:01:26.554 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82812026-05-29T18:01:27.128Z[ recovery-image] May 29 18:01:26.555 INFO O| May 29 18:01:26.555 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82822026-05-29T18:01:27.128Z[ recovery-image] May 29 18:01:26.555 INFO O| May 29 18:01:26.555 INFO STEP 14 (ensure_dir) COMPLETE
82832026-05-29T18:01:27.128Z[ recovery-image] May 29 18:01:26.555 INFO O| May 29 18:01:26.555 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82842026-05-29T18:01:27.132Z[ recovery-image] May 29 18:01:26.562 INFO O| May 29 18:01:26.562 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82852026-05-29T18:01:27.132Z[ recovery-image] May 29 18:01:26.562 INFO O| May 29 18:01:26.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82862026-05-29T18:01:27.135Z[ recovery-image] May 29 18:01:26.562 INFO O| May 29 18:01:26.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82872026-05-29T18:01:27.135Z[ recovery-image] May 29 18:01:26.562 INFO O| May 29 18:01:26.562 INFO STEP 15 (ensure_dir) COMPLETE
82882026-05-29T18:01:27.136Z[ recovery-image] May 29 18:01:26.562 INFO O| May 29 18:01:26.562 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82892026-05-29T18:01:27.139Z[ recovery-image] May 29 18:01:26.570 INFO O| May 29 18:01:26.570 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82902026-05-29T18:01:27.139Z[ recovery-image] May 29 18:01:26.570 INFO O| May 29 18:01:26.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82912026-05-29T18:01:27.143Z[ recovery-image] May 29 18:01:26.570 INFO O| May 29 18:01:26.570 INFO STEP 16 (ensure_dir) COMPLETE
82922026-05-29T18:01:27.143Z[ recovery-image] May 29 18:01:26.570 INFO O| May 29 18:01:26.570 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82932026-05-29T18:01:27.147Z[ recovery-image] May 29 18:01:26.578 INFO O| May 29 18:01:26.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82942026-05-29T18:01:27.147Z[ recovery-image] May 29 18:01:26.578 INFO O| May 29 18:01:26.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82952026-05-29T18:01:27.151Z[ recovery-image] May 29 18:01:26.578 INFO O| May 29 18:01:26.578 INFO STEP 17 (ensure_dir) COMPLETE
82962026-05-29T18:01:27.151Z[ recovery-image] May 29 18:01:26.578 INFO O| May 29 18:01:26.578 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82972026-05-29T18:01:27.155Z[ recovery-image] May 29 18:01:26.586 INFO O| May 29 18:01:26.585 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82982026-05-29T18:01:27.155Z[ recovery-image] May 29 18:01:26.586 INFO O| May 29 18:01:26.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82992026-05-29T18:01:27.158Z[ recovery-image] May 29 18:01:26.586 INFO O| May 29 18:01:26.586 INFO ok!
83002026-05-29T18:01:27.159Z[ recovery-image] May 29 18:01:26.586 INFO O| May 29 18:01:26.586 INFO STEP 18 (ensure_symlink) COMPLETE
83012026-05-29T18:01:27.159Z[ recovery-image] May 29 18:01:26.586 INFO O| May 29 18:01:26.586 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-05-29T18:01:27.163Z[ recovery-image] May 29 18:01:26.594 INFO O| May 29 18:01:26.594 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83032026-05-29T18:01:27.163Z[ recovery-image] May 29 18:01:26.594 INFO O| May 29 18:01:26.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83042026-05-29T18:01:27.167Z[ recovery-image] May 29 18:01:26.594 INFO O| May 29 18:01:26.594 INFO ok!
83052026-05-29T18:01:27.167Z[ recovery-image] May 29 18:01:26.594 INFO O| May 29 18:01:26.594 INFO STEP 19 (ensure_file) COMPLETE
83062026-05-29T18:01:27.167Z[ recovery-image] May 29 18:01:26.594 INFO O| May 29 18:01:26.594 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83072026-05-29T18:01:27.172Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83082026-05-29T18:01:27.172Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83092026-05-29T18:01:27.175Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83102026-05-29T18:01:27.175Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO ok!
83112026-05-29T18:01:27.175Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO STEP 20 (ensure_symlink) COMPLETE
83122026-05-29T18:01:27.175Z[ recovery-image] May 29 18:01:26.602 INFO O| May 29 18:01:26.602 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83132026-05-29T18:01:27.180Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83142026-05-29T18:01:27.180Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83152026-05-29T18:01:27.183Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83162026-05-29T18:01:27.184Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO ok!
83172026-05-29T18:01:27.184Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO STEP 21 (ensure_symlink) COMPLETE
83182026-05-29T18:01:27.184Z[ recovery-image] May 29 18:01:26.610 INFO O| May 29 18:01:26.610 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83192026-05-29T18:01:27.188Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83202026-05-29T18:01:27.188Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83212026-05-29T18:01:27.192Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83222026-05-29T18:01:27.192Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO ok!
83232026-05-29T18:01:27.192Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO STEP 22 (ensure_symlink) COMPLETE
83242026-05-29T18:01:27.192Z[ recovery-image] May 29 18:01:26.619 INFO O| May 29 18:01:26.619 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83252026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83262026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83272026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83282026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO ok!
83292026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO STEP 23 (ensure_symlink) COMPLETE
83302026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.627 INFO O| May 29 18:01:26.627 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83312026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83322026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 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 ...
83332026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83342026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 INFO ok!
83352026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 INFO STEP 24 (ensure_file) COMPLETE
83362026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.635 INFO O| May 29 18:01:26.635 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83372026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.644 INFO O| May 29 18:01:26.644 INFO updating shadow file
83382026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.644 INFO O| May 29 18:01:26.644 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83392026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.644 INFO O| May 29 18:01:26.644 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83402026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.644 INFO O| May 29 18:01:26.644 INFO STEP 25 (shadow) COMPLETE
83412026-05-29T18:01:27.218Z[ recovery-image] May 29 18:01:26.644 INFO O| May 29 18:01:26.644 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83422026-05-29T18:01:27.223Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83432026-05-29T18:01:27.223Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83442026-05-29T18:01:27.227Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83452026-05-29T18:01:27.227Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 INFO ok!
83462026-05-29T18:01:27.227Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 INFO STEP 26 (ensure_file) COMPLETE
83472026-05-29T18:01:27.227Z[ recovery-image] May 29 18:01:26.653 INFO O| May 29 18:01:26.653 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83482026-05-29T18:01:27.232Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83492026-05-29T18:01:27.232Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83502026-05-29T18:01:27.232Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83512026-05-29T18:01:27.247Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO ok!
83522026-05-29T18:01:27.247Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO STEP 27 (ensure_file) COMPLETE
83532026-05-29T18:01:27.247Z[ recovery-image] May 29 18:01:26.662 INFO O| May 29 18:01:26.662 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83542026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.671 INFO O| May 29 18:01:26.671 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83552026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.671 INFO O| May 29 18:01:26.671 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83562026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.672 INFO O| May 29 18:01:26.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83572026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.672 INFO O| May 29 18:01:26.672 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83582026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.672 INFO O| May 29 18:01:26.672 INFO ok!
83592026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.672 INFO O| May 29 18:01:26.672 INFO STEP 28 (ensure_file) COMPLETE
83602026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.672 INFO O| May 29 18:01:26.672 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83612026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83622026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83632026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83642026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO ok!
83652026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO STEP 29 (ensure_file) COMPLETE
83662026-05-29T18:01:27.252Z[ recovery-image] May 29 18:01:26.680 INFO O| May 29 18:01:26.680 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83672026-05-29T18:01:27.259Z[ recovery-image] May 29 18:01:26.689 INFO O| May 29 18:01:26.689 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83682026-05-29T18:01:27.259Z[ recovery-image] May 29 18:01:26.689 INFO O| May 29 18:01:26.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83692026-05-29T18:01:27.259Z[ recovery-image] May 29 18:01:26.689 INFO O| May 29 18:01:26.689 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83702026-05-29T18:01:27.263Z[ recovery-image] May 29 18:01:26.689 INFO O| May 29 18:01:26.689 INFO STEP 30 (ensure_dir) COMPLETE
83712026-05-29T18:01:27.263Z[ recovery-image] May 29 18:01:26.689 INFO O| May 29 18:01:26.689 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83722026-05-29T18:01:27.268Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83732026-05-29T18:01:27.268Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 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 ...
83742026-05-29T18:01:27.268Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 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
83752026-05-29T18:01:27.272Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83762026-05-29T18:01:27.272Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 INFO ok!
83772026-05-29T18:01:27.272Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 INFO STEP 31 (ensure_file) COMPLETE
83782026-05-29T18:01:27.272Z[ recovery-image] May 29 18:01:26.698 INFO O| May 29 18:01:26.698 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83792026-05-29T18:01:27.277Z[ recovery-image] May 29 18:01:26.707 INFO O| May 29 18:01:26.707 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83802026-05-29T18:01:27.277Z[ recovery-image] May 29 18:01:26.707 INFO O| May 29 18:01:26.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83812026-05-29T18:01:27.280Z[ recovery-image] May 29 18:01:26.707 INFO O| May 29 18:01:26.707 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83822026-05-29T18:01:27.280Z[ recovery-image] May 29 18:01:26.707 INFO O| May 29 18:01:26.707 INFO STEP 32 (ensure_dir) COMPLETE
83832026-05-29T18:01:27.280Z[ recovery-image] May 29 18:01:26.707 INFO O| May 29 18:01:26.707 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83842026-05-29T18:01:27.286Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83852026-05-29T18:01:27.286Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 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 ...
83862026-05-29T18:01:27.286Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 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
83872026-05-29T18:01:27.289Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83882026-05-29T18:01:27.289Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 INFO ok!
83892026-05-29T18:01:27.289Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 INFO STEP 33 (ensure_file) COMPLETE
83902026-05-29T18:01:27.289Z[ recovery-image] May 29 18:01:26.716 INFO O| May 29 18:01:26.716 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83912026-05-29T18:01:27.295Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83922026-05-29T18:01:27.295Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83932026-05-29T18:01:27.295Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83942026-05-29T18:01:27.298Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO ok!
83952026-05-29T18:01:27.298Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO STEP 34 (ensure_file) COMPLETE
83962026-05-29T18:01:27.298Z[ recovery-image] May 29 18:01:26.725 INFO O| May 29 18:01:26.725 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83972026-05-29T18:01:27.304Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83982026-05-29T18:01:27.304Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83992026-05-29T18:01:27.308Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84002026-05-29T18:01:27.308Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84012026-05-29T18:01:27.308Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO ok!
84022026-05-29T18:01:27.308Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO STEP 35 (ensure_file) COMPLETE
84032026-05-29T18:01:27.308Z[ recovery-image] May 29 18:01:26.734 INFO O| May 29 18:01:26.734 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84042026-05-29T18:01:27.313Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84052026-05-29T18:01:27.313Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84062026-05-29T18:01:27.317Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84072026-05-29T18:01:27.317Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 INFO ok!
84082026-05-29T18:01:27.317Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 INFO STEP 36 (ensure_file) COMPLETE
84092026-05-29T18:01:27.317Z[ recovery-image] May 29 18:01:26.743 INFO O| May 29 18:01:26.743 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84102026-05-29T18:01:27.321Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84112026-05-29T18:01:27.321Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84122026-05-29T18:01:27.322Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84132026-05-29T18:01:27.325Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 INFO ok!
84142026-05-29T18:01:27.325Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 INFO STEP 37 (ensure_file) COMPLETE
84152026-05-29T18:01:27.325Z[ recovery-image] May 29 18:01:26.752 INFO O| May 29 18:01:26.752 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84162026-05-29T18:01:27.330Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84172026-05-29T18:01:27.331Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84182026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84192026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84202026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84212026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84222026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO ok!
84232026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO STEP 38 (ensure_file) COMPLETE
84242026-05-29T18:01:27.334Z[ recovery-image] May 29 18:01:26.761 INFO O| May 29 18:01:26.761 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84252026-05-29T18:01:27.340Z[ recovery-image] May 29 18:01:26.770 INFO O| May 29 18:01:26.769 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84262026-05-29T18:01:27.340Z[ recovery-image] May 29 18:01:26.770 INFO O| May 29 18:01:26.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84272026-05-29T18:01:27.340Z[ recovery-image] May 29 18:01:26.770 INFO O| May 29 18:01:26.770 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84282026-05-29T18:01:27.343Z[ recovery-image] May 29 18:01:26.770 INFO O| May 29 18:01:26.770 INFO STEP 39 (ensure_dir) COMPLETE
84292026-05-29T18:01:27.343Z[ recovery-image] May 29 18:01:26.770 INFO O| May 29 18:01:26.770 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84302026-05-29T18:01:27.348Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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
84312026-05-29T18:01:27.348Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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 ...
84322026-05-29T18:01:27.348Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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
84332026-05-29T18:01:27.352Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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
84342026-05-29T18:01:27.352Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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
84352026-05-29T18:01:27.352Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 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
84362026-05-29T18:01:27.353Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 INFO ok!
84372026-05-29T18:01:27.353Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 INFO STEP 40 (ensure_file) COMPLETE
84382026-05-29T18:01:27.353Z[ recovery-image] May 29 18:01:26.779 INFO O| May 29 18:01:26.779 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84392026-05-29T18:01:27.357Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84402026-05-29T18:01:27.357Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 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 ...
84412026-05-29T18:01:27.358Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84422026-05-29T18:01:27.361Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 INFO ok!
84432026-05-29T18:01:27.361Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 INFO STEP 41 (ensure_symlink) COMPLETE
84442026-05-29T18:01:27.361Z[ recovery-image] May 29 18:01:26.788 INFO O| May 29 18:01:26.788 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84452026-05-29T18:01:27.367Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84462026-05-29T18:01:27.367Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84472026-05-29T18:01:27.367Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84482026-05-29T18:01:27.370Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO ok!
84492026-05-29T18:01:27.370Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO STEP 42 (ensure_symlink) COMPLETE
84502026-05-29T18:01:27.370Z[ recovery-image] May 29 18:01:26.797 INFO O| May 29 18:01:26.797 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84512026-05-29T18:01:27.376Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84522026-05-29T18:01:27.376Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84532026-05-29T18:01:27.376Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84542026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84552026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84562026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84572026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO ok!
84582026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO STEP 43 (ensure_file) COMPLETE
84592026-05-29T18:01:27.380Z[ recovery-image] May 29 18:01:26.807 INFO O| May 29 18:01:26.807 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84602026-05-29T18:01:27.386Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84612026-05-29T18:01:27.386Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 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 ...
84622026-05-29T18:01:27.389Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 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
84632026-05-29T18:01:27.389Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84642026-05-29T18:01:27.389Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 INFO ok!
84652026-05-29T18:01:27.389Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 INFO STEP 44 (ensure_file) COMPLETE
84662026-05-29T18:01:27.389Z[ recovery-image] May 29 18:01:26.816 INFO O| May 29 18:01:26.816 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84672026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84682026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84692026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84702026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO ok!
84712026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO STEP 45 (ensure_file) COMPLETE
84722026-05-29T18:01:27.399Z[ recovery-image] May 29 18:01:26.826 INFO O| May 29 18:01:26.826 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84732026-05-29T18:01:27.405Z[ recovery-image] May 29 18:01:26.835 INFO O| May 29 18:01:26.835 INFO updating shadow file
84742026-05-29T18:01:27.405Z[ recovery-image] May 29 18:01:26.835 INFO O| May 29 18:01:26.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84752026-05-29T18:01:27.405Z[ recovery-image] May 29 18:01:26.835 INFO O| May 29 18:01:26.835 INFO STEP 46 (shadow) COMPLETE
84762026-05-29T18:01:27.409Z[ recovery-image] May 29 18:01:26.835 INFO O| May 29 18:01:26.835 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84772026-05-29T18:01:27.415Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84782026-05-29T18:01:27.415Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84792026-05-29T18:01:27.418Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84802026-05-29T18:01:27.418Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84812026-05-29T18:01:27.418Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO ok!
84822026-05-29T18:01:27.418Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO STEP 47 (ensure_file) COMPLETE
84832026-05-29T18:01:27.418Z[ recovery-image] May 29 18:01:26.845 INFO O| May 29 18:01:26.845 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84842026-05-29T18:01:27.425Z[ recovery-image] May 29 18:01:26.855 INFO O| May 29 18:01:26.855 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84852026-05-29T18:01:27.425Z[ recovery-image] May 29 18:01:26.855 INFO O| May 29 18:01:26.855 INFO STEP 48 (ensure_dir) COMPLETE
84862026-05-29T18:01:27.428Z[ recovery-image] May 29 18:01:26.855 INFO O| May 29 18:01:26.855 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872026-05-29T18:01:27.434Z[ recovery-image] May 29 18:01:26.865 INFO O| May 29 18:01:26.865 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84882026-05-29T18:01:27.434Z[ recovery-image] May 29 18:01:26.865 INFO O| May 29 18:01:26.865 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84892026-05-29T18:01:27.438Z[ recovery-image] May 29 18:01:26.865 INFO O| May 29 18:01:26.865 INFO STEP 49 (ensure_dir) COMPLETE
84902026-05-29T18:01:27.438Z[ recovery-image] May 29 18:01:26.865 INFO O| May 29 18:01:26.865 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84912026-05-29T18:01:27.444Z[ recovery-image] May 29 18:01:26.875 INFO O| May 29 18:01:26.874 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84922026-05-29T18:01:27.444Z[ recovery-image] May 29 18:01:26.875 INFO O| May 29 18:01:26.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84932026-05-29T18:01:27.444Z[ recovery-image] May 29 18:01:26.875 INFO O| May 29 18:01:26.875 INFO STEP 50 (ensure_dir) COMPLETE
84942026-05-29T18:01:27.448Z[ recovery-image] May 29 18:01:26.875 INFO O| May 29 18:01:26.875 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84952026-05-29T18:01:27.454Z[ recovery-image] May 29 18:01:26.884 INFO O| May 29 18:01:26.884 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84962026-05-29T18:01:27.454Z[ recovery-image] May 29 18:01:26.884 INFO O| May 29 18:01:26.884 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84972026-05-29T18:01:27.504Z[ recovery-image] May 29 18:01:26.934 INFO O| May 29 18:01:26.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84982026-05-29T18:01:27.504Z[ recovery-image] May 29 18:01:26.934 INFO O| May 29 18:01:26.934 INFO ok!
84992026-05-29T18:01:27.504Z[ recovery-image] May 29 18:01:26.934 INFO O| May 29 18:01:26.934 INFO STEP 51 (ensure_file) COMPLETE
85002026-05-29T18:01:27.508Z[ recovery-image] May 29 18:01:26.934 INFO O| May 29 18:01:26.934 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85012026-05-29T18:01:27.514Z[ recovery-image] May 29 18:01:26.944 INFO O| May 29 18:01:26.944 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85022026-05-29T18:01:27.514Z[ recovery-image] May 29 18:01:26.944 INFO O| May 29 18:01:26.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85032026-05-29T18:01:27.517Z[ recovery-image] May 29 18:01:26.944 INFO O| May 29 18:01:26.944 INFO STEP 52 (ensure_dir) COMPLETE
85042026-05-29T18:01:27.517Z[ recovery-image] May 29 18:01:26.944 INFO O| May 29 18:01:26.944 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85052026-05-29T18:01:27.522Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85062026-05-29T18:01:27.522Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85072026-05-29T18:01:27.526Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85082026-05-29T18:01:27.526Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO ok!
85092026-05-29T18:01:27.526Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO STEP 53 (ensure_file) COMPLETE
85102026-05-29T18:01:27.526Z[ recovery-image] May 29 18:01:26.953 INFO O| May 29 18:01:26.953 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85112026-05-29T18:01:27.531Z[ recovery-image] May 29 18:01:26.961 INFO O| May 29 18:01:26.961 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85122026-05-29T18:01:27.531Z[ recovery-image] May 29 18:01:26.961 INFO O| May 29 18:01:26.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85132026-05-29T18:01:27.534Z[ recovery-image] May 29 18:01:26.961 INFO O| May 29 18:01:26.961 INFO STEP 54 (ensure_dir) COMPLETE
85142026-05-29T18:01:27.534Z[ recovery-image] May 29 18:01:26.961 INFO O| May 29 18:01:26.961 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85152026-05-29T18:01:27.541Z[ recovery-image] May 29 18:01:26.970 INFO O| May 29 18:01:26.969 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85162026-05-29T18:01:27.541Z[ recovery-image] May 29 18:01:26.970 INFO O| May 29 18:01:26.970 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85172026-05-29T18:01:29.549Z[ recovery-image] May 29 18:01:28.979 INFO O| May 29 18:01:28.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85182026-05-29T18:01:29.549Z[ recovery-image] May 29 18:01:28.979 INFO O| May 29 18:01:28.979 INFO ok!
85192026-05-29T18:01:29.553Z[ recovery-image] May 29 18:01:28.979 INFO O| May 29 18:01:28.979 INFO STEP 55 (ensure_file) COMPLETE
85202026-05-29T18:01:29.553Z[ recovery-image] May 29 18:01:28.979 INFO O| May 29 18:01:28.979 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85212026-05-29T18:01:29.558Z[ recovery-image] May 29 18:01:28.988 INFO O| May 29 18:01:28.988 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85222026-05-29T18:01:29.558Z[ recovery-image] May 29 18:01:28.988 INFO O| May 29 18:01:28.988 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85232026-05-29T18:01:31.488Z[ recovery-image] May 29 18:01:30.918 INFO O| May 29 18:01:30.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85242026-05-29T18:01:31.488Z[ recovery-image] May 29 18:01:30.918 INFO O| May 29 18:01:30.918 INFO ok!
85252026-05-29T18:01:31.492Z[ recovery-image] May 29 18:01:30.918 INFO O| May 29 18:01:30.918 INFO STEP 56 (ensure_file) COMPLETE
85262026-05-29T18:01:31.492Z[ recovery-image] May 29 18:01:30.918 INFO O| May 29 18:01:30.918 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85272026-05-29T18:01:31.498Z[ recovery-image] May 29 18:01:30.928 INFO O| May 29 18:01:30.928 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85282026-05-29T18:01:31.498Z[ recovery-image] May 29 18:01:30.928 INFO O| May 29 18:01:30.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85292026-05-29T18:01:31.498Z[ recovery-image] May 29 18:01:30.928 INFO O| May 29 18:01:30.928 INFO STEP 57 (ensure_dir) COMPLETE
85302026-05-29T18:01:31.501Z[ recovery-image] May 29 18:01:30.928 INFO O| May 29 18:01:30.928 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85312026-05-29T18:01:31.508Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85322026-05-29T18:01:31.508Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 INFO copying /tmp/.tmp6JiiRM/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 ...
85332026-05-29T18:01:31.508Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 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
85342026-05-29T18:01:31.512Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 INFO ok!
85352026-05-29T18:01:31.512Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 INFO STEP 58 (ensure_file) COMPLETE
85362026-05-29T18:01:31.512Z[ recovery-image] May 29 18:01:30.939 INFO O| May 29 18:01:30.939 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85372026-05-29T18:01:31.517Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85382026-05-29T18:01:31.517Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO copying /tmp/.tmp6JiiRM/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 ...
85392026-05-29T18:01:31.521Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
85402026-05-29T18:01:31.521Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO ok!
85412026-05-29T18:01:31.521Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO STEP 59 (ensure_file) COMPLETE
85422026-05-29T18:01:31.521Z[ recovery-image] May 29 18:01:30.948 INFO O| May 29 18:01:30.948 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85432026-05-29T18:01:31.527Z[ recovery-image] May 29 18:01:30.957 INFO O| May 29 18:01:30.957 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85442026-05-29T18:01:31.527Z[ recovery-image] May 29 18:01:30.957 INFO O| May 29 18:01:30.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85452026-05-29T18:01:31.527Z[ recovery-image] May 29 18:01:30.957 INFO O| May 29 18:01:30.957 INFO STEP 60 (ensure_dir) COMPLETE
85462026-05-29T18:01:31.527Z[ recovery-image] May 29 18:01:30.957 INFO O| May 29 18:01:30.957 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85472026-05-29T18:01:31.536Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85482026-05-29T18:01:31.536Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO copying /tmp/.tmp6JiiRM/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 ...
85492026-05-29T18:01:31.536Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85502026-05-29T18:01:31.539Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO ok!
85512026-05-29T18:01:31.539Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO STEP 61 (ensure_file) COMPLETE
85522026-05-29T18:01:31.539Z[ recovery-image] May 29 18:01:30.966 INFO O| May 29 18:01:30.966 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85532026-05-29T18:01:31.545Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85542026-05-29T18:01:31.545Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 INFO copying /tmp/.tmp6JiiRM/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 ...
85552026-05-29T18:01:31.549Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 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
85562026-05-29T18:01:31.549Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 INFO ok!
85572026-05-29T18:01:31.549Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 INFO STEP 62 (ensure_file) COMPLETE
85582026-05-29T18:01:31.549Z[ recovery-image] May 29 18:01:30.975 INFO O| May 29 18:01:30.975 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85592026-05-29T18:01:31.555Z[ recovery-image] May 29 18:01:30.985 INFO O| May 29 18:01:30.985 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85602026-05-29T18:01:31.555Z[ recovery-image] May 29 18:01:30.985 INFO O| May 29 18:01:30.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85612026-05-29T18:01:31.555Z[ recovery-image] May 29 18:01:30.985 INFO O| May 29 18:01:30.985 INFO STEP 63 (ensure_dir) COMPLETE
85622026-05-29T18:01:31.558Z[ recovery-image] May 29 18:01:30.985 INFO O| May 29 18:01:30.985 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85632026-05-29T18:01:31.565Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85642026-05-29T18:01:31.565Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO copying /tmp/.tmp6JiiRM/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 ...
85652026-05-29T18:01:31.565Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85662026-05-29T18:01:31.569Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO ok!
85672026-05-29T18:01:31.569Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO STEP 64 (ensure_file) COMPLETE
85682026-05-29T18:01:31.569Z[ recovery-image] May 29 18:01:30.995 INFO O| May 29 18:01:30.995 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-05-29T18:01:31.573Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85702026-05-29T18:01:31.576Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85712026-05-29T18:01:31.576Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85722026-05-29T18:01:31.576Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO ok!
85732026-05-29T18:01:31.576Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO STEP 65 (ensure_file) COMPLETE
85742026-05-29T18:01:31.576Z[ recovery-image] May 29 18:01:31.004 INFO O| May 29 18:01:31.004 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752026-05-29T18:01:31.582Z[ recovery-image] May 29 18:01:31.012 INFO O| May 29 18:01:31.012 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85762026-05-29T18:01:31.582Z[ recovery-image] May 29 18:01:31.012 INFO O| May 29 18:01:31.012 INFO STEP 66 (ensure_dir) COMPLETE
85772026-05-29T18:01:31.582Z[ recovery-image] May 29 18:01:31.012 INFO O| May 29 18:01:31.012 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85782026-05-29T18:01:31.590Z[ recovery-image] May 29 18:01:31.021 INFO O| May 29 18:01:31.020 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85792026-05-29T18:01:31.590Z[ recovery-image] May 29 18:01:31.021 INFO O| May 29 18:01:31.021 INFO STEP 67 (ensure_dir) COMPLETE
85802026-05-29T18:01:31.593Z[ recovery-image] May 29 18:01:31.021 INFO O| May 29 18:01:31.021 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812026-05-29T18:01:31.599Z[ recovery-image] May 29 18:01:31.029 INFO O| May 29 18:01:31.029 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85822026-05-29T18:01:31.599Z[ recovery-image] May 29 18:01:31.030 INFO O| May 29 18:01:31.029 INFO STEP 68 (ensure_dir) COMPLETE
85832026-05-29T18:01:31.599Z[ recovery-image] May 29 18:01:31.030 INFO O| May 29 18:01:31.029 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842026-05-29T18:01:31.609Z[ recovery-image] May 29 18:01:31.039 INFO O| May 29 18:01:31.039 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85852026-05-29T18:01:31.609Z[ recovery-image] May 29 18:01:31.040 INFO O| May 29 18:01:31.039 INFO STEP 69 (ensure_dir) COMPLETE
85862026-05-29T18:01:31.612Z[ recovery-image] May 29 18:01:31.040 INFO O| May 29 18:01:31.039 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85872026-05-29T18:01:31.619Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85882026-05-29T18:01:31.619Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO copying /tmp/.tmp6JiiRM/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85892026-05-29T18:01:31.622Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85902026-05-29T18:01:31.622Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO ok!
85912026-05-29T18:01:31.622Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO STEP 70 (ensure_file) COMPLETE
85922026-05-29T18:01:31.622Z[ recovery-image] May 29 18:01:31.049 INFO O| May 29 18:01:31.049 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932026-05-29T18:01:31.628Z[ recovery-image] May 29 18:01:31.059 INFO O| May 29 18:01:31.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85942026-05-29T18:01:31.631Z[ recovery-image] May 29 18:01:31.059 INFO O| May 29 18:01:31.059 INFO STEP 71 (remove_files) COMPLETE
85952026-05-29T18:01:31.631Z[ recovery-image] May 29 18:01:31.059 INFO O| May 29 18:01:31.059 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962026-05-29T18:01:31.638Z[ recovery-image] May 29 18:01:31.068 INFO O| May 29 18:01:31.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85972026-05-29T18:01:31.641Z[ recovery-image] May 29 18:01:31.069 INFO O| May 29 18:01:31.069 INFO STEP 72 (remove_files) COMPLETE
85982026-05-29T18:01:31.641Z[ recovery-image] May 29 18:01:31.069 INFO O| May 29 18:01:31.069 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992026-05-29T18:01:31.647Z[ recovery-image] May 29 18:01:31.077 INFO O| May 29 18:01:31.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86002026-05-29T18:01:31.650Z[ recovery-image] May 29 18:01:31.078 INFO O| May 29 18:01:31.078 INFO STEP 73 (remove_files) COMPLETE
86012026-05-29T18:01:31.650Z[ recovery-image] May 29 18:01:31.078 INFO O| May 29 18:01:31.078 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022026-05-29T18:01:31.655Z[ recovery-image] May 29 18:01:31.085 INFO O| May 29 18:01:31.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86032026-05-29T18:01:31.658Z[ recovery-image] May 29 18:01:31.086 INFO O| May 29 18:01:31.086 INFO STEP 74 (remove_files) COMPLETE
86042026-05-29T18:01:31.658Z[ recovery-image] May 29 18:01:31.086 INFO O| May 29 18:01:31.086 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052026-05-29T18:01:31.664Z[ recovery-image] May 29 18:01:31.094 INFO O| May 29 18:01:31.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86062026-05-29T18:01:31.667Z[ recovery-image] May 29 18:01:31.094 INFO O| May 29 18:01:31.094 INFO STEP 75 (remove_files) COMPLETE
86072026-05-29T18:01:31.667Z[ recovery-image] May 29 18:01:31.094 INFO O| May 29 18:01:31.094 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082026-05-29T18:01:31.672Z[ recovery-image] May 29 18:01:31.103 INFO O| May 29 18:01:31.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86092026-05-29T18:01:31.676Z[ recovery-image] May 29 18:01:31.103 INFO O| May 29 18:01:31.103 INFO STEP 76 (remove_files) COMPLETE
86102026-05-29T18:01:31.676Z[ recovery-image] May 29 18:01:31.103 INFO O| May 29 18:01:31.103 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112026-05-29T18:01:31.681Z[ recovery-image] May 29 18:01:31.112 INFO O| May 29 18:01:31.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86122026-05-29T18:01:31.681Z[ recovery-image] May 29 18:01:31.112 INFO O| May 29 18:01:31.112 INFO STEP 77 (remove_files) COMPLETE
86132026-05-29T18:01:31.681Z[ recovery-image] May 29 18:01:31.112 INFO O| May 29 18:01:31.112 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142026-05-29T18:01:31.690Z[ recovery-image] May 29 18:01:31.121 INFO O| May 29 18:01:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86152026-05-29T18:01:31.690Z[ recovery-image] May 29 18:01:31.121 INFO O| May 29 18:01:31.121 INFO STEP 78 (remove_files) COMPLETE
86162026-05-29T18:01:31.693Z[ recovery-image] May 29 18:01:31.121 INFO O| May 29 18:01:31.121 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172026-05-29T18:01:31.700Z[ recovery-image] May 29 18:01:31.130 INFO O| May 29 18:01:31.130 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86182026-05-29T18:01:31.700Z[ recovery-image] May 29 18:01:31.130 INFO O| May 29 18:01:31.130 INFO STEP 79 (remove_files) COMPLETE
86192026-05-29T18:01:31.700Z[ recovery-image] May 29 18:01:31.130 INFO O| May 29 18:01:31.130 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202026-05-29T18:01:31.709Z[ recovery-image] May 29 18:01:31.140 INFO O| May 29 18:01:31.140 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86212026-05-29T18:01:31.709Z[ recovery-image] May 29 18:01:31.140 INFO O| May 29 18:01:31.140 INFO STEP 80 (remove_files) COMPLETE
86222026-05-29T18:01:31.712Z[ recovery-image] May 29 18:01:31.140 INFO O| May 29 18:01:31.140 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232026-05-29T18:01:31.718Z[ recovery-image] May 29 18:01:31.148 INFO O| May 29 18:01:31.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86242026-05-29T18:01:31.718Z[ recovery-image] May 29 18:01:31.148 INFO O| May 29 18:01:31.148 INFO STEP 81 (remove_files) COMPLETE
86252026-05-29T18:01:31.718Z[ recovery-image] May 29 18:01:31.148 INFO O| May 29 18:01:31.148 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-05-29T18:01:31.727Z[ recovery-image] May 29 18:01:31.157 INFO O| May 29 18:01:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86272026-05-29T18:01:31.727Z[ recovery-image] May 29 18:01:31.157 INFO O| May 29 18:01:31.157 INFO STEP 82 (remove_files) COMPLETE
86282026-05-29T18:01:31.730Z[ recovery-image] May 29 18:01:31.157 INFO O| May 29 18:01:31.157 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-05-29T18:01:31.735Z[ recovery-image] May 29 18:01:31.165 INFO O| May 29 18:01:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86302026-05-29T18:01:31.735Z[ recovery-image] May 29 18:01:31.165 INFO O| May 29 18:01:31.165 INFO STEP 83 (remove_files) COMPLETE
86312026-05-29T18:01:31.735Z[ recovery-image] May 29 18:01:31.165 INFO O| May 29 18:01:31.165 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-05-29T18:01:31.745Z[ recovery-image] May 29 18:01:31.175 INFO O| May 29 18:01:31.175 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86332026-05-29T18:01:31.745Z[ recovery-image] May 29 18:01:31.175 INFO O| May 29 18:01:31.175 INFO STEP 84 (remove_files) COMPLETE
86342026-05-29T18:01:31.748Z[ recovery-image] May 29 18:01:31.175 INFO O| May 29 18:01:31.175 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-05-29T18:01:31.753Z[ recovery-image] May 29 18:01:31.184 INFO O| May 29 18:01:31.184 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86362026-05-29T18:01:31.753Z[ recovery-image] May 29 18:01:31.184 INFO O| May 29 18:01:31.184 INFO STEP 85 (remove_files) COMPLETE
86372026-05-29T18:01:31.756Z[ recovery-image] May 29 18:01:31.184 INFO O| May 29 18:01:31.184 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-05-29T18:01:31.762Z[ recovery-image] May 29 18:01:31.193 INFO O| May 29 18:01:31.193 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86392026-05-29T18:01:31.762Z[ recovery-image] May 29 18:01:31.193 INFO O| May 29 18:01:31.193 INFO STEP 86 (remove_files) COMPLETE
86402026-05-29T18:01:31.766Z[ recovery-image] May 29 18:01:31.193 INFO O| May 29 18:01:31.193 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-05-29T18:01:31.771Z[ recovery-image] May 29 18:01:31.202 INFO O| May 29 18:01:31.202 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86422026-05-29T18:01:31.771Z[ recovery-image] May 29 18:01:31.202 INFO O| May 29 18:01:31.202 INFO STEP 87 (remove_files) COMPLETE
86432026-05-29T18:01:31.771Z[ recovery-image] May 29 18:01:31.202 INFO O| May 29 18:01:31.202 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-05-29T18:01:31.780Z[ recovery-image] May 29 18:01:31.210 INFO O| May 29 18:01:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86452026-05-29T18:01:31.780Z[ recovery-image] May 29 18:01:31.210 INFO O| May 29 18:01:31.210 INFO STEP 88 (remove_files) COMPLETE
86462026-05-29T18:01:31.780Z[ recovery-image] May 29 18:01:31.210 INFO O| May 29 18:01:31.210 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-05-29T18:01:31.788Z[ recovery-image] May 29 18:01:31.219 INFO O| May 29 18:01:31.219 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86482026-05-29T18:01:31.788Z[ recovery-image] May 29 18:01:31.219 INFO O| May 29 18:01:31.219 INFO STEP 89 (remove_files) COMPLETE
86492026-05-29T18:01:31.788Z[ recovery-image] May 29 18:01:31.219 INFO O| May 29 18:01:31.219 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-05-29T18:01:31.798Z[ recovery-image] May 29 18:01:31.228 INFO O| May 29 18:01:31.228 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86512026-05-29T18:01:31.798Z[ recovery-image] May 29 18:01:31.228 INFO O| May 29 18:01:31.228 INFO STEP 90 (remove_files) COMPLETE
86522026-05-29T18:01:31.801Z[ recovery-image] May 29 18:01:31.228 INFO O| May 29 18:01:31.228 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-05-29T18:01:31.806Z[ recovery-image] May 29 18:01:31.236 INFO O| May 29 18:01:31.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86542026-05-29T18:01:31.806Z[ recovery-image] May 29 18:01:31.236 INFO O| May 29 18:01:31.236 INFO STEP 91 (remove_files) COMPLETE
86552026-05-29T18:01:31.806Z[ recovery-image] May 29 18:01:31.236 INFO O| May 29 18:01:31.236 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-05-29T18:01:31.814Z[ recovery-image] May 29 18:01:31.244 INFO O| May 29 18:01:31.244 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86572026-05-29T18:01:31.814Z[ recovery-image] May 29 18:01:31.245 INFO O| May 29 18:01:31.244 INFO STEP 92 (remove_files) COMPLETE
86582026-05-29T18:01:31.814Z[ recovery-image] May 29 18:01:31.245 INFO O| May 29 18:01:31.244 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-05-29T18:01:31.824Z[ recovery-image] May 29 18:01:31.254 INFO O| May 29 18:01:31.254 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86602026-05-29T18:01:31.824Z[ recovery-image] May 29 18:01:31.254 INFO O| May 29 18:01:31.254 INFO STEP 93 (remove_files) COMPLETE
86612026-05-29T18:01:31.827Z[ recovery-image] May 29 18:01:31.254 INFO O| May 29 18:01:31.254 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-05-29T18:01:31.832Z[ recovery-image] May 29 18:01:31.263 INFO O| May 29 18:01:31.263 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86632026-05-29T18:01:31.832Z[ recovery-image] May 29 18:01:31.263 INFO O| May 29 18:01:31.263 INFO STEP 94 (remove_files) COMPLETE
86642026-05-29T18:01:31.835Z[ recovery-image] May 29 18:01:31.263 INFO O| May 29 18:01:31.263 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652026-05-29T18:01:31.842Z[ recovery-image] May 29 18:01:31.272 INFO O| May 29 18:01:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86662026-05-29T18:01:31.842Z[ recovery-image] May 29 18:01:31.272 INFO O| May 29 18:01:31.272 INFO STEP 95 (remove_files) COMPLETE
86672026-05-29T18:01:31.846Z[ recovery-image] May 29 18:01:31.272 INFO O| May 29 18:01:31.272 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86682026-05-29T18:01:31.850Z[ recovery-image] May 29 18:01:31.281 INFO O| May 29 18:01:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86692026-05-29T18:01:31.853Z[ recovery-image] May 29 18:01:31.281 INFO O| May 29 18:01:31.281 INFO STEP 96 (remove_files) COMPLETE
86702026-05-29T18:01:31.853Z[ recovery-image] May 29 18:01:31.281 INFO O| May 29 18:01:31.281 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86712026-05-29T18:01:31.858Z[ recovery-image] May 29 18:01:31.288 INFO O| May 29 18:01:31.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86722026-05-29T18:01:31.858Z[ recovery-image] May 29 18:01:31.289 INFO O| May 29 18:01:31.289 INFO STEP 97 (remove_files) COMPLETE
86732026-05-29T18:01:31.858Z[ recovery-image] May 29 18:01:31.289 INFO O| May 29 18:01:31.289 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86742026-05-29T18:01:31.866Z[ recovery-image] May 29 18:01:31.296 INFO O| May 29 18:01:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86752026-05-29T18:01:31.866Z[ recovery-image] May 29 18:01:31.296 INFO O| May 29 18:01:31.296 INFO STEP 98 (remove_files) COMPLETE
86762026-05-29T18:01:31.869Z[ recovery-image] May 29 18:01:31.296 INFO O| May 29 18:01:31.296 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86772026-05-29T18:01:31.874Z[ recovery-image] May 29 18:01:31.303 INFO O| May 29 18:01:31.303 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86782026-05-29T18:01:31.874Z[ recovery-image] May 29 18:01:31.303 INFO O| May 29 18:01:31.303 INFO STEP 99 (remove_files) COMPLETE
86792026-05-29T18:01:31.874Z[ recovery-image] May 29 18:01:31.303 INFO O| May 29 18:01:31.303 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86802026-05-29T18:01:31.885Z[ recovery-image] May 29 18:01:31.315 INFO O| May 29 18:01:31.315 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86812026-05-29T18:01:31.885Z[ recovery-image] May 29 18:01:31.315 INFO O| May 29 18:01:31.315 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
86822026-05-29T18:01:34.091Z[ recovery-image] May 29 18:01:33.521 INFO O| May 29 18:01:33.521 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
86832026-05-29T18:01:34.091Z[ recovery-image] May 29 18:01:33.522 INFO O| May 29 18:01:33.521 INFO E| svccfg: Loaded 68 smf(7) service descriptions
86842026-05-29T18:01:34.101Z[ recovery-image] May 29 18:01:33.531 INFO O| May 29 18:01:33.531 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
86852026-05-29T18:01:34.192Z[ recovery-image] May 29 18:01:33.622 INFO O| May 29 18:01:33.622 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
86862026-05-29T18:01:34.245Z[ recovery-image] May 29 18:01:33.675 INFO O| May 29 18:01:33.675 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
86872026-05-29T18:01:34.307Z[ recovery-image] May 29 18:01:33.737 INFO O| May 29 18:01:33.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
86882026-05-29T18:01:34.307Z[ recovery-image] May 29 18:01:33.737 INFO O| May 29 18:01:33.737 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 ...
86892026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
86902026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO ok!
86912026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
86922026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO STEP 100 (seed_smf) COMPLETE
86932026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO steps complete; finalising image!
86942026-05-29T18:01:34.310Z[ recovery-image] May 29 18:01:33.738 INFO O| May 29 18:01:33.738 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
86952026-05-29T18:01:34.649Z[ recovery-image] May 29 18:01:34.079 INFO O| May 29 18:01:34.079 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri May 29 18:01:33 2026)
86962026-05-29T18:01:34.856Z[ recovery-image] May 29 18:01:34.286 INFO O| May 29 18:01:34.286 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Fri May 29 18:01:33 2026)
86972026-05-29T18:01:35.062Z[ recovery-image] May 29 18:01:34.492 INFO O| May 29 18:01:34.492 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri May 29 18:01:33 2026)
86982026-05-29T18:01:35.267Z[ recovery-image] May 29 18:01:34.697 INFO O| May 29 18:01:34.697 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri May 29 18:01:33 2026)
86992026-05-29T18:01:35.473Z[ recovery-image] May 29 18:01:34.903 INFO O| May 29 18:01:34.903 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri May 29 18:01:33 2026)
87002026-05-29T18:01:35.689Z[ recovery-image] May 29 18:01:35.119 INFO O| May 29 18:01:35.119 INFO temporary pool has 487M used, 1.27G avail, 1.00x compressratio
87012026-05-29T18:01:35.689Z[ recovery-image] May 29 18:01:35.119 INFO O| May 29 18:01:35.119 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87022026-05-29T18:01:35.927Z[ recovery-image] May 29 18:01:35.357 INFO O| May 29 18:01:35.357 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
87032026-05-29T18:01:35.927Z[ recovery-image] May 29 18:01:35.358 INFO O| May 29 18:01:35.357 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87042026-05-29T18:01:38.033Z[ recovery-image] May 29 18:01:37.463 INFO O| May 29 18:01:37.463 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87052026-05-29T18:01:38.033Z[ recovery-image] May 29 18:01:37.463 INFO O| May 29 18:01:37.463 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87062026-05-29T18:01:38.037Z[ recovery-image] May 29 18:01:37.463 INFO O| May 29 18:01:37.463 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87072026-05-29T18:01:38.037Z[ recovery-image] May 29 18:01:37.463 INFO O| May 29 18:01:37.463 INFO completed processing sled/zfs-recovery
87082026-05-29T18:01:38.037Z[ recovery-image] May 29 18:01:37.463 INFO O| May 29 18:01:37.463 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87092026-05-29T18:01:39.924Z[ recovery-image] May 29 18:01:39.354 INFO O| May 29 18:01:39.354 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87102026-05-29T18:01:40.009Z[ recovery-image] May 29 18:01:39.439 INFO BUILD STRING "heads/stlouis-0-ga5a5f4d939\n"
87112026-05-29T18:01:40.009Z[ recovery-image] May 29 18:01:39.439 INFO expanded image name: "recovery d7de080/${os_short_commit} 2026-05-29 17:47" -> "recovery d7de080/a5a5f4d 2026-05-29 17:47"
87122026-05-29T18:01:40.009Z[ recovery-image] May 29 18:01:39.439 INFO output artefacts stored in: "/work/os-recovery"
87132026-05-29T18:01:40.012Z[ recovery-image] May 29 18:01:39.439 INFO collecting git info from project "phbl"...
87142026-05-29T18:01:40.017Z[ recovery-image] May 29 18:01:39.447 INFO collecting git info from project "chelsio-t6-roms"...
87152026-05-29T18:01:40.035Z[ recovery-image] May 29 18:01:39.465 INFO collecting git info from project "image-builder"...
87162026-05-29T18:01:40.042Z[ recovery-image] May 29 18:01:39.472 INFO collecting git info from project "amd-host-image-builder"...
87172026-05-29T18:01:40.100Z[ recovery-image] May 29 18:01:39.512 INFO collecting git info from project "pilot"...
87182026-05-29T18:01:40.111Z[ recovery-image] May 29 18:01:39.522 INFO collecting git info from project "bootserver"...
87192026-05-29T18:01:40.155Z[ recovery-image] May 29 18:01:39.585 INFO collecting git info from project "dmar-report"...
87202026-05-29T18:01:40.187Z[ recovery-image] May 29 18:01:39.617 INFO collecting git info from project "amd-firmware"...
87212026-05-29T18:01:40.489Z[ recovery-image] May 29 18:01:39.919 INFO collecting git info from project "pinprick"...
87222026-05-29T18:01:40.509Z[ recovery-image] May 29 18:01:39.939 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87232026-05-29T18:01:41.208Z[ recovery-image] May 29 18:01:40.638 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87242026-05-29T18:01:41.568Z[ recovery-image] May 29 18:01:40.998 INFO creating Oxide boot image...
87252026-05-29T18:01:41.568Z[ recovery-image] May 29 18:01:40.998 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d7de080/a5a5f4d 2026-05-29 17:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87262026-05-29T18:01:42.088Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24008:20260529T002548Z
87272026-05-29T18:01:42.088Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24008:20260529T002548Z
87282026-05-29T18:01:42.088Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87292026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87302026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87312026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87322026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87332026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.518 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87342026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.519 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260529T174736Z
87352026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.519 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87362026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.519 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87372026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.519 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24008:20260529T002548Z
87382026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.519 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24008:20260529T002548Z
87392026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24008:20260529T002549Z
87402026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24008:20260529T002549Z
87412026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87422026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24008:20260529T002549Z
87432026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24008:20260529T002549Z
87442026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24008:20260529T002549Z
87452026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24008:20260529T002549Z
87462026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24008:20260529T002550Z
87472026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24008:20260529T002550Z
87482026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24008:20260529T002550Z
87492026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24008:20260529T002550Z
87502026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.520 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24008:20260529T002551Z
87512026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24008:20260529T002551Z
87522026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24008:20260529T002552Z
87532026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24008:20260529T002552Z
87542026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24008:20260529T002553Z
87552026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24008:20260529T002553Z
87562026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87572026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24008:20260529T002554Z
87582026-05-29T18:01:42.093Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24008:20260529T002556Z
87592026-05-29T18:01:42.094Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24008:20260529T002556Z
87602026-05-29T18:01:42.094Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24008:20260529T002557Z
87612026-05-29T18:01:42.094Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24008:20260529T002558Z
87622026-05-29T18:01:42.094Z[ host-image] May 29 18:01:41.521 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24008:20260529T002558Z
87632026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87642026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24008:20260529T002558Z
87652026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87662026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87672026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87682026-05-29T18:01:42.097Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87692026-05-29T18:01:42.098Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24008:20260529T002558Z
87702026-05-29T18:01:42.098Z[ host-image] May 29 18:01:41.524 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87712026-05-29T18:01:42.098Z[ host-image] May 29 18:01:41.525 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87722026-05-29T18:01:42.098Z[ host-image] May 29 18:01:41.525 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87732026-05-29T18:01:42.098Z[ host-image] May 29 18:01:41.525 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87742026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.528 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87752026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.528 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87762026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.528 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87772026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.528 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87782026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.529 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87792026-05-29T18:01:42.104Z[ host-image] May 29 18:01:41.529 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87802026-05-29T18:01:42.110Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
87812026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87822026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87832026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24008:20260529T002559Z
87842026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24008:20260529T002603Z
87852026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87862026-05-29T18:01:42.114Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24008:20260529T002604Z
87872026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87882026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87892026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87902026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
87912026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24008:20260529T002604Z
87922026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.541 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87932026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.542 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87942026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.542 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87952026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.542 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87962026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.542 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24008:20260529T002604Z
87972026-05-29T18:01:42.115Z[ host-image] May 29 18:01:41.542 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87982026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.547 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87992026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.547 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24008:20260529T002604Z
88002026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.547 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24008:20260529T002605Z
88012026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.547 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24008:20260529T002605Z
88022026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.547 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88032026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.548 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24008:20260529T002606Z
88042026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.548 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24008:20260529T002606Z
88052026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.548 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24008:20260529T002606Z
88062026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.548 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24008:20260529T002606Z
88072026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88082026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24008:20260529T002606Z
88092026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24008:20260529T002607Z
88102026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88112026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24008:20260529T002607Z
88122026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24008:20260529T002607Z
88132026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24008:20260529T002607Z
88142026-05-29T18:01:42.121Z[ host-image] May 29 18:01:41.549 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24008:20260529T002607Z
88152026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.551 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24008:20260529T002608Z
88162026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.551 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88172026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.552 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24008:20260529T002608Z
88182026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.552 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24008:20260529T002608Z
88192026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.552 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24008:20260529T002608Z
88202026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.552 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24008:20260529T002608Z
88212026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.553 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24008:20260529T002608Z
88222026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.553 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24008:20260529T002608Z
88232026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.553 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24008:20260529T002609Z
88242026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.555 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24008:20260529T002609Z
88252026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.555 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24008:20260529T002609Z
88262026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.556 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24008:20260529T002609Z
88272026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.556 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24008:20260529T002609Z
88282026-05-29T18:01:42.128Z[ host-image] May 29 18:01:41.556 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24008:20260529T002609Z
88292026-05-29T18:01:42.133Z[ host-image] May 29 18:01:41.562 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24008:20260529T002612Z
88302026-05-29T18:01:42.133Z[ host-image] May 29 18:01:41.562 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24008:20260529T002610Z
88312026-05-29T18:01:42.133Z[ host-image] May 29 18:01:41.562 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24008:20260529T002610Z
88322026-05-29T18:01:42.133Z[ host-image] May 29 18:01:41.562 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88332026-05-29T18:01:42.133Z[ host-image] May 29 18:01:41.562 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88342026-05-29T18:01:42.140Z[ host-image] May 29 18:01:41.570 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24008:20260529T002610Z
88352026-05-29T18:01:42.140Z[ host-image] May 29 18:01:41.570 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88362026-05-29T18:01:42.140Z[ host-image] May 29 18:01:41.570 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24008:20260529T002610Z
88372026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.570 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24008:20260529T002610Z
88382026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24008:20260529T002610Z
88392026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88402026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88412026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24008:20260529T002611Z
88422026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24008:20260529T002611Z
88432026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24008:20260529T002611Z
88442026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24008:20260529T002611Z
88452026-05-29T18:01:42.144Z[ host-image] May 29 18:01:41.571 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24008:20260529T002611Z
88462026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.572 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24008:20260529T002612Z
88472026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.572 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88482026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.572 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24008:20260529T002612Z
88492026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24008:20260529T002612Z
88502026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24008:20260529T002612Z
88512026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24008:20260529T002613Z
88522026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24008:20260529T002612Z
88532026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24008:20260529T002613Z
88542026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88552026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88562026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24008:20260529T002614Z
88572026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24008:20260529T002615Z
88582026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88592026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88602026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88612026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88622026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.573 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88632026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.574 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88642026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.574 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88652026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.574 INFO O| tempdir @ "/tmp/.tmpUD2M9C/tmp"
88662026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.574 INFO O| image root @ "/tmp/.tmpUD2M9C/tmp/root"
88672026-05-29T18:01:42.145Z[ host-image] May 29 18:01:41.575 INFO O| creating image...
88682026-05-29T18:01:42.577Z[ host-image] May 29 18:01:42.008 INFO O| copying publishers...
88692026-05-29T18:01:43.729Z[ host-image] May 29 18:01:43.160 INFO O| adding properties...
88702026-05-29T18:01:44.724Z[ host-image] May 29 18:01:44.154 INFO O| installing packages...
88712026-05-29T18:02:00.386Z[ host-image] May 29 18:01:59.816 INFO O| seeding SMF database...
88722026-05-29T18:02:04.777Z[ host-image] May 29 18:02:04.207 INFO O| configuring SMF profile...
88732026-05-29T18:02:04.777Z[ host-image] May 29 18:02:04.207 INFO O| modifying shadow(5)...
88742026-05-29T18:02:04.780Z[ host-image] May 29 18:02:04.207 INFO O| loading user and group database...
88752026-05-29T18:02:04.780Z[ host-image] May 29 18:02:04.207 INFO O| loading facet selections...
88762026-05-29T18:02:05.126Z[ host-image] May 29 18:02:04.556 INFO O| devel -> true
88772026-05-29T18:02:05.126Z[ host-image] May 29 18:02:04.556 INFO O| doc.man -> true
88782026-05-29T18:02:05.126Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.shell/ksh93 -> true
88792026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.system/data/hardware-registry -> true
88802026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.system/data/zoneinfo -> true
88812026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.system/microcode/amd -> true
88822026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.system/microcode/intel -> true
88832026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| version-lock.system/microcode/oxide -> true
88842026-05-29T18:02:05.130Z[ host-image] May 29 18:02:04.556 INFO O| assessing packaged files...
88852026-05-29T18:02:07.151Z[ host-image] May 29 18:02:06.581 INFO O| creating archive...
88862026-05-29T18:02:07.173Z[ host-image] May 29 18:02:06.602 INFO O| missing from packaging:
88872026-05-29T18:02:07.173Z[ host-image] May 29 18:02:06.603 INFO O| "etc/.pwd.lock"
88882026-05-29T18:02:07.173Z[ host-image] May 29 18:02:06.603 INFO O| "etc/bash"
88892026-05-29T18:02:07.177Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/profile/generic.xml"
88902026-05-29T18:02:07.177Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/profile/inetd_services.xml"
88912026-05-29T18:02:07.177Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/profile/name_service.xml"
88922026-05-29T18:02:07.180Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/profile/platform.xml"
88932026-05-29T18:02:07.180Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/profile/platform_omicron1.xml"
88942026-05-29T18:02:07.181Z[ host-image] May 29 18:02:06.607 INFO O| "etc/svc/repository.db"
88952026-05-29T18:02:07.184Z[ host-image] May 29 18:02:06.613 INFO O| "opt/ooce/share"
88962026-05-29T18:02:07.184Z[ host-image] May 29 18:02:06.613 INFO O| "opt/ooce/share/man"
88972026-05-29T18:02:07.184Z[ host-image] May 29 18:02:06.613 INFO O| "opt/ooce/share/man/man1"
88982026-05-29T18:02:07.192Z[ host-image] May 29 18:02:06.622 INFO O| finishing archive...
88992026-05-29T18:02:09.697Z[ host-image] May 29 18:02:09.127 INFO O| creating gzonly manifest...
89002026-05-29T18:02:09.702Z[ host-image] May 29 18:02:09.132 INFO O| ok
89012026-05-29T18:02:09.791Z[ host-image] May 29 18:02:09.221 INFO image builder template: ramdisk-02-trim...
89022026-05-29T18:02:09.791Z[ host-image] May 29 18:02:09.221 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/.tmp6JiiRM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89032026-05-29T18:02:09.811Z[ host-image] May 29 18:02:09.241 INFO O| May 29 18:02:09.241 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89042026-05-29T18:02:09.814Z[ host-image] May 29 18:02:09.244 INFO O| May 29 18:02:09.244 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89052026-05-29T18:02:09.954Z[ host-image] May 29 18:02:09.382 INFO O| May 29 18:02:09.382 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89062026-05-29T18:02:10.032Z[ host-image] May 29 18:02:09.462 INFO O| May 29 18:02:09.462 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89072026-05-29T18:02:10.032Z[ host-image] May 29 18:02:09.462 INFO O| May 29 18:02:09.462 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89082026-05-29T18:02:10.037Z[ host-image] May 29 18:02:09.467 INFO O| May 29 18:02:09.467 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89092026-05-29T18:02:10.040Z[ host-image] May 29 18:02:09.471 INFO O| May 29 18:02:09.470 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89102026-05-29T18:02:10.046Z[ host-image] May 29 18:02:09.476 INFO O| May 29 18:02:09.476 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89112026-05-29T18:02:10.466Z[ host-image] May 29 18:02:09.896 INFO O| May 29 18:02:09.896 INFO rolled back to input snapshot; work may begin
89122026-05-29T18:02:10.466Z[ host-image] May 29 18:02:09.896 INFO O| May 29 18:02:09.896 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89132026-05-29T18:02:10.471Z[ host-image] May 29 18:02:09.901 INFO O| May 29 18:02:09.901 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89142026-05-29T18:02:10.479Z[ host-image] May 29 18:02:09.909 INFO O| May 29 18:02:09.909 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89152026-05-29T18:02:10.518Z[ host-image] May 29 18:02:09.948 INFO O| May 29 18:02:09.948 INFO STEP 0 (remove_files) COMPLETE
89162026-05-29T18:02:10.518Z[ host-image] May 29 18:02:09.948 INFO O| May 29 18:02:09.948 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89172026-05-29T18:02:10.526Z[ host-image] May 29 18:02:09.956 INFO O| May 29 18:02:09.956 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89182026-05-29T18:02:10.530Z[ host-image] May 29 18:02:09.957 INFO O| May 29 18:02:09.957 INFO STEP 1 (remove_files) COMPLETE
89192026-05-29T18:02:10.530Z[ host-image] May 29 18:02:09.957 INFO O| May 29 18:02:09.957 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89202026-05-29T18:02:10.535Z[ host-image] May 29 18:02:09.965 INFO O| May 29 18:02:09.965 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89212026-05-29T18:02:10.547Z[ host-image] May 29 18:02:09.977 INFO O| May 29 18:02:09.977 INFO STEP 2 (remove_files) COMPLETE
89222026-05-29T18:02:10.547Z[ host-image] May 29 18:02:09.977 INFO O| May 29 18:02:09.977 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89232026-05-29T18:02:10.554Z[ host-image] May 29 18:02:09.984 INFO O| May 29 18:02:09.984 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89242026-05-29T18:02:10.557Z[ host-image] May 29 18:02:09.985 INFO O| May 29 18:02:09.985 INFO STEP 3 (remove_files) COMPLETE
89252026-05-29T18:02:10.557Z[ host-image] May 29 18:02:09.985 INFO O| May 29 18:02:09.985 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89262026-05-29T18:02:10.561Z[ host-image] May 29 18:02:09.992 INFO O| May 29 18:02:09.992 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89272026-05-29T18:02:10.565Z[ host-image] May 29 18:02:09.994 INFO O| May 29 18:02:09.994 INFO STEP 4 (remove_files) COMPLETE
89282026-05-29T18:02:10.565Z[ host-image] May 29 18:02:09.994 INFO O| May 29 18:02:09.994 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89292026-05-29T18:02:10.571Z[ host-image] May 29 18:02:10.001 INFO O| May 29 18:02:10.001 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89302026-05-29T18:02:10.574Z[ host-image] May 29 18:02:10.003 INFO O| May 29 18:02:10.003 INFO STEP 5 (remove_files) COMPLETE
89312026-05-29T18:02:10.574Z[ host-image] May 29 18:02:10.003 INFO O| May 29 18:02:10.003 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89322026-05-29T18:02:10.580Z[ host-image] May 29 18:02:10.010 INFO O| May 29 18:02:10.010 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89332026-05-29T18:02:10.589Z[ host-image] May 29 18:02:10.019 INFO O| May 29 18:02:10.019 INFO STEP 6 (remove_files) COMPLETE
89342026-05-29T18:02:10.589Z[ host-image] May 29 18:02:10.019 INFO O| May 29 18:02:10.019 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89352026-05-29T18:02:10.592Z[ host-image] May 29 18:02:10.019 INFO O| May 29 18:02:10.019 INFO skip step because feature "heliosv2" is not enabled
89362026-05-29T18:02:10.592Z[ host-image] May 29 18:02:10.019 INFO O| May 29 18:02:10.019 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89372026-05-29T18:02:10.596Z[ host-image] May 29 18:02:10.026 INFO O| May 29 18:02:10.026 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89382026-05-29T18:02:10.606Z[ host-image] May 29 18:02:10.036 INFO O| May 29 18:02:10.036 INFO STEP 8 (remove_files) COMPLETE
89392026-05-29T18:02:10.606Z[ host-image] May 29 18:02:10.036 INFO O| May 29 18:02:10.036 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89402026-05-29T18:02:10.613Z[ host-image] May 29 18:02:10.043 INFO O| May 29 18:02:10.043 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89412026-05-29T18:02:10.677Z[ host-image] May 29 18:02:10.107 INFO O| May 29 18:02:10.107 INFO STEP 9 (remove_files) COMPLETE
89422026-05-29T18:02:10.677Z[ host-image] May 29 18:02:10.107 INFO O| May 29 18:02:10.107 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89432026-05-29T18:02:10.686Z[ host-image] May 29 18:02:10.116 INFO O| May 29 18:02:10.116 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89442026-05-29T18:02:10.763Z[ host-image] May 29 18:02:10.193 INFO O| May 29 18:02:10.193 INFO STEP 10 (remove_files) COMPLETE
89452026-05-29T18:02:10.763Z[ host-image] May 29 18:02:10.193 INFO O| May 29 18:02:10.193 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89462026-05-29T18:02:10.772Z[ host-image] May 29 18:02:10.202 INFO O| May 29 18:02:10.202 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89472026-05-29T18:02:10.776Z[ host-image] May 29 18:02:10.205 INFO O| May 29 18:02:10.205 INFO STEP 11 (remove_files) COMPLETE
89482026-05-29T18:02:10.776Z[ host-image] May 29 18:02:10.205 INFO O| May 29 18:02:10.205 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89492026-05-29T18:02:10.782Z[ host-image] May 29 18:02:10.212 INFO O| May 29 18:02:10.212 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89502026-05-29T18:02:10.785Z[ host-image] May 29 18:02:10.213 INFO O| May 29 18:02:10.213 INFO STEP 12 (remove_files) COMPLETE
89512026-05-29T18:02:10.785Z[ host-image] May 29 18:02:10.213 INFO O| May 29 18:02:10.213 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89522026-05-29T18:02:10.789Z[ host-image] May 29 18:02:10.219 INFO O| May 29 18:02:10.219 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89532026-05-29T18:02:10.792Z[ host-image] May 29 18:02:10.220 INFO O| May 29 18:02:10.220 INFO STEP 13 (remove_files) COMPLETE
89542026-05-29T18:02:10.792Z[ host-image] May 29 18:02:10.220 INFO O| May 29 18:02:10.220 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89552026-05-29T18:02:10.835Z[ host-image] May 29 18:02:10.265 INFO O| May 29 18:02:10.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89562026-05-29T18:02:10.856Z[ host-image] May 29 18:02:10.287 INFO O| May 29 18:02:10.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89572026-05-29T18:02:11.011Z[ host-image] May 29 18:02:10.441 INFO O| May 29 18:02:10.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89582026-05-29T18:02:11.011Z[ host-image] May 29 18:02:10.441 INFO O| May 29 18:02:10.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89592026-05-29T18:02:11.017Z[ host-image] May 29 18:02:10.447 INFO O| May 29 18:02:10.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89602026-05-29T18:02:11.017Z[ host-image] May 29 18:02:10.447 INFO O| May 29 18:02:10.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89612026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89622026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89632026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89642026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89652026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89662026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89672026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89682026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89692026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89702026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89712026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89722026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89732026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89742026-05-29T18:02:11.021Z[ host-image] May 29 18:02:10.448 INFO O| May 29 18:02:10.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89752026-05-29T18:02:11.025Z[ host-image] May 29 18:02:10.453 INFO O| May 29 18:02:10.453 INFO STEP 14 (remove_files) COMPLETE
89762026-05-29T18:02:11.025Z[ host-image] May 29 18:02:10.453 INFO O| May 29 18:02:10.453 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-05-29T18:02:11.031Z[ host-image] May 29 18:02:10.461 INFO O| May 29 18:02:10.461 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89782026-05-29T18:02:11.034Z[ host-image] May 29 18:02:10.462 INFO O| May 29 18:02:10.462 INFO STEP 15 (remove_files) COMPLETE
89792026-05-29T18:02:11.034Z[ host-image] May 29 18:02:10.462 INFO O| May 29 18:02:10.462 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-05-29T18:02:11.040Z[ host-image] May 29 18:02:10.470 INFO O| May 29 18:02:10.470 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89812026-05-29T18:02:11.045Z[ host-image] May 29 18:02:10.475 INFO O| May 29 18:02:10.475 INFO STEP 16 (remove_files) COMPLETE
89822026-05-29T18:02:11.045Z[ host-image] May 29 18:02:10.475 INFO O| May 29 18:02:10.475 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-29T18:02:11.052Z[ host-image] May 29 18:02:10.482 INFO O| May 29 18:02:10.482 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89842026-05-29T18:02:11.055Z[ host-image] May 29 18:02:10.482 INFO O| May 29 18:02:10.482 INFO STEP 17 (remove_files) COMPLETE
89852026-05-29T18:02:11.055Z[ host-image] May 29 18:02:10.482 INFO O| May 29 18:02:10.482 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-29T18:02:11.060Z[ host-image] May 29 18:02:10.491 INFO O| May 29 18:02:10.490 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89872026-05-29T18:02:11.063Z[ host-image] May 29 18:02:10.492 INFO O| May 29 18:02:10.492 INFO STEP 18 (remove_files) COMPLETE
89882026-05-29T18:02:11.063Z[ host-image] May 29 18:02:10.492 INFO O| May 29 18:02:10.492 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-29T18:02:11.067Z[ host-image] May 29 18:02:10.498 INFO O| May 29 18:02:10.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89902026-05-29T18:02:11.067Z[ host-image] May 29 18:02:10.498 INFO O| May 29 18:02:10.498 INFO STEP 19 (remove_files) COMPLETE
89912026-05-29T18:02:11.071Z[ host-image] May 29 18:02:10.498 INFO O| May 29 18:02:10.498 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-05-29T18:02:11.074Z[ host-image] May 29 18:02:10.503 INFO O| May 29 18:02:10.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89932026-05-29T18:02:11.074Z[ host-image] May 29 18:02:10.503 INFO O| May 29 18:02:10.503 INFO STEP 20 (remove_files) COMPLETE
89942026-05-29T18:02:11.074Z[ host-image] May 29 18:02:10.503 INFO O| May 29 18:02:10.503 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-05-29T18:02:11.079Z[ host-image] May 29 18:02:10.509 INFO O| May 29 18:02:10.509 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89962026-05-29T18:02:11.079Z[ host-image] May 29 18:02:10.509 INFO O| May 29 18:02:10.509 INFO STEP 21 (remove_files) COMPLETE
89972026-05-29T18:02:11.082Z[ host-image] May 29 18:02:10.509 INFO O| May 29 18:02:10.509 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-05-29T18:02:11.085Z[ host-image] May 29 18:02:10.515 INFO O| May 29 18:02:10.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89992026-05-29T18:02:11.085Z[ host-image] May 29 18:02:10.516 INFO O| May 29 18:02:10.516 INFO STEP 22 (remove_files) COMPLETE
90002026-05-29T18:02:11.085Z[ host-image] May 29 18:02:10.516 INFO O| May 29 18:02:10.516 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90012026-05-29T18:02:11.091Z[ host-image] May 29 18:02:10.521 INFO O| May 29 18:02:10.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90022026-05-29T18:02:11.091Z[ host-image] May 29 18:02:10.521 INFO O| May 29 18:02:10.521 INFO STEP 23 (remove_files) COMPLETE
90032026-05-29T18:02:11.094Z[ host-image] May 29 18:02:10.521 INFO O| May 29 18:02:10.521 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90042026-05-29T18:02:11.098Z[ host-image] May 29 18:02:10.529 INFO O| May 29 18:02:10.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90052026-05-29T18:02:11.098Z[ host-image] May 29 18:02:10.529 INFO O| May 29 18:02:10.529 INFO STEP 24 (remove_files) COMPLETE
90062026-05-29T18:02:11.098Z[ host-image] May 29 18:02:10.529 INFO O| May 29 18:02:10.529 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90072026-05-29T18:02:11.104Z[ host-image] May 29 18:02:10.534 INFO O| May 29 18:02:10.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90082026-05-29T18:02:11.104Z[ host-image] May 29 18:02:10.534 INFO O| May 29 18:02:10.534 INFO STEP 25 (remove_files) COMPLETE
90092026-05-29T18:02:11.104Z[ host-image] May 29 18:02:10.534 INFO O| May 29 18:02:10.534 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90102026-05-29T18:02:11.110Z[ host-image] May 29 18:02:10.539 INFO O| May 29 18:02:10.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90112026-05-29T18:02:11.110Z[ host-image] May 29 18:02:10.539 INFO O| May 29 18:02:10.539 INFO STEP 26 (remove_files) COMPLETE
90122026-05-29T18:02:11.114Z[ host-image] May 29 18:02:10.539 INFO O| May 29 18:02:10.539 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90132026-05-29T18:02:11.117Z[ host-image] May 29 18:02:10.545 INFO O| May 29 18:02:10.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90142026-05-29T18:02:11.117Z[ host-image] May 29 18:02:10.545 INFO O| May 29 18:02:10.545 INFO STEP 27 (remove_files) COMPLETE
90152026-05-29T18:02:11.117Z[ host-image] May 29 18:02:10.545 INFO O| May 29 18:02:10.545 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90162026-05-29T18:02:11.120Z[ host-image] May 29 18:02:10.550 INFO O| May 29 18:02:10.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90172026-05-29T18:02:11.121Z[ host-image] May 29 18:02:10.551 INFO O| May 29 18:02:10.550 INFO STEP 28 (remove_files) COMPLETE
90182026-05-29T18:02:11.121Z[ host-image] May 29 18:02:10.551 INFO O| May 29 18:02:10.551 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90192026-05-29T18:02:11.126Z[ host-image] May 29 18:02:10.556 INFO O| May 29 18:02:10.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90202026-05-29T18:02:11.129Z[ host-image] May 29 18:02:10.556 INFO O| May 29 18:02:10.556 INFO STEP 29 (remove_files) COMPLETE
90212026-05-29T18:02:11.129Z[ host-image] May 29 18:02:10.556 INFO O| May 29 18:02:10.556 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90222026-05-29T18:02:11.132Z[ host-image] May 29 18:02:10.562 INFO O| May 29 18:02:10.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90232026-05-29T18:02:11.132Z[ host-image] May 29 18:02:10.562 INFO O| May 29 18:02:10.562 INFO STEP 30 (remove_files) COMPLETE
90242026-05-29T18:02:11.132Z[ host-image] May 29 18:02:10.562 INFO O| May 29 18:02:10.562 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90252026-05-29T18:02:11.138Z[ host-image] May 29 18:02:10.568 INFO O| May 29 18:02:10.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90262026-05-29T18:02:11.138Z[ host-image] May 29 18:02:10.568 INFO O| May 29 18:02:10.568 INFO STEP 31 (remove_files) COMPLETE
90272026-05-29T18:02:11.141Z[ host-image] May 29 18:02:10.568 INFO O| May 29 18:02:10.568 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90282026-05-29T18:02:11.144Z[ host-image] May 29 18:02:10.574 INFO O| May 29 18:02:10.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90292026-05-29T18:02:11.144Z[ host-image] May 29 18:02:10.574 INFO O| May 29 18:02:10.574 INFO STEP 32 (remove_files) COMPLETE
90302026-05-29T18:02:11.145Z[ host-image] May 29 18:02:10.574 INFO O| May 29 18:02:10.574 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90312026-05-29T18:02:11.152Z[ host-image] May 29 18:02:10.582 INFO O| May 29 18:02:10.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90322026-05-29T18:02:11.152Z[ host-image] May 29 18:02:10.582 INFO O| May 29 18:02:10.582 INFO STEP 33 (remove_files) COMPLETE
90332026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.582 INFO O| May 29 18:02:10.582 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90342026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.588 INFO O| May 29 18:02:10.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90352026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.588 INFO O| May 29 18:02:10.588 INFO STEP 34 (remove_files) COMPLETE
90362026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.588 INFO O| May 29 18:02:10.588 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90372026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.594 INFO O| May 29 18:02:10.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90382026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.594 INFO O| May 29 18:02:10.594 INFO STEP 35 (remove_files) COMPLETE
90392026-05-29T18:02:11.170Z[ host-image] May 29 18:02:10.594 INFO O| May 29 18:02:10.594 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402026-05-29T18:02:11.174Z[ host-image] May 29 18:02:10.601 INFO O| May 29 18:02:10.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90412026-05-29T18:02:11.174Z[ host-image] May 29 18:02:10.601 INFO O| May 29 18:02:10.601 INFO STEP 36 (remove_files) COMPLETE
90422026-05-29T18:02:11.174Z[ host-image] May 29 18:02:10.601 INFO O| May 29 18:02:10.601 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432026-05-29T18:02:11.177Z[ host-image] May 29 18:02:10.607 INFO O| May 29 18:02:10.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90442026-05-29T18:02:11.177Z[ host-image] May 29 18:02:10.607 INFO O| May 29 18:02:10.607 INFO STEP 37 (remove_files) COMPLETE
90452026-05-29T18:02:11.177Z[ host-image] May 29 18:02:10.607 INFO O| May 29 18:02:10.607 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462026-05-29T18:02:11.184Z[ host-image] May 29 18:02:10.614 INFO O| May 29 18:02:10.614 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90472026-05-29T18:02:11.184Z[ host-image] May 29 18:02:10.614 INFO O| May 29 18:02:10.614 INFO STEP 38 (remove_files) COMPLETE
90482026-05-29T18:02:11.187Z[ host-image] May 29 18:02:10.614 INFO O| May 29 18:02:10.614 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492026-05-29T18:02:11.190Z[ host-image] May 29 18:02:10.620 INFO O| May 29 18:02:10.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90502026-05-29T18:02:11.190Z[ host-image] May 29 18:02:10.620 INFO O| May 29 18:02:10.620 INFO STEP 39 (remove_files) COMPLETE
90512026-05-29T18:02:11.190Z[ host-image] May 29 18:02:10.620 INFO O| May 29 18:02:10.620 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522026-05-29T18:02:11.196Z[ host-image] May 29 18:02:10.626 INFO O| May 29 18:02:10.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90532026-05-29T18:02:11.196Z[ host-image] May 29 18:02:10.626 INFO O| May 29 18:02:10.626 INFO STEP 40 (remove_files) COMPLETE
90542026-05-29T18:02:11.196Z[ host-image] May 29 18:02:10.626 INFO O| May 29 18:02:10.626 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552026-05-29T18:02:11.202Z[ host-image] May 29 18:02:10.633 INFO O| May 29 18:02:10.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90562026-05-29T18:02:11.202Z[ host-image] May 29 18:02:10.633 INFO O| May 29 18:02:10.633 INFO STEP 41 (remove_files) COMPLETE
90572026-05-29T18:02:11.206Z[ host-image] May 29 18:02:10.633 INFO O| May 29 18:02:10.633 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-05-29T18:02:11.209Z[ host-image] May 29 18:02:10.639 INFO O| May 29 18:02:10.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90592026-05-29T18:02:11.209Z[ host-image] May 29 18:02:10.639 INFO O| May 29 18:02:10.639 INFO STEP 42 (remove_files) COMPLETE
90602026-05-29T18:02:11.209Z[ host-image] May 29 18:02:10.639 INFO O| May 29 18:02:10.639 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-05-29T18:02:11.215Z[ host-image] May 29 18:02:10.645 INFO O| May 29 18:02:10.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90622026-05-29T18:02:11.215Z[ host-image] May 29 18:02:10.645 INFO O| May 29 18:02:10.645 INFO STEP 43 (remove_files) COMPLETE
90632026-05-29T18:02:11.218Z[ host-image] May 29 18:02:10.645 INFO O| May 29 18:02:10.645 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-05-29T18:02:11.221Z[ host-image] May 29 18:02:10.651 INFO O| May 29 18:02:10.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90652026-05-29T18:02:11.221Z[ host-image] May 29 18:02:10.651 INFO O| May 29 18:02:10.651 INFO STEP 44 (remove_files) COMPLETE
90662026-05-29T18:02:11.221Z[ host-image] May 29 18:02:10.651 INFO O| May 29 18:02:10.651 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-05-29T18:02:11.227Z[ host-image] May 29 18:02:10.657 INFO O| May 29 18:02:10.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90682026-05-29T18:02:11.227Z[ host-image] May 29 18:02:10.657 INFO O| May 29 18:02:10.657 INFO STEP 45 (remove_files) COMPLETE
90692026-05-29T18:02:11.227Z[ host-image] May 29 18:02:10.657 INFO O| May 29 18:02:10.657 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-05-29T18:02:11.233Z[ host-image] May 29 18:02:10.663 INFO O| May 29 18:02:10.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90712026-05-29T18:02:11.236Z[ host-image] May 29 18:02:10.663 INFO O| May 29 18:02:10.663 INFO STEP 46 (remove_files) COMPLETE
90722026-05-29T18:02:11.236Z[ host-image] May 29 18:02:10.663 INFO O| May 29 18:02:10.663 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-05-29T18:02:11.239Z[ host-image] May 29 18:02:10.670 INFO O| May 29 18:02:10.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90742026-05-29T18:02:11.243Z[ host-image] May 29 18:02:10.670 INFO O| May 29 18:02:10.670 INFO STEP 47 (remove_files) COMPLETE
90752026-05-29T18:02:11.243Z[ host-image] May 29 18:02:10.670 INFO O| May 29 18:02:10.670 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-05-29T18:02:11.246Z[ host-image] May 29 18:02:10.676 INFO O| May 29 18:02:10.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90772026-05-29T18:02:11.246Z[ host-image] May 29 18:02:10.676 INFO O| May 29 18:02:10.676 INFO STEP 48 (remove_files) COMPLETE
90782026-05-29T18:02:11.246Z[ host-image] May 29 18:02:10.676 INFO O| May 29 18:02:10.676 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-05-29T18:02:11.251Z[ host-image] May 29 18:02:10.682 INFO O| May 29 18:02:10.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90802026-05-29T18:02:11.251Z[ host-image] May 29 18:02:10.682 INFO O| May 29 18:02:10.682 INFO STEP 49 (remove_files) COMPLETE
90812026-05-29T18:02:11.255Z[ host-image] May 29 18:02:10.682 INFO O| May 29 18:02:10.682 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-05-29T18:02:11.258Z[ host-image] May 29 18:02:10.689 INFO O| May 29 18:02:10.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90832026-05-29T18:02:11.258Z[ host-image] May 29 18:02:10.689 INFO O| May 29 18:02:10.689 INFO STEP 50 (remove_files) COMPLETE
90842026-05-29T18:02:11.262Z[ host-image] May 29 18:02:10.689 INFO O| May 29 18:02:10.689 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-05-29T18:02:11.265Z[ host-image] May 29 18:02:10.695 INFO O| May 29 18:02:10.695 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90862026-05-29T18:02:11.265Z[ host-image] May 29 18:02:10.695 INFO O| May 29 18:02:10.695 INFO STEP 51 (remove_files) COMPLETE
90872026-05-29T18:02:11.265Z[ host-image] May 29 18:02:10.695 INFO O| May 29 18:02:10.695 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-05-29T18:02:11.270Z[ host-image] May 29 18:02:10.700 INFO O| May 29 18:02:10.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90892026-05-29T18:02:11.270Z[ host-image] May 29 18:02:10.700 INFO O| May 29 18:02:10.700 INFO STEP 52 (remove_files) COMPLETE
90902026-05-29T18:02:11.273Z[ host-image] May 29 18:02:10.700 INFO O| May 29 18:02:10.700 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-05-29T18:02:11.276Z[ host-image] May 29 18:02:10.706 INFO O| May 29 18:02:10.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90922026-05-29T18:02:11.276Z[ host-image] May 29 18:02:10.706 INFO O| May 29 18:02:10.706 INFO STEP 53 (remove_files) COMPLETE
90932026-05-29T18:02:11.276Z[ host-image] May 29 18:02:10.706 INFO O| May 29 18:02:10.706 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-05-29T18:02:11.283Z[ host-image] May 29 18:02:10.713 INFO O| May 29 18:02:10.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90952026-05-29T18:02:11.283Z[ host-image] May 29 18:02:10.713 INFO O| May 29 18:02:10.713 INFO STEP 54 (remove_files) COMPLETE
90962026-05-29T18:02:11.286Z[ host-image] May 29 18:02:10.713 INFO O| May 29 18:02:10.713 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-05-29T18:02:11.289Z[ host-image] May 29 18:02:10.719 INFO O| May 29 18:02:10.719 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90982026-05-29T18:02:11.289Z[ host-image] May 29 18:02:10.719 INFO O| May 29 18:02:10.719 INFO STEP 55 (remove_files) COMPLETE
90992026-05-29T18:02:11.292Z[ host-image] May 29 18:02:10.719 INFO O| May 29 18:02:10.719 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-05-29T18:02:11.296Z[ host-image] May 29 18:02:10.726 INFO O| May 29 18:02:10.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91012026-05-29T18:02:11.296Z[ host-image] May 29 18:02:10.726 INFO O| May 29 18:02:10.726 INFO STEP 56 (remove_files) COMPLETE
91022026-05-29T18:02:11.296Z[ host-image] May 29 18:02:10.726 INFO O| May 29 18:02:10.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-05-29T18:02:11.302Z[ host-image] May 29 18:02:10.733 INFO O| May 29 18:02:10.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91042026-05-29T18:02:11.302Z[ host-image] May 29 18:02:10.733 INFO O| May 29 18:02:10.733 INFO STEP 57 (remove_files) COMPLETE
91052026-05-29T18:02:11.306Z[ host-image] May 29 18:02:10.733 INFO O| May 29 18:02:10.733 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-05-29T18:02:11.309Z[ host-image] May 29 18:02:10.739 INFO O| May 29 18:02:10.739 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91072026-05-29T18:02:11.309Z[ host-image] May 29 18:02:10.739 INFO O| May 29 18:02:10.739 INFO STEP 58 (remove_files) COMPLETE
91082026-05-29T18:02:11.312Z[ host-image] May 29 18:02:10.739 INFO O| May 29 18:02:10.739 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-05-29T18:02:11.315Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91102026-05-29T18:02:11.315Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91112026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91122026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91132026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91142026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91152026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO ok!
91162026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO STEP 59 (ensure_file) COMPLETE
91172026-05-29T18:02:11.319Z[ host-image] May 29 18:02:10.746 INFO O| May 29 18:02:10.746 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-05-29T18:02:11.322Z[ host-image] May 29 18:02:10.752 INFO O| May 29 18:02:10.752 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91192026-05-29T18:02:11.322Z[ host-image] May 29 18:02:10.752 INFO O| May 29 18:02:10.752 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91202026-05-29T18:02:11.322Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91212026-05-29T18:02:11.322Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91222026-05-29T18:02:11.322Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91232026-05-29T18:02:11.323Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91242026-05-29T18:02:11.326Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO ok!
91252026-05-29T18:02:11.326Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO STEP 60 (ensure_file) COMPLETE
91262026-05-29T18:02:11.326Z[ host-image] May 29 18:02:10.753 INFO O| May 29 18:02:10.753 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91282026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91292026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91302026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO ok!
91312026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO STEP 61 (ensure_file) COMPLETE
91322026-05-29T18:02:11.329Z[ host-image] May 29 18:02:10.759 INFO O| May 29 18:02:10.759 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-05-29T18:02:11.335Z[ host-image] May 29 18:02:10.765 INFO O| May 29 18:02:10.765 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91342026-05-29T18:02:11.335Z[ host-image] May 29 18:02:10.766 INFO O| May 29 18:02:10.766 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91352026-05-29T18:02:11.339Z[ host-image] May 29 18:02:10.766 INFO O| May 29 18:02:10.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91362026-05-29T18:02:11.339Z[ host-image] May 29 18:02:10.766 INFO O| May 29 18:02:10.766 INFO ok!
91372026-05-29T18:02:11.339Z[ host-image] May 29 18:02:10.766 INFO O| May 29 18:02:10.766 INFO STEP 62 (ensure_file) COMPLETE
91382026-05-29T18:02:11.339Z[ host-image] May 29 18:02:10.766 INFO O| May 29 18:02:10.766 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392026-05-29T18:02:11.342Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91402026-05-29T18:02:11.342Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91412026-05-29T18:02:11.346Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91422026-05-29T18:02:11.346Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91432026-05-29T18:02:11.346Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO ok!
91442026-05-29T18:02:11.346Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO STEP 63 (ensure_file) COMPLETE
91452026-05-29T18:02:11.346Z[ host-image] May 29 18:02:10.773 INFO O| May 29 18:02:10.773 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462026-05-29T18:02:11.349Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91472026-05-29T18:02:11.349Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91482026-05-29T18:02:11.352Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91492026-05-29T18:02:11.352Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91502026-05-29T18:02:11.352Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO ok!
91512026-05-29T18:02:11.352Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO STEP 64 (ensure_file) COMPLETE
91522026-05-29T18:02:11.352Z[ host-image] May 29 18:02:10.779 INFO O| May 29 18:02:10.779 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-05-29T18:02:11.356Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91542026-05-29T18:02:11.356Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91552026-05-29T18:02:11.359Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91562026-05-29T18:02:11.359Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO ok!
91572026-05-29T18:02:11.359Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO STEP 65 (assemble_files) COMPLETE
91582026-05-29T18:02:11.359Z[ host-image] May 29 18:02:10.786 INFO O| May 29 18:02:10.786 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-05-29T18:02:11.362Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91602026-05-29T18:02:11.362Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91612026-05-29T18:02:11.362Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91622026-05-29T18:02:11.366Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91632026-05-29T18:02:11.366Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO ok!
91642026-05-29T18:02:11.366Z[ host-image] May 29 18:02:10.792 INFO O| May 29 18:02:10.792 INFO STEP 66 (ensure_file) COMPLETE
91652026-05-29T18:02:11.366Z[ host-image] May 29 18:02:10.793 INFO O| May 29 18:02:10.792 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-05-29T18:02:11.370Z[ host-image] May 29 18:02:10.800 INFO O| May 29 18:02:10.799 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91672026-05-29T18:02:11.370Z[ host-image] May 29 18:02:10.800 INFO O| May 29 18:02:10.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91682026-05-29T18:02:11.373Z[ host-image] May 29 18:02:10.800 INFO O| May 29 18:02:10.800 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91692026-05-29T18:02:11.373Z[ host-image] May 29 18:02:10.800 INFO O| May 29 18:02:10.800 INFO STEP 67 (ensure_dir) COMPLETE
91702026-05-29T18:02:11.374Z[ host-image] May 29 18:02:10.800 INFO O| May 29 18:02:10.800 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-05-29T18:02:11.376Z[ host-image] May 29 18:02:10.806 INFO O| May 29 18:02:10.806 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91722026-05-29T18:02:11.377Z[ host-image] May 29 18:02:10.806 INFO O| May 29 18:02:10.806 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 ...
91732026-05-29T18:02:11.382Z[ host-image] May 29 18:02:10.812 INFO O| May 29 18:02:10.812 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
91742026-05-29T18:02:11.382Z[ host-image] May 29 18:02:10.812 INFO O| May 29 18:02:10.812 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91752026-05-29T18:02:11.385Z[ host-image] May 29 18:02:10.812 INFO O| May 29 18:02:10.812 INFO ok!
91762026-05-29T18:02:11.385Z[ host-image] May 29 18:02:10.812 INFO O| May 29 18:02:10.812 INFO STEP 68 (ensure_file) COMPLETE
91772026-05-29T18:02:11.385Z[ host-image] May 29 18:02:10.812 INFO O| May 29 18:02:10.812 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91792026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 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 ...
91802026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 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
91812026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91822026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 INFO ok!
91832026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 INFO STEP 69 (ensure_file) COMPLETE
91842026-05-29T18:02:11.388Z[ host-image] May 29 18:02:10.818 INFO O| May 29 18:02:10.818 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-05-29T18:02:11.397Z[ host-image] May 29 18:02:10.827 INFO O| May 29 18:02:10.827 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91862026-05-29T18:02:11.397Z[ host-image] May 29 18:02:10.827 INFO O| May 29 18:02:10.827 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91872026-05-29T18:02:12.722Z[ host-image] May 29 18:02:12.152 INFO O| May 29 18:02:12.152 INFO STEP 70 (pack_tar) COMPLETE
91882026-05-29T18:02:12.722Z[ host-image] May 29 18:02:12.152 INFO O| May 29 18:02:12.152 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91892026-05-29T18:02:12.726Z[ host-image] May 29 18:02:12.152 INFO O| May 29 18:02:12.152 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91902026-05-29T18:02:13.270Z[ host-image] May 29 18:02:12.700 INFO O| May 29 18:02:12.699 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91912026-05-29T18:02:13.351Z[ host-image] May 29 18:02:12.781 INFO O| May 29 18:02:12.781 INFO completed processing sled/ramdisk-02-trim
91922026-05-29T18:02:13.354Z[ host-image] May 29 18:02:12.783 INFO image builder template: zfs...
91932026-05-29T18:02:13.354Z[ host-image] May 29 18:02:12.783 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/.tmp6JiiRM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
91942026-05-29T18:02:13.364Z[ host-image] May 29 18:02:12.795 INFO O| May 29 18:02:12.795 INFO skip include "stress" because feature "stress" is not enabled
91952026-05-29T18:02:13.368Z[ host-image] May 29 18:02:12.795 INFO O| May 29 18:02:12.795 INFO skip include "stress" because feature "compliance" is not enabled
91962026-05-29T18:02:13.392Z[ host-image] May 29 18:02:12.822 INFO O| May 29 18:02:12.822 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91972026-05-29T18:02:13.395Z[ host-image] May 29 18:02:12.825 INFO O| May 29 18:02:12.825 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91982026-05-29T18:02:13.477Z[ host-image] May 29 18:02:12.907 INFO O| May 29 18:02:12.907 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91992026-05-29T18:02:13.549Z[ host-image] May 29 18:02:12.979 INFO O| May 29 18:02:12.979 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92002026-05-29T18:02:13.549Z[ host-image] May 29 18:02:12.979 INFO O| May 29 18:02:12.979 INFO work dataset: rpool/images/build/host/work/sled/zfs
92012026-05-29T18:02:13.553Z[ host-image] May 29 18:02:12.982 INFO O| May 29 18:02:12.982 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92022026-05-29T18:02:13.631Z[ host-image] May 29 18:02:13.061 INFO O| May 29 18:02:13.061 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92032026-05-29T18:02:13.694Z[ host-image] May 29 18:02:13.124 INFO O| May 29 18:02:13.124 INFO DESTROY POOL: TEMPORARY-sled-zfs
92042026-05-29T18:02:13.702Z[ host-image] May 29 18:02:13.133 INFO O| May 29 18:02:13.133 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92052026-05-29T18:02:13.706Z[ host-image] May 29 18:02:13.137 INFO O| May 29 18:02:13.136 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92062026-05-29T18:02:13.706Z[ host-image] May 29 18:02:13.137 INFO O| May 29 18:02:13.137 INFO no lofi found
92072026-05-29T18:02:13.709Z[ host-image] May 29 18:02:13.137 INFO O| May 29 18:02:13.137 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92082026-05-29T18:02:13.709Z[ host-image] May 29 18:02:13.137 INFO O| May 29 18:02:13.137 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92092026-05-29T18:02:15.571Z[ host-image] May 29 18:02:15.001 INFO O| May 29 18:02:15.001 INFO lofi device = /dev/dsk/c2t1d0p0
92102026-05-29T18:02:15.571Z[ host-image] May 29 18:02:15.001 INFO O| May 29 18:02:15.001 INFO pool device = /dev/dsk/c2t1d0p0
92112026-05-29T18:02:15.571Z[ host-image] May 29 18:02:15.001 INFO O| May 29 18:02:15.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92122026-05-29T18:02:15.624Z[ host-image] May 29 18:02:15.054 INFO O| May 29 18:02:15.054 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92132026-05-29T18:02:15.625Z[ host-image] May 29 18:02:15.054 INFO O| May 29 18:02:15.054 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92142026-05-29T18:02:15.640Z[ host-image] May 29 18:02:15.070 INFO O| May 29 18:02:15.070 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92152026-05-29T18:02:15.677Z[ host-image] May 29 18:02:15.107 INFO O| May 29 18:02:15.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92162026-05-29T18:02:15.702Z[ host-image] May 29 18:02:15.132 INFO O| May 29 18:02:15.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92172026-05-29T18:02:15.712Z[ host-image] May 29 18:02:15.142 INFO O| May 29 18:02:15.142 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92182026-05-29T18:02:15.719Z[ host-image] May 29 18:02:15.149 INFO O| May 29 18:02:15.149 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92192026-05-29T18:02:15.751Z[ host-image] May 29 18:02:15.181 INFO O| May 29 18:02:15.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92202026-05-29T18:02:15.754Z[ host-image] May 29 18:02:15.181 INFO O| May 29 18:02:15.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92212026-05-29T18:02:15.754Z[ host-image] May 29 18:02:15.181 INFO O| May 29 18:02:15.181 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92222026-05-29T18:02:15.758Z[ host-image] May 29 18:02:15.188 INFO O| May 29 18:02:15.188 INFO boot environment UUID: ecffe80b-6c6b-4fd6-bfa5-61af869c30b1
92232026-05-29T18:02:15.761Z[ host-image] May 29 18:02:15.188 INFO O| May 29 18:02:15.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ecffe80b-6c6b-4fd6-bfa5-61af869c30b1
92242026-05-29T18:02:15.765Z[ host-image] May 29 18:02:15.195 INFO O| May 29 18:02:15.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92252026-05-29T18:02:15.773Z[ host-image] May 29 18:02:15.203 INFO O| May 29 18:02:15.203 INFO STEP 0 (create_be) COMPLETE
92262026-05-29T18:02:15.773Z[ host-image] May 29 18:02:15.203 INFO O| May 29 18:02:15.203 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92272026-05-29T18:02:15.783Z[ host-image] May 29 18:02:15.213 INFO O| May 29 18:02:15.213 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92282026-05-29T18:02:24.246Z[ recovery-image] May 29 18:02:23.675 INFO O| ok, image written!
92292026-05-29T18:02:24.246Z[ recovery-image] May 29 18:02:23.675 INFO O| ok, boot_image_csum file written!
92302026-05-29T18:02:24.250Z[ recovery-image] May 29 18:02:23.677 INFO creating boot archive (CPIO)...
92312026-05-29T18:02:24.250Z[ recovery-image] May 29 18:02:23.677 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
92322026-05-29T18:02:24.261Z[ recovery-image] May 29 18:02:23.689 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92332026-05-29T18:02:24.265Z[ recovery-image] May 29 18:02:23.690 INFO E| + outfile=/work/os-recovery/cpio
92342026-05-29T18:02:24.301Z[ recovery-image] May 29 18:02:23.690 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92352026-05-29T18:02:24.304Z[ recovery-image] May 29 18:02:23.692 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92362026-05-29T18:02:24.304Z[ recovery-image] May 29 18:02:23.692 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92372026-05-29T18:02:24.304Z[ recovery-image] May 29 18:02:23.721 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92382026-05-29T18:02:24.307Z[ recovery-image] May 29 18:02:23.721 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92392026-05-29T18:02:24.311Z[ recovery-image] May 29 18:02:23.727 INFO creating compressed cpio/unix for dev loaders...
92402026-05-29T18:02:24.315Z[ recovery-image] May 29 18:02:23.727 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
92412026-05-29T18:02:24.542Z[ host-image] May 29 18:02:23.972 INFO O| May 29 18:02:23.971 INFO STEP 1 (unpack_tar) COMPLETE
92422026-05-29T18:02:24.542Z[ host-image] May 29 18:02:23.972 INFO O| May 29 18:02:23.972 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92432026-05-29T18:02:24.551Z[ host-image] May 29 18:02:23.981 INFO O| May 29 18:02:23.981 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92442026-05-29T18:02:24.721Z[ recovery-image] May 29 18:02:24.151 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
92452026-05-29T18:02:24.894Z[ host-image] May 29 18:02:24.323 INFO O| May 29 18:02:24.323 INFO STEP 2 (devfsadm) COMPLETE
92462026-05-29T18:02:24.894Z[ host-image] May 29 18:02:24.323 INFO O| May 29 18:02:24.323 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92472026-05-29T18:02:24.904Z[ host-image] May 29 18:02:24.334 INFO O| May 29 18:02:24.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92482026-05-29T18:02:24.904Z[ host-image] May 29 18:02:24.334 INFO O| May 29 18:02:24.334 INFO STEP 3 (ensure_dir) COMPLETE
92492026-05-29T18:02:24.904Z[ host-image] May 29 18:02:24.334 INFO O| May 29 18:02:24.334 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92502026-05-29T18:02:24.911Z[ host-image] May 29 18:02:24.341 INFO O| May 29 18:02:24.341 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92512026-05-29T18:02:24.911Z[ host-image] May 29 18:02:24.341 INFO O| May 29 18:02:24.341 INFO STEP 4 (ensure_dir) COMPLETE
92522026-05-29T18:02:24.915Z[ host-image] May 29 18:02:24.341 INFO O| May 29 18:02:24.341 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92532026-05-29T18:02:24.918Z[ host-image] May 29 18:02:24.348 INFO O| May 29 18:02:24.348 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92542026-05-29T18:02:24.918Z[ host-image] May 29 18:02:24.348 INFO O| May 29 18:02:24.348 INFO STEP 5 (ensure_dir) COMPLETE
92552026-05-29T18:02:24.918Z[ host-image] May 29 18:02:24.348 INFO O| May 29 18:02:24.348 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92562026-05-29T18:02:24.924Z[ host-image] May 29 18:02:24.354 INFO O| May 29 18:02:24.354 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92572026-05-29T18:02:24.924Z[ host-image] May 29 18:02:24.354 INFO O| May 29 18:02:24.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92582026-05-29T18:02:24.927Z[ host-image] May 29 18:02:24.354 INFO O| May 29 18:02:24.354 INFO STEP 6 (ensure_dir) COMPLETE
92592026-05-29T18:02:24.927Z[ host-image] May 29 18:02:24.354 INFO O| May 29 18:02:24.354 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602026-05-29T18:02:24.931Z[ host-image] May 29 18:02:24.360 INFO O| May 29 18:02:24.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92612026-05-29T18:02:24.931Z[ host-image] May 29 18:02:24.360 INFO O| May 29 18:02:24.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92622026-05-29T18:02:24.931Z[ host-image] May 29 18:02:24.360 INFO O| May 29 18:02:24.360 INFO STEP 7 (ensure_dir) COMPLETE
92632026-05-29T18:02:24.931Z[ host-image] May 29 18:02:24.360 INFO O| May 29 18:02:24.360 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-05-29T18:02:24.938Z[ host-image] May 29 18:02:24.368 INFO O| May 29 18:02:24.367 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92652026-05-29T18:02:24.941Z[ host-image] May 29 18:02:24.368 INFO O| May 29 18:02:24.368 INFO STEP 8 (remove_files) COMPLETE
92662026-05-29T18:02:24.941Z[ host-image] May 29 18:02:24.368 INFO O| May 29 18:02:24.368 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672026-05-29T18:02:24.948Z[ host-image] May 29 18:02:24.378 INFO O| May 29 18:02:24.378 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92682026-05-29T18:02:24.951Z[ host-image] May 29 18:02:24.379 INFO O| May 29 18:02:24.379 INFO STEP 9 (remove_files) COMPLETE
92692026-05-29T18:02:24.951Z[ host-image] May 29 18:02:24.379 INFO O| May 29 18:02:24.379 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92702026-05-29T18:02:24.958Z[ host-image] May 29 18:02:24.388 INFO O| May 29 18:02:24.388 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92712026-05-29T18:02:24.961Z[ host-image] May 29 18:02:24.389 INFO O| May 29 18:02:24.388 INFO STEP 10 (remove_files) COMPLETE
92722026-05-29T18:02:24.961Z[ host-image] May 29 18:02:24.389 INFO O| May 29 18:02:24.389 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92732026-05-29T18:02:24.967Z[ host-image] May 29 18:02:24.397 INFO O| May 29 18:02:24.397 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92742026-05-29T18:02:24.967Z[ host-image] May 29 18:02:24.397 INFO O| May 29 18:02:24.397 INFO STEP 11 (remove_files) COMPLETE
92752026-05-29T18:02:24.967Z[ host-image] May 29 18:02:24.397 INFO O| May 29 18:02:24.397 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92762026-05-29T18:02:24.974Z[ host-image] May 29 18:02:24.404 INFO O| May 29 18:02:24.404 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92772026-05-29T18:02:24.974Z[ host-image] May 29 18:02:24.404 INFO O| May 29 18:02:24.404 INFO STEP 12 (remove_files) COMPLETE
92782026-05-29T18:02:24.977Z[ host-image] May 29 18:02:24.404 INFO O| May 29 18:02:24.404 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92792026-05-29T18:02:24.982Z[ host-image] May 29 18:02:24.412 INFO O| May 29 18:02:24.412 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92802026-05-29T18:02:24.982Z[ host-image] May 29 18:02:24.413 INFO O| May 29 18:02:24.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92812026-05-29T18:02:24.982Z[ host-image] May 29 18:02:24.413 INFO O| May 29 18:02:24.413 INFO STEP 13 (ensure_dir) COMPLETE
92822026-05-29T18:02:24.986Z[ host-image] May 29 18:02:24.413 INFO O| May 29 18:02:24.413 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832026-05-29T18:02:24.991Z[ host-image] May 29 18:02:24.421 INFO O| May 29 18:02:24.421 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92842026-05-29T18:02:24.991Z[ host-image] May 29 18:02:24.421 INFO O| May 29 18:02:24.421 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92852026-05-29T18:02:24.994Z[ host-image] May 29 18:02:24.421 INFO O| May 29 18:02:24.421 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92862026-05-29T18:02:24.994Z[ host-image] May 29 18:02:24.421 INFO O| May 29 18:02:24.421 INFO STEP 14 (ensure_dir) COMPLETE
92872026-05-29T18:02:24.994Z[ host-image] May 29 18:02:24.421 INFO O| May 29 18:02:24.421 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-05-29T18:02:25.001Z[ host-image] May 29 18:02:24.430 INFO O| May 29 18:02:24.429 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92892026-05-29T18:02:25.001Z[ host-image] May 29 18:02:24.430 INFO O| May 29 18:02:24.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92902026-05-29T18:02:25.005Z[ host-image] May 29 18:02:24.430 INFO O| May 29 18:02:24.430 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92912026-05-29T18:02:25.005Z[ host-image] May 29 18:02:24.430 INFO O| May 29 18:02:24.430 INFO STEP 15 (ensure_dir) COMPLETE
92922026-05-29T18:02:25.005Z[ host-image] May 29 18:02:24.430 INFO O| May 29 18:02:24.430 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92932026-05-29T18:02:25.008Z[ host-image] May 29 18:02:24.436 INFO O| May 29 18:02:24.436 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92942026-05-29T18:02:25.008Z[ host-image] May 29 18:02:24.436 INFO O| May 29 18:02:24.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92952026-05-29T18:02:25.008Z[ host-image] May 29 18:02:24.436 INFO O| May 29 18:02:24.436 INFO STEP 16 (ensure_dir) COMPLETE
92962026-05-29T18:02:25.008Z[ host-image] May 29 18:02:24.436 INFO O| May 29 18:02:24.436 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-05-29T18:02:25.012Z[ host-image] May 29 18:02:24.442 INFO O| May 29 18:02:24.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92982026-05-29T18:02:25.012Z[ host-image] May 29 18:02:24.442 INFO O| May 29 18:02:24.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92992026-05-29T18:02:25.012Z[ host-image] May 29 18:02:24.442 INFO O| May 29 18:02:24.442 INFO STEP 17 (ensure_dir) COMPLETE
93002026-05-29T18:02:25.012Z[ host-image] May 29 18:02:24.442 INFO O| May 29 18:02:24.442 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-05-29T18:02:25.022Z[ host-image] May 29 18:02:24.452 INFO O| May 29 18:02:24.452 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93022026-05-29T18:02:25.022Z[ host-image] May 29 18:02:24.452 INFO O| May 29 18:02:24.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93032026-05-29T18:02:25.025Z[ host-image] May 29 18:02:24.452 INFO O| May 29 18:02:24.452 INFO ok!
93042026-05-29T18:02:25.025Z[ host-image] May 29 18:02:24.452 INFO O| May 29 18:02:24.452 INFO STEP 18 (ensure_symlink) COMPLETE
93052026-05-29T18:02:25.025Z[ host-image] May 29 18:02:24.452 INFO O| May 29 18:02:24.452 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-05-29T18:02:25.028Z[ host-image] May 29 18:02:24.459 INFO O| May 29 18:02:24.459 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93072026-05-29T18:02:25.028Z[ host-image] May 29 18:02:24.459 INFO O| May 29 18:02:24.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93082026-05-29T18:02:25.029Z[ host-image] May 29 18:02:24.459 INFO O| May 29 18:02:24.459 INFO ok!
93092026-05-29T18:02:25.032Z[ host-image] May 29 18:02:24.459 INFO O| May 29 18:02:24.459 INFO STEP 19 (ensure_file) COMPLETE
93102026-05-29T18:02:25.032Z[ host-image] May 29 18:02:24.459 INFO O| May 29 18:02:24.459 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93112026-05-29T18:02:25.039Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93122026-05-29T18:02:25.039Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93132026-05-29T18:02:25.039Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93142026-05-29T18:02:25.042Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO ok!
93152026-05-29T18:02:25.042Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO STEP 20 (ensure_symlink) COMPLETE
93162026-05-29T18:02:25.042Z[ host-image] May 29 18:02:24.467 INFO O| May 29 18:02:24.467 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93172026-05-29T18:02:25.045Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93182026-05-29T18:02:25.045Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93192026-05-29T18:02:25.045Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93202026-05-29T18:02:25.045Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO ok!
93212026-05-29T18:02:25.049Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO STEP 21 (ensure_symlink) COMPLETE
93222026-05-29T18:02:25.049Z[ host-image] May 29 18:02:24.475 INFO O| May 29 18:02:24.475 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93232026-05-29T18:02:25.052Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93242026-05-29T18:02:25.052Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93252026-05-29T18:02:25.052Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93262026-05-29T18:02:25.056Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO ok!
93272026-05-29T18:02:25.056Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO STEP 22 (ensure_symlink) COMPLETE
93282026-05-29T18:02:25.056Z[ host-image] May 29 18:02:24.482 INFO O| May 29 18:02:24.482 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93292026-05-29T18:02:25.062Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93302026-05-29T18:02:25.062Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93312026-05-29T18:02:25.065Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93322026-05-29T18:02:25.065Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO ok!
93332026-05-29T18:02:25.065Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO STEP 23 (ensure_symlink) COMPLETE
93342026-05-29T18:02:25.065Z[ host-image] May 29 18:02:24.492 INFO O| May 29 18:02:24.492 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93352026-05-29T18:02:25.070Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93362026-05-29T18:02:25.070Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93372026-05-29T18:02:25.070Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93382026-05-29T18:02:25.073Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 INFO ok!
93392026-05-29T18:02:25.073Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 INFO STEP 24 (ensure_file) COMPLETE
93402026-05-29T18:02:25.073Z[ host-image] May 29 18:02:24.500 INFO O| May 29 18:02:24.500 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412026-05-29T18:02:25.077Z[ host-image] May 29 18:02:24.507 INFO O| May 29 18:02:24.507 INFO updating shadow file
93422026-05-29T18:02:25.077Z[ host-image] May 29 18:02:24.508 INFO O| May 29 18:02:24.508 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93432026-05-29T18:02:25.081Z[ host-image] May 29 18:02:24.508 INFO O| May 29 18:02:24.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93442026-05-29T18:02:25.081Z[ host-image] May 29 18:02:24.508 INFO O| May 29 18:02:24.508 INFO STEP 25 (shadow) COMPLETE
93452026-05-29T18:02:25.081Z[ host-image] May 29 18:02:24.508 INFO O| May 29 18:02:24.508 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93462026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93472026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93482026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93492026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 INFO ok!
93502026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 INFO STEP 26 (ensure_file) COMPLETE
93512026-05-29T18:02:25.084Z[ host-image] May 29 18:02:24.514 INFO O| May 29 18:02:24.514 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93522026-05-29T18:02:25.090Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.520 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93532026-05-29T18:02:25.090Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.520 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93542026-05-29T18:02:25.090Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93552026-05-29T18:02:25.094Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.521 INFO ok!
93562026-05-29T18:02:25.094Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.521 INFO STEP 27 (ensure_file) COMPLETE
93572026-05-29T18:02:25.094Z[ host-image] May 29 18:02:24.521 INFO O| May 29 18:02:24.521 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93582026-05-29T18:02:25.097Z[ host-image] May 29 18:02:24.527 INFO O| May 29 18:02:24.527 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93592026-05-29T18:02:25.097Z[ host-image] May 29 18:02:24.527 INFO O| May 29 18:02:24.527 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93602026-05-29T18:02:25.102Z[ host-image] May 29 18:02:24.528 INFO O| May 29 18:02:24.528 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93612026-05-29T18:02:25.102Z[ host-image] May 29 18:02:24.528 INFO O| May 29 18:02:24.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93622026-05-29T18:02:25.102Z[ host-image] May 29 18:02:24.528 INFO O| May 29 18:02:24.528 INFO ok!
93632026-05-29T18:02:25.102Z[ host-image] May 29 18:02:24.528 INFO O| May 29 18:02:24.528 INFO STEP 28 (ensure_file) COMPLETE
93642026-05-29T18:02:25.102Z[ host-image] May 29 18:02:24.528 INFO O| May 29 18:02:24.528 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93662026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93672026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93682026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO ok!
93692026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO STEP 29 (ensure_file) COMPLETE
93702026-05-29T18:02:25.105Z[ host-image] May 29 18:02:24.534 INFO O| May 29 18:02:24.534 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712026-05-29T18:02:25.111Z[ host-image] May 29 18:02:24.542 INFO O| May 29 18:02:24.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93722026-05-29T18:02:25.112Z[ host-image] May 29 18:02:24.542 INFO O| May 29 18:02:24.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93732026-05-29T18:02:25.112Z[ host-image] May 29 18:02:24.542 INFO O| May 29 18:02:24.542 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93742026-05-29T18:02:25.115Z[ host-image] May 29 18:02:24.542 INFO O| May 29 18:02:24.542 INFO STEP 30 (ensure_dir) COMPLETE
93752026-05-29T18:02:25.115Z[ host-image] May 29 18:02:24.542 INFO O| May 29 18:02:24.542 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762026-05-29T18:02:25.118Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93772026-05-29T18:02:25.118Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93782026-05-29T18:02:25.121Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93792026-05-29T18:02:25.121Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93802026-05-29T18:02:25.121Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO ok!
93812026-05-29T18:02:25.121Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO STEP 31 (ensure_file) COMPLETE
93822026-05-29T18:02:25.121Z[ host-image] May 29 18:02:24.548 INFO O| May 29 18:02:24.548 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93832026-05-29T18:02:25.129Z[ host-image] May 29 18:02:24.559 INFO O| May 29 18:02:24.559 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93842026-05-29T18:02:25.129Z[ host-image] May 29 18:02:24.559 INFO O| May 29 18:02:24.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93852026-05-29T18:02:25.129Z[ host-image] May 29 18:02:24.559 INFO O| May 29 18:02:24.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93862026-05-29T18:02:25.132Z[ host-image] May 29 18:02:24.559 INFO O| May 29 18:02:24.559 INFO STEP 32 (ensure_dir) COMPLETE
93872026-05-29T18:02:25.132Z[ host-image] May 29 18:02:24.559 INFO O| May 29 18:02:24.559 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882026-05-29T18:02:25.138Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.566 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93892026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 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 ...
93902026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 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
93912026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
93922026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 INFO ok!
93932026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 INFO STEP 33 (ensure_file) COMPLETE
93942026-05-29T18:02:25.143Z[ host-image] May 29 18:02:24.567 INFO O| May 29 18:02:24.567 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93952026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
93962026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
93972026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
93982026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO ok!
93992026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO STEP 34 (ensure_file) COMPLETE
94002026-05-29T18:02:25.146Z[ host-image] May 29 18:02:24.575 INFO O| May 29 18:02:24.575 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94012026-05-29T18:02:25.155Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94022026-05-29T18:02:25.155Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94032026-05-29T18:02:25.158Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94042026-05-29T18:02:25.158Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94052026-05-29T18:02:25.158Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO ok!
94062026-05-29T18:02:25.158Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO STEP 35 (ensure_file) COMPLETE
94072026-05-29T18:02:25.158Z[ host-image] May 29 18:02:24.585 INFO O| May 29 18:02:24.585 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94082026-05-29T18:02:25.164Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94092026-05-29T18:02:25.164Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94102026-05-29T18:02:25.167Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94112026-05-29T18:02:25.167Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 INFO ok!
94122026-05-29T18:02:25.167Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 INFO STEP 36 (ensure_file) COMPLETE
94132026-05-29T18:02:25.167Z[ host-image] May 29 18:02:24.594 INFO O| May 29 18:02:24.594 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94142026-05-29T18:02:25.172Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94152026-05-29T18:02:25.172Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94162026-05-29T18:02:25.175Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94172026-05-29T18:02:25.175Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 INFO ok!
94182026-05-29T18:02:25.175Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 INFO STEP 37 (ensure_file) COMPLETE
94192026-05-29T18:02:25.175Z[ host-image] May 29 18:02:24.602 INFO O| May 29 18:02:24.602 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94202026-05-29T18:02:25.179Z[ host-image] May 29 18:02:24.609 INFO O| May 29 18:02:24.609 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94212026-05-29T18:02:25.180Z[ host-image] May 29 18:02:24.609 INFO O| May 29 18:02:24.609 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94222026-05-29T18:02:25.180Z[ host-image] May 29 18:02:24.609 INFO O| May 29 18:02:24.609 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94232026-05-29T18:02:25.180Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94242026-05-29T18:02:25.180Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94252026-05-29T18:02:25.184Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94262026-05-29T18:02:25.184Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO ok!
94272026-05-29T18:02:25.184Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO STEP 38 (ensure_file) COMPLETE
94282026-05-29T18:02:25.184Z[ host-image] May 29 18:02:24.610 INFO O| May 29 18:02:24.610 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94292026-05-29T18:02:25.188Z[ host-image] May 29 18:02:24.617 INFO O| May 29 18:02:24.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94302026-05-29T18:02:25.188Z[ host-image] May 29 18:02:24.617 INFO O| May 29 18:02:24.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94312026-05-29T18:02:25.188Z[ host-image] May 29 18:02:24.617 INFO O| May 29 18:02:24.617 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94322026-05-29T18:02:25.188Z[ host-image] May 29 18:02:24.617 INFO O| May 29 18:02:24.617 INFO STEP 39 (ensure_dir) COMPLETE
94332026-05-29T18:02:25.188Z[ host-image] May 29 18:02:24.617 INFO O| May 29 18:02:24.617 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94342026-05-29T18:02:25.195Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
94352026-05-29T18:02:25.195Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
94362026-05-29T18:02:25.195Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
94372026-05-29T18:02:25.195Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
94382026-05-29T18:02:25.199Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
94392026-05-29T18:02:25.199Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
94402026-05-29T18:02:25.199Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO ok!
94412026-05-29T18:02:25.199Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO STEP 40 (ensure_file) COMPLETE
94422026-05-29T18:02:25.199Z[ host-image] May 29 18:02:24.625 INFO O| May 29 18:02:24.625 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94432026-05-29T18:02:25.202Z[ host-image] May 29 18:02:24.632 INFO O| May 29 18:02:24.632 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94442026-05-29T18:02:25.206Z[ host-image] May 29 18:02:24.633 INFO O| May 29 18:02:24.632 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
94452026-05-29T18:02:25.206Z[ host-image] May 29 18:02:24.633 INFO O| May 29 18:02:24.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94462026-05-29T18:02:25.206Z[ host-image] May 29 18:02:24.633 INFO O| May 29 18:02:24.633 INFO ok!
94472026-05-29T18:02:25.206Z[ host-image] May 29 18:02:24.633 INFO O| May 29 18:02:24.633 INFO STEP 41 (ensure_symlink) COMPLETE
94482026-05-29T18:02:25.206Z[ host-image] May 29 18:02:24.633 INFO O| May 29 18:02:24.633 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94492026-05-29T18:02:25.209Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94502026-05-29T18:02:25.209Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94512026-05-29T18:02:25.209Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94522026-05-29T18:02:25.209Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO ok!
94532026-05-29T18:02:25.209Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO STEP 42 (ensure_symlink) COMPLETE
94542026-05-29T18:02:25.210Z[ host-image] May 29 18:02:24.639 INFO O| May 29 18:02:24.639 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94552026-05-29T18:02:25.216Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94562026-05-29T18:02:25.216Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94572026-05-29T18:02:25.216Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94582026-05-29T18:02:25.216Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94592026-05-29T18:02:25.219Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94602026-05-29T18:02:25.219Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94612026-05-29T18:02:25.219Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO ok!
94622026-05-29T18:02:25.219Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO STEP 43 (ensure_file) COMPLETE
94632026-05-29T18:02:25.219Z[ host-image] May 29 18:02:24.646 INFO O| May 29 18:02:24.646 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94642026-05-29T18:02:25.222Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94652026-05-29T18:02:25.222Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
94662026-05-29T18:02:25.223Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94672026-05-29T18:02:25.223Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94682026-05-29T18:02:25.223Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO ok!
94692026-05-29T18:02:25.223Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO STEP 44 (ensure_file) COMPLETE
94702026-05-29T18:02:25.223Z[ host-image] May 29 18:02:24.652 INFO O| May 29 18:02:24.652 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94712026-05-29T18:02:25.230Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94722026-05-29T18:02:25.230Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94732026-05-29T18:02:25.234Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94742026-05-29T18:02:25.234Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO ok!
94752026-05-29T18:02:25.234Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO STEP 45 (ensure_file) COMPLETE
94762026-05-29T18:02:25.234Z[ host-image] May 29 18:02:24.660 INFO O| May 29 18:02:24.660 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94772026-05-29T18:02:25.237Z[ host-image] May 29 18:02:24.666 INFO O| May 29 18:02:24.666 INFO updating shadow file
94782026-05-29T18:02:25.237Z[ host-image] May 29 18:02:24.666 INFO O| May 29 18:02:24.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94792026-05-29T18:02:25.237Z[ host-image] May 29 18:02:24.666 INFO O| May 29 18:02:24.666 INFO STEP 46 (shadow) COMPLETE
94802026-05-29T18:02:25.237Z[ host-image] May 29 18:02:24.666 INFO O| May 29 18:02:24.666 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94812026-05-29T18:02:25.243Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
94822026-05-29T18:02:25.243Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
94832026-05-29T18:02:25.243Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94842026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94852026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO ok!
94862026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO STEP 47 (ensure_file) COMPLETE
94872026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94882026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO skip step because feature "mfg" is not enabled
94892026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94902026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO skip step because feature "mfg" is not enabled
94912026-05-29T18:02:25.246Z[ host-image] May 29 18:02:24.673 INFO O| May 29 18:02:24.673 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94922026-05-29T18:02:25.250Z[ host-image] May 29 18:02:24.679 INFO O| May 29 18:02:24.679 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
94932026-05-29T18:02:25.250Z[ host-image] May 29 18:02:24.679 INFO O| May 29 18:02:24.679 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
94942026-05-29T18:02:25.270Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94952026-05-29T18:02:25.270Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94962026-05-29T18:02:25.274Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO ok!
94972026-05-29T18:02:25.274Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO STEP 50 (ensure_file) COMPLETE
94982026-05-29T18:02:25.274Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94992026-05-29T18:02:25.274Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO skip step because feature "compliance" is not enabled
95002026-05-29T18:02:25.274Z[ host-image] May 29 18:02:24.700 INFO O| May 29 18:02:24.700 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95012026-05-29T18:02:25.279Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95022026-05-29T18:02:25.279Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95032026-05-29T18:02:25.279Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95042026-05-29T18:02:25.279Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95052026-05-29T18:02:25.282Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95062026-05-29T18:02:25.282Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95072026-05-29T18:02:25.282Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO ok!
95082026-05-29T18:02:25.282Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO STEP 52 (ensure_file) COMPLETE
95092026-05-29T18:02:25.282Z[ host-image] May 29 18:02:24.709 INFO O| May 29 18:02:24.709 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95102026-05-29T18:02:25.286Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95112026-05-29T18:02:25.286Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 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 ...
95122026-05-29T18:02:25.289Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 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
95132026-05-29T18:02:25.290Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95142026-05-29T18:02:25.290Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 INFO ok!
95152026-05-29T18:02:25.290Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 INFO STEP 53 (ensure_file) COMPLETE
95162026-05-29T18:02:25.290Z[ host-image] May 29 18:02:24.716 INFO O| May 29 18:02:24.716 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95172026-05-29T18:02:25.293Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95182026-05-29T18:02:25.293Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 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 ...
95192026-05-29T18:02:25.296Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95202026-05-29T18:02:25.296Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95212026-05-29T18:02:25.296Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO ok!
95222026-05-29T18:02:25.296Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO STEP 54 (ensure_file) COMPLETE
95232026-05-29T18:02:25.296Z[ host-image] May 29 18:02:24.723 INFO O| May 29 18:02:24.723 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95242026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95252026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 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 ...
95262026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 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
95272026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95282026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 INFO ok!
95292026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 INFO STEP 55 (ensure_file) COMPLETE
95302026-05-29T18:02:25.300Z[ host-image] May 29 18:02:24.729 INFO O| May 29 18:02:24.729 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95312026-05-29T18:02:25.305Z[ host-image] May 29 18:02:24.735 INFO O| May 29 18:02:24.735 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95322026-05-29T18:02:25.305Z[ host-image] May 29 18:02:24.735 INFO O| May 29 18:02:24.735 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 ...
95332026-05-29T18:02:25.309Z[ host-image] May 29 18:02:24.735 INFO O| May 29 18:02:24.735 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95342026-05-29T18:02:25.309Z[ host-image] May 29 18:02:24.735 INFO O| May 29 18:02:24.735 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95352026-05-29T18:02:25.309Z[ host-image] May 29 18:02:24.735 INFO O| May 29 18:02:24.735 INFO ok!
95362026-05-29T18:02:25.309Z[ host-image] May 29 18:02:24.736 INFO O| May 29 18:02:24.735 INFO STEP 56 (ensure_file) COMPLETE
95372026-05-29T18:02:25.309Z[ host-image] May 29 18:02:24.736 INFO O| May 29 18:02:24.736 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95382026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95392026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 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 ...
95402026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 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
95412026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95422026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 INFO ok!
95432026-05-29T18:02:25.312Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 INFO STEP 57 (ensure_file) COMPLETE
95442026-05-29T18:02:25.315Z[ host-image] May 29 18:02:24.742 INFO O| May 29 18:02:24.742 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95452026-05-29T18:02:25.318Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95462026-05-29T18:02:25.318Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 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 ...
95472026-05-29T18:02:25.318Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95482026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95492026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95502026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95512026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO ok!
95522026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO STEP 58 (ensure_file) COMPLETE
95532026-05-29T18:02:25.322Z[ host-image] May 29 18:02:24.749 INFO O| May 29 18:02:24.749 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95542026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95552026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 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 ...
95562026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 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
95572026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95582026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 INFO ok!
95592026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 INFO STEP 59 (ensure_file) COMPLETE
95602026-05-29T18:02:25.326Z[ host-image] May 29 18:02:24.755 INFO O| May 29 18:02:24.755 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95612026-05-29T18:02:25.332Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95622026-05-29T18:02:25.332Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95632026-05-29T18:02:25.332Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95642026-05-29T18:02:25.335Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95652026-05-29T18:02:25.335Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO ok!
95662026-05-29T18:02:25.335Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO STEP 60 (ensure_file) COMPLETE
95672026-05-29T18:02:25.335Z[ host-image] May 29 18:02:24.762 INFO O| May 29 18:02:24.762 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95682026-05-29T18:02:25.338Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.768 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95692026-05-29T18:02:25.338Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.768 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 ...
95702026-05-29T18:02:25.341Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.769 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
95712026-05-29T18:02:25.342Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95722026-05-29T18:02:25.342Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.769 INFO ok!
95732026-05-29T18:02:25.342Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.769 INFO STEP 61 (ensure_file) COMPLETE
95742026-05-29T18:02:25.342Z[ host-image] May 29 18:02:24.769 INFO O| May 29 18:02:24.769 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95752026-05-29T18:02:25.345Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95762026-05-29T18:02:25.345Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95772026-05-29T18:02:25.345Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95782026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95792026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95802026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95812026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO ok!
95822026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO STEP 62 (ensure_file) COMPLETE
95832026-05-29T18:02:25.350Z[ host-image] May 29 18:02:24.775 INFO O| May 29 18:02:24.775 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95842026-05-29T18:02:25.353Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95852026-05-29T18:02:25.353Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 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 ...
95862026-05-29T18:02:25.353Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 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
95872026-05-29T18:02:25.353Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95882026-05-29T18:02:25.353Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 INFO ok!
95892026-05-29T18:02:25.354Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 INFO STEP 63 (ensure_file) COMPLETE
95902026-05-29T18:02:25.354Z[ host-image] May 29 18:02:24.783 INFO O| May 29 18:02:24.783 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95912026-05-29T18:02:25.359Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.789 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95922026-05-29T18:02:25.360Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 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 ...
95932026-05-29T18:02:25.360Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 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
95942026-05-29T18:02:25.363Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95952026-05-29T18:02:25.363Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 INFO ok!
95962026-05-29T18:02:25.363Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 INFO STEP 64 (ensure_file) COMPLETE
95972026-05-29T18:02:25.363Z[ host-image] May 29 18:02:24.790 INFO O| May 29 18:02:24.790 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95982026-05-29T18:02:25.366Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95992026-05-29T18:02:25.366Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 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 ...
96002026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 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
96012026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96022026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO ok!
96032026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO STEP 65 (ensure_file) COMPLETE
96042026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96052026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO skip step because feature "mbist" is not enabled
96062026-05-29T18:02:25.367Z[ host-image] May 29 18:02:24.796 INFO O| May 29 18:02:24.796 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072026-05-29T18:02:25.373Z[ host-image] May 29 18:02:24.803 INFO O| May 29 18:02:24.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96082026-05-29T18:02:25.373Z[ host-image] May 29 18:02:24.803 INFO O| May 29 18:02:24.803 INFO STEP 67 (ensure_dir) COMPLETE
96092026-05-29T18:02:25.377Z[ host-image] May 29 18:02:24.803 INFO O| May 29 18:02:24.803 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102026-05-29T18:02:25.380Z[ host-image] May 29 18:02:24.810 INFO O| May 29 18:02:24.810 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96112026-05-29T18:02:25.380Z[ host-image] May 29 18:02:24.810 INFO O| May 29 18:02:24.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96122026-05-29T18:02:25.380Z[ host-image] May 29 18:02:24.810 INFO O| May 29 18:02:24.810 INFO STEP 68 (ensure_dir) COMPLETE
96132026-05-29T18:02:25.380Z[ host-image] May 29 18:02:24.810 INFO O| May 29 18:02:24.810 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142026-05-29T18:02:25.386Z[ host-image] May 29 18:02:24.817 INFO O| May 29 18:02:24.816 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96152026-05-29T18:02:25.387Z[ host-image] May 29 18:02:24.817 INFO O| May 29 18:02:24.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96162026-05-29T18:02:25.387Z[ host-image] May 29 18:02:24.817 INFO O| May 29 18:02:24.817 INFO STEP 69 (ensure_dir) COMPLETE
96172026-05-29T18:02:25.390Z[ host-image] May 29 18:02:24.817 INFO O| May 29 18:02:24.817 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182026-05-29T18:02:25.393Z[ host-image] May 29 18:02:24.823 INFO O| May 29 18:02:24.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96192026-05-29T18:02:25.393Z[ host-image] May 29 18:02:24.823 INFO O| May 29 18:02:24.823 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96202026-05-29T18:02:26.104Z[ host-image] May 29 18:02:25.534 INFO O| May 29 18:02:25.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96212026-05-29T18:02:26.104Z[ host-image] May 29 18:02:25.534 INFO O| May 29 18:02:25.534 INFO ok!
96222026-05-29T18:02:26.104Z[ host-image] May 29 18:02:25.534 INFO O| May 29 18:02:25.534 INFO STEP 70 (ensure_file) COMPLETE
96232026-05-29T18:02:26.108Z[ host-image] May 29 18:02:25.534 INFO O| May 29 18:02:25.534 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242026-05-29T18:02:26.114Z[ host-image] May 29 18:02:25.544 INFO O| May 29 18:02:25.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96252026-05-29T18:02:26.114Z[ host-image] May 29 18:02:25.544 INFO O| May 29 18:02:25.544 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96262026-05-29T18:02:26.804Z[ host-image] May 29 18:02:26.234 INFO O| May 29 18:02:26.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96272026-05-29T18:02:26.805Z[ host-image] May 29 18:02:26.234 INFO O| May 29 18:02:26.234 INFO ok!
96282026-05-29T18:02:26.805Z[ host-image] May 29 18:02:26.234 INFO O| May 29 18:02:26.234 INFO STEP 71 (ensure_file) COMPLETE
96292026-05-29T18:02:26.809Z[ host-image] May 29 18:02:26.234 INFO O| May 29 18:02:26.234 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302026-05-29T18:02:26.813Z[ host-image] May 29 18:02:26.243 INFO O| May 29 18:02:26.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96312026-05-29T18:02:26.813Z[ host-image] May 29 18:02:26.243 INFO O| May 29 18:02:26.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96322026-05-29T18:02:26.814Z[ host-image] May 29 18:02:26.243 INFO O| May 29 18:02:26.243 INFO STEP 72 (ensure_dir) COMPLETE
96332026-05-29T18:02:26.817Z[ host-image] May 29 18:02:26.243 INFO O| May 29 18:02:26.243 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342026-05-29T18:02:26.821Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96352026-05-29T18:02:26.821Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO copying /tmp/.tmp6JiiRM/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 ...
96362026-05-29T18:02:26.825Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96372026-05-29T18:02:26.825Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO ok!
96382026-05-29T18:02:26.825Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO STEP 73 (ensure_file) COMPLETE
96392026-05-29T18:02:26.825Z[ host-image] May 29 18:02:26.251 INFO O| May 29 18:02:26.251 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402026-05-29T18:02:26.828Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96412026-05-29T18:02:26.828Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO copying /tmp/.tmp6JiiRM/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 ...
96422026-05-29T18:02:26.828Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96432026-05-29T18:02:26.828Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO ok!
96442026-05-29T18:02:26.828Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO STEP 74 (ensure_file) COMPLETE
96452026-05-29T18:02:26.832Z[ host-image] May 29 18:02:26.258 INFO O| May 29 18:02:26.258 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462026-05-29T18:02:26.835Z[ host-image] May 29 18:02:26.265 INFO O| May 29 18:02:26.265 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96472026-05-29T18:02:26.835Z[ host-image] May 29 18:02:26.265 INFO O| May 29 18:02:26.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96482026-05-29T18:02:26.835Z[ host-image] May 29 18:02:26.265 INFO O| May 29 18:02:26.265 INFO STEP 75 (ensure_dir) COMPLETE
96492026-05-29T18:02:26.838Z[ host-image] May 29 18:02:26.265 INFO O| May 29 18:02:26.265 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502026-05-29T18:02:26.842Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96512026-05-29T18:02:26.842Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO copying /tmp/.tmp6JiiRM/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 ...
96522026-05-29T18:02:26.843Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96532026-05-29T18:02:26.843Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO ok!
96542026-05-29T18:02:26.843Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO STEP 76 (ensure_file) COMPLETE
96552026-05-29T18:02:26.843Z[ host-image] May 29 18:02:26.272 INFO O| May 29 18:02:26.272 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562026-05-29T18:02:26.849Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96572026-05-29T18:02:26.849Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO copying /tmp/.tmp6JiiRM/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 ...
96582026-05-29T18:02:26.852Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96592026-05-29T18:02:26.852Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO ok!
96602026-05-29T18:02:26.852Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO STEP 77 (ensure_file) COMPLETE
96612026-05-29T18:02:26.852Z[ host-image] May 29 18:02:26.279 INFO O| May 29 18:02:26.279 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622026-05-29T18:02:26.856Z[ host-image] May 29 18:02:26.286 INFO O| May 29 18:02:26.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96632026-05-29T18:02:26.856Z[ host-image] May 29 18:02:26.286 INFO O| May 29 18:02:26.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96642026-05-29T18:02:26.856Z[ host-image] May 29 18:02:26.286 INFO O| May 29 18:02:26.286 INFO STEP 78 (ensure_dir) COMPLETE
96652026-05-29T18:02:26.860Z[ host-image] May 29 18:02:26.286 INFO O| May 29 18:02:26.286 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662026-05-29T18:02:26.863Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96672026-05-29T18:02:26.863Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO copying /tmp/.tmp6JiiRM/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 ...
96682026-05-29T18:02:26.863Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96692026-05-29T18:02:26.863Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO ok!
96702026-05-29T18:02:26.864Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO STEP 79 (ensure_file) COMPLETE
96712026-05-29T18:02:26.867Z[ host-image] May 29 18:02:26.293 INFO O| May 29 18:02:26.293 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722026-05-29T18:02:26.870Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96732026-05-29T18:02:26.870Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96742026-05-29T18:02:26.871Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96752026-05-29T18:02:26.871Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO ok!
96762026-05-29T18:02:26.871Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO STEP 80 (ensure_file) COMPLETE
96772026-05-29T18:02:26.871Z[ host-image] May 29 18:02:26.299 INFO O| May 29 18:02:26.299 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782026-05-29T18:02:26.876Z[ host-image] May 29 18:02:26.305 INFO O| May 29 18:02:26.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96792026-05-29T18:02:26.876Z[ host-image] May 29 18:02:26.306 INFO O| May 29 18:02:26.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96802026-05-29T18:02:26.876Z[ host-image] May 29 18:02:26.306 INFO O| May 29 18:02:26.306 INFO STEP 81 (ensure_dir) COMPLETE
96812026-05-29T18:02:26.876Z[ host-image] May 29 18:02:26.306 INFO O| May 29 18:02:26.306 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822026-05-29T18:02:26.882Z[ host-image] May 29 18:02:26.312 INFO O| May 29 18:02:26.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96832026-05-29T18:02:26.882Z[ host-image] May 29 18:02:26.312 INFO O| May 29 18:02:26.312 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96842026-05-29T18:02:27.239Z[ host-image] May 29 18:02:26.668 INFO O| May 29 18:02:26.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
96852026-05-29T18:02:27.239Z[ host-image] May 29 18:02:26.668 INFO O| May 29 18:02:26.668 INFO ok!
96862026-05-29T18:02:27.239Z[ host-image] May 29 18:02:26.668 INFO O| May 29 18:02:26.668 INFO STEP 82 (ensure_file) COMPLETE
96872026-05-29T18:02:27.242Z[ host-image] May 29 18:02:26.668 INFO O| May 29 18:02:26.668 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882026-05-29T18:02:27.247Z[ host-image] May 29 18:02:26.677 INFO O| May 29 18:02:26.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
96892026-05-29T18:02:27.247Z[ host-image] May 29 18:02:26.677 INFO O| May 29 18:02:26.677 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
96902026-05-29T18:02:27.906Z[ host-image] May 29 18:02:27.335 INFO O| May 29 18:02:27.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
96912026-05-29T18:02:27.906Z[ host-image] May 29 18:02:27.335 INFO O| May 29 18:02:27.335 INFO ok!
96922026-05-29T18:02:27.906Z[ host-image] May 29 18:02:27.336 INFO O| May 29 18:02:27.335 INFO STEP 83 (ensure_file) COMPLETE
96932026-05-29T18:02:27.906Z[ host-image] May 29 18:02:27.336 INFO O| May 29 18:02:27.335 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942026-05-29T18:02:27.915Z[ host-image] May 29 18:02:27.344 INFO O| May 29 18:02:27.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96952026-05-29T18:02:27.915Z[ host-image] May 29 18:02:27.344 INFO O| May 29 18:02:27.344 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
96962026-05-29T18:02:29.609Z[ host-image] May 29 18:02:29.039 INFO O| May 29 18:02:29.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96972026-05-29T18:02:29.610Z[ host-image] May 29 18:02:29.039 INFO O| May 29 18:02:29.039 INFO ok!
96982026-05-29T18:02:29.610Z[ host-image] May 29 18:02:29.039 INFO O| May 29 18:02:29.039 INFO STEP 84 (ensure_file) COMPLETE
96992026-05-29T18:02:29.613Z[ host-image] May 29 18:02:29.039 INFO O| May 29 18:02:29.039 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002026-05-29T18:02:29.617Z[ host-image] May 29 18:02:29.047 INFO O| May 29 18:02:29.047 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97012026-05-29T18:02:29.617Z[ host-image] May 29 18:02:29.047 INFO O| May 29 18:02:29.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97022026-05-29T18:02:29.621Z[ host-image] May 29 18:02:29.047 INFO O| May 29 18:02:29.047 INFO STEP 85 (ensure_dir) COMPLETE
97032026-05-29T18:02:29.621Z[ host-image] May 29 18:02:29.047 INFO O| May 29 18:02:29.047 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042026-05-29T18:02:29.624Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97052026-05-29T18:02:29.624Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO copying /tmp/.tmp6JiiRM/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 ...
97062026-05-29T18:02:29.624Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97072026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO ok!
97082026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO STEP 86 (ensure_file) COMPLETE
97092026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.054 INFO O| May 29 18:02:29.054 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97112026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO copying /tmp/.tmp6JiiRM/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 ...
97122026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97132026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO ok!
97142026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO STEP 87 (ensure_file) COMPLETE
97152026-05-29T18:02:29.641Z[ host-image] May 29 18:02:29.063 INFO O| May 29 18:02:29.063 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97172026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97182026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97192026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO ok!
97202026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO STEP 88 (ensure_file) COMPLETE
97212026-05-29T18:02:29.645Z[ host-image] May 29 18:02:29.072 INFO O| May 29 18:02:29.072 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222026-05-29T18:02:29.650Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97232026-05-29T18:02:29.650Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97242026-05-29T18:02:29.650Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97252026-05-29T18:02:29.655Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO ok!
97262026-05-29T18:02:29.655Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO STEP 89 (ensure_file) COMPLETE
97272026-05-29T18:02:29.656Z[ host-image] May 29 18:02:29.080 INFO O| May 29 18:02:29.080 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282026-05-29T18:02:29.660Z[ host-image] May 29 18:02:29.087 INFO O| May 29 18:02:29.087 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97292026-05-29T18:02:29.660Z[ host-image] May 29 18:02:29.087 INFO O| May 29 18:02:29.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97302026-05-29T18:02:29.660Z[ host-image] May 29 18:02:29.087 INFO O| May 29 18:02:29.087 INFO STEP 90 (ensure_dir) COMPLETE
97312026-05-29T18:02:29.660Z[ host-image] May 29 18:02:29.087 INFO O| May 29 18:02:29.087 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322026-05-29T18:02:29.665Z[ host-image] May 29 18:02:29.095 INFO O| May 29 18:02:29.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97332026-05-29T18:02:29.665Z[ host-image] May 29 18:02:29.095 INFO O| May 29 18:02:29.095 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97342026-05-29T18:02:29.669Z[ host-image] May 29 18:02:29.098 INFO O| May 29 18:02:29.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97352026-05-29T18:02:29.669Z[ host-image] May 29 18:02:29.098 INFO O| May 29 18:02:29.098 INFO ok!
97362026-05-29T18:02:29.669Z[ host-image] May 29 18:02:29.098 INFO O| May 29 18:02:29.098 INFO STEP 91 (ensure_file) COMPLETE
97372026-05-29T18:02:29.669Z[ host-image] May 29 18:02:29.098 INFO O| May 29 18:02:29.098 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382026-05-29T18:02:29.677Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97392026-05-29T18:02:29.677Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97402026-05-29T18:02:29.677Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97412026-05-29T18:02:29.681Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO ok!
97422026-05-29T18:02:29.681Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO STEP 92 (ensure_file) COMPLETE
97432026-05-29T18:02:29.681Z[ host-image] May 29 18:02:29.107 INFO O| May 29 18:02:29.107 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442026-05-29T18:02:29.684Z[ host-image] May 29 18:02:29.114 INFO O| May 29 18:02:29.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97452026-05-29T18:02:29.688Z[ host-image] May 29 18:02:29.114 INFO O| May 29 18:02:29.114 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97462026-05-29T18:02:30.350Z[ recovery-image] May 29 18:02:29.780 INFO creating reset image...
97472026-05-29T18:02:30.350Z[ recovery-image] May 29 18:02:29.780 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
97482026-05-29T18:02:30.852Z[ host-image] May 29 18:02:30.282 INFO O| May 29 18:02:30.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97492026-05-29T18:02:30.852Z[ host-image] May 29 18:02:30.282 INFO O| May 29 18:02:30.282 INFO ok!
97502026-05-29T18:02:30.852Z[ host-image] May 29 18:02:30.282 INFO O| May 29 18:02:30.282 INFO STEP 93 (ensure_file) COMPLETE
97512026-05-29T18:02:30.855Z[ host-image] May 29 18:02:30.282 INFO O| May 29 18:02:30.282 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522026-05-29T18:02:30.860Z[ host-image] May 29 18:02:30.290 INFO O| May 29 18:02:30.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97532026-05-29T18:02:30.860Z[ host-image] May 29 18:02:30.290 INFO O| May 29 18:02:30.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97542026-05-29T18:02:30.860Z[ host-image] May 29 18:02:30.290 INFO O| May 29 18:02:30.290 INFO STEP 94 (ensure_dir) COMPLETE
97552026-05-29T18:02:30.863Z[ host-image] May 29 18:02:30.290 INFO O| May 29 18:02:30.290 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562026-05-29T18:02:30.867Z[ host-image] May 29 18:02:30.297 INFO O| May 29 18:02:30.297 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97572026-05-29T18:02:30.867Z[ host-image] May 29 18:02:30.297 INFO O| May 29 18:02:30.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97582026-05-29T18:02:30.867Z[ host-image] May 29 18:02:30.297 INFO O| May 29 18:02:30.297 INFO STEP 95 (ensure_dir) COMPLETE
97592026-05-29T18:02:30.867Z[ host-image] May 29 18:02:30.297 INFO O| May 29 18:02:30.297 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602026-05-29T18:02:30.875Z[ host-image] May 29 18:02:30.305 INFO O| May 29 18:02:30.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97612026-05-29T18:02:30.875Z[ host-image] May 29 18:02:30.305 INFO O| May 29 18:02:30.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97622026-05-29T18:02:30.875Z[ host-image] May 29 18:02:30.305 INFO O| May 29 18:02:30.305 INFO STEP 96 (ensure_dir) COMPLETE
97632026-05-29T18:02:30.875Z[ host-image] May 29 18:02:30.305 INFO O| May 29 18:02:30.305 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642026-05-29T18:02:30.882Z[ host-image] May 29 18:02:30.312 INFO O| May 29 18:02:30.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97652026-05-29T18:02:30.882Z[ host-image] May 29 18:02:30.312 INFO O| May 29 18:02:30.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97662026-05-29T18:02:30.882Z[ host-image] May 29 18:02:30.312 INFO O| May 29 18:02:30.312 INFO STEP 97 (ensure_dir) COMPLETE
97672026-05-29T18:02:30.882Z[ host-image] May 29 18:02:30.312 INFO O| May 29 18:02:30.312 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682026-05-29T18:02:30.890Z[ host-image] May 29 18:02:30.319 INFO O| May 29 18:02:30.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97692026-05-29T18:02:30.890Z[ host-image] May 29 18:02:30.319 INFO O| May 29 18:02:30.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97702026-05-29T18:02:30.890Z[ host-image] May 29 18:02:30.319 INFO O| May 29 18:02:30.319 INFO STEP 98 (ensure_dir) COMPLETE
97712026-05-29T18:02:30.893Z[ host-image] May 29 18:02:30.319 INFO O| May 29 18:02:30.319 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722026-05-29T18:02:30.897Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97732026-05-29T18:02:30.897Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO copying /tmp/.tmp6JiiRM/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 ...
97742026-05-29T18:02:30.897Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97752026-05-29T18:02:30.900Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO ok!
97762026-05-29T18:02:30.900Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO STEP 99 (ensure_file) COMPLETE
97772026-05-29T18:02:30.900Z[ host-image] May 29 18:02:30.326 INFO O| May 29 18:02:30.326 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782026-05-29T18:02:30.903Z[ host-image] May 29 18:02:30.333 INFO O| May 29 18:02:30.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97792026-05-29T18:02:30.903Z[ host-image] May 29 18:02:30.333 INFO O| May 29 18:02:30.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97802026-05-29T18:02:30.903Z[ host-image] May 29 18:02:30.333 INFO O| May 29 18:02:30.333 INFO STEP 100 (ensure_dir) COMPLETE
97812026-05-29T18:02:30.903Z[ host-image] May 29 18:02:30.333 INFO O| May 29 18:02:30.333 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822026-05-29T18:02:30.910Z[ host-image] May 29 18:02:30.340 INFO O| May 29 18:02:30.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97832026-05-29T18:02:30.910Z[ host-image] May 29 18:02:30.340 INFO O| May 29 18:02:30.340 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97842026-05-29T18:02:31.476Z[ host-image] May 29 18:02:30.906 INFO O| May 29 18:02:30.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97852026-05-29T18:02:31.476Z[ host-image] May 29 18:02:30.906 INFO O| May 29 18:02:30.906 INFO ok!
97862026-05-29T18:02:31.476Z[ host-image] May 29 18:02:30.906 INFO O| May 29 18:02:30.906 INFO STEP 101 (ensure_file) COMPLETE
97872026-05-29T18:02:31.476Z[ host-image] May 29 18:02:30.906 INFO O| May 29 18:02:30.906 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882026-05-29T18:02:31.486Z[ host-image] May 29 18:02:30.915 INFO O| May 29 18:02:30.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97892026-05-29T18:02:31.486Z[ host-image] May 29 18:02:30.916 INFO O| May 29 18:02:30.915 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97902026-05-29T18:02:31.486Z[ host-image] May 29 18:02:30.916 INFO O| May 29 18:02:30.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97912026-05-29T18:02:31.489Z[ host-image] May 29 18:02:30.916 INFO O| May 29 18:02:30.916 INFO ok!
97922026-05-29T18:02:31.489Z[ host-image] May 29 18:02:30.916 INFO O| May 29 18:02:30.916 INFO STEP 102 (ensure_file) COMPLETE
97932026-05-29T18:02:31.489Z[ host-image] May 29 18:02:30.916 INFO O| May 29 18:02:30.916 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942026-05-29T18:02:31.494Z[ host-image] May 29 18:02:30.924 INFO O| May 29 18:02:30.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97952026-05-29T18:02:31.494Z[ host-image] May 29 18:02:30.924 INFO O| May 29 18:02:30.924 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97962026-05-29T18:02:31.502Z[ host-image] May 29 18:02:30.932 INFO O| May 29 18:02:30.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97972026-05-29T18:02:31.502Z[ host-image] May 29 18:02:30.932 INFO O| May 29 18:02:30.932 INFO ok!
97982026-05-29T18:02:31.502Z[ host-image] May 29 18:02:30.932 INFO O| May 29 18:02:30.932 INFO STEP 103 (ensure_file) COMPLETE
97992026-05-29T18:02:31.506Z[ host-image] May 29 18:02:30.932 INFO O| May 29 18:02:30.932 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002026-05-29T18:02:31.511Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98012026-05-29T18:02:31.511Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98022026-05-29T18:02:31.515Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98032026-05-29T18:02:31.515Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO ok!
98042026-05-29T18:02:31.515Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO STEP 104 (ensure_file) COMPLETE
98052026-05-29T18:02:31.515Z[ host-image] May 29 18:02:30.941 INFO O| May 29 18:02:30.941 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-05-29T18:02:31.520Z[ host-image] May 29 18:02:30.950 INFO O| May 29 18:02:30.950 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98072026-05-29T18:02:31.520Z[ host-image] May 29 18:02:30.950 INFO O| May 29 18:02:30.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98082026-05-29T18:02:31.523Z[ host-image] May 29 18:02:30.950 INFO O| May 29 18:02:30.950 INFO STEP 105 (ensure_dir) COMPLETE
98092026-05-29T18:02:31.523Z[ host-image] May 29 18:02:30.950 INFO O| May 29 18:02:30.950 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102026-05-29T18:02:31.527Z[ host-image] May 29 18:02:30.957 INFO O| May 29 18:02:30.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98112026-05-29T18:02:31.527Z[ host-image] May 29 18:02:30.957 INFO O| May 29 18:02:30.957 INFO copying /tmp/.tmp6JiiRM/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 ...
98122026-05-29T18:02:31.839Z[ host-image] May 29 18:02:31.268 INFO O| May 29 18:02:31.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98132026-05-29T18:02:31.839Z[ host-image] May 29 18:02:31.268 INFO O| May 29 18:02:31.268 INFO ok!
98142026-05-29T18:02:31.839Z[ host-image] May 29 18:02:31.268 INFO O| May 29 18:02:31.268 INFO STEP 106 (ensure_file) COMPLETE
98152026-05-29T18:02:31.843Z[ host-image] May 29 18:02:31.268 INFO O| May 29 18:02:31.268 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162026-05-29T18:02:31.847Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98172026-05-29T18:02:31.847Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO copying /tmp/.tmp6JiiRM/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 ...
98182026-05-29T18:02:31.847Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98192026-05-29T18:02:31.851Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO ok!
98202026-05-29T18:02:31.851Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO STEP 107 (ensure_file) COMPLETE
98212026-05-29T18:02:31.851Z[ host-image] May 29 18:02:31.277 INFO O| May 29 18:02:31.277 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222026-05-29T18:02:31.854Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98232026-05-29T18:02:31.854Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO copying /tmp/.tmp6JiiRM/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 ...
98242026-05-29T18:02:31.854Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98252026-05-29T18:02:31.858Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO ok!
98262026-05-29T18:02:31.858Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO STEP 108 (ensure_file) COMPLETE
98272026-05-29T18:02:31.858Z[ host-image] May 29 18:02:31.284 INFO O| May 29 18:02:31.284 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282026-05-29T18:02:31.861Z[ host-image] May 29 18:02:31.291 INFO O| May 29 18:02:31.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98292026-05-29T18:02:31.861Z[ host-image] May 29 18:02:31.292 INFO O| May 29 18:02:31.291 INFO copying /tmp/.tmp6JiiRM/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 ...
98302026-05-29T18:02:31.862Z[ host-image] May 29 18:02:31.292 INFO O| May 29 18:02:31.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98312026-05-29T18:02:31.865Z[ host-image] May 29 18:02:31.292 INFO O| May 29 18:02:31.292 INFO ok!
98322026-05-29T18:02:31.865Z[ host-image] May 29 18:02:31.292 INFO O| May 29 18:02:31.292 INFO STEP 109 (ensure_file) COMPLETE
98332026-05-29T18:02:31.865Z[ host-image] May 29 18:02:31.292 INFO O| May 29 18:02:31.292 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342026-05-29T18:02:31.869Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98352026-05-29T18:02:31.869Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO copying /tmp/.tmp6JiiRM/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 ...
98362026-05-29T18:02:31.869Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98372026-05-29T18:02:31.872Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO ok!
98382026-05-29T18:02:31.872Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO STEP 110 (ensure_file) COMPLETE
98392026-05-29T18:02:31.872Z[ host-image] May 29 18:02:31.299 INFO O| May 29 18:02:31.299 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402026-05-29T18:02:31.876Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98412026-05-29T18:02:31.876Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO copying /tmp/.tmp6JiiRM/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 ...
98422026-05-29T18:02:31.876Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98432026-05-29T18:02:31.879Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO ok!
98442026-05-29T18:02:31.879Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO STEP 111 (ensure_file) COMPLETE
98452026-05-29T18:02:31.879Z[ host-image] May 29 18:02:31.306 INFO O| May 29 18:02:31.306 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462026-05-29T18:02:31.883Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98472026-05-29T18:02:31.883Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO copying /tmp/.tmp6JiiRM/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 ...
98482026-05-29T18:02:31.883Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98492026-05-29T18:02:31.883Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO ok!
98502026-05-29T18:02:31.886Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO STEP 112 (ensure_file) COMPLETE
98512026-05-29T18:02:31.886Z[ host-image] May 29 18:02:31.313 INFO O| May 29 18:02:31.313 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-05-29T18:02:31.890Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98532026-05-29T18:02:31.890Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98542026-05-29T18:02:31.890Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98552026-05-29T18:02:31.890Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO ok!
98562026-05-29T18:02:31.893Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO STEP 113 (ensure_file) COMPLETE
98572026-05-29T18:02:31.893Z[ host-image] May 29 18:02:31.320 INFO O| May 29 18:02:31.320 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582026-05-29T18:02:31.896Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98592026-05-29T18:02:31.896Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.327 INFO copying /tmp/.tmp6JiiRM/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 ...
98602026-05-29T18:02:31.897Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98612026-05-29T18:02:31.900Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.327 INFO ok!
98622026-05-29T18:02:31.900Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.327 INFO STEP 114 (ensure_file) COMPLETE
98632026-05-29T18:02:31.900Z[ host-image] May 29 18:02:31.327 INFO O| May 29 18:02:31.327 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642026-05-29T18:02:31.903Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98652026-05-29T18:02:31.903Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO copying /tmp/.tmp6JiiRM/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 ...
98662026-05-29T18:02:31.906Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98672026-05-29T18:02:31.906Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO ok!
98682026-05-29T18:02:31.906Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO STEP 115 (ensure_file) COMPLETE
98692026-05-29T18:02:31.906Z[ host-image] May 29 18:02:31.333 INFO O| May 29 18:02:31.333 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702026-05-29T18:02:31.910Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98712026-05-29T18:02:31.910Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO copying /tmp/.tmp6JiiRM/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 ...
98722026-05-29T18:02:31.913Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98732026-05-29T18:02:31.913Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO ok!
98742026-05-29T18:02:31.913Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO STEP 116 (ensure_file) COMPLETE
98752026-05-29T18:02:31.913Z[ host-image] May 29 18:02:31.340 INFO O| May 29 18:02:31.340 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-05-29T18:02:31.916Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98772026-05-29T18:02:31.916Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98782026-05-29T18:02:31.920Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98792026-05-29T18:02:31.920Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO ok!
98802026-05-29T18:02:31.920Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO STEP 117 (ensure_file) COMPLETE
98812026-05-29T18:02:31.920Z[ host-image] May 29 18:02:31.346 INFO O| May 29 18:02:31.346 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98832026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO copying /tmp/.tmp6JiiRM/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 ...
98842026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98852026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO ok!
98862026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO STEP 118 (ensure_file) COMPLETE
98872026-05-29T18:02:31.923Z[ host-image] May 29 18:02:31.353 INFO O| May 29 18:02:31.353 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882026-05-29T18:02:31.930Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98892026-05-29T18:02:31.930Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.359 INFO copying /tmp/.tmp6JiiRM/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 ...
98902026-05-29T18:02:31.934Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98912026-05-29T18:02:31.934Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.360 INFO ok!
98922026-05-29T18:02:31.934Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.360 INFO STEP 119 (ensure_file) COMPLETE
98932026-05-29T18:02:31.934Z[ host-image] May 29 18:02:31.360 INFO O| May 29 18:02:31.360 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98952026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO copying /tmp/.tmp6JiiRM/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 ...
98962026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98972026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO ok!
98982026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO STEP 120 (ensure_file) COMPLETE
98992026-05-29T18:02:31.938Z[ host-image] May 29 18:02:31.367 INFO O| May 29 18:02:31.367 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002026-05-29T18:02:31.944Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99012026-05-29T18:02:31.944Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO copying /tmp/.tmp6JiiRM/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 ...
99022026-05-29T18:02:31.947Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99032026-05-29T18:02:31.947Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO ok!
99042026-05-29T18:02:31.947Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO STEP 121 (ensure_file) COMPLETE
99052026-05-29T18:02:31.947Z[ host-image] May 29 18:02:31.374 INFO O| May 29 18:02:31.374 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-05-29T18:02:31.951Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99072026-05-29T18:02:31.951Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO copying /tmp/.tmp6JiiRM/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 ...
99082026-05-29T18:02:31.954Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99092026-05-29T18:02:31.954Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO ok!
99102026-05-29T18:02:31.954Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO STEP 122 (ensure_file) COMPLETE
99112026-05-29T18:02:31.954Z[ host-image] May 29 18:02:31.381 INFO O| May 29 18:02:31.381 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-05-29T18:02:31.957Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99132026-05-29T18:02:31.957Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO copying /tmp/.tmp6JiiRM/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 ...
99142026-05-29T18:02:31.957Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99152026-05-29T18:02:31.960Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO ok!
99162026-05-29T18:02:31.960Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO STEP 123 (ensure_file) COMPLETE
99172026-05-29T18:02:31.960Z[ host-image] May 29 18:02:31.387 INFO O| May 29 18:02:31.387 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.393 INFO O| May 29 18:02:31.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99192026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.394 INFO O| May 29 18:02:31.393 INFO copying /tmp/.tmp6JiiRM/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 ...
99202026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.394 INFO O| May 29 18:02:31.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99212026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.394 INFO O| May 29 18:02:31.394 INFO ok!
99222026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.394 INFO O| May 29 18:02:31.394 INFO STEP 124 (ensure_file) COMPLETE
99232026-05-29T18:02:31.964Z[ host-image] May 29 18:02:31.394 INFO O| May 29 18:02:31.394 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-05-29T18:02:31.970Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99252026-05-29T18:02:31.970Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO copying /tmp/.tmp6JiiRM/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 ...
99262026-05-29T18:02:31.974Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99272026-05-29T18:02:31.974Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO ok!
99282026-05-29T18:02:31.974Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO STEP 125 (ensure_file) COMPLETE
99292026-05-29T18:02:31.974Z[ host-image] May 29 18:02:31.400 INFO O| May 29 18:02:31.400 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99312026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO copying /tmp/.tmp6JiiRM/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 ...
99322026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99332026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO ok!
99342026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO STEP 126 (ensure_file) COMPLETE
99352026-05-29T18:02:31.977Z[ host-image] May 29 18:02:31.407 INFO O| May 29 18:02:31.407 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-05-29T18:02:31.983Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99372026-05-29T18:02:31.983Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO copying /tmp/.tmp6JiiRM/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 ...
99382026-05-29T18:02:31.983Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99392026-05-29T18:02:31.987Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO ok!
99402026-05-29T18:02:31.987Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO STEP 127 (ensure_file) COMPLETE
99412026-05-29T18:02:31.987Z[ host-image] May 29 18:02:31.413 INFO O| May 29 18:02:31.413 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-05-29T18:02:31.990Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99432026-05-29T18:02:31.990Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO copying /tmp/.tmp6JiiRM/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 ...
99442026-05-29T18:02:31.990Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99452026-05-29T18:02:31.990Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO ok!
99462026-05-29T18:02:31.993Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO STEP 128 (ensure_file) COMPLETE
99472026-05-29T18:02:31.993Z[ host-image] May 29 18:02:31.420 INFO O| May 29 18:02:31.420 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-05-29T18:02:31.997Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99492026-05-29T18:02:31.997Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO copying /tmp/.tmp6JiiRM/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 ...
99502026-05-29T18:02:32.000Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99512026-05-29T18:02:32.000Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO ok!
99522026-05-29T18:02:32.000Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO STEP 129 (ensure_file) COMPLETE
99532026-05-29T18:02:32.000Z[ host-image] May 29 18:02:31.427 INFO O| May 29 18:02:31.427 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99542026-05-29T18:02:32.004Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99552026-05-29T18:02:32.004Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.434 INFO copying /tmp/.tmp6JiiRM/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 ...
99562026-05-29T18:02:32.004Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99572026-05-29T18:02:32.004Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.434 INFO ok!
99582026-05-29T18:02:32.007Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.434 INFO STEP 130 (ensure_file) COMPLETE
99592026-05-29T18:02:32.007Z[ host-image] May 29 18:02:31.434 INFO O| May 29 18:02:31.434 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99602026-05-29T18:02:32.010Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99612026-05-29T18:02:32.010Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO copying /tmp/.tmp6JiiRM/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 ...
99622026-05-29T18:02:32.010Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99632026-05-29T18:02:32.010Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO ok!
99642026-05-29T18:02:32.013Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO STEP 131 (ensure_file) COMPLETE
99652026-05-29T18:02:32.013Z[ host-image] May 29 18:02:31.440 INFO O| May 29 18:02:31.440 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-05-29T18:02:32.017Z[ host-image] May 29 18:02:31.446 INFO O| May 29 18:02:31.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99672026-05-29T18:02:32.017Z[ host-image] May 29 18:02:31.447 INFO O| May 29 18:02:31.446 INFO copying /tmp/.tmp6JiiRM/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 ...
99682026-05-29T18:02:32.017Z[ host-image] May 29 18:02:31.447 INFO O| May 29 18:02:31.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99692026-05-29T18:02:32.017Z[ host-image] May 29 18:02:31.447 INFO O| May 29 18:02:31.447 INFO ok!
99702026-05-29T18:02:32.020Z[ host-image] May 29 18:02:31.447 INFO O| May 29 18:02:31.447 INFO STEP 132 (ensure_file) COMPLETE
99712026-05-29T18:02:32.020Z[ host-image] May 29 18:02:31.447 INFO O| May 29 18:02:31.447 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99722026-05-29T18:02:32.023Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99732026-05-29T18:02:32.023Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO copying /tmp/.tmp6JiiRM/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 ...
99742026-05-29T18:02:32.023Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99752026-05-29T18:02:32.023Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO ok!
99762026-05-29T18:02:32.023Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO STEP 133 (ensure_file) COMPLETE
99772026-05-29T18:02:32.026Z[ host-image] May 29 18:02:31.453 INFO O| May 29 18:02:31.453 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-05-29T18:02:32.030Z[ host-image] May 29 18:02:31.459 INFO O| May 29 18:02:31.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99792026-05-29T18:02:32.030Z[ host-image] May 29 18:02:31.460 INFO O| May 29 18:02:31.459 INFO copying /tmp/.tmp6JiiRM/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 ...
99802026-05-29T18:02:32.030Z[ host-image] May 29 18:02:31.460 INFO O| May 29 18:02:31.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99812026-05-29T18:02:32.030Z[ host-image] May 29 18:02:31.460 INFO O| May 29 18:02:31.460 INFO ok!
99822026-05-29T18:02:32.030Z[ host-image] May 29 18:02:31.460 INFO O| May 29 18:02:31.460 INFO STEP 134 (ensure_file) COMPLETE
99832026-05-29T18:02:32.033Z[ host-image] May 29 18:02:31.460 INFO O| May 29 18:02:31.460 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842026-05-29T18:02:32.036Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99852026-05-29T18:02:32.036Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO copying /tmp/.tmp6JiiRM/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 ...
99862026-05-29T18:02:32.037Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99872026-05-29T18:02:32.037Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO ok!
99882026-05-29T18:02:32.037Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO STEP 135 (ensure_file) COMPLETE
99892026-05-29T18:02:32.037Z[ host-image] May 29 18:02:31.466 INFO O| May 29 18:02:31.466 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-05-29T18:02:32.042Z[ host-image] May 29 18:02:31.472 INFO O| May 29 18:02:31.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99912026-05-29T18:02:32.042Z[ host-image] May 29 18:02:31.473 INFO O| May 29 18:02:31.472 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99922026-05-29T18:02:32.042Z[ host-image] May 29 18:02:31.473 INFO O| May 29 18:02:31.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99932026-05-29T18:02:32.046Z[ host-image] May 29 18:02:31.473 INFO O| May 29 18:02:31.473 INFO ok!
99942026-05-29T18:02:32.046Z[ host-image] May 29 18:02:31.473 INFO O| May 29 18:02:31.473 INFO STEP 136 (ensure_file) COMPLETE
99952026-05-29T18:02:32.046Z[ host-image] May 29 18:02:31.473 INFO O| May 29 18:02:31.473 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-05-29T18:02:32.049Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99972026-05-29T18:02:32.049Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO copying /tmp/.tmp6JiiRM/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 ...
99982026-05-29T18:02:32.049Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99992026-05-29T18:02:32.052Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO ok!
100002026-05-29T18:02:32.052Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO STEP 137 (ensure_file) COMPLETE
100012026-05-29T18:02:32.053Z[ host-image] May 29 18:02:31.479 INFO O| May 29 18:02:31.479 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100032026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100042026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100052026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO ok!
100062026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO STEP 138 (ensure_file) COMPLETE
100072026-05-29T18:02:32.056Z[ host-image] May 29 18:02:31.485 INFO O| May 29 18:02:31.485 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-05-29T18:02:32.061Z[ host-image] May 29 18:02:31.491 INFO O| May 29 18:02:31.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100092026-05-29T18:02:32.061Z[ host-image] May 29 18:02:31.491 INFO O| May 29 18:02:31.491 INFO copying /tmp/.tmp6JiiRM/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100102026-05-29T18:02:44.622Z[ host-image] May 29 18:02:44.051 INFO O| May 29 18:02:44.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100112026-05-29T18:02:44.622Z[ host-image] May 29 18:02:44.051 INFO O| May 29 18:02:44.051 INFO ok!
100122026-05-29T18:02:44.622Z[ host-image] May 29 18:02:44.051 INFO O| May 29 18:02:44.051 INFO STEP 139 (ensure_file) COMPLETE
100132026-05-29T18:02:44.625Z[ host-image] May 29 18:02:44.051 INFO O| May 29 18:02:44.051 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-05-29T18:02:44.629Z[ host-image] May 29 18:02:44.059 INFO O| May 29 18:02:44.059 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100152026-05-29T18:02:44.629Z[ host-image] May 29 18:02:44.059 INFO O| May 29 18:02:44.059 INFO STEP 140 (ensure_dir) COMPLETE
100162026-05-29T18:02:44.633Z[ host-image] May 29 18:02:44.059 INFO O| May 29 18:02:44.059 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-05-29T18:02:44.636Z[ host-image] May 29 18:02:44.066 INFO O| May 29 18:02:44.066 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100182026-05-29T18:02:44.636Z[ host-image] May 29 18:02:44.066 INFO O| May 29 18:02:44.066 INFO STEP 141 (ensure_dir) COMPLETE
100192026-05-29T18:02:44.639Z[ host-image] May 29 18:02:44.066 INFO O| May 29 18:02:44.066 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-05-29T18:02:44.643Z[ host-image] May 29 18:02:44.073 INFO O| May 29 18:02:44.073 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100212026-05-29T18:02:44.646Z[ host-image] May 29 18:02:44.073 INFO O| May 29 18:02:44.073 INFO STEP 142 (ensure_dir) COMPLETE
100222026-05-29T18:02:44.646Z[ host-image] May 29 18:02:44.073 INFO O| May 29 18:02:44.073 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-05-29T18:02:44.649Z[ host-image] May 29 18:02:44.079 INFO O| May 29 18:02:44.079 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100242026-05-29T18:02:44.649Z[ host-image] May 29 18:02:44.079 INFO O| May 29 18:02:44.079 INFO STEP 143 (ensure_dir) COMPLETE
100252026-05-29T18:02:44.649Z[ host-image] May 29 18:02:44.079 INFO O| May 29 18:02:44.079 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262026-05-29T18:02:44.656Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100272026-05-29T18:02:44.656Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO copying /tmp/.tmp6JiiRM/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 ...
100282026-05-29T18:02:44.659Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100292026-05-29T18:02:44.659Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO ok!
100302026-05-29T18:02:44.659Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO STEP 144 (ensure_file) COMPLETE
100312026-05-29T18:02:44.659Z[ host-image] May 29 18:02:44.086 INFO O| May 29 18:02:44.086 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-05-29T18:02:44.664Z[ host-image] May 29 18:02:44.094 INFO O| May 29 18:02:44.094 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100332026-05-29T18:02:44.664Z[ host-image] May 29 18:02:44.094 INFO O| May 29 18:02:44.094 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100342026-05-29T18:02:44.667Z[ host-image] May 29 18:02:44.094 INFO O| May 29 18:02:44.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100352026-05-29T18:02:44.667Z[ host-image] May 29 18:02:44.094 INFO O| May 29 18:02:44.094 INFO STEP 145 (ensure_dir) COMPLETE
100362026-05-29T18:02:44.668Z[ host-image] May 29 18:02:44.094 INFO O| May 29 18:02:44.094 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100382026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 INFO copying /tmp/.tmp6JiiRM/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100392026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100402026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 INFO ok!
100412026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 INFO STEP 146 (ensure_file) COMPLETE
100422026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.102 INFO O| May 29 18:02:44.102 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100432026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.112 INFO O| May 29 18:02:44.112 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100442026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.112 INFO O| May 29 18:02:44.112 INFO STEP 147 (remove_files) COMPLETE
100452026-05-29T18:02:44.685Z[ host-image] May 29 18:02:44.112 INFO O| May 29 18:02:44.112 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100462026-05-29T18:02:44.691Z[ host-image] May 29 18:02:44.121 INFO O| May 29 18:02:44.121 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100472026-05-29T18:02:44.691Z[ host-image] May 29 18:02:44.121 INFO O| May 29 18:02:44.121 INFO STEP 148 (remove_files) COMPLETE
100482026-05-29T18:02:44.694Z[ host-image] May 29 18:02:44.121 INFO O| May 29 18:02:44.121 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100492026-05-29T18:02:44.698Z[ host-image] May 29 18:02:44.128 INFO O| May 29 18:02:44.128 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100502026-05-29T18:02:44.702Z[ host-image] May 29 18:02:44.128 INFO O| May 29 18:02:44.128 INFO STEP 149 (remove_files) COMPLETE
100512026-05-29T18:02:44.702Z[ host-image] May 29 18:02:44.128 INFO O| May 29 18:02:44.128 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100522026-05-29T18:02:44.707Z[ host-image] May 29 18:02:44.137 INFO O| May 29 18:02:44.137 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100532026-05-29T18:02:44.710Z[ host-image] May 29 18:02:44.137 INFO O| May 29 18:02:44.137 INFO STEP 150 (remove_files) COMPLETE
100542026-05-29T18:02:44.710Z[ host-image] May 29 18:02:44.137 INFO O| May 29 18:02:44.137 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100552026-05-29T18:02:44.716Z[ host-image] May 29 18:02:44.146 INFO O| May 29 18:02:44.146 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100562026-05-29T18:02:44.719Z[ host-image] May 29 18:02:44.146 INFO O| May 29 18:02:44.146 INFO STEP 151 (remove_files) COMPLETE
100572026-05-29T18:02:44.719Z[ host-image] May 29 18:02:44.146 INFO O| May 29 18:02:44.146 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100582026-05-29T18:02:44.724Z[ host-image] May 29 18:02:44.154 INFO O| May 29 18:02:44.154 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100592026-05-29T18:02:44.724Z[ host-image] May 29 18:02:44.154 INFO O| May 29 18:02:44.154 INFO STEP 152 (remove_files) COMPLETE
100602026-05-29T18:02:44.724Z[ host-image] May 29 18:02:44.154 INFO O| May 29 18:02:44.154 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-05-29T18:02:44.731Z[ host-image] May 29 18:02:44.161 INFO O| May 29 18:02:44.161 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100622026-05-29T18:02:44.731Z[ host-image] May 29 18:02:44.161 INFO O| May 29 18:02:44.161 INFO STEP 153 (remove_files) COMPLETE
100632026-05-29T18:02:44.731Z[ host-image] May 29 18:02:44.161 INFO O| May 29 18:02:44.161 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-05-29T18:02:44.740Z[ host-image] May 29 18:02:44.170 INFO O| May 29 18:02:44.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100652026-05-29T18:02:44.743Z[ host-image] May 29 18:02:44.170 INFO O| May 29 18:02:44.170 INFO STEP 154 (remove_files) COMPLETE
100662026-05-29T18:02:44.743Z[ host-image] May 29 18:02:44.170 INFO O| May 29 18:02:44.170 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-05-29T18:02:44.748Z[ host-image] May 29 18:02:44.178 INFO O| May 29 18:02:44.178 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100682026-05-29T18:02:44.748Z[ host-image] May 29 18:02:44.178 INFO O| May 29 18:02:44.178 INFO STEP 155 (remove_files) COMPLETE
100692026-05-29T18:02:44.748Z[ host-image] May 29 18:02:44.178 INFO O| May 29 18:02:44.178 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-05-29T18:02:44.756Z[ host-image] May 29 18:02:44.186 INFO O| May 29 18:02:44.186 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100712026-05-29T18:02:44.760Z[ host-image] May 29 18:02:44.186 INFO O| May 29 18:02:44.186 INFO STEP 156 (remove_files) COMPLETE
100722026-05-29T18:02:44.760Z[ host-image] May 29 18:02:44.186 INFO O| May 29 18:02:44.186 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-05-29T18:02:44.764Z[ host-image] May 29 18:02:44.194 INFO O| May 29 18:02:44.194 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100742026-05-29T18:02:44.764Z[ host-image] May 29 18:02:44.194 INFO O| May 29 18:02:44.194 INFO STEP 157 (remove_files) COMPLETE
100752026-05-29T18:02:44.764Z[ host-image] May 29 18:02:44.194 INFO O| May 29 18:02:44.194 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-05-29T18:02:44.772Z[ host-image] May 29 18:02:44.202 INFO O| May 29 18:02:44.202 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100772026-05-29T18:02:44.772Z[ host-image] May 29 18:02:44.202 INFO O| May 29 18:02:44.202 INFO STEP 158 (remove_files) COMPLETE
100782026-05-29T18:02:44.775Z[ host-image] May 29 18:02:44.202 INFO O| May 29 18:02:44.202 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-05-29T18:02:44.778Z[ host-image] May 29 18:02:44.208 INFO O| May 29 18:02:44.208 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100802026-05-29T18:02:44.782Z[ host-image] May 29 18:02:44.208 INFO O| May 29 18:02:44.208 INFO STEP 159 (remove_files) COMPLETE
100812026-05-29T18:02:44.782Z[ host-image] May 29 18:02:44.209 INFO O| May 29 18:02:44.208 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-05-29T18:02:44.787Z[ host-image] May 29 18:02:44.216 INFO O| May 29 18:02:44.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100832026-05-29T18:02:44.790Z[ host-image] May 29 18:02:44.216 INFO O| May 29 18:02:44.216 INFO STEP 160 (remove_files) COMPLETE
100842026-05-29T18:02:44.791Z[ host-image] May 29 18:02:44.216 INFO O| May 29 18:02:44.216 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-05-29T18:02:44.794Z[ host-image] May 29 18:02:44.222 INFO O| May 29 18:02:44.222 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100862026-05-29T18:02:44.794Z[ host-image] May 29 18:02:44.222 INFO O| May 29 18:02:44.222 INFO STEP 161 (remove_files) COMPLETE
100872026-05-29T18:02:44.794Z[ host-image] May 29 18:02:44.222 INFO O| May 29 18:02:44.222 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882026-05-29T18:02:44.800Z[ host-image] May 29 18:02:44.230 INFO O| May 29 18:02:44.230 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100892026-05-29T18:02:44.800Z[ host-image] May 29 18:02:44.230 INFO O| May 29 18:02:44.230 INFO STEP 162 (remove_files) COMPLETE
100902026-05-29T18:02:44.800Z[ host-image] May 29 18:02:44.230 INFO O| May 29 18:02:44.230 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912026-05-29T18:02:44.806Z[ host-image] May 29 18:02:44.236 INFO O| May 29 18:02:44.236 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100922026-05-29T18:02:44.806Z[ host-image] May 29 18:02:44.236 INFO O| May 29 18:02:44.236 INFO STEP 163 (remove_files) COMPLETE
100932026-05-29T18:02:44.810Z[ host-image] May 29 18:02:44.236 INFO O| May 29 18:02:44.236 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942026-05-29T18:02:44.813Z[ host-image] May 29 18:02:44.242 INFO O| May 29 18:02:44.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100952026-05-29T18:02:44.813Z[ host-image] May 29 18:02:44.242 INFO O| May 29 18:02:44.242 INFO STEP 164 (remove_files) COMPLETE
100962026-05-29T18:02:44.813Z[ host-image] May 29 18:02:44.242 INFO O| May 29 18:02:44.242 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972026-05-29T18:02:44.818Z[ host-image] May 29 18:02:44.248 INFO O| May 29 18:02:44.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100982026-05-29T18:02:44.818Z[ host-image] May 29 18:02:44.248 INFO O| May 29 18:02:44.248 INFO STEP 165 (remove_files) COMPLETE
100992026-05-29T18:02:44.821Z[ host-image] May 29 18:02:44.248 INFO O| May 29 18:02:44.248 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002026-05-29T18:02:44.824Z[ host-image] May 29 18:02:44.254 INFO O| May 29 18:02:44.254 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101012026-05-29T18:02:44.824Z[ host-image] May 29 18:02:44.254 INFO O| May 29 18:02:44.254 INFO STEP 166 (remove_files) COMPLETE
101022026-05-29T18:02:44.824Z[ host-image] May 29 18:02:44.254 INFO O| May 29 18:02:44.254 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032026-05-29T18:02:44.832Z[ host-image] May 29 18:02:44.262 INFO O| May 29 18:02:44.262 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101042026-05-29T18:02:44.832Z[ host-image] May 29 18:02:44.262 INFO O| May 29 18:02:44.262 INFO STEP 167 (remove_files) COMPLETE
101052026-05-29T18:02:44.832Z[ host-image] May 29 18:02:44.262 INFO O| May 29 18:02:44.262 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-05-29T18:02:44.839Z[ host-image] May 29 18:02:44.269 INFO O| May 29 18:02:44.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101072026-05-29T18:02:44.839Z[ host-image] May 29 18:02:44.269 INFO O| May 29 18:02:44.269 INFO STEP 168 (remove_files) COMPLETE
101082026-05-29T18:02:44.844Z[ host-image] May 29 18:02:44.269 INFO O| May 29 18:02:44.269 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092026-05-29T18:02:44.847Z[ host-image] May 29 18:02:44.275 INFO O| May 29 18:02:44.275 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101102026-05-29T18:02:44.847Z[ host-image] May 29 18:02:44.276 INFO O| May 29 18:02:44.276 INFO STEP 169 (remove_files) COMPLETE
101112026-05-29T18:02:44.847Z[ host-image] May 29 18:02:44.276 INFO O| May 29 18:02:44.276 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-05-29T18:02:44.854Z[ host-image] May 29 18:02:44.284 INFO O| May 29 18:02:44.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101132026-05-29T18:02:44.854Z[ host-image] May 29 18:02:44.284 INFO O| May 29 18:02:44.284 INFO STEP 170 (remove_files) COMPLETE
101142026-05-29T18:02:44.854Z[ host-image] May 29 18:02:44.284 INFO O| May 29 18:02:44.284 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152026-05-29T18:02:44.864Z[ host-image] May 29 18:02:44.291 INFO O| May 29 18:02:44.291 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101162026-05-29T18:02:44.864Z[ host-image] May 29 18:02:44.291 INFO O| May 29 18:02:44.291 INFO STEP 171 (remove_files) COMPLETE
101172026-05-29T18:02:44.867Z[ host-image] May 29 18:02:44.291 INFO O| May 29 18:02:44.291 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182026-05-29T18:02:44.871Z[ host-image] May 29 18:02:44.298 INFO O| May 29 18:02:44.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101192026-05-29T18:02:44.871Z[ host-image] May 29 18:02:44.298 INFO O| May 29 18:02:44.298 INFO STEP 172 (remove_files) COMPLETE
101202026-05-29T18:02:44.871Z[ host-image] May 29 18:02:44.298 INFO O| May 29 18:02:44.298 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212026-05-29T18:02:44.874Z[ host-image] May 29 18:02:44.304 INFO O| May 29 18:02:44.304 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101222026-05-29T18:02:44.874Z[ host-image] May 29 18:02:44.304 INFO O| May 29 18:02:44.304 INFO STEP 173 (remove_files) COMPLETE
101232026-05-29T18:02:44.874Z[ host-image] May 29 18:02:44.304 INFO O| May 29 18:02:44.304 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242026-05-29T18:02:44.881Z[ host-image] May 29 18:02:44.311 INFO O| May 29 18:02:44.311 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101252026-05-29T18:02:44.885Z[ host-image] May 29 18:02:44.311 INFO O| May 29 18:02:44.311 INFO STEP 174 (remove_files) COMPLETE
101262026-05-29T18:02:44.885Z[ host-image] May 29 18:02:44.311 INFO O| May 29 18:02:44.311 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272026-05-29T18:02:44.889Z[ host-image] May 29 18:02:44.319 INFO O| May 29 18:02:44.319 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101282026-05-29T18:02:44.892Z[ host-image] May 29 18:02:44.319 INFO O| May 29 18:02:44.319 INFO STEP 175 (remove_files) COMPLETE
101292026-05-29T18:02:44.892Z[ host-image] May 29 18:02:44.319 INFO O| May 29 18:02:44.319 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101302026-05-29T18:02:44.900Z[ host-image] May 29 18:02:44.330 INFO O| May 29 18:02:44.330 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101312026-05-29T18:02:44.900Z[ host-image] May 29 18:02:44.330 INFO O| May 29 18:02:44.330 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101322026-05-29T18:02:48.398Z[ host-image] May 29 18:02:47.827 INFO O| May 29 18:02:47.827 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
101332026-05-29T18:02:48.398Z[ host-image] May 29 18:02:47.827 INFO O| May 29 18:02:47.827 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101342026-05-29T18:02:48.409Z[ host-image] May 29 18:02:47.839 INFO O| May 29 18:02:47.839 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101352026-05-29T18:02:48.508Z[ host-image] May 29 18:02:47.937 INFO O| May 29 18:02:47.937 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
101362026-05-29T18:02:48.569Z[ host-image] May 29 18:02:47.998 INFO O| May 29 18:02:47.998 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101372026-05-29T18:02:48.632Z[ host-image] May 29 18:02:48.062 INFO O| May 29 18:02:48.062 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101382026-05-29T18:02:48.632Z[ host-image] May 29 18:02:48.062 INFO O| May 29 18:02:48.062 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101392026-05-29T18:02:48.695Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101402026-05-29T18:02:48.695Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO ok!
101412026-05-29T18:02:48.699Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101422026-05-29T18:02:48.699Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO STEP 176 (seed_smf) COMPLETE
101432026-05-29T18:02:48.699Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO steps complete; finalising image!
101442026-05-29T18:02:48.699Z[ host-image] May 29 18:02:48.125 INFO O| May 29 18:02:48.125 INFO TRIM POOL: TEMPORARY-sled-zfs
101452026-05-29T18:02:48.773Z[ host-image] May 29 18:02:48.202 INFO O| May 29 18:02:48.202 INFO trim TEMPORARY-sled-zfs: (59% trimmed, started at Fri May 29 18:02:48 2026)
101462026-05-29T18:02:48.988Z[ host-image] May 29 18:02:48.417 INFO O| May 29 18:02:48.417 INFO temporary pool has 804M used, 92.2M avail, 1.86x compressratio
101472026-05-29T18:02:48.988Z[ host-image] May 29 18:02:48.417 INFO O| May 29 18:02:48.417 INFO EXPORT POOL: TEMPORARY-sled-zfs
101482026-05-29T18:02:49.273Z[ host-image] May 29 18:02:48.702 INFO O| May 29 18:02:48.702 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101492026-05-29T18:02:49.273Z[ host-image] May 29 18:02:48.702 INFO O| May 29 18:02:48.702 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101502026-05-29T18:02:50.002Z[ host-image] May 29 18:02:49.431 INFO O| May 29 18:02:49.431 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101512026-05-29T18:02:50.002Z[ host-image] May 29 18:02:49.431 INFO O| May 29 18:02:49.431 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101522026-05-29T18:02:50.006Z[ host-image] May 29 18:02:49.431 INFO O| May 29 18:02:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101532026-05-29T18:02:50.006Z[ host-image] May 29 18:02:49.431 INFO O| May 29 18:02:49.431 INFO completed processing sled/zfs
101542026-05-29T18:02:50.006Z[ host-image] May 29 18:02:49.431 INFO O| May 29 18:02:49.431 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101552026-05-29T18:02:50.754Z[ recovery-image] May 29 18:02:50.183 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
101562026-05-29T18:02:50.754Z[ recovery-image] May 29 18:02:50.184 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")
101572026-05-29T18:02:50.930Z[ recovery-image] May 29 18:02:50.359 INFO E| Updating crates.io index
101582026-05-29T18:02:51.022Z[ recovery-image] May 29 18:02:50.452 INFO E| Downloading crates ...
101592026-05-29T18:02:51.077Z[ recovery-image] May 29 18:02:50.506 INFO E| Downloaded anstream v1.0.0
101602026-05-29T18:02:51.081Z[ recovery-image] May 29 18:02:50.511 INFO E| Downloaded shared_thread v0.2.0
101612026-05-29T18:02:51.085Z[ recovery-image] May 29 18:02:50.512 INFO E| Downloaded anstyle-parse v1.0.0
101622026-05-29T18:02:51.088Z[ recovery-image] May 29 18:02:50.515 INFO E| Downloaded duct v1.1.1
101632026-05-29T18:02:51.088Z[ recovery-image] May 29 18:02:50.516 INFO E| Downloaded colorchoice v1.0.5
101642026-05-29T18:02:51.091Z[ recovery-image] May 29 18:02:50.520 INFO E| Downloaded os_pipe v1.2.3
101652026-05-29T18:02:51.094Z[ recovery-image] May 29 18:02:50.521 INFO E| Downloaded shared_child v1.1.1
101662026-05-29T18:02:51.097Z[ recovery-image] May 29 18:02:50.527 INFO E| Downloaded clap_derive v4.6.1
101672026-05-29T18:02:51.105Z[ recovery-image] May 29 18:02:50.535 INFO E| Downloaded clap_builder v4.6.0
101682026-05-29T18:02:51.109Z[ recovery-image] May 29 18:02:50.539 INFO E| Downloaded sigchld v0.2.4
101692026-05-29T18:02:51.112Z[ recovery-image] May 29 18:02:50.540 INFO E| Downloaded anstyle v1.0.14
101702026-05-29T18:02:51.112Z[ recovery-image] May 29 18:02:50.541 INFO E| Downloaded clap_lex v1.1.0
101712026-05-29T18:02:51.115Z[ recovery-image] May 29 18:02:50.544 INFO E| Downloaded clap v4.6.1
101722026-05-29T18:02:51.152Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling libc v0.2.185
101732026-05-29T18:02:51.152Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling proc-macro2 v1.0.106
101742026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling quote v1.0.45
101752026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling unicode-ident v1.0.24
101762026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling signal-hook v0.3.18
101772026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling utf8parse v0.2.2
101782026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling colorchoice v1.0.5
101792026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling anstyle v1.0.14
101802026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling anstyle-query v1.1.5
101812026-05-29T18:02:51.156Z[ recovery-image] May 29 18:02:50.582 INFO E| Compiling is_terminal_polyfill v1.70.2
101822026-05-29T18:02:51.164Z[ recovery-image] May 29 18:02:50.594 INFO E| Compiling heck v0.5.0
101832026-05-29T18:02:51.167Z[ recovery-image] May 29 18:02:50.594 INFO E| Compiling clap_lex v1.1.0
101842026-05-29T18:02:51.167Z[ recovery-image] May 29 18:02:50.594 INFO E| Compiling strsim v0.11.1
101852026-05-29T18:02:51.167Z[ recovery-image] May 29 18:02:50.594 INFO E| Compiling shared_thread v0.2.0
101862026-05-29T18:02:51.274Z[ recovery-image] May 29 18:02:50.702 INFO E| Compiling anstyle-parse v1.0.0
101872026-05-29T18:02:51.432Z[ recovery-image] May 29 18:02:50.861 INFO E| Compiling anstream v1.0.0
101882026-05-29T18:02:51.632Z[ recovery-image] May 29 18:02:51.062 INFO E| Compiling clap_builder v4.6.0
101892026-05-29T18:02:51.870Z[ recovery-image] May 29 18:02:51.300 INFO E| Compiling errno v0.3.14
101902026-05-29T18:02:51.870Z[ recovery-image] May 29 18:02:51.300 INFO E| Compiling os_pipe v1.2.3
101912026-05-29T18:02:51.971Z[ recovery-image] May 29 18:02:51.401 INFO E| Compiling signal-hook-registry v1.4.8
101922026-05-29T18:02:52.185Z[ recovery-image] May 29 18:02:51.615 INFO E| Compiling syn v2.0.117
101932026-05-29T18:02:52.237Z[ recovery-image] May 29 18:02:51.666 INFO E| Compiling sigchld v0.2.4
101942026-05-29T18:02:52.330Z[ recovery-image] May 29 18:02:51.760 INFO E| Compiling shared_child v1.1.1
101952026-05-29T18:02:52.443Z[ recovery-image] May 29 18:02:51.872 INFO E| Compiling duct v1.1.1
101962026-05-29T18:02:54.092Z[ recovery-image] May 29 18:02:53.521 INFO E| Compiling clap_derive v4.6.1
101972026-05-29T18:02:55.214Z[ recovery-image] May 29 18:02:54.642 INFO E| Compiling clap v4.6.1
101982026-05-29T18:02:55.268Z[ recovery-image] May 29 18:02:54.698 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101992026-05-29T18:02:56.013Z[ recovery-image] May 29 18:02:55.442 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
102002026-05-29T18:02:56.020Z[ recovery-image] May 29 18:02:55.450 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102012026-05-29T18:02:56.228Z[ recovery-image] May 29 18:02:55.657 INFO E| Downloading crates ...
102022026-05-29T18:02:56.280Z[ recovery-image] May 29 18:02:55.710 INFO E| Downloaded bitflags v2.11.1
102032026-05-29T18:02:56.284Z[ recovery-image] May 29 18:02:55.712 INFO E| Downloaded bitstruct v0.1.1
102042026-05-29T18:02:56.284Z[ recovery-image] May 29 18:02:55.713 INFO E| Downloaded bit_field v0.10.3
102052026-05-29T18:02:56.287Z[ recovery-image] May 29 18:02:55.717 INFO E| Downloaded miniz_oxide v0.9.1
102062026-05-29T18:02:56.290Z[ recovery-image] May 29 18:02:55.719 INFO E| Downloaded cpio_reader v0.1.2
102072026-05-29T18:02:56.290Z[ recovery-image] May 29 18:02:55.720 INFO E| Downloaded bitstruct_derive v0.1.0
102082026-05-29T18:02:56.321Z[ recovery-image] May 29 18:02:55.725 INFO E| Downloaded raw-cpuid v10.7.0
102092026-05-29T18:02:56.422Z[ recovery-image] May 29 18:02:55.852 INFO E| Downloaded x86 v0.52.0
102102026-05-29T18:02:56.453Z[ recovery-image] May 29 18:02:55.882 INFO E| Updating crates.io index
102112026-05-29T18:02:56.498Z[ recovery-image] May 29 18:02:55.927 INFO E| Downloading crates ...
102122026-05-29T18:02:56.542Z[ recovery-image] May 29 18:02:55.971 INFO E| Downloaded rustc-literal-escaper v0.0.7
102132026-05-29T18:02:56.579Z[ recovery-image] May 29 18:02:56.008 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102142026-05-29T18:02:56.579Z[ recovery-image] May 29 18:02:56.008 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102152026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.008 INFO E| Compiling proc-macro2 v1.0.106
102162026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.008 INFO E| Compiling quote v1.0.45
102172026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.008 INFO E| Compiling unicode-ident v1.0.24
102182026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.009 INFO E| Compiling syn v1.0.109
102192026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.009 INFO E| Compiling x86 v0.52.0
102202026-05-29T18:02:56.582Z[ recovery-image] May 29 18:02:56.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102212026-05-29T18:02:56.590Z[ recovery-image] May 29 18:02:56.021 INFO E| Compiling seq-macro v0.3.6
102222026-05-29T18:02:57.509Z[ recovery-image] May 29 18:02:56.939 INFO E| Compiling syn v2.0.117
102232026-05-29T18:02:58.804Z[ recovery-image] May 29 18:02:58.233 INFO E| Compiling scroll_derive v0.13.1
102242026-05-29T18:02:59.827Z[ recovery-image] May 29 18:02:59.257 INFO E| Compiling bitstruct_derive v0.1.0
102252026-05-29T18:03:04.038Z[ host-image] May 29 18:03:03.468 INFO O| May 29 18:03:03.467 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102262026-05-29T18:03:04.121Z[ host-image] May 29 18:03:03.551 INFO BUILD STRING "heads/stlouis-0-ga5a5f4d939\n"
102272026-05-29T18:03:04.121Z[ host-image] May 29 18:03:03.551 INFO expanded image name: "ci d7de080/${os_short_commit} 2026-05-29 17:47" -> "ci d7de080/a5a5f4d 2026-05-29 17:47"
102282026-05-29T18:03:04.124Z[ host-image] May 29 18:03:03.551 INFO output artefacts stored in: "/work/os-host"
102292026-05-29T18:03:04.124Z[ host-image] May 29 18:03:03.551 INFO collecting git info from project "phbl"...
102302026-05-29T18:03:04.127Z[ host-image] May 29 18:03:03.557 INFO collecting git info from project "chelsio-t6-roms"...
102312026-05-29T18:03:04.131Z[ host-image] May 29 18:03:03.561 INFO collecting git info from project "image-builder"...
102322026-05-29T18:03:04.135Z[ host-image] May 29 18:03:03.565 INFO collecting git info from project "amd-host-image-builder"...
102332026-05-29T18:03:04.140Z[ host-image] May 29 18:03:03.570 INFO collecting git info from project "pilot"...
102342026-05-29T18:03:04.145Z[ host-image] May 29 18:03:03.575 INFO collecting git info from project "bootserver"...
102352026-05-29T18:03:04.149Z[ host-image] May 29 18:03:03.579 INFO collecting git info from project "dmar-report"...
102362026-05-29T18:03:04.152Z[ host-image] May 29 18:03:03.583 INFO collecting git info from project "amd-firmware"...
102372026-05-29T18:03:04.164Z[ host-image] May 29 18:03:03.594 INFO collecting git info from project "pinprick"...
102382026-05-29T18:03:04.168Z[ host-image] May 29 18:03:03.598 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102392026-05-29T18:03:04.480Z[ host-image] May 29 18:03:03.909 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102402026-05-29T18:03:04.773Z[ host-image] May 29 18:03:04.202 INFO creating Oxide boot image...
102412026-05-29T18:03:04.773Z[ host-image] May 29 18:03:04.202 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d7de080/a5a5f4d 2026-05-29 17:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102422026-05-29T18:03:05.459Z[ host-image] May 29 18:03:04.889 INFO O| ok, image written!
102432026-05-29T18:03:05.459Z[ host-image] May 29 18:03:04.889 INFO O| ok, boot_image_csum file written!
102442026-05-29T18:03:05.462Z[ host-image] May 29 18:03:04.891 INFO creating boot archive (CPIO)...
102452026-05-29T18:03:05.462Z[ host-image] May 29 18:03:04.891 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
102462026-05-29T18:03:05.465Z[ host-image] May 29 18:03:04.895 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102472026-05-29T18:03:05.465Z[ host-image] May 29 18:03:04.895 INFO E| + outfile=/work/os-host/cpio
102482026-05-29T18:03:05.465Z[ host-image] May 29 18:03:04.895 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102492026-05-29T18:03:05.468Z[ host-image] May 29 18:03:04.896 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102502026-05-29T18:03:05.468Z[ host-image] May 29 18:03:04.897 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102512026-05-29T18:03:05.492Z[ host-image] May 29 18:03:04.922 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102522026-05-29T18:03:05.492Z[ host-image] May 29 18:03:04.922 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102532026-05-29T18:03:05.498Z[ host-image] May 29 18:03:04.927 INFO creating compressed cpio/unix for dev loaders...
102542026-05-29T18:03:05.498Z[ host-image] May 29 18:03:04.927 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
102552026-05-29T18:03:05.716Z[ host-image] May 29 18:03:05.146 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102562026-05-29T18:03:08.519Z[ recovery-image] May 29 18:03:07.948 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102572026-05-29T18:03:09.004Z[ host-image] May 29 18:03:08.431 INFO creating reset image...
102582026-05-29T18:03:09.004Z[ host-image] May 29 18:03:08.431 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102592026-05-29T18:03:09.032Z[ host-image] May 29 18:03:08.462 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102602026-05-29T18:03:09.033Z[ host-image] May 29 18:03:08.462 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")
102612026-05-29T18:03:09.095Z[ host-image] May 29 18:03:08.524 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102622026-05-29T18:03:09.098Z[ host-image] May 29 18:03:08.525 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102632026-05-29T18:03:09.372Z[ host-image] May 29 18:03:08.801 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102642026-05-29T18:03:09.372Z[ host-image] May 29 18:03:08.801 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102652026-05-29T18:03:09.372Z[ host-image] May 29 18:03:08.801 INFO E| Compiling proc-macro2 v1.0.106
102662026-05-29T18:03:09.375Z[ host-image] May 29 18:03:08.801 INFO E| Compiling unicode-ident v1.0.24
102672026-05-29T18:03:09.375Z[ host-image] May 29 18:03:08.801 INFO E| Compiling quote v1.0.45
102682026-05-29T18:03:09.375Z[ host-image] May 29 18:03:08.802 INFO E| Compiling syn v1.0.109
102692026-05-29T18:03:09.375Z[ host-image] May 29 18:03:08.802 INFO E| Compiling x86 v0.52.0
102702026-05-29T18:03:09.381Z[ host-image] May 29 18:03:08.811 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102712026-05-29T18:03:09.384Z[ host-image] May 29 18:03:08.811 INFO E| Compiling seq-macro v0.3.6
102722026-05-29T18:03:10.279Z[ host-image] May 29 18:03:09.708 INFO E| Compiling syn v2.0.117
102732026-05-29T18:03:10.717Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling bitflags v1.3.2
102742026-05-29T18:03:10.717Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling bitflags v2.11.1
102752026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling bit_field v0.10.3
102762026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling plain v0.2.3
102772026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling log v0.4.29
102782026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling scroll v0.13.0
102792026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling adler2 v2.0.1
102802026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling static_assertions v1.1.0
102812026-05-29T18:03:10.721Z[ recovery-image] May 29 18:03:10.147 INFO E| Compiling bitstruct v0.1.1
102822026-05-29T18:03:10.771Z[ recovery-image] May 29 18:03:10.201 INFO E| Compiling raw-cpuid v10.7.0
102832026-05-29T18:03:10.831Z[ recovery-image] May 29 18:03:10.260 INFO E| Compiling miniz_oxide v0.9.1
102842026-05-29T18:03:10.890Z[ recovery-image] May 29 18:03:10.319 INFO E| Compiling cpio_reader v0.1.2
102852026-05-29T18:03:10.967Z[ recovery-image] May 29 18:03:10.396 INFO E| Compiling goblin v0.10.5
102862026-05-29T18:03:11.696Z[ host-image] May 29 18:03:11.126 INFO E| Compiling scroll_derive v0.13.1
102872026-05-29T18:03:12.773Z[ host-image] May 29 18:03:12.202 INFO E| Compiling bitstruct_derive v0.1.0
102882026-05-29T18:03:13.798Z[ recovery-image] May 29 18:03:13.227 INFO E| Finished `release` profile [optimized] target(s) in 17.76s
102892026-05-29T18:03:13.820Z[ recovery-image] May 29 18:03:13.249 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
102902026-05-29T18:03:13.853Z[ recovery-image] May 29 18:03:13.282 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')"
102912026-05-29T18:03:13.853Z[ recovery-image] May 29 18:03:13.283 INFO building ROM for cosmo
102922026-05-29T18:03:13.856Z[ recovery-image] May 29 18:03:13.283 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
102932026-05-29T18:03:13.936Z[ recovery-image] May 29 18:03:13.365 INFO E| Downloading crates ...
102942026-05-29T18:03:13.986Z[ recovery-image] May 29 18:03:13.415 INFO E| Downloaded colorchoice v1.0.3
102952026-05-29T18:03:13.992Z[ recovery-image] May 29 18:03:13.422 INFO E| Downloaded toml_datetime v0.6.9
102962026-05-29T18:03:13.996Z[ recovery-image] May 29 18:03:13.426 INFO E| Downloaded serde_spanned v0.6.8
102972026-05-29T18:03:14.002Z[ recovery-image] May 29 18:03:13.432 INFO E| Downloaded clap_derive v4.5.32
102982026-05-29T18:03:14.005Z[ recovery-image] May 29 18:03:13.434 INFO E| Downloaded os_pipe v1.2.1
102992026-05-29T18:03:14.010Z[ recovery-image] May 29 18:03:13.440 INFO E| Downloaded shared_child v1.0.1
103002026-05-29T18:03:14.013Z[ recovery-image] May 29 18:03:13.442 INFO E| Downloaded anstyle v1.0.10
103012026-05-29T18:03:14.013Z[ recovery-image] May 29 18:03:13.443 INFO E| Downloaded anstream v0.6.18
103022026-05-29T18:03:14.016Z[ recovery-image] May 29 18:03:13.444 INFO E| Downloaded duct v0.13.7
103032026-05-29T18:03:14.019Z[ recovery-image] May 29 18:03:13.446 INFO E| Downloaded is_terminal_polyfill v1.70.1
103042026-05-29T18:03:14.019Z[ recovery-image] May 29 18:03:13.447 INFO E| Downloaded anstyle-query v1.1.2
103052026-05-29T18:03:14.019Z[ recovery-image] May 29 18:03:13.448 INFO E| Downloaded anstyle-parse v0.2.6
103062026-05-29T18:03:14.022Z[ recovery-image] May 29 18:03:13.451 INFO E| Downloaded toml_write v0.1.1
103072026-05-29T18:03:14.032Z[ recovery-image] May 29 18:03:13.461 INFO E| Downloaded clap v4.5.37
103082026-05-29T18:03:14.037Z[ recovery-image] May 29 18:03:13.467 INFO E| Downloaded toml v0.8.22
103092026-05-29T18:03:14.056Z[ recovery-image] May 29 18:03:13.486 INFO E| Downloaded toml_edit v0.22.26
103102026-05-29T18:03:14.076Z[ recovery-image] May 29 18:03:13.505 INFO E| Downloaded clap_builder v4.5.37
103112026-05-29T18:03:14.079Z[ recovery-image] May 29 18:03:13.509 INFO E| Downloaded winnow v0.7.7
103122026-05-29T18:03:14.085Z[ recovery-image] May 29 18:03:13.515 INFO E| Downloaded cc v1.2.20
103132026-05-29T18:03:14.097Z[ recovery-image] May 29 18:03:13.527 INFO E| Compiling libc v0.2.172
103142026-05-29T18:03:14.097Z[ recovery-image] May 29 18:03:13.527 INFO E| Compiling utf8parse v0.2.2
103152026-05-29T18:03:14.100Z[ recovery-image] May 29 18:03:13.527 INFO E| Compiling anstyle-query v1.1.2
103162026-05-29T18:03:14.100Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling anstyle v1.0.10
103172026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling equivalent v1.0.2
103182026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling is_terminal_polyfill v1.70.1
103192026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling hashbrown v0.15.2
103202026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling shlex v1.3.0
103212026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling once_cell v1.21.3
103222026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling colorchoice v1.0.3
103232026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling clap_lex v0.7.4
103242026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling strsim v0.11.1
103252026-05-29T18:03:14.101Z[ recovery-image] May 29 18:03:13.528 INFO E| Compiling winnow v0.7.7
103262026-05-29T18:03:14.134Z[ recovery-image] May 29 18:03:13.564 INFO E| Compiling toml_write v0.1.1
103272026-05-29T18:03:14.141Z[ recovery-image] May 29 18:03:13.571 INFO E| Compiling anyhow v1.0.98
103282026-05-29T18:03:14.144Z[ recovery-image] May 29 18:03:13.574 INFO E| Compiling syn v2.0.101
103292026-05-29T18:03:14.258Z[ recovery-image] May 29 18:03:13.687 INFO E| Compiling anstyle-parse v0.2.6
103302026-05-29T18:03:14.288Z[ recovery-image] May 29 18:03:13.715 INFO E| Compiling cc v1.2.20
103312026-05-29T18:03:14.403Z[ recovery-image] May 29 18:03:13.832 INFO E| Compiling anstream v0.6.18
103322026-05-29T18:03:14.606Z[ recovery-image] May 29 18:03:14.035 INFO E| Compiling clap_builder v4.5.37
103332026-05-29T18:03:14.613Z[ recovery-image] May 29 18:03:14.042 INFO E| Compiling indexmap v2.9.0
103342026-05-29T18:03:14.752Z[ recovery-image] May 29 18:03:14.181 INFO E| Compiling os_pipe v1.2.1
103352026-05-29T18:03:14.752Z[ recovery-image] May 29 18:03:14.181 INFO E| Compiling shared_child v1.0.1
103362026-05-29T18:03:14.874Z[ recovery-image] May 29 18:03:14.303 INFO E| Compiling duct v0.13.7
103372026-05-29T18:03:15.332Z[ recovery-image] May 29 18:03:14.762 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103382026-05-29T18:03:16.216Z[ recovery-image] May 29 18:03:15.645 INFO E| Compiling serde_derive v1.0.219
103392026-05-29T18:03:16.216Z[ recovery-image] May 29 18:03:15.646 INFO E| Compiling clap_derive v4.5.32
103402026-05-29T18:03:17.476Z[ recovery-image] May 29 18:03:16.905 INFO E| Compiling clap v4.5.37
103412026-05-29T18:03:18.092Z[ recovery-image] May 29 18:03:17.521 INFO E| Compiling serde v1.0.219
103422026-05-29T18:03:19.716Z[ recovery-image] May 29 18:03:19.146 INFO E| Compiling serde_spanned v0.6.8
103432026-05-29T18:03:19.716Z[ recovery-image] May 29 18:03:19.146 INFO E| Compiling toml_datetime v0.6.9
103442026-05-29T18:03:19.864Z[ recovery-image] May 29 18:03:19.293 INFO E| Compiling toml_edit v0.22.26
103452026-05-29T18:03:21.085Z[ recovery-image] May 29 18:03:20.514 INFO E| Compiling toml v0.8.22
103462026-05-29T18:03:21.761Z[ host-image] May 29 18:03:21.190 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103472026-05-29T18:03:23.206Z[ recovery-image] May 29 18:03:22.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
103482026-05-29T18:03:23.219Z[ recovery-image] May 29 18:03:22.649 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
103492026-05-29T18:03:23.234Z[ recovery-image] May 29 18:03:22.664 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103502026-05-29T18:03:23.308Z[ recovery-image] May 29 18:03:22.737 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
103512026-05-29T18:03:23.311Z[ recovery-image] May 29 18:03:22.741 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
103522026-05-29T18:03:23.519Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103532026-05-29T18:03:23.519Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103542026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103552026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103562026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103572026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103582026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103592026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103602026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103612026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103622026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103632026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103642026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103652026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103662026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103672026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103682026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
103692026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103702026-05-29T18:03:23.525Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
103712026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
103722026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103732026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103742026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
103752026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103762026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
103772026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
103782026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
103792026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103802026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
103812026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
103822026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
103832026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
103842026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
103852026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
103862026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
103872026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
103882026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
103892026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
103902026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
103912026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
103922026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
103932026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
103942026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
103952026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
103962026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
103972026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
103982026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
103992026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104002026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104012026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104022026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104032026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104042026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104052026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.950 INFO O| Info: ABL version: 0x100af010
104062026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.950 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104072026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.950 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104082026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104092026-05-29T18:03:23.526Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104102026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104112026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104122026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104132026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104142026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104152026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104162026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104172026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104182026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104192026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104202026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104212026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104222026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104232026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104242026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104252026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104262026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104272026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104282026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104292026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104302026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104312026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104322026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104332026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104342026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104352026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104362026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104372026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104382026-05-29T18:03:23.527Z[ recovery-image] May 29 18:03:22.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104392026-05-29T18:03:23.553Z[ recovery-image] May 29 18:03:22.983 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104402026-05-29T18:03:23.553Z[ recovery-image] May 29 18:03:22.983 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104412026-05-29T18:03:23.554Z[ recovery-image] May 29 18:03:22.983 INFO building ROM for gimlet
104422026-05-29T18:03:23.556Z[ recovery-image] May 29 18:03:22.983 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")
104432026-05-29T18:03:23.645Z[ recovery-image] May 29 18:03:23.074 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104442026-05-29T18:03:23.648Z[ recovery-image] May 29 18:03:23.077 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`
104452026-05-29T18:03:23.663Z[ recovery-image] May 29 18:03:23.092 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104462026-05-29T18:03:23.731Z[ recovery-image] May 29 18:03:23.160 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104472026-05-29T18:03:23.735Z[ recovery-image] May 29 18:03:23.163 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`
104482026-05-29T18:03:23.839Z[ host-image] May 29 18:03:23.269 INFO E| Compiling bitflags v1.3.2
104492026-05-29T18:03:23.840Z[ host-image] May 29 18:03:23.269 INFO E| Compiling scroll v0.13.0
104502026-05-29T18:03:23.842Z[ host-image] May 29 18:03:23.269 INFO E| Compiling bit_field v0.10.3
104512026-05-29T18:03:23.842Z[ host-image] May 29 18:03:23.269 INFO E| Compiling plain v0.2.3
104522026-05-29T18:03:23.843Z[ host-image] May 29 18:03:23.269 INFO E| Compiling log v0.4.29
104532026-05-29T18:03:23.843Z[ host-image] May 29 18:03:23.269 INFO E| Compiling adler2 v2.0.1
104542026-05-29T18:03:23.843Z[ host-image] May 29 18:03:23.269 INFO E| Compiling bitflags v2.11.1
104552026-05-29T18:03:23.843Z[ host-image] May 29 18:03:23.269 INFO E| Compiling static_assertions v1.1.0
104562026-05-29T18:03:23.843Z[ host-image] May 29 18:03:23.269 INFO E| Compiling bitstruct v0.1.1
104572026-05-29T18:03:23.856Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104582026-05-29T18:03:23.856Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104592026-05-29T18:03:23.859Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104602026-05-29T18:03:23.859Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104612026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104622026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104632026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104642026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104652026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104662026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104672026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104682026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104692026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104702026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104712026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104722026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO O| Info: ABL version: 0x100f5010
104732026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.286 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104742026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104752026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104762026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104772026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104782026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104792026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104802026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104812026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104822026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104832026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104842026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104852026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104862026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104872026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104882026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104892026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104902026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104912026-05-29T18:03:23.860Z[ recovery-image] May 29 18:03:23.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104922026-05-29T18:03:23.895Z[ host-image] May 29 18:03:23.323 INFO E| Compiling raw-cpuid v10.7.0
104932026-05-29T18:03:23.935Z[ host-image] May 29 18:03:23.365 INFO E| Compiling miniz_oxide v0.9.1
104942026-05-29T18:03:23.938Z[ recovery-image] May 29 18:03:23.368 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104952026-05-29T18:03:23.994Z[ host-image] May 29 18:03:23.423 INFO E| Compiling cpio_reader v0.1.2
104962026-05-29T18:03:24.071Z[ host-image] May 29 18:03:23.500 INFO E| Compiling goblin v0.10.5
104972026-05-29T18:03:25.217Z[ recovery-image] May 29 18:03:24.647 INFO image complete! materials are in "/work/os-recovery"
104982026-05-29T18:03:25.221Z[ recovery-image]
104992026-05-29T18:03:25.221Z[ recovery-image] real 5:00.886183378
105002026-05-29T18:03:25.221Z[ recovery-image] user 2:42.234833978
105012026-05-29T18:03:25.221Z[ recovery-image] sys 37.931157614
105022026-05-29T18:03:25.221Z[ recovery-image] trap 0.117367249
105032026-05-29T18:03:25.221Z[ recovery-image] tflt 0.563864587
105042026-05-29T18:03:25.221Z[ recovery-image] dflt 0.902138852
105052026-05-29T18:03:25.221Z[ recovery-image] kflt 0.003177582
105062026-05-29T18:03:25.221Z[ recovery-image] lock 19:51.071591164
105072026-05-29T18:03:25.221Z[ recovery-image] slp 27:49.733863006
105082026-05-29T18:03:25.221Z[ recovery-image] lat 1:04.914185594
105092026-05-29T18:03:25.221Z[ recovery-image] stop 6.384048777
105102026-05-29T18:03:25.221ZMay 29 18:03:24.650 INFO [recovery-image] process exited with exit status: 0 (300.890898541s)
105112026-05-29T18:03:26.803Z[ host-image] May 29 18:03:26.233 INFO E| Finished `release` profile [optimized] target(s) in 17.69s
105122026-05-29T18:03:26.819Z[ host-image] May 29 18:03:26.249 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105132026-05-29T18:03:26.850Z[ host-image] May 29 18:03:26.279 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')"
105142026-05-29T18:03:26.850Z[ host-image] May 29 18:03:26.279 INFO building ROM for gimlet
105152026-05-29T18:03:26.853Z[ host-image] May 29 18:03:26.279 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")
105162026-05-29T18:03:26.933Z[ host-image] May 29 18:03:26.362 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105172026-05-29T18:03:26.936Z[ host-image] May 29 18:03:26.364 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`
105182026-05-29T18:03:26.945Z[ host-image] May 29 18:03:26.375 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105192026-05-29T18:03:27.013Z[ host-image] May 29 18:03:26.443 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105202026-05-29T18:03:27.016Z[ host-image] May 29 18:03:26.446 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`
105212026-05-29T18:03:27.128Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105222026-05-29T18:03:27.128Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105232026-05-29T18:03:27.132Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105242026-05-29T18:03:27.132Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105252026-05-29T18:03:27.132Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105262026-05-29T18:03:27.132Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105272026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105282026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105292026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105302026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105312026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105322026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105332026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105342026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105352026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105362026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO O| Info: ABL version: 0x100f5010
105372026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105382026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105392026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105402026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105412026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105422026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105432026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105442026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105452026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105462026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105472026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105482026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105492026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105502026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105512026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105522026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105532026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105542026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105552026-05-29T18:03:27.133Z[ host-image] May 29 18:03:26.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105562026-05-29T18:03:27.163Z[ host-image] May 29 18:03:26.593 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105572026-05-29T18:03:27.163Z[ host-image] May 29 18:03:26.593 INFO building ROM for cosmo
105582026-05-29T18:03:27.166Z[ host-image] May 29 18:03:26.593 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105592026-05-29T18:03:27.248Z[ host-image] May 29 18:03:26.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105602026-05-29T18:03:27.252Z[ host-image] May 29 18:03:26.680 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
105612026-05-29T18:03:27.260Z[ host-image] May 29 18:03:26.690 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105622026-05-29T18:03:27.328Z[ host-image] May 29 18:03:26.757 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105632026-05-29T18:03:27.331Z[ host-image] May 29 18:03:26.760 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom`
105642026-05-29T18:03:27.532Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105652026-05-29T18:03:27.532Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105662026-05-29T18:03:27.532Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105672026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105682026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105692026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105702026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105712026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105722026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105732026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105742026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105752026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105762026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105772026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105782026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105792026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105802026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105812026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105822026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105832026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105842026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105852026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105862026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105872026-05-29T18:03:27.537Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105882026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105892026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105902026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105912026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105922026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105932026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105942026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105952026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105962026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105972026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105982026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105992026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106002026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106012026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106022026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106032026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106042026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106052026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106062026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106072026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106082026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106092026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106102026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106112026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106122026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106132026-05-29T18:03:27.538Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106142026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106152026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106162026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106172026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO O| Info: ABL version: 0x100af010
106182026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106192026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106202026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106212026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106222026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106232026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106242026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106252026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106262026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106272026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106282026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106292026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106302026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106312026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.963 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106322026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106332026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106342026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106352026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106362026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106372026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106382026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106392026-05-29T18:03:27.539Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106402026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106412026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106422026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106432026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106442026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106452026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106462026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106472026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106482026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106492026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106502026-05-29T18:03:27.540Z[ host-image] May 29 18:03:26.964 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106512026-05-29T18:03:27.564Z[ host-image] May 29 18:03:26.994 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106522026-05-29T18:03:27.564Z[ host-image] May 29 18:03:26.994 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106532026-05-29T18:03:35.924Z[ host-image] May 29 18:03:35.353 INFO image complete! materials are in "/work/os-host"
106542026-05-29T18:03:35.928Z[ host-image]
106552026-05-29T18:03:35.928Z[ host-image] real 5:40.334255581
106562026-05-29T18:03:35.928Z[ host-image] user 2:32.573561438
106572026-05-29T18:03:35.928Z[ host-image] sys 32.315371556
106582026-05-29T18:03:35.928Z[ host-image] trap 0.072632383
106592026-05-29T18:03:35.928Z[ host-image] tflt 0.215442504
106602026-05-29T18:03:35.928Z[ host-image] dflt 0.275257179
106612026-05-29T18:03:35.928Z[ host-image] kflt 0.000057870
106622026-05-29T18:03:35.928Z[ host-image] lock 6:12.313557264
106632026-05-29T18:03:35.928Z[ host-image] slp 32:07.644655401
106642026-05-29T18:03:35.928Z[ host-image] lat 49.076586848
106652026-05-29T18:03:35.928Z[ host-image] stop 1.831730032
106662026-05-29T18:03:35.933ZMay 29 18:03:35.358 INFO [host-image] process exited with exit status: 0 (340.339599615s)
106672026-05-29T18:03:35.933ZMay 29 18:03:35.358 INFO [tuf-repo] running task
106682026-05-29T18:03:54.825ZMay 29 18:03:54.254 INFO assembling repository in `/tmp/tufaceousZn3mF7`, component: OmicronRepoAssembler
106692026-05-29T18:03:59.629ZMay 29 18:03:59.058 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106702026-05-29T18:03:59.816ZMay 29 18:03:59.245 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106712026-05-29T18:04:07.751ZMay 29 18:04:07.180 INFO extracting uploaded archive to /tmp/.tmpiX3XVJ
106722026-05-29T18:04:09.480ZMay 29 18:04:08.909 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.9Fxv0w
106732026-05-29T18:04:09.527ZMay 29 18:04:08.957 INFO added artifact, length: 6703474, hash: 9751521e7a4d271f95070ad1f90075acdf49d1074e57b636e70fde790ce99d1b, version: 1.0.70, kind: gimlet_sp, name: cosmo-a
106742026-05-29T18:04:09.618ZMay 29 18:04:09.048 INFO added artifact, length: 6703912, hash: 72b894ccb5f985180e7944fec00994aa236089e6a238e240298df3dd0418d374, version: 1.0.70, kind: gimlet_sp, name: cosmo-b
106752026-05-29T18:04:09.704ZMay 29 18:04:09.133 INFO added artifact, length: 5531598, hash: 0a87b874e95f370f2abe56490e48a588435ae6073f4f8c9b4533d6f35b1e2558, version: 1.0.70, kind: gimlet_sp, name: gimlet-b
106762026-05-29T18:04:09.773ZMay 29 18:04:09.202 INFO added artifact, length: 5534069, hash: 559f9f9119a7077ccd252bf947db39c3ea8dea8501f237afd59887bbb78e0a3a, version: 1.0.70, kind: gimlet_sp, name: gimlet-c
106772026-05-29T18:04:09.849ZMay 29 18:04:09.278 INFO added artifact, length: 5538425, hash: 7eb6022a1f9095d4ecfbc446041d70e6ec7e62044c0b562383a7424ad826be9c, version: 1.0.70, kind: gimlet_sp, name: gimlet-d
106782026-05-29T18:04:09.931ZMay 29 18:04:09.361 INFO added artifact, length: 5538409, hash: 60443adaf2c122501e63cef0bca7396835e74f578f8115058daeeca1e6fd589f, version: 1.0.70, kind: gimlet_sp, name: gimlet-e
106792026-05-29T18:04:10.011ZMay 29 18:04:09.440 INFO added artifact, length: 5538364, hash: 049a9726cee919f212505c6d81dcae49805d38dbd62a129c1b99e4bd4d6fcd1e, version: 1.0.70, kind: gimlet_sp, name: gimlet-f
106802026-05-29T18:04:10.091ZMay 29 18:04:09.520 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
106812026-05-29T18:04:10.091ZMay 29 18:04:09.520 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
106822026-05-29T18:04:10.134ZMay 29 18:04:09.564 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
106832026-05-29T18:04:10.134ZMay 29 18:04:09.564 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
106842026-05-29T18:04:10.183ZMay 29 18:04:09.612 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106852026-05-29T18:04:10.183ZMay 29 18:04:09.612 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106862026-05-29T18:04:10.230ZMay 29 18:04:09.659 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106872026-05-29T18:04:10.230ZMay 29 18:04:09.659 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106882026-05-29T18:04:10.284ZMay 29 18:04:09.713 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106892026-05-29T18:04:10.284ZMay 29 18:04:09.713 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106902026-05-29T18:04:10.332ZMay 29 18:04:09.761 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
106912026-05-29T18:04:10.332ZMay 29 18:04:09.761 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
106922026-05-29T18:04:10.382ZMay 29 18:04:09.811 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
106932026-05-29T18:04:10.387ZMay 29 18:04:09.811 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
106942026-05-29T18:04:10.387ZMay 29 18:04:09.812 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
106952026-05-29T18:04:10.387ZMay 29 18:04:09.812 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
106962026-05-29T18:04:10.387ZMay 29 18:04:09.813 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106972026-05-29T18:04:10.387ZMay 29 18:04:09.814 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
106982026-05-29T18:04:10.387ZMay 29 18:04:09.814 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
106992026-05-29T18:04:15.278ZMay 29 18:04:14.707 INFO added artifact, length: 33554432, hash: 162d5c92a4e6b73530092089024304b875bcac58eec9251f8b9bbedd56c02ffe, version: 20.0.0-0.ci+gitd7de080122e, kind: gimlet_host_phase_1, name: host
107002026-05-29T18:04:15.278ZMay 29 18:04:14.707 INFO added artifact, length: 33554432, hash: cf49c5628cc6b5cc6409c061813102b9782e705dfb547f165f0dc73b8fad138b, version: 20.0.0-0.ci+gitd7de080122e, kind: cosmo_host_phase_1, name: host
107012026-05-29T18:04:15.278ZMay 29 18:04:14.707 INFO added artifact, length: 1101008896, hash: ff328efa320df509bfe7d9d549cdfb6915ae8288049ae90489d33f3c4ff96e1e, version: 20.0.0-0.ci+gitd7de080122e, kind: host_phase_2, name: host
107022026-05-29T18:04:16.093ZMay 29 18:04:15.522 INFO added artifact, length: 33554432, hash: 185ad948f8b11460ac91561ca2518ca53b4643c96ad2c279f01fc884744e4dc7, version: 20.0.0-0.ci+gitd7de080122e, kind: gimlet_trampoline_phase_1, name: trampoline
107032026-05-29T18:04:16.093ZMay 29 18:04:15.522 INFO added artifact, length: 33554432, hash: c2c6f83812e80430dbd51d8d9052ede3e45a651a0d9a43d9154495008d4d6ffb, version: 20.0.0-0.ci+gitd7de080122e, kind: cosmo_trampoline_phase_1, name: trampoline
107042026-05-29T18:04:16.093ZMay 29 18:04:15.522 INFO added artifact, length: 165675051, hash: adb123dfd3b7bf445e8c3ca9bcebba59223b609d9c2e57a01dbb32cc22d8ac42, version: 20.0.0-0.ci+gitd7de080122e, kind: trampoline_phase_2, name: trampoline
107052026-05-29T18:04:17.803ZMay 29 18:04:17.232 INFO added artifact, length: 312289331, hash: d8e0c8c4732265181267ba3aa849042416fe08cf99f0bebfad1dacc6d8300c7f, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: clickhouse_keeper
107062026-05-29T18:04:19.580ZMay 29 18:04:19.009 INFO added artifact, length: 327286903, hash: aa014954ad99992ab992055432ddd96652c7b454cf7d46cace337a52648cd6bc, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: clickhouse_server
107072026-05-29T18:04:21.511ZMay 29 18:04:20.939 INFO added artifact, length: 327290501, hash: c86c52052dcce836e51f4f7fd93ee7f9ebaa7f8eb774f77834c97e1fbf3ccbff, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: clickhouse
107082026-05-29T18:04:22.468ZMay 29 18:04:21.897 INFO added artifact, length: 169123753, hash: 399ab99b8e9b87ee4dba04099532a2d648e856ff1df676677b330b52a1a7ccbf, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: cockroachdb
107092026-05-29T18:04:22.719ZMay 29 18:04:22.148 INFO added artifact, length: 45257401, hash: 56ecf88820e31f2655966dd528efb44772bbc4627032f1ecd9e055a60cda5dd8, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: crucible-pantry-zone
107102026-05-29T18:04:23.018ZMay 29 18:04:22.447 INFO added artifact, length: 59734823, hash: 50cc424cff09cfa236f71da7364ad4c46a5b9a10275d47835f0711e875f7ab63, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: crucible-zone
107112026-05-29T18:04:23.281ZMay 29 18:04:22.710 INFO added artifact, length: 51542018, hash: a1f1dfcf5f2fb7ac19a72c3aa3244a69abdb3ce2304fd9ce25e086af53e123d2, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: external-dns
107122026-05-29T18:04:23.532ZMay 29 18:04:22.961 INFO added artifact, length: 51541617, hash: e2ee600e1d5a45b3f157ee17f283e19fc42cb0a81cd7ee2ba943585c4aaa41f6, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: internal-dns
107132026-05-29T18:04:24.691ZMay 29 18:04:24.120 INFO added artifact, length: 226370275, hash: 722ccbb0e1ae92c4f2315a765f0d62b77350fbfc9e2384b46cff6675a004c709, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: nexus
107142026-05-29T18:04:24.884ZMay 29 18:04:24.313 INFO added artifact, length: 32930358, hash: b22f78949e8d6e237ddbd28ce49a395e043fc0ce4be9adf37fa370a253de91f7, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: ntp
107152026-05-29T18:04:25.245ZMay 29 18:04:24.674 INFO added artifact, length: 69041247, hash: d5af22a4383ae8125c6fe1d087e057c88b6193e3e1769ba8990506da3ad95e16, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: oximeter
107162026-05-29T18:04:25.264ZMay 29 18:04:24.693 INFO added artifact, length: 3109592, hash: 778e0123aa26cdeec43d2466cffe627f77f2ff7ef8a88464640d501bc599b548, version: 20.0.0-0.ci+gitd7de080122e, kind: zone, name: probe
107172026-05-29T18:04:25.268ZMay 29 18:04:24.694 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107182026-05-29T18:04:25.268ZMay 29 18:04:24.694 INFO added artifact, length: 829, hash: c3a4b44323dfd714ca6a0d306f0667824e37cadceaf517fc53bfd9b7c687b4d0, version: 1.0.70, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.70
107192026-05-29T18:04:25.268ZMay 29 18:04:24.694 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107202026-05-29T18:04:25.297ZMay 29 18:04:24.726 INFO added artifact, length: 4140450, hash: 32f9cb63b07d078f0ac733723cbd8700f11df252a7bc687d91cada6d936d084a, version: 1.0.70, kind: psc_sp, name: psc-b
107212026-05-29T18:04:25.325ZMay 29 18:04:24.754 INFO added artifact, length: 4144550, hash: 85d0b84bebe02507f4b78115ae69eab564e726c07be71e177f3bd951762854db, version: 1.0.70, kind: psc_sp, name: psc-c
107222026-05-29T18:04:25.377ZMay 29 18:04:24.806 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107232026-05-29T18:04:25.377ZMay 29 18:04:24.806 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107242026-05-29T18:04:25.427ZMay 29 18:04:24.856 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107252026-05-29T18:04:25.427ZMay 29 18:04:24.856 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107262026-05-29T18:04:25.476ZMay 29 18:04:24.905 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107272026-05-29T18:04:25.479ZMay 29 18:04:24.905 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107282026-05-29T18:04:25.522ZMay 29 18:04:24.951 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107292026-05-29T18:04:25.522ZMay 29 18:04:24.951 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107302026-05-29T18:04:25.525ZMay 29 18:04:24.952 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107312026-05-29T18:04:25.525ZMay 29 18:04:24.952 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107322026-05-29T18:04:25.525ZMay 29 18:04:24.953 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107332026-05-29T18:04:25.569ZMay 29 18:04:24.998 INFO added artifact, length: 7044392, hash: 47d2a0fd48748b123fc9d4c4e61e80bb3369aaa715e147dc20f72dfc49218ea0, version: 1.0.70, kind: switch_sp, name: sidecar-b
107342026-05-29T18:04:25.662ZMay 29 18:04:25.091 INFO added artifact, length: 7061119, hash: 28d3d764e923974ea2a32e60f6fad5d89f0557cee16dbe859b991bac2ebf9e03, version: 1.0.70, kind: switch_sp, name: sidecar-c
107352026-05-29T18:04:25.756ZMay 29 18:04:25.185 INFO added artifact, length: 7061166, hash: afc95624d86544b1d802bd7b1dca0afcdff77a16c409b5d94433b0723df1512d, version: 1.0.70, kind: switch_sp, name: sidecar-d
107362026-05-29T18:04:25.849ZMay 29 18:04:25.278 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107372026-05-29T18:04:25.849ZMay 29 18:04:25.278 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107382026-05-29T18:04:25.897ZMay 29 18:04:25.326 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107392026-05-29T18:04:25.897ZMay 29 18:04:25.326 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107402026-05-29T18:04:25.945ZMay 29 18:04:25.374 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107412026-05-29T18:04:25.945ZMay 29 18:04:25.374 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107422026-05-29T18:04:25.986ZMay 29 18:04:25.415 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107432026-05-29T18:04:25.986ZMay 29 18:04:25.415 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107442026-05-29T18:04:25.990ZMay 29 18:04:25.416 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107452026-05-29T18:04:25.990ZMay 29 18:04:25.416 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107462026-05-29T18:04:25.990ZMay 29 18:04:25.417 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107472026-05-29T18:04:25.990ZMay 29 18:04:25.417 INFO added artifact, length: 924, hash: aee6665b839f17c020cc41e975d67e0aefc836a837b9d3e187812df38d131b74, version: 20.0.0-0.ci+gitd7de080122e, kind: installinator_document, name: installinator_document
107482026-05-29T18:04:26.342ZMay 29 18:04:25.771 INFO extracting uploaded archive to /tmp/.tmpVMua4P
107492026-05-29T18:04:28.142ZMay 29 18:04:27.570 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.eXVlGC
107502026-05-29T18:04:28.196ZMay 29 18:04:27.625 INFO added artifact, length: 6703474, hash: 9751521e7a4d271f95070ad1f90075acdf49d1074e57b636e70fde790ce99d1b, version: 1.0.70, kind: gimlet_sp, name: cosmo-a
107512026-05-29T18:04:28.287ZMay 29 18:04:27.716 INFO added artifact, length: 6703912, hash: 72b894ccb5f985180e7944fec00994aa236089e6a238e240298df3dd0418d374, version: 1.0.70, kind: gimlet_sp, name: cosmo-b
107522026-05-29T18:04:28.378ZMay 29 18:04:27.807 INFO added artifact, length: 5531598, hash: 0a87b874e95f370f2abe56490e48a588435ae6073f4f8c9b4533d6f35b1e2558, version: 1.0.70, kind: gimlet_sp, name: gimlet-b
107532026-05-29T18:04:28.461ZMay 29 18:04:27.890 INFO added artifact, length: 5534069, hash: 559f9f9119a7077ccd252bf947db39c3ea8dea8501f237afd59887bbb78e0a3a, version: 1.0.70, kind: gimlet_sp, name: gimlet-c
107542026-05-29T18:04:28.546ZMay 29 18:04:27.975 INFO added artifact, length: 5538425, hash: 7eb6022a1f9095d4ecfbc446041d70e6ec7e62044c0b562383a7424ad826be9c, version: 1.0.70, kind: gimlet_sp, name: gimlet-d
107552026-05-29T18:04:28.633ZMay 29 18:04:28.062 INFO added artifact, length: 5538409, hash: 60443adaf2c122501e63cef0bca7396835e74f578f8115058daeeca1e6fd589f, version: 1.0.70, kind: gimlet_sp, name: gimlet-e
107562026-05-29T18:04:28.719ZMay 29 18:04:28.148 INFO added artifact, length: 5538364, hash: 049a9726cee919f212505c6d81dcae49805d38dbd62a129c1b99e4bd4d6fcd1e, version: 1.0.70, kind: gimlet_sp, name: gimlet-f
107572026-05-29T18:04:28.807ZMay 29 18:04:28.236 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107582026-05-29T18:04:28.811ZMay 29 18:04:28.236 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107592026-05-29T18:04:28.853ZMay 29 18:04:28.283 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107602026-05-29T18:04:28.853ZMay 29 18:04:28.283 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107612026-05-29T18:04:28.903ZMay 29 18:04:28.332 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107622026-05-29T18:04:28.903ZMay 29 18:04:28.332 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107632026-05-29T18:04:28.949ZMay 29 18:04:28.378 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107642026-05-29T18:04:28.949ZMay 29 18:04:28.379 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107652026-05-29T18:04:28.998ZMay 29 18:04:28.427 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107662026-05-29T18:04:28.998ZMay 29 18:04:28.427 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107672026-05-29T18:04:29.043ZMay 29 18:04:28.472 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107682026-05-29T18:04:29.043ZMay 29 18:04:28.472 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107692026-05-29T18:04:29.093ZMay 29 18:04:28.522 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107702026-05-29T18:04:29.093ZMay 29 18:04:28.522 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107712026-05-29T18:04:29.096ZMay 29 18:04:28.522 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107722026-05-29T18:04:29.096ZMay 29 18:04:28.523 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107732026-05-29T18:04:29.096ZMay 29 18:04:28.524 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107742026-05-29T18:04:29.096ZMay 29 18:04:28.524 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107752026-05-29T18:04:29.096ZMay 29 18:04:28.525 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107762026-05-29T18:04:33.887ZMay 29 18:04:33.316 INFO added artifact, length: 33554432, hash: 162d5c92a4e6b73530092089024304b875bcac58eec9251f8b9bbedd56c02ffe, version: 20.0.0-0.ci+gitd7de080122e, kind: gimlet_host_phase_1, name: host
107772026-05-29T18:04:33.887ZMay 29 18:04:33.316 INFO added artifact, length: 33554432, hash: cf49c5628cc6b5cc6409c061813102b9782e705dfb547f165f0dc73b8fad138b, version: 20.0.0-0.ci+gitd7de080122e, kind: cosmo_host_phase_1, name: host
107782026-05-29T18:04:33.887ZMay 29 18:04:33.316 INFO added artifact, length: 1101008896, hash: ff328efa320df509bfe7d9d549cdfb6915ae8288049ae90489d33f3c4ff96e1e, version: 20.0.0-0.ci+gitd7de080122e, kind: host_phase_2, name: host
107792026-05-29T18:04:34.952ZMay 29 18:04:34.381 INFO added artifact, length: 33554432, hash: 185ad948f8b11460ac91561ca2518ca53b4643c96ad2c279f01fc884744e4dc7, version: 20.0.0-0.ci+gitd7de080122e, kind: gimlet_trampoline_phase_1, name: trampoline
107802026-05-29T18:04:34.952ZMay 29 18:04:34.381 INFO added artifact, length: 33554432, hash: c2c6f83812e80430dbd51d8d9052ede3e45a651a0d9a43d9154495008d4d6ffb, version: 20.0.0-0.ci+gitd7de080122e, kind: cosmo_trampoline_phase_1, name: trampoline
107812026-05-29T18:04:34.956ZMay 29 18:04:34.381 INFO added artifact, length: 165675051, hash: adb123dfd3b7bf445e8c3ca9bcebba59223b609d9c2e57a01dbb32cc22d8ac42, version: 20.0.0-0.ci+gitd7de080122e, kind: trampoline_phase_2, name: trampoline
107822026-05-29T18:04:39.966ZMay 29 18:04:39.395 INFO added artifact, length: 1733917277, hash: caa2caa719b831fd429cf344725df6cc8a3e9fe4d9071b2bc643b93c11206471, version: 20.0.0-0.ci+gitd7de080122e, kind: control_plane, name: control-plane
107832026-05-29T18:04:39.969ZMay 29 18:04:39.395 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107842026-05-29T18:04:39.969ZMay 29 18:04:39.395 INFO added artifact, length: 829, hash: c3a4b44323dfd714ca6a0d306f0667824e37cadceaf517fc53bfd9b7c687b4d0, version: 1.0.70, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.70
107852026-05-29T18:04:39.969ZMay 29 18:04:39.395 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107862026-05-29T18:04:39.996ZMay 29 18:04:39.425 INFO added artifact, length: 4140450, hash: 32f9cb63b07d078f0ac733723cbd8700f11df252a7bc687d91cada6d936d084a, version: 1.0.70, kind: psc_sp, name: psc-b
107872026-05-29T18:04:40.026ZMay 29 18:04:39.455 INFO added artifact, length: 4144550, hash: 85d0b84bebe02507f4b78115ae69eab564e726c07be71e177f3bd951762854db, version: 1.0.70, kind: psc_sp, name: psc-c
107882026-05-29T18:04:40.073ZMay 29 18:04:39.502 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107892026-05-29T18:04:40.073ZMay 29 18:04:39.502 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107902026-05-29T18:04:40.130ZMay 29 18:04:39.559 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107912026-05-29T18:04:40.130ZMay 29 18:04:39.559 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107922026-05-29T18:04:40.170ZMay 29 18:04:39.599 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107932026-05-29T18:04:40.173ZMay 29 18:04:39.599 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107942026-05-29T18:04:40.209ZMay 29 18:04:39.638 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107952026-05-29T18:04:40.212ZMay 29 18:04:39.638 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107962026-05-29T18:04:40.212ZMay 29 18:04:39.638 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107972026-05-29T18:04:40.212ZMay 29 18:04:39.639 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107982026-05-29T18:04:40.212ZMay 29 18:04:39.639 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107992026-05-29T18:04:40.252ZMay 29 18:04:39.681 INFO added artifact, length: 7044392, hash: 47d2a0fd48748b123fc9d4c4e61e80bb3369aaa715e147dc20f72dfc49218ea0, version: 1.0.70, kind: switch_sp, name: sidecar-b
108002026-05-29T18:04:40.355ZMay 29 18:04:39.784 INFO added artifact, length: 7061119, hash: 28d3d764e923974ea2a32e60f6fad5d89f0557cee16dbe859b991bac2ebf9e03, version: 1.0.70, kind: switch_sp, name: sidecar-c
108012026-05-29T18:04:40.451ZMay 29 18:04:39.879 INFO added artifact, length: 7061166, hash: afc95624d86544b1d802bd7b1dca0afcdff77a16c409b5d94433b0723df1512d, version: 1.0.70, kind: switch_sp, name: sidecar-d
108022026-05-29T18:04:40.553ZMay 29 18:04:39.982 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108032026-05-29T18:04:40.553ZMay 29 18:04:39.982 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108042026-05-29T18:04:40.610ZMay 29 18:04:40.039 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108052026-05-29T18:04:40.610ZMay 29 18:04:40.039 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108062026-05-29T18:04:40.662ZMay 29 18:04:40.091 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108072026-05-29T18:04:40.663ZMay 29 18:04:40.091 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108082026-05-29T18:04:40.713ZMay 29 18:04:40.141 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108092026-05-29T18:04:40.716ZMay 29 18:04:40.141 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108102026-05-29T18:04:40.716ZMay 29 18:04:40.142 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108112026-05-29T18:04:40.716ZMay 29 18:04:40.143 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108122026-05-29T18:04:40.716ZMay 29 18:04:40.143 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108132026-05-29T18:04:40.716ZMay 29 18:04:40.143 INFO added artifact, length: 924, hash: aee6665b839f17c020cc41e975d67e0aefc836a837b9d3e187812df38d131b74, version: 20.0.0-0.ci+gitd7de080122e, kind: installinator_document, name: installinator_document
108142026-05-29T18:04:41.119ZMay 29 18:04:40.548 INFO [tuf-repo] task succeeded (65.189938703s)
108152026-05-29T18:06:54.760Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 27s
108162026-05-29T18:06:55.109ZMay 29 18:06:54.537 INFO [verify-libraries] process exited with exit status: 0 (511.093334154s)
108172026-05-29T18:06:55.109ZMay 29 18:06:54.537 INFO all jobs completed in 1160.147281459s
108182026-05-29T18:06:55.977Zprocess exited: duration 1402249 ms, exit code 0
 
108192026-05-29T18:06:55.989Zfound 41 output files
108202026-05-29T18:06:55.989Zuploading: /work/manifest.toml (17174 bytes)
108212026-05-29T18:06:57.002Zuploaded: /work/manifest.toml
108222026-05-29T18:06:57.003Zuploading: /work/repo.zip (2991892308 bytes)
108232026-05-29T18:07:32.768Zuploaded: /work/repo.zip
108242026-05-29T18:07:32.768Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108252026-05-29T18:07:33.781Zuploaded: /work/repo.zip.sha256.txt
108262026-05-29T18:07:33.781Zuploading: /work/helios.json (647 bytes)
108272026-05-29T18:07:34.791Zuploaded: /work/helios.json
108282026-05-29T18:07:34.791Zuploading: /work/incorporation.p5m (113333 bytes)
108292026-05-29T18:07:35.803Zuploaded: /work/incorporation.p5m
108302026-05-29T18:07:35.803Zuploading: /work/incorporation.p5p (133120 bytes)
108312026-05-29T18:07:36.816Zuploaded: /work/incorporation.p5p
108322026-05-29T18:07:36.817Zuploading: /work/helios-incorp.log (522 bytes)
108332026-05-29T18:07:37.825Zuploaded: /work/helios-incorp.log
108342026-05-29T18:07:37.825Zuploading: /work/helios-setup.log (56221 bytes)
108352026-05-29T18:07:38.837Zuploaded: /work/helios-setup.log
108362026-05-29T18:07:38.837Zuploading: /work/host-image.log (236454 bytes)
108372026-05-29T18:07:39.852Zuploaded: /work/host-image.log
108382026-05-29T18:07:39.853Zuploading: /work/host-package.log (34032 bytes)
108392026-05-29T18:07:40.864Zuploaded: /work/host-package.log
108402026-05-29T18:07:40.864Zuploading: /work/host-target.log (101 bytes)
108412026-05-29T18:07:41.873Zuploaded: /work/host-target.log
108422026-05-29T18:07:41.873Zuploading: /work/incorp-create.log (0 bytes)
108432026-05-29T18:07:42.882Zuploaded: /work/incorp-create.log
108442026-05-29T18:07:42.882Zuploading: /work/incorp-fmt.log (0 bytes)
108452026-05-29T18:07:43.890Zuploaded: /work/incorp-fmt.log
108462026-05-29T18:07:43.890Zuploading: /work/incorp-pkgsend.log (108 bytes)
108472026-05-29T18:07:44.898Zuploaded: /work/incorp-pkgsend.log
108482026-05-29T18:07:44.899Zuploading: /work/incorp-publisher.log (0 bytes)
108492026-05-29T18:07:45.906Zuploaded: /work/incorp-publisher.log
108502026-05-29T18:07:45.906Zuploading: /work/omicron-package.log (9209 bytes)
108512026-05-29T18:07:46.917Zuploaded: /work/omicron-package.log
108522026-05-29T18:07:46.917Zuploading: /work/recovery-image.log (592857 bytes)
108532026-05-29T18:07:47.938Zuploaded: /work/recovery-image.log
108542026-05-29T18:07:47.938Zuploading: /work/recovery-package.log (2545 bytes)
108552026-05-29T18:07:48.947Zuploaded: /work/recovery-package.log
108562026-05-29T18:07:48.947Zuploading: /work/recovery-target.log (98 bytes)
108572026-05-29T18:07:49.960Zuploaded: /work/recovery-target.log
108582026-05-29T18:07:49.960Zuploading: /work/stamp-clickhouse.log (117 bytes)
108592026-05-29T18:07:50.969Zuploaded: /work/stamp-clickhouse.log
108602026-05-29T18:07:50.969Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108612026-05-29T18:07:51.986Zuploaded: /work/stamp-clickhouse_keeper.log
108622026-05-29T18:07:51.986Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108632026-05-29T18:07:53.002Zuploaded: /work/stamp-clickhouse_server.log
108642026-05-29T18:07:53.002Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108652026-05-29T18:07:54.019Zuploaded: /work/stamp-cockroachdb.log
108662026-05-29T18:07:54.019Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108672026-05-29T18:07:55.033Zuploaded: /work/stamp-crucible-pantry-zone.log
108682026-05-29T18:07:55.033Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108692026-05-29T18:07:56.042Zuploaded: /work/stamp-crucible-utils.log
108702026-05-29T18:07:56.042Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108712026-05-29T18:07:57.725Zuploaded: /work/stamp-crucible-zone.log
108722026-05-29T18:07:57.733Zuploading: /work/stamp-external-dns.log (119 bytes)
108732026-05-29T18:07:58.745Zuploaded: /work/stamp-external-dns.log
108742026-05-29T18:07:58.745Zuploading: /work/stamp-installinator.log (103 bytes)
108752026-05-29T18:07:59.755Zuploaded: /work/stamp-installinator.log
108762026-05-29T18:07:59.755Zuploading: /work/stamp-internal-dns.log (119 bytes)
108772026-05-29T18:08:00.764Zuploaded: /work/stamp-internal-dns.log
108782026-05-29T18:08:00.764Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108792026-05-29T18:08:01.773Zuploaded: /work/stamp-mg-ddm-gz.log
108802026-05-29T18:08:01.773Zuploading: /work/stamp-nexus.log (112 bytes)
108812026-05-29T18:08:02.783Zuploaded: /work/stamp-nexus.log
108822026-05-29T18:08:02.783Zuploading: /work/stamp-ntp.log (110 bytes)
108832026-05-29T18:08:03.793Zuploaded: /work/stamp-ntp.log
108842026-05-29T18:08:03.793Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108852026-05-29T18:08:04.803Zuploaded: /work/stamp-omicron-sled-agent.log
108862026-05-29T18:08:04.803Zuploading: /work/stamp-overlay.log (114 bytes)
108872026-05-29T18:08:05.813Zuploaded: /work/stamp-overlay.log
108882026-05-29T18:08:05.813Zuploading: /work/stamp-oximeter.log (115 bytes)
108892026-05-29T18:08:06.822Zuploaded: /work/stamp-oximeter.log
108902026-05-29T18:08:06.822Zuploading: /work/stamp-oxlog.log (109 bytes)
108912026-05-29T18:08:07.831Zuploaded: /work/stamp-oxlog.log
108922026-05-29T18:08:07.831Zuploading: /work/stamp-probe.log (112 bytes)
108932026-05-29T18:08:08.841Zuploaded: /work/stamp-probe.log
108942026-05-29T18:08:08.841Zuploading: /work/stamp-propolis-server.log (122 bytes)
108952026-05-29T18:08:09.850Zuploaded: /work/stamp-propolis-server.log
108962026-05-29T18:08:09.850Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108972026-05-29T18:08:10.861Zuploaded: /work/stamp-pumpkind-gz.log
108982026-05-29T18:08:10.861Zuploading: /work/stamp-switch-asic.log (118 bytes)
108992026-05-29T18:08:11.875Zuploaded: /work/stamp-switch-asic.log
109002026-05-29T18:08:11.875Zuploading: /work/verify-libraries.log (13903 bytes)
109012026-05-29T18:08:12.886Zuploaded: /work/verify-libraries.log