01KTA6A2YYZT0S28W3GDNWCJV4: 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: 01KTA6ANW315Q9A7CEM6CHST6J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T20:49:38.067Zjob assigned to worker 01KTA6ASBZVHRPBA0XJ5K7XN2G [factory aws, i-0e87dc34e637562ea] (queued for 48 s)
 
22026-06-04T20:49:45.222Zstarting task 0: "setup"
32026-06-04T20:49:45.227Z++ uname -s
42026-06-04T20:49:45.230Z+ kern=SunOS
52026-06-04T20:49:45.230Z+ build_user=build
62026-06-04T20:49:45.230Z+ build_uid=12345
72026-06-04T20:49:45.230Z+ work_dir=/work
82026-06-04T20:49:45.230Z+ input_dir=/input
92026-06-04T20:49:45.230Z+ [[ 0 == 12345 ]]
102026-06-04T20:49:45.230Z+ case "$kern" in
112026-06-04T20:49:45.230Z+ groupadd -g 12345 build
122026-06-04T20:49:45.241Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T20:49:47.248Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T20:49:47.320Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T20:49:47.323Z+ home_fs=zfs
162026-06-04T20:49:47.324Z+ [[ zfs == autofs ]]
172026-06-04T20:49:47.324Z+ mkdir -p /home/build
182026-06-04T20:49:47.324Z+ chown build:build /home/build /work
192026-06-04T20:49:49.325Z+ chmod 0700 /home/build /work
202026-06-04T20:49:49.329Zprocess exited: duration 4108 ms, exit code 0
 
212026-06-04T20:49:49.335Zstarting task 1: "rust-toolchain"
222026-06-04T20:49:49.340Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T20:49:49.340Z * rust toolchain channel = "1.94.0"
242026-06-04T20:49:49.340Z * rust toolchain profile = "default"
252026-06-04T20:49:49.340Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T20:49:49.340Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T20:49:49.340Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T20:49:49.343Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T20:49:49.343Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T20:49:49.455Zinfo: downloading installer
312026-06-04T20:49:50.853Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T20:49:50.853Zwarn: /home/build/.rustup/settings.toml
332026-06-04T20:49:50.854Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T20:49:50.854Zwarn: instead of the one inferred from the default host triple.
352026-06-04T20:49:50.858Zinfo: profile set to default
362026-06-04T20:49:50.858Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T20:49:50.858Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T20:49:50.998Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T20:49:51.002Zinfo: downloading 6 components
402026-06-04T20:50:04.917Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T20:50:04.917Z
422026-06-04T20:50:04.955Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T20:50:04.955Z
442026-06-04T20:50:04.955Z
452026-06-04T20:50:04.955ZRust is installed now. Great!
462026-06-04T20:50:04.955Z
472026-06-04T20:50:04.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T20:50:04.955Zenvironment variable. This has not been done automatically.
492026-06-04T20:50:04.955Z
502026-06-04T20:50:04.955ZTo configure your current shell, you need to source
512026-06-04T20:50:04.955Zthe corresponding env file under $HOME/.cargo.
522026-06-04T20:50:04.955Z
532026-06-04T20:50:04.955ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T20:50:04.958Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T20:50:04.958Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T20:50:04.958Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T20:50:04.958Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T20:50:04.958Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T20:50:04.958Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T20:50:04.958Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T20:50:04.958Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T20:50:05.059Z+ rustup --version
632026-06-04T20:50:05.063Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T20:50:05.068Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T20:50:05.083Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T20:50:05.086Z+ cargo --version
672026-06-04T20:50:05.094Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T20:50:05.097Z+ rustc --version
692026-06-04T20:50:05.117Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T20:50:05.120Zprocess exited: duration 15785 ms, exit code 0
 
712026-06-04T20:50:05.127Zstarting task 2: "authentication"
722026-06-04T20:50:05.145Zprocess exited: duration 18 ms, exit code 0
 
732026-06-04T20:50:05.151Zstarting task 3: "clone repository"
742026-06-04T20:50:05.156Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T20:50:05.159Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T20:50:05.199ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T20:50:51.284Z+ cd /work/oxidecomputer/omicron
782026-06-04T20:50:51.285Z+ git fetch origin 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
792026-06-04T20:50:51.638ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T20:50:51.638Z * branch 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c -> FETCH_HEAD
812026-06-04T20:50:51.652Z+ [[ -n iam-test-exempted ]]
822026-06-04T20:50:51.655Z++ git branch --show-current
832026-06-04T20:50:51.655Z+ current=main
842026-06-04T20:50:51.655Z+ [[ main != iam-test-exempted ]]
852026-06-04T20:50:51.655Z+ git branch -f iam-test-exempted 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
862026-06-04T20:50:51.659Z+ git checkout -f iam-test-exempted
872026-06-04T20:50:51.698ZSwitched to branch 'iam-test-exempted'
882026-06-04T20:50:51.701Z+ git reset --hard 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
892026-06-04T20:50:51.741ZHEAD is now at 562fe28cd Cover five exempted resources in IAM role policy test
902026-06-04T20:50:51.743Zprocess exited: duration 46590 ms, exit code 0
 
912026-06-04T20:50:51.750Zstarting task 4: "build"
922026-06-04T20:50:51.755Z+ source .github/buildomat/ci-env.sh
932026-06-04T20:50:51.755Z++ export CARGO_TERM_COLOR=always
942026-06-04T20:50:51.755Z++ CARGO_TERM_COLOR=always
952026-06-04T20:50:51.755Z+ cargo --version
962026-06-04T20:50:51.765Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T20:50:51.767Z+ rustc --version
982026-06-04T20:50:51.788Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T20:50:51.791Z+ cargo tree --locked
1002026-06-04T20:50:51.960Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-04T20:50:52.272Z Updating crates.io index
1022026-06-04T20:50:52.304Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-04T20:50:53.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-04T20:50:53.393Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-04T20:50:54.174Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-04T20:50:55.106Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-04T20:50:55.659Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-04T20:50:57.188Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-04T20:50:57.924Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-04T20:50:58.409Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-04T20:50:59.829Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-04T20:51:00.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-04T20:51:00.803Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-04T20:51:01.188Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-04T20:51:02.316Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-04T20:51:02.839Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-04T20:51:03.124Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-04T20:51:03.509Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-04T20:51:03.916Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-04T20:51:04.376Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-04T20:51:04.731Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-04T20:51:04.970Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-04T20:51:05.259Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-04T20:51:05.663Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-04T20:51:06.169Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-04T20:51:06.822Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-04T20:51:07.281Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-04T20:51:07.602Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-04T20:51:07.942Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-04T20:51:08.253Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-04T20:51:09.388Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-04T20:51:10.243Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-06-04T20:51:10.842Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1342026-06-04T20:51:11.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-06-04T20:51:11.616Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-06-04T20:51:11.896Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1372026-06-04T20:51:12.275Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-06-04T20:51:12.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-06-04T20:51:13.016Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-06-04T20:51:13.282Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-06-04T20:51:13.847Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-06-04T20:51:25.740Z Downloading crates ...
1432026-06-04T20:51:25.812Z Downloaded arrayref v0.3.9
1442026-06-04T20:51:25.821Z Downloaded approx v0.5.1
1452026-06-04T20:51:25.824Z Downloaded argon2 v0.5.3
1462026-06-04T20:51:25.824Z Downloaded assert_matches v1.5.0
1472026-06-04T20:51:25.827Z Downloaded atomic-waker v1.1.2
1482026-06-04T20:51:25.829Z Downloaded bitfield-macros v0.19.4
1492026-06-04T20:51:25.829Z Downloaded colorchoice v1.0.4
1502026-06-04T20:51:25.833Z Downloaded async-stream v0.3.6
1512026-06-04T20:51:25.835Z Downloaded cast v0.3.0
1522026-06-04T20:51:25.835Z Downloaded anstyle-parse v0.2.7
1532026-06-04T20:51:25.838Z Downloaded compression-core v0.4.31
1542026-06-04T20:51:25.838Z Downloaded ciborium-io v0.2.2
1552026-06-04T20:51:25.838Z Downloaded colored v3.1.1
1562026-06-04T20:51:25.841Z Downloaded console v0.15.11
1572026-06-04T20:51:25.841Z Downloaded cobs v0.3.0
1582026-06-04T20:51:25.844Z Downloaded cfg_aliases v0.2.1
1592026-06-04T20:51:25.844Z Downloaded bit-set v0.5.3
1602026-06-04T20:51:25.844Z Downloaded compression-codecs v0.4.37
1612026-06-04T20:51:25.846Z Downloaded concurrent-queue v2.5.0
1622026-06-04T20:51:25.846Z Downloaded blowfish v0.9.1
1632026-06-04T20:51:25.849Z Downloaded anes v0.1.6
1642026-06-04T20:51:25.849Z Downloaded ahash v0.8.12
1652026-06-04T20:51:25.852Z Downloaded bit-vec v0.6.3
1662026-06-04T20:51:25.852Z Downloaded colored v2.2.0
1672026-06-04T20:51:25.854Z Downloaded cargo-platform v0.2.0
1682026-06-04T20:51:25.855Z Downloaded bb8 v0.8.6
1692026-06-04T20:51:25.857Z Downloaded crossbeam-epoch v0.9.18
1702026-06-04T20:51:25.857Z Downloaded camino-tempfile v1.4.1
1712026-06-04T20:51:25.860Z Downloaded compact_str v0.8.1
1722026-06-04T20:51:25.863Z Downloaded bitflags v2.11.0
1732026-06-04T20:51:25.865Z Downloaded async-lock v3.4.2
1742026-06-04T20:51:25.872Z Downloaded bytes v1.11.1
1752026-06-04T20:51:25.874Z Downloaded adler2 v2.0.1
1762026-06-04T20:51:25.877Z Downloaded cfg-if v1.0.4
1772026-06-04T20:51:25.877Z Downloaded atty v0.2.14
1782026-06-04T20:51:25.881Z Downloaded dof v0.4.0
1792026-06-04T20:51:25.881Z Downloaded async-stream-impl v0.3.6
1802026-06-04T20:51:25.884Z Downloaded cstr-argument v0.1.2
1812026-06-04T20:51:25.887Z Downloaded atomicwrites v0.4.4
1822026-06-04T20:51:25.890Z Downloaded base16ct v0.2.0
1832026-06-04T20:51:25.893Z Downloaded constant_time_eq v0.3.1
1842026-06-04T20:51:25.893Z Downloaded ciborium-ll v0.2.2
1852026-06-04T20:51:25.893Z Downloaded array-init v0.0.4
1862026-06-04T20:51:25.897Z Downloaded dirs-sys-next v0.1.2
1872026-06-04T20:51:25.900Z Downloaded darling_macro v0.13.4
1882026-06-04T20:51:25.903Z Downloaded anstyle-query v1.1.5
1892026-06-04T20:51:25.906Z Downloaded async-recursion v1.1.1
1902026-06-04T20:51:25.909Z Downloaded crypto-common v0.1.7
1912026-06-04T20:51:25.909Z Downloaded clap_lex v1.0.0
1922026-06-04T20:51:25.909Z Downloaded darling_macro v0.21.3
1932026-06-04T20:51:25.909Z Downloaded cpufeatures v0.2.17
1942026-06-04T20:51:25.911Z Downloaded bit-set v0.8.0
1952026-06-04T20:51:25.911Z Downloaded cfg_aliases v0.1.1
1962026-06-04T20:51:25.912Z Downloaded cargo-platform v0.3.2
1972026-06-04T20:51:25.914Z Downloaded castaway v0.2.4
1982026-06-04T20:51:25.914Z Downloaded base64 v0.21.7
1992026-06-04T20:51:25.917Z Downloaded crc v3.4.0
2002026-06-04T20:51:25.917Z Downloaded diesel_table_macro_syntax v0.3.0
2012026-06-04T20:51:25.917Z Downloaded darling_macro v0.20.11
2022026-06-04T20:51:25.920Z Downloaded ctr v0.9.2
2032026-06-04T20:51:25.920Z Downloaded crucible-workspace-hack v0.1.0
2042026-06-04T20:51:25.920Z Downloaded cc v1.2.56
2052026-06-04T20:51:25.923Z Downloaded darling_core v0.21.3
2062026-06-04T20:51:25.925Z Downloaded derive_builder_macro v0.20.2
2072026-06-04T20:51:25.925Z Downloaded defmt v0.3.100
2082026-06-04T20:51:25.928Z Downloaded darling_macro v0.23.0
2092026-06-04T20:51:25.928Z Downloaded aead v0.5.2
2102026-06-04T20:51:25.928Z Downloaded bitfield-struct v0.6.2
2112026-06-04T20:51:25.928Z Downloaded assert-json-diff v2.0.2
2122026-06-04T20:51:25.931Z Downloaded crunchy v0.2.4
2132026-06-04T20:51:25.931Z Downloaded crc8 v0.1.1
2142026-06-04T20:51:25.931Z Downloaded dirs-next v2.0.0
2152026-06-04T20:51:25.934Z Downloaded block-padding v0.3.3
2162026-06-04T20:51:25.934Z Downloaded backtrace-ext v0.2.1
2172026-06-04T20:51:25.934Z Downloaded ascii-canvas v3.0.0
2182026-06-04T20:51:25.937Z Downloaded dtrace-parser v0.3.0
2192026-06-04T20:51:25.937Z Downloaded difflib v0.4.0
2202026-06-04T20:51:25.937Z Downloaded async-object-pool v0.2.0
2212026-06-04T20:51:25.937Z Downloaded document-features v0.2.12
2222026-06-04T20:51:25.937Z Downloaded downcast-rs v2.0.2
2232026-06-04T20:51:25.941Z Downloaded curve25519-dalek-derive v0.1.1
2242026-06-04T20:51:25.944Z Downloaded dsl_auto_type v0.2.0
2252026-06-04T20:51:25.946Z Downloaded bcrypt-pbkdf v0.10.0
2262026-06-04T20:51:25.949Z Downloaded block-buffer v0.10.4
2272026-06-04T20:51:25.949Z Downloaded dunce v1.0.5
2282026-06-04T20:51:25.952Z Downloaded convert_case v0.4.0
2292026-06-04T20:51:25.952Z Downloaded display-error-chain v0.2.2
2302026-06-04T20:51:25.952Z Downloaded debug-ignore v1.0.5
2312026-06-04T20:51:25.955Z Downloaded dropshot-api-manager-types v0.7.2
2322026-06-04T20:51:25.955Z Downloaded enum-as-inner v0.6.1
2332026-06-04T20:51:25.958Z Downloaded defmt-parser v1.0.0
2342026-06-04T20:51:25.958Z Downloaded dof v0.3.0
2352026-06-04T20:51:25.958Z Downloaded embedded-io v0.6.1
2362026-06-04T20:51:25.960Z Downloaded darling v0.13.4
2372026-06-04T20:51:25.961Z Downloaded daft v0.1.7
2382026-06-04T20:51:25.963Z Downloaded cpufeatures v0.3.0
2392026-06-04T20:51:25.963Z Downloaded env_filter v1.0.0
2402026-06-04T20:51:25.966Z Downloaded chacha20 v0.9.1
2412026-06-04T20:51:25.969Z Downloaded bytecount v0.6.9
2422026-06-04T20:51:25.969Z Downloaded equivalent v1.0.2
2432026-06-04T20:51:25.969Z Downloaded dtrace-parser v0.2.0
2442026-06-04T20:51:25.972Z Downloaded buf-list v1.1.2
2452026-06-04T20:51:25.972Z Downloaded byteorder v1.5.0
2462026-06-04T20:51:25.974Z Downloaded cargo_metadata v0.23.1
2472026-06-04T20:51:25.974Z Downloaded bitflags v1.3.2
2482026-06-04T20:51:25.977Z Downloaded convert_case v0.10.0
2492026-06-04T20:51:25.977Z Downloaded criterion-plot v0.6.0
2502026-06-04T20:51:25.981Z Downloaded corncobs v0.1.4
2512026-06-04T20:51:25.981Z Downloaded cbc v0.1.2
2522026-06-04T20:51:25.981Z Downloaded backtrace v0.3.76
2532026-06-04T20:51:25.983Z Downloaded async-trait v0.1.89
2542026-06-04T20:51:25.986Z Downloaded event-listener-strategy v0.5.4
2552026-06-04T20:51:25.986Z Downloaded escape8259 v0.5.3
2562026-06-04T20:51:25.989Z Downloaded errno v0.3.14
2572026-06-04T20:51:25.989Z Downloaded flagset v0.4.7
2582026-06-04T20:51:25.989Z Downloaded endian-type v0.1.2
2592026-06-04T20:51:25.989Z Downloaded fastrand v2.3.0
2602026-06-04T20:51:25.992Z Downloaded foreign-types v0.3.2
2612026-06-04T20:51:25.992Z Downloaded float-cmp v0.10.0
2622026-06-04T20:51:25.992Z Downloaded defmt v1.0.1
2632026-06-04T20:51:25.994Z Downloaded cmake v0.1.57
2642026-06-04T20:51:25.994Z Downloaded fd-lock v4.0.4
2652026-06-04T20:51:25.997Z Downloaded digest v0.10.7
2662026-06-04T20:51:26.000Z Downloaded displaydoc v0.2.5
2672026-06-04T20:51:26.001Z Downloaded derive-ex v0.1.8
2682026-06-04T20:51:26.005Z Downloaded bcs v0.1.6
2692026-06-04T20:51:26.005Z Downloaded const_format_proc_macros v0.2.34
2702026-06-04T20:51:26.005Z Downloaded crc-catalog v2.4.0
2712026-06-04T20:51:26.008Z Downloaded ed25519 v2.2.3
2722026-06-04T20:51:26.008Z Downloaded csv-core v0.1.13
2732026-06-04T20:51:26.008Z Downloaded embedded-io v0.4.0
2742026-06-04T20:51:26.008Z Downloaded derive_builder_core v0.20.2
2752026-06-04T20:51:26.011Z Downloaded daft-derive v0.1.7
2762026-06-04T20:51:26.011Z Downloaded foreign-types-shared v0.3.1
2772026-06-04T20:51:26.014Z Downloaded foreign-types-shared v0.1.1
2782026-06-04T20:51:26.014Z Downloaded fnv v1.0.7
2792026-06-04T20:51:26.014Z Downloaded float-ord v0.3.2
2802026-06-04T20:51:26.014Z Downloaded ena v0.14.4
2812026-06-04T20:51:26.017Z Downloaded funty v2.0.0
2822026-06-04T20:51:26.017Z Downloaded foreign-types-macros v0.2.3
2832026-06-04T20:51:26.017Z Downloaded futures-macro v0.3.32
2842026-06-04T20:51:26.017Z Downloaded async-bb8-diesel v0.2.1
2852026-06-04T20:51:26.020Z Downloaded defmt-macros v1.0.1
2862026-06-04T20:51:26.023Z Downloaded crossbeam-deque v0.8.6
2872026-06-04T20:51:26.023Z Downloaded env_logger v0.11.9
2882026-06-04T20:51:26.025Z Downloaded cargo-util-schemas v0.8.2
2892026-06-04T20:51:26.026Z Downloaded foreign-types v0.5.0
2902026-06-04T20:51:26.026Z Downloaded darling v0.21.3
2912026-06-04T20:51:26.028Z Downloaded futures-io v0.3.32
2922026-06-04T20:51:26.032Z Downloaded erased-serde v0.3.31
2932026-06-04T20:51:26.032Z Downloaded ghash v0.5.1
2942026-06-04T20:51:26.034Z Downloaded gethostname v0.5.0
2952026-06-04T20:51:26.034Z Downloaded generic-array v0.14.7
2962026-06-04T20:51:26.034Z Downloaded fxhash v0.2.1
2972026-06-04T20:51:26.034Z Downloaded cassowary v0.3.0
2982026-06-04T20:51:26.037Z Downloaded der_derive v0.7.3
2992026-06-04T20:51:26.037Z Downloaded datatest-stable v0.3.3
3002026-06-04T20:51:26.040Z Downloaded globwalk v0.9.1
3012026-06-04T20:51:26.040Z Downloaded git-stub v1.0.0
3022026-06-04T20:51:26.043Z Downloaded futures-task v0.3.32
3032026-06-04T20:51:26.043Z Downloaded clap_derive v4.5.55
3042026-06-04T20:51:26.043Z Downloaded hash32 v0.2.1
3052026-06-04T20:51:26.046Z Downloaded bzip2 v0.6.1
3062026-06-04T20:51:26.046Z Downloaded filetime v0.2.27
3072026-06-04T20:51:26.048Z Downloaded cancel-safe-futures v0.1.5
3082026-06-04T20:51:26.049Z Downloaded bzip2 v0.4.4
3092026-06-04T20:51:26.051Z Downloaded guppy-workspace-hack v0.1.0
3102026-06-04T20:51:26.051Z Downloaded blake2b_simd v1.0.4
3112026-06-04T20:51:26.051Z Downloaded backon v1.6.0
3122026-06-04T20:51:26.054Z Downloaded ecdsa v0.16.9
3132026-06-04T20:51:26.054Z Downloaded anstream v0.6.21
3142026-06-04T20:51:26.057Z Downloaded anyhow v1.0.102
3152026-06-04T20:51:26.060Z Downloaded fallible-iterator v0.2.0
3162026-06-04T20:51:26.060Z Downloaded const-oid v0.9.6
3172026-06-04T20:51:26.062Z Downloaded ciborium v0.2.2
3182026-06-04T20:51:26.062Z Downloaded foldhash v0.2.0
3192026-06-04T20:51:26.065Z Downloaded darling v0.20.11
3202026-06-04T20:51:26.068Z Downloaded blake2 v0.10.6
3212026-06-04T20:51:26.068Z Downloaded derive_builder v0.20.2
3222026-06-04T20:51:26.071Z Downloaded hash32 v0.3.1
3232026-06-04T20:51:26.074Z Downloaded hex-literal v0.4.1
3242026-06-04T20:51:26.074Z Downloaded foldhash v0.1.5
3252026-06-04T20:51:26.074Z Downloaded clang-sys v1.8.1
3262026-06-04T20:51:26.077Z Downloaded camino v1.2.2
3272026-06-04T20:51:26.077Z Downloaded heck v0.5.0
3282026-06-04T20:51:26.079Z Downloaded headers-core v0.3.0
3292026-06-04T20:51:26.079Z Downloaded hex v0.4.3
3302026-06-04T20:51:26.079Z Downloaded fs-err v2.11.0
3312026-06-04T20:51:26.082Z Downloaded ff v0.13.1
3322026-06-04T20:51:26.082Z Downloaded erased-serde v0.4.9
3332026-06-04T20:51:26.085Z Downloaded fs_extra v1.3.0
3342026-06-04T20:51:26.085Z Downloaded hostname v0.3.1
3352026-06-04T20:51:26.088Z Downloaded fs-err v3.3.0
3362026-06-04T20:51:26.088Z Downloaded fixedbitset v0.5.7
3372026-06-04T20:51:26.088Z Downloaded derive_more v0.99.20
3382026-06-04T20:51:26.090Z Downloaded hostname v0.4.2
3392026-06-04T20:51:26.094Z Downloaded http-body v1.0.1
3402026-06-04T20:51:26.094Z Downloaded home v0.5.12
3412026-06-04T20:51:26.097Z Downloaded futures-sink v0.3.32
3422026-06-04T20:51:26.097Z Downloaded futures-executor v0.3.32
3432026-06-04T20:51:26.097Z Downloaded http-range v0.1.5
3442026-06-04T20:51:26.097Z Downloaded darling v0.23.0
3452026-06-04T20:51:26.100Z Downloaded diff v0.1.13
3462026-06-04T20:51:26.103Z Downloaded diesel-dtrace v0.5.0
3472026-06-04T20:51:26.103Z Downloaded group v0.13.0
3482026-06-04T20:51:26.105Z Downloaded httpdate v1.0.3
3492026-06-04T20:51:26.105Z Downloaded hyper-tls v0.6.0
3502026-06-04T20:51:26.106Z Downloaded hubpack_derive v0.1.1
3512026-06-04T20:51:26.108Z Downloaded hubpack v0.1.2
3522026-06-04T20:51:26.108Z Downloaded allocator-api2 v0.2.21
3532026-06-04T20:51:26.108Z Downloaded globset v0.4.18
3542026-06-04T20:51:26.111Z Downloaded glob v0.3.3
3552026-06-04T20:51:26.111Z Downloaded indent_write v2.2.0
3562026-06-04T20:51:26.114Z Downloaded ident_case v1.0.1
3572026-06-04T20:51:26.114Z Downloaded cookie_store v0.22.1
3582026-06-04T20:51:26.114Z Downloaded indoc v1.0.9
3592026-06-04T20:51:26.117Z Downloaded derive-where v1.6.0
3602026-06-04T20:51:26.121Z Downloaded internet-checksum v0.2.1
3612026-06-04T20:51:26.121Z Downloaded crc32fast v1.5.0
3622026-06-04T20:51:26.121Z Downloaded console v0.16.2
3632026-06-04T20:51:26.121Z Downloaded idna_adapter v1.2.1
3642026-06-04T20:51:26.124Z Downloaded deranged v0.5.8
3652026-06-04T20:51:26.124Z Downloaded bumpalo v3.20.2
3662026-06-04T20:51:26.127Z Downloaded instant v0.1.13
3672026-06-04T20:51:26.127Z Downloaded inout v0.1.4
3682026-06-04T20:51:26.129Z Downloaded illumos-nvpair-sys v0.2.0
3692026-06-04T20:51:26.129Z Downloaded chacha20 v0.10.0
3702026-06-04T20:51:26.129Z Downloaded illumos-nvpair v0.3.0
3712026-06-04T20:51:26.132Z Downloaded crc-any v2.5.0
3722026-06-04T20:51:26.132Z Downloaded dropshot_endpoint v0.17.0
3732026-06-04T20:51:26.135Z Downloaded heck v0.4.1
3742026-06-04T20:51:26.135Z Downloaded clap v4.5.60
3752026-06-04T20:51:26.139Z Downloaded is_terminal_polyfill v1.70.2
3762026-06-04T20:51:26.142Z Downloaded const_format v0.2.35
3772026-06-04T20:51:26.145Z Downloaded is_ci v1.2.0
3782026-06-04T20:51:26.145Z Downloaded is-terminal v0.4.17
3792026-06-04T20:51:26.145Z Downloaded instability v0.3.11
3802026-06-04T20:51:26.148Z Downloaded futures-core v0.3.32
3812026-06-04T20:51:26.148Z Downloaded form_urlencoded v1.2.2
3822026-06-04T20:51:26.148Z Downloaded data-encoding v2.10.0
3832026-06-04T20:51:26.150Z Downloaded cfg-expr v0.20.6
3842026-06-04T20:51:26.150Z Downloaded itoa v1.0.17
3852026-06-04T20:51:26.153Z Downloaded bit-vec v0.8.0
3862026-06-04T20:51:26.153Z Downloaded autocfg v1.5.0
3872026-06-04T20:51:26.153Z Downloaded libscf-sys v1.1.0
3882026-06-04T20:51:26.156Z Downloaded highway v1.3.0
3892026-06-04T20:51:26.156Z Downloaded arc-swap v1.8.2
3902026-06-04T20:51:26.159Z Downloaded futures-channel v0.3.32
3912026-06-04T20:51:26.162Z Downloaded event-listener v5.4.1
3922026-06-04T20:51:26.162Z Downloaded lalrpop-util v0.19.12
3932026-06-04T20:51:26.162Z Downloaded http-body-util v0.1.3
3942026-06-04T20:51:26.165Z Downloaded keccak v0.1.6
3952026-06-04T20:51:26.165Z Downloaded des v0.8.1
3962026-06-04T20:51:26.165Z Downloaded crossbeam-utils v0.8.21
3972026-06-04T20:51:26.168Z Downloaded getrandom v0.2.17
3982026-06-04T20:51:26.171Z Downloaded lazy_static v1.5.0
3992026-06-04T20:51:26.171Z Downloaded kstat-rs v0.2.4
4002026-06-04T20:51:26.171Z Downloaded git-stub-vcs v0.1.0
4012026-06-04T20:51:26.174Z Downloaded cookie v0.18.1
4022026-06-04T20:51:26.174Z Downloaded critical-section v1.2.0
4032026-06-04T20:51:26.174Z Downloaded cipher v0.4.4
4042026-06-04T20:51:26.178Z Downloaded managed v0.8.0
4052026-06-04T20:51:26.178Z Downloaded lzss v0.8.2
4062026-06-04T20:51:26.181Z Downloaded ingot v0.1.1
4072026-06-04T20:51:26.181Z Downloaded hyper-staticfile v0.10.1
4082026-06-04T20:51:26.181Z Downloaded indoc v2.0.7
4092026-06-04T20:51:26.184Z Downloaded md5 v0.7.0
4102026-06-04T20:51:26.184Z Downloaded half v1.8.3
4112026-06-04T20:51:26.184Z Downloaded ipnet v2.11.0
4122026-06-04T20:51:26.187Z Downloaded drift v0.2.0
4132026-06-04T20:51:26.191Z Downloaded elliptic-curve v0.13.8
4142026-06-04T20:51:26.194Z Downloaded darling_core v0.20.11
4152026-06-04T20:51:26.196Z Downloaded darling_core v0.13.4
4162026-06-04T20:51:26.199Z Downloaded memoffset v0.9.1
4172026-06-04T20:51:26.202Z Downloaded match_cfg v0.1.0
4182026-06-04T20:51:26.202Z Downloaded mime v0.3.17
4192026-06-04T20:51:26.202Z Downloaded maybe-uninit v2.0.0
4202026-06-04T20:51:26.202Z Downloaded lru v0.12.5
4212026-06-04T20:51:26.206Z Downloaded fatfs v0.3.6
4222026-06-04T20:51:26.206Z Downloaded linkme-impl v0.3.35
4232026-06-04T20:51:26.209Z Downloaded jobserver v0.1.34
4242026-06-04T20:51:26.209Z Downloaded knuffel-derive v3.2.0
4252026-06-04T20:51:26.209Z Downloaded ar_archive_writer v0.5.1
4262026-06-04T20:51:26.211Z Downloaded futures-timer v3.0.3
4272026-06-04T20:51:26.212Z Downloaded newline-converter v0.3.0
4282026-06-04T20:51:26.214Z Downloaded libtest-mimic v0.8.1
4292026-06-04T20:51:26.214Z Downloaded nested v0.1.1
4302026-06-04T20:51:26.218Z Downloaded multimap v0.10.1
4312026-06-04T20:51:26.218Z Downloaded libefi-sys v0.1.0
4322026-06-04T20:51:26.218Z Downloaded miette-derive v5.10.0
4332026-06-04T20:51:26.221Z Downloaded memmap v0.7.0
4342026-06-04T20:51:26.221Z Downloaded ipnetwork v0.21.1
4352026-06-04T20:51:26.221Z Downloaded newtype_derive v0.1.6
4362026-06-04T20:51:26.221Z Downloaded newtype-uuid-macros v0.1.0
4372026-06-04T20:51:26.224Z Downloaded hickory-client v0.25.2
4382026-06-04T20:51:26.224Z Downloaded num v0.4.3
4392026-06-04T20:51:26.224Z Downloaded nibble_vec v0.1.0
4402026-06-04T20:51:26.228Z Downloaded new_debug_unreachable v1.0.6
4412026-06-04T20:51:26.228Z Downloaded find-msvc-tools v0.1.9
4422026-06-04T20:51:26.228Z Downloaded addr2line v0.25.1
4432026-06-04T20:51:26.230Z Downloaded normalize-line-endings v0.3.0
4442026-06-04T20:51:26.230Z Downloaded libsw-core v0.3.2
4452026-06-04T20:51:26.230Z Downloaded getrandom v0.4.1
4462026-06-04T20:51:26.234Z Downloaded macaddr v1.0.1
4472026-06-04T20:51:26.234Z Downloaded getrandom v0.3.4
4482026-06-04T20:51:26.237Z Downloaded lru-slab v0.1.2
4492026-06-04T20:51:26.237Z Downloaded lru-cache v0.1.2
4502026-06-04T20:51:26.237Z Downloaded impl-trait-for-tuples v0.2.3
4512026-06-04T20:51:26.241Z Downloaded httparse v1.10.1
4522026-06-04T20:51:26.245Z Downloaded linked-hash-map v0.5.6
4532026-06-04T20:51:26.245Z Downloaded maplit v1.0.2
4542026-06-04T20:51:26.245Z Downloaded libsw v3.5.0
4552026-06-04T20:51:26.245Z Downloaded libloading v0.8.9
4562026-06-04T20:51:26.248Z Downloaded humantime v2.3.0
4572026-06-04T20:51:26.248Z Downloaded nodrop v0.1.14
4582026-06-04T20:51:26.248Z Downloaded num-derive v0.3.3
4592026-06-04T20:51:26.248Z Downloaded num-iter v0.1.45
4602026-06-04T20:51:26.250Z Downloaded num-conv v0.2.0
4612026-06-04T20:51:26.251Z Downloaded num-derive v0.4.2
4622026-06-04T20:51:26.251Z Downloaded nonempty v0.12.0
4632026-06-04T20:51:26.254Z Downloaded linear-map v1.2.0
4642026-06-04T20:51:26.254Z Downloaded httptest v0.16.4
4652026-06-04T20:51:26.254Z Downloaded hyper-rustls v0.27.7
4662026-06-04T20:51:26.257Z Downloaded lock_api v0.4.14
4672026-06-04T20:51:26.257Z Downloaded crypto-bigint v0.5.5
4682026-06-04T20:51:26.260Z Downloaded half v2.7.1
4692026-06-04T20:51:26.262Z Downloaded flume v0.11.1
4702026-06-04T20:51:26.265Z Downloaded base64 v0.22.1
4712026-06-04T20:51:26.268Z Downloaded iana-time-zone v0.1.65
4722026-06-04T20:51:26.268Z Downloaded hmac v0.12.1
4732026-06-04T20:51:26.271Z Downloaded chacha20poly1305 v0.10.1
4742026-06-04T20:51:26.271Z Downloaded olpc-cjson v0.1.4
4752026-06-04T20:51:26.274Z Downloaded num_enum_derive v0.5.11
4762026-06-04T20:51:26.274Z Downloaded fixedbitset v0.4.2
4772026-06-04T20:51:26.274Z Downloaded num_threads v0.1.7
4782026-06-04T20:51:26.274Z Downloaded md-5 v0.10.6
4792026-06-04T20:51:26.278Z Downloaded either v1.15.0
4802026-06-04T20:51:26.278Z Downloaded cexpr v0.6.0
4812026-06-04T20:51:26.278Z Downloaded openssl-probe v0.1.6
4822026-06-04T20:51:26.281Z Downloaded openssl-macros v0.1.1
4832026-06-04T20:51:26.281Z Downloaded crossbeam-channel v0.5.15
4842026-06-04T20:51:26.281Z Downloaded linkme v0.3.35
4852026-06-04T20:51:26.284Z Downloaded nanorand v0.7.0
4862026-06-04T20:51:26.284Z Downloaded mime_guess v2.0.5
4872026-06-04T20:51:26.287Z Downloaded camino-tempfile-ext v0.3.3
4882026-06-04T20:51:26.287Z Downloaded openssl-probe v0.2.1
4892026-06-04T20:51:26.290Z Downloaded byte-wrapper v0.1.0
4902026-06-04T20:51:26.290Z Downloaded oso-derive v0.27.3
4912026-06-04T20:51:26.290Z Downloaded ordered-float v2.10.1
4922026-06-04T20:51:26.293Z Downloaded base64ct v1.8.3
4932026-06-04T20:51:26.293Z Downloaded opaque-debug v0.3.1
4942026-06-04T20:51:26.293Z Downloaded arrayvec v0.7.6
4952026-06-04T20:51:26.296Z Downloaded ingot-types v0.1.2
4962026-06-04T20:51:26.296Z Downloaded ingot-macros v0.1.1
4972026-06-04T20:51:26.298Z Downloaded derive_more v2.1.1
4982026-06-04T20:51:26.303Z Downloaded chumsky v0.9.3
4992026-06-04T20:51:26.306Z Downloaded packed_struct_codegen v0.10.1
5002026-06-04T20:51:26.309Z Downloaded num-complex v0.4.6
5012026-06-04T20:51:26.309Z Downloaded nu-ansi-term v0.50.3
5022026-06-04T20:51:26.309Z Downloaded litrs v1.0.0
5032026-06-04T20:51:26.312Z Downloaded parking v2.2.1
5042026-06-04T20:51:26.312Z Downloaded indexmap v1.9.3
5052026-06-04T20:51:26.315Z Downloaded parse-size v1.1.0
5062026-06-04T20:51:26.315Z Downloaded parse-display v0.10.0
5072026-06-04T20:51:26.315Z Downloaded fancy-regex v0.14.0
5082026-06-04T20:51:26.318Z Downloaded newtype-uuid v1.3.2
5092026-06-04T20:51:26.318Z Downloaded num-integer v0.1.46
5102026-06-04T20:51:26.323Z Downloaded derive_more-impl v2.1.1
5112026-06-04T20:51:26.326Z Downloaded peg-runtime v0.8.5
5122026-06-04T20:51:26.326Z Downloaded num_enum v0.5.11
5132026-06-04T20:51:26.326Z Downloaded ed25519-dalek v2.2.0
5142026-06-04T20:51:26.329Z Downloaded litemap v0.8.1
5152026-06-04T20:51:26.331Z Downloaded num_enum_derive v0.7.5
5162026-06-04T20:51:26.331Z Downloaded num_enum v0.7.5
5172026-06-04T20:51:26.334Z Downloaded percent-encoding v2.3.2
5182026-06-04T20:51:26.334Z Downloaded icu_provider v2.1.1
5192026-06-04T20:51:26.337Z Downloaded icu_properties v2.1.2
5202026-06-04T20:51:26.337Z Downloaded num-rational v0.4.2
5212026-06-04T20:51:26.340Z Downloaded pathdiff v0.2.3
5222026-06-04T20:51:26.340Z Downloaded path-slash v0.1.5
5232026-06-04T20:51:26.340Z Downloaded headers v0.4.1
5242026-06-04T20:51:26.344Z Downloaded phf_shared v0.11.3
5252026-06-04T20:51:26.347Z Downloaded heapless v0.8.0
5262026-06-04T20:51:26.347Z Downloaded flate2 v1.1.9
5272026-06-04T20:51:26.351Z Downloaded pbkdf2 v0.12.2
5282026-06-04T20:51:26.351Z Downloaded pbkdf2 v0.11.0
5292026-06-04T20:51:26.354Z Downloaded memmap2 v0.9.10
5302026-06-04T20:51:26.354Z Downloaded oorandom v11.1.5
5312026-06-04T20:51:26.354Z Downloaded darling_core v0.23.0
5322026-06-04T20:51:26.356Z Downloaded phf_shared v0.13.1
5332026-06-04T20:51:26.359Z Downloaded futures v0.3.32
5342026-06-04T20:51:26.362Z Downloaded plotters-svg v0.3.7
5352026-06-04T20:51:26.362Z Downloaded pin-utils v0.1.0
5362026-06-04T20:51:26.362Z Downloaded phf_shared v0.12.1
5372026-06-04T20:51:26.362Z Downloaded oxnet v0.1.4
5382026-06-04T20:51:26.366Z Downloaded heapless v0.7.17
5392026-06-04T20:51:26.369Z Downloaded der v0.7.10
5402026-06-04T20:51:26.369Z Downloaded constant_time_eq v0.4.2
5412026-06-04T20:51:26.372Z Downloaded multer v3.1.0
5422026-06-04T20:51:26.372Z Downloaded owo-colors v4.3.0
5432026-06-04T20:51:26.376Z Downloaded plain v0.2.3
5442026-06-04T20:51:26.376Z Downloaded oxide-tokio-rt v0.1.4
5452026-06-04T20:51:26.376Z Downloaded owo-colors v3.5.0
5462026-06-04T20:51:26.379Z Downloaded cargo_metadata v0.21.0
5472026-06-04T20:51:26.379Z Downloaded assert_cmd v2.1.2
5482026-06-04T20:51:26.379Z Downloaded anstyle v1.0.13
5492026-06-04T20:51:26.382Z Downloaded potential_utf v0.1.4
5502026-06-04T20:51:26.382Z Downloaded expectorate v1.2.0
5512026-06-04T20:51:26.385Z Downloaded parking_lot_core v0.8.6
5522026-06-04T20:51:26.385Z Downloaded precomputed-hash v0.1.1
5532026-06-04T20:51:26.385Z Downloaded native-tls v0.2.18
5542026-06-04T20:51:26.388Z Downloaded libbz2-rs-sys v0.2.2
5552026-06-04T20:51:26.388Z Downloaded packed_struct v0.10.1
5562026-06-04T20:51:26.391Z Downloaded diesel_derives v2.3.7
5572026-06-04T20:51:26.395Z Downloaded dyn-clone v1.0.20
5582026-06-04T20:51:26.395Z Downloaded backoff v0.4.0
5592026-06-04T20:51:26.398Z Downloaded pretty-hex v0.4.1
5602026-06-04T20:51:26.398Z Downloaded async-compression v0.4.41
5612026-06-04T20:51:26.402Z Downloaded password-hash v0.4.2
5622026-06-04T20:51:26.402Z Downloaded proc-macro-crate v3.4.0
5632026-06-04T20:51:26.406Z Downloaded proc-macro-crate v1.3.1
5642026-06-04T20:51:26.406Z Downloaded icu_normalizer_data v2.1.1
5652026-06-04T20:51:26.406Z Downloaded hickory-resolver v0.24.4
5662026-06-04T20:51:26.409Z Downloaded omicron-zone-package v0.12.2
5672026-06-04T20:51:26.409Z Downloaded indicatif v0.18.4
5682026-06-04T20:51:26.413Z Downloaded pem-rfc7468 v0.7.0
5692026-06-04T20:51:26.415Z Downloaded predicates-tree v1.0.13
5702026-06-04T20:51:26.416Z Downloaded proc-macro-error-attr2 v2.0.0
5712026-06-04T20:51:26.416Z Downloaded proc-macro-error-attr v1.0.4
5722026-06-04T20:51:26.416Z Downloaded log v0.4.29
5732026-06-04T20:51:26.419Z Downloaded icu_normalizer v2.1.1
5742026-06-04T20:51:26.419Z Downloaded paste v1.0.15
5752026-06-04T20:51:26.422Z Downloaded once_cell v1.21.3
5762026-06-04T20:51:26.422Z Downloaded progenitor-macro v0.14.0
5772026-06-04T20:51:26.425Z Downloaded pem v3.0.6
5782026-06-04T20:51:26.425Z Downloaded progenitor-macro v0.11.2
5792026-06-04T20:51:26.425Z Downloaded peg v0.8.5
5802026-06-04T20:51:26.428Z Downloaded phf v0.12.1
5812026-06-04T20:51:26.428Z Downloaded password-hash v0.5.0
5822026-06-04T20:51:26.432Z Downloaded progenitor-client v0.14.0
5832026-06-04T20:51:26.433Z Downloaded progenitor-client v0.10.0
5842026-06-04T20:51:26.433Z Downloaded icu_locale_core v2.1.1
5852026-06-04T20:51:26.435Z Downloaded progenitor-client v0.11.2
5862026-06-04T20:51:26.435Z Downloaded pkg-config v0.3.32
5872026-06-04T20:51:26.435Z Downloaded pkcs8 v0.10.2
5882026-06-04T20:51:26.438Z Downloaded pin-project-internal v1.1.11
5892026-06-04T20:51:26.438Z Downloaded partial-io v0.5.4
5902026-06-04T20:51:26.441Z Downloaded parse-display-derive v0.10.0
5912026-06-04T20:51:26.441Z Downloaded bitfield v0.19.4
5922026-06-04T20:51:26.444Z Downloaded radium v0.7.0
5932026-06-04T20:51:26.447Z Downloaded blake3 v1.8.3
5942026-06-04T20:51:26.450Z Downloaded postgres-protocol v0.6.10
5952026-06-04T20:51:26.452Z Downloaded poly1305 v0.8.0
5962026-06-04T20:51:26.455Z Downloaded parking_lot v0.12.5
5972026-06-04T20:51:26.455Z Downloaded hickory-resolver v0.25.2
5982026-06-04T20:51:26.458Z Downloaded powerfmt v0.2.0
5992026-06-04T20:51:26.458Z Downloaded polyval v0.6.2
6002026-06-04T20:51:26.462Z Downloaded ignore v0.4.25
6012026-06-04T20:51:26.462Z Downloaded parking_lot v0.11.2
6022026-06-04T20:51:26.464Z Downloaded parking_lot_core v0.9.12
6032026-06-04T20:51:26.464Z Downloaded pin-project-lite v0.2.17
6042026-06-04T20:51:26.467Z Downloaded num-traits v0.2.19
6052026-06-04T20:51:26.470Z Downloaded aes v0.8.4
6062026-06-04T20:51:26.473Z Downloaded predicates-core v1.0.10
6072026-06-04T20:51:26.473Z Downloaded predicates v3.1.4
6082026-06-04T20:51:26.476Z Downloaded ppv-lite86 v0.2.21
6092026-06-04T20:51:26.476Z Downloaded proc-macro-error v1.0.4
6102026-06-04T20:51:26.479Z Downloaded rand_chacha v0.3.1
6112026-06-04T20:51:26.479Z Downloaded jiff-static v0.2.21
6122026-06-04T20:51:26.481Z Downloaded peg-macros v0.8.5
6132026-06-04T20:51:26.481Z Downloaded knuffel v3.2.0
6142026-06-04T20:51:26.484Z Downloaded proc-macro-error2 v2.0.1
6152026-06-04T20:51:26.487Z Downloaded rand_xorshift v0.4.0
6162026-06-04T20:51:26.490Z Downloaded progenitor v0.13.0
6172026-06-04T20:51:26.490Z Downloaded ref-cast v1.0.25
6182026-06-04T20:51:26.492Z Downloaded recursive v0.1.1
6192026-06-04T20:51:26.492Z Downloaded progenitor v0.14.0
6202026-06-04T20:51:26.492Z Downloaded progenitor v0.11.2
6212026-06-04T20:51:26.495Z Downloaded pest_generator v2.8.6
6222026-06-04T20:51:26.495Z Downloaded pkcs1 v0.7.5
6232026-06-04T20:51:26.498Z Downloaded phf v0.13.1
6242026-06-04T20:51:26.498Z Downloaded miniz_oxide v0.8.9
6252026-06-04T20:51:26.501Z Downloaded path-tree v0.8.3
6262026-06-04T20:51:26.501Z Downloaded progenitor-macro v0.13.0
6272026-06-04T20:51:26.501Z Downloaded progenitor-client v0.13.0
6282026-06-04T20:51:26.504Z Downloaded plotters-backend v0.3.7
6292026-06-04T20:51:26.504Z Downloaded recursive-proc-macro-impl v0.1.1
6302026-06-04T20:51:26.504Z Downloaded progenitor-extras v0.2.0
6312026-06-04T20:51:26.504Z Downloaded rfc6979 v0.4.0
6322026-06-04T20:51:26.507Z Downloaded ref-cast-impl v1.0.25
6332026-06-04T20:51:26.507Z Downloaded psl-types v2.0.11
6342026-06-04T20:51:26.507Z Downloaded pkcs5 v0.7.1
6352026-06-04T20:51:26.510Z Downloaded pest_derive v2.8.6
6362026-06-04T20:51:26.513Z Downloaded psm v0.1.30
6372026-06-04T20:51:26.516Z Downloaded http v1.4.0
6382026-06-04T20:51:26.519Z Downloaded papergrid v0.11.0
6392026-06-04T20:51:26.521Z Downloaded p256 v0.13.2
6402026-06-04T20:51:26.524Z Downloaded quote v1.0.45
6412026-06-04T20:51:26.527Z Downloaded criterion v0.7.0
6422026-06-04T20:51:26.530Z Downloaded rtoolbox v0.0.3
6432026-06-04T20:51:26.533Z Downloaded postgres-types v0.2.12
6442026-06-04T20:51:26.533Z Downloaded aes-gcm v0.10.3
6452026-06-04T20:51:26.537Z Downloaded quick-error v1.2.3
6462026-06-04T20:51:26.540Z Downloaded crossterm v0.28.1
6472026-06-04T20:51:26.542Z Downloaded rustc-hash v2.1.1
6482026-06-04T20:51:26.542Z Downloaded russh-cryptovec v0.7.3
6492026-06-04T20:51:26.545Z Downloaded rustc_version v0.4.1
6502026-06-04T20:51:26.545Z Downloaded rustc_version v0.1.7
6512026-06-04T20:51:26.545Z Downloaded crossterm v0.29.0
6522026-06-04T20:51:26.549Z Downloaded rand_seeder v0.4.0
6532026-06-04T20:51:26.552Z Downloaded rand_core v0.9.5
6542026-06-04T20:51:26.552Z Downloaded minimal-lexical v0.2.1
6552026-06-04T20:51:26.557Z Downloaded rand_chacha v0.9.0
6562026-06-04T20:51:26.559Z Downloaded rand_core v0.6.4
6572026-06-04T20:51:26.560Z Downloaded primeorder v0.13.6
6582026-06-04T20:51:26.560Z Downloaded rand_core v0.10.0
6592026-06-04T20:51:26.560Z Downloaded icu_collections v2.1.1
6602026-06-04T20:51:26.569Z Downloaded pin-project v1.1.11
6612026-06-04T20:51:26.575Z Downloaded scheduled-thread-pool v0.2.7
6622026-06-04T20:51:26.578Z Downloaded sapling-renderdag v0.1.0
6632026-06-04T20:51:26.578Z Downloaded openssl-sys v0.9.115
6642026-06-04T20:51:26.583Z Downloaded same-file v1.0.6
6652026-06-04T20:51:26.586Z Downloaded salsa20 v0.10.2
6662026-06-04T20:51:26.589Z Downloaded quinn-udp v0.5.14
6672026-06-04T20:51:26.589Z Downloaded oso v0.27.3
6682026-06-04T20:51:26.592Z Downloaded resolv-conf v0.7.6
6692026-06-04T20:51:26.592Z Downloaded relative-path v1.9.3
6702026-06-04T20:51:26.595Z Downloaded scopeguard v1.2.0
6712026-06-04T20:51:26.598Z Downloaded hickory-server v0.25.2
6722026-06-04T20:51:26.646Z Downloaded secrecy v0.8.0
6732026-06-04T20:51:26.646Z Downloaded scrypt v0.11.0
6742026-06-04T20:51:26.646Z Downloaded scroll_derive v0.12.1
6752026-06-04T20:51:26.646Z Downloaded seq-macro v0.3.6
6762026-06-04T20:51:26.646Z Downloaded memchr v2.8.0
6772026-06-04T20:51:26.646Z Downloaded prefix-trie v0.7.0
6782026-06-04T20:51:26.646Z Downloaded dropshot-api-manager v0.7.2
6792026-06-04T20:51:26.646Z Downloaded serde_bytes v0.11.19
6802026-06-04T20:51:26.647Z Downloaded semver v0.1.20
6812026-06-04T20:51:26.647Z Downloaded serde-big-array v0.5.1
6822026-06-04T20:51:26.647Z Downloaded miette v5.10.0
6832026-06-04T20:51:26.647Z Downloaded serde_repr v0.1.20
6842026-06-04T20:51:26.647Z Downloaded rustls-pemfile v1.0.4
6852026-06-04T20:51:26.647Z Downloaded rustls-native-certs v0.8.3
6862026-06-04T20:51:26.647Z Downloaded rustc-demangle v0.1.27
6872026-06-04T20:51:26.647Z Downloaded aho-corasick v1.1.4
6882026-06-04T20:51:26.647Z Downloaded serde-value v0.7.0
6892026-06-04T20:51:26.647Z Downloaded proc-macro2 v1.0.106
6902026-06-04T20:51:26.647Z Downloaded secrecy v0.10.3
6912026-06-04T20:51:26.647Z Downloaded serde_plain v1.0.2
6922026-06-04T20:51:26.647Z Downloaded serde_spanned v0.6.9
6932026-06-04T20:51:26.647Z Downloaded serde_regex v1.1.0
6942026-06-04T20:51:26.647Z Downloaded papergrid v0.17.0
6952026-06-04T20:51:26.647Z Downloaded serde_spanned v1.0.4
6962026-06-04T20:51:26.647Z Downloaded rustversion v1.0.22
6972026-06-04T20:51:26.647Z Downloaded rustls-pemfile v2.2.0
6982026-06-04T20:51:26.647Z Downloaded itertools v0.10.5
6992026-06-04T20:51:26.650Z Downloaded rusty-fork v0.3.1
7002026-06-04T20:51:26.650Z Downloaded progenitor-impl v0.13.0
7012026-06-04T20:51:26.650Z Downloaded serde_urlencoded v0.7.1
7022026-06-04T20:51:26.650Z Downloaded progenitor-impl v0.14.0
7032026-06-04T20:51:26.653Z Downloaded progenitor-impl v0.11.2
7042026-06-04T20:51:26.653Z Downloaded sha1 v0.10.6
7052026-06-04T20:51:26.656Z Downloaded shell-words v1.1.1
7062026-06-04T20:51:26.656Z Downloaded scroll_derive v0.13.1
7072026-06-04T20:51:26.656Z Downloaded rust-argon2 v2.1.0
7082026-06-04T20:51:26.658Z Downloaded r2d2 v0.8.10
7092026-06-04T20:51:26.658Z Downloaded hashbrown v0.13.2
7102026-06-04T20:51:26.661Z Downloaded hashbrown v0.12.3
7112026-06-04T20:51:26.664Z Downloaded schemars_derive v0.8.22
7122026-06-04T20:51:26.666Z Downloaded postcard v1.1.3
7132026-06-04T20:51:26.669Z Downloaded hyper-util v0.1.20
7142026-06-04T20:51:26.673Z Downloaded sigpipe v0.1.3
7152026-06-04T20:51:26.677Z Downloaded signature v2.2.0
7162026-06-04T20:51:26.677Z Downloaded signal-hook-tokio v0.3.1
7172026-06-04T20:51:26.677Z Downloaded indexmap v2.14.0
7182026-06-04T20:51:26.679Z Downloaded signal-hook-mio v0.2.5
7192026-06-04T20:51:26.679Z Downloaded hashbrown v0.15.5
7202026-06-04T20:51:26.683Z Downloaded prettyplease v0.2.37
7212026-06-04T20:51:26.686Z Downloaded sec1 v0.7.3
7222026-06-04T20:51:26.689Z Downloaded siphasher v1.0.2
7232026-06-04T20:51:26.689Z Downloaded russh-keys v0.45.0
7242026-06-04T20:51:26.692Z Downloaded sct v0.7.1
7252026-06-04T20:51:26.695Z Downloaded scroll v0.12.0
7262026-06-04T20:51:26.695Z Downloaded clap_builder v4.5.60
7272026-06-04T20:51:26.698Z Downloaded serde-untagged v0.1.9
7282026-06-04T20:51:26.701Z Downloaded pretty_assertions v1.4.1
7292026-06-04T20:51:26.701Z Downloaded serde_derive_internals v0.29.1
7302026-06-04T20:51:26.703Z Downloaded hashbrown v0.14.5
7312026-06-04T20:51:26.706Z Downloaded rcgen v0.12.1
7322026-06-04T20:51:26.706Z Downloaded slog-bunyan v2.5.0
7332026-06-04T20:51:26.709Z Downloaded libxml v0.3.3
7342026-06-04T20:51:26.711Z Downloaded slog-envlogger v2.2.0
7352026-06-04T20:51:26.712Z Downloaded mio v1.2.0
7362026-06-04T20:51:26.715Z Downloaded bitvec v1.0.1
7372026-06-04T20:51:26.723Z Downloaded smawk v0.3.2
7382026-06-04T20:51:26.727Z Downloaded sqlparser_derive v0.5.0
7392026-06-04T20:51:26.730Z Downloaded ssh-encoding v0.2.0
7402026-06-04T20:51:26.730Z Downloaded sha2 v0.10.9
7412026-06-04T20:51:26.732Z Downloaded serde_with_macros v1.5.2
7422026-06-04T20:51:26.738Z Downloaded nom v7.1.3
7432026-06-04T20:51:26.746Z Downloaded ssh-cipher v0.2.0
7442026-06-04T20:51:26.749Z Downloaded ron v0.8.1
7452026-06-04T20:51:26.753Z Downloaded strip-ansi-escapes v0.2.1
7462026-06-04T20:51:26.753Z Downloaded stable_deref_trait v1.2.1
7472026-06-04T20:51:26.756Z Downloaded signal-hook-registry v1.4.8
7482026-06-04T20:51:26.756Z Downloaded strsim v0.10.0
7492026-06-04T20:51:26.756Z Downloaded strsim v0.11.1
7502026-06-04T20:51:26.756Z Downloaded simd-adler32 v0.3.8
7512026-06-04T20:51:26.759Z Downloaded shlex v1.3.0
7522026-06-04T20:51:26.759Z Downloaded strum v0.26.3
7532026-06-04T20:51:26.759Z Downloaded scroll v0.13.0
7542026-06-04T20:51:26.762Z Downloaded semver v1.0.28
7552026-06-04T20:51:26.762Z Downloaded similar-asserts v1.7.0
7562026-06-04T20:51:26.767Z Downloaded hashbrown v0.17.0
7572026-06-04T20:51:26.769Z Downloaded structmeta-derive v0.3.0
7582026-06-04T20:51:26.769Z Downloaded slog-async v2.8.0
7592026-06-04T20:51:26.769Z Downloaded hashbrown v0.16.1
7602026-06-04T20:51:26.772Z Downloaded serde-hex v0.1.0
7612026-06-04T20:51:26.775Z Downloaded pest_meta v2.8.6
7622026-06-04T20:51:26.775Z Downloaded subtle v2.6.1
7632026-06-04T20:51:26.778Z Downloaded serde_cbor v0.11.2
7642026-06-04T20:51:26.778Z Downloaded supports-color v3.0.2
7652026-06-04T20:51:26.778Z Downloaded futures-util v0.3.32
7662026-06-04T20:51:26.785Z Downloaded sync_wrapper v1.0.2
7672026-06-04T20:51:26.789Z Downloaded swrite v0.1.0
7682026-06-04T20:51:26.789Z Downloaded publicsuffix v2.3.0
7692026-06-04T20:51:26.792Z Downloaded slog-term v2.9.2
7702026-06-04T20:51:26.792Z Downloaded slog-json v2.6.1
7712026-06-04T20:51:26.792Z Downloaded schemars v0.8.22
7722026-06-04T20:51:26.798Z Downloaded supports-unicode v2.1.0
7732026-06-04T20:51:26.801Z Downloaded tabled_derive v0.7.0
7742026-06-04T20:51:26.801Z Downloaded sqlformat v0.3.5
7752026-06-04T20:51:26.801Z Downloaded rustls-platform-verifier v0.6.2
7762026-06-04T20:51:26.804Z Downloaded snafu-derive v0.8.9
7772026-06-04T20:51:26.807Z Downloaded take_mut v0.2.2
7782026-06-04T20:51:26.807Z Downloaded tabwriter v1.4.1
7792026-06-04T20:51:26.807Z Downloaded tabled_derive v0.11.0
7802026-06-04T20:51:26.807Z Downloaded qorb v0.4.1
7812026-06-04T20:51:26.810Z Downloaded num-bigint v0.4.6
7822026-06-04T20:51:26.812Z Downloaded hyper v1.8.1
7832026-06-04T20:51:26.817Z Downloaded tap v1.0.1
7842026-06-04T20:51:26.819Z Downloaded static_assertions v1.1.0
7852026-06-04T20:51:26.819Z Downloaded idna v1.1.0
7862026-06-04T20:51:26.822Z Downloaded rstest v0.25.0
7872026-06-04T20:51:26.825Z Downloaded target-triple v1.0.0
7882026-06-04T20:51:26.828Z Downloaded stacker v0.1.23
7892026-06-04T20:51:26.828Z Downloaded tagptr v0.2.0
7902026-06-04T20:51:26.831Z Downloaded string_cache v0.8.9
7912026-06-04T20:51:26.831Z Downloaded serde_derive v1.0.228
7922026-06-04T20:51:26.831Z Downloaded num-bigint-dig v0.8.6
7932026-06-04T20:51:26.834Z Downloaded terminal_size v0.4.3
7942026-06-04T20:51:26.837Z Downloaded rustls-pki-types v1.14.0
7952026-06-04T20:51:26.839Z Downloaded structmeta v0.3.0
7962026-06-04T20:51:26.839Z Downloaded stringmetrics v2.2.2
7972026-06-04T20:51:26.839Z Downloaded slab v0.4.12
7982026-06-04T20:51:26.842Z Downloaded rand_distr v0.5.1
7992026-06-04T20:51:26.842Z Downloaded terminal_size v0.1.17
8002026-06-04T20:51:26.845Z Downloaded itertools v0.13.0
8012026-06-04T20:51:26.848Z Downloaded testing_table v0.3.0
8022026-06-04T20:51:26.850Z Downloaded support-bundle-viewer v0.1.2
8032026-06-04T20:51:26.851Z Downloaded serde_yaml v0.9.34+deprecated
8042026-06-04T20:51:26.855Z Downloaded strum_macros v0.26.4
8052026-06-04T20:51:26.855Z Downloaded strum_macros v0.24.3
8062026-06-04T20:51:26.857Z Downloaded itertools v0.14.0
8072026-06-04T20:51:26.861Z Downloaded termtree v0.5.1
8082026-06-04T20:51:26.861Z Downloaded spin v0.9.8
8092026-06-04T20:51:26.863Z Downloaded synstructure v0.13.2
8102026-06-04T20:51:26.863Z Downloaded rsa v0.9.10
8112026-06-04T20:51:26.866Z Downloaded libm v0.2.16
8122026-06-04T20:51:26.871Z Downloaded time-core v0.1.8
8132026-06-04T20:51:26.874Z Downloaded thiserror-impl-no-std v2.0.2
8142026-06-04T20:51:26.874Z Downloaded spki v0.7.3
8152026-06-04T20:51:26.877Z Downloaded smallvec v1.15.1
8162026-06-04T20:51:26.877Z Downloaded thread-id v5.1.0
8172026-06-04T20:51:26.879Z Downloaded thread-id v4.2.2
8182026-06-04T20:51:26.879Z Downloaded slog-scope v4.4.1
8192026-06-04T20:51:26.879Z Downloaded signal-hook v0.3.18
8202026-06-04T20:51:26.882Z Downloaded target-spec v3.5.7
8212026-06-04T20:51:26.882Z Downloaded target-lexicon v0.13.3
8222026-06-04T20:51:26.885Z Downloaded tokio-macros v2.7.0
8232026-06-04T20:51:26.885Z Downloaded rand v0.8.6
8242026-06-04T20:51:26.888Z Downloaded similar v2.7.0
8252026-06-04T20:51:26.891Z Downloaded rand v0.9.2
8262026-06-04T20:51:26.894Z Downloaded tokio-test v0.4.5
8272026-06-04T20:51:26.894Z Downloaded goblin v0.8.2
8282026-06-04T20:51:26.897Z Downloaded pest v2.8.6
8292026-06-04T20:51:26.900Z Downloaded termcolor v1.4.1
8302026-06-04T20:51:26.903Z Downloaded topological-sort v0.2.2
8312026-06-04T20:51:26.903Z Downloaded serde_core v1.0.228
8322026-06-04T20:51:26.906Z Downloaded strum_macros v0.27.2
8332026-06-04T20:51:26.906Z Downloaded rustls-webpki v0.103.9
8342026-06-04T20:51:26.908Z Downloaded rstest_macros v0.25.0
8352026-06-04T20:51:26.911Z Downloaded termios v0.3.3
8362026-06-04T20:51:26.911Z Downloaded quinn v0.11.9
8372026-06-04T20:51:26.914Z Downloaded toml_write v0.1.2
8382026-06-04T20:51:26.914Z Downloaded toml_datetime v0.6.11
8392026-06-04T20:51:26.917Z Downloaded icu_properties_data v2.1.2
8402026-06-04T20:51:26.920Z Downloaded trait-variant v0.1.2
8412026-06-04T20:51:26.923Z Downloaded thread_local v1.1.9
8422026-06-04T20:51:26.923Z Downloaded thiserror-impl v2.0.18
8432026-06-04T20:51:26.926Z Downloaded thiserror-no-std v2.0.2
8442026-06-04T20:51:26.926Z Downloaded samael v0.0.19
8452026-06-04T20:51:26.929Z Downloaded thiserror v2.0.18
8462026-06-04T20:51:26.933Z Downloaded typeid v1.0.3
8472026-06-04T20:51:26.935Z Downloaded try-lock v0.2.5
8482026-06-04T20:51:26.936Z Downloaded socket2 v0.6.3
8492026-06-04T20:51:26.938Z Downloaded tinystr v0.8.2
8502026-06-04T20:51:26.938Z Downloaded time-macros v0.2.27
8512026-06-04T20:51:26.943Z Downloaded tinytemplate v1.2.1
8522026-06-04T20:51:26.943Z Downloaded p521 v0.13.3
8532026-06-04T20:51:26.945Z Downloaded tokio-native-tls v0.3.1
8542026-06-04T20:51:26.945Z Downloaded tokio-dtrace v0.1.1
8552026-06-04T20:51:26.945Z Downloaded iddqd v0.4.2
8562026-06-04T20:51:26.950Z Downloaded unarray v0.1.4
8572026-06-04T20:51:26.953Z Downloaded aws-lc-rs v1.16.3
8582026-06-04T20:51:26.957Z Downloaded unicode-truncate v1.1.0
8592026-06-04T20:51:26.960Z Downloaded tiny-keccak v2.0.2
8602026-06-04T20:51:26.960Z Downloaded tokio-tungstenite v0.21.0
8612026-06-04T20:51:26.963Z Downloaded term v0.7.0
8622026-06-04T20:51:26.963Z Downloaded tempfile v3.25.0
8632026-06-04T20:51:26.966Z Downloaded tokio-rustls v0.25.0
8642026-06-04T20:51:26.968Z Downloaded universal-hash v0.5.1
8652026-06-04T20:51:26.968Z Downloaded unit-prefix v0.5.2
8662026-06-04T20:51:26.968Z Downloaded unicode-linebreak v0.1.5
8672026-06-04T20:51:26.969Z Downloaded stringprep v0.1.5
8682026-06-04T20:51:26.972Z Downloaded untrusted v0.7.1
8692026-06-04T20:51:26.972Z Downloaded typify-macro v0.6.2
8702026-06-04T20:51:26.972Z Downloaded typify-macro v0.4.3
8712026-06-04T20:51:26.972Z Downloaded term v1.2.1
8722026-06-04T20:51:26.975Z Downloaded rand v0.10.0
8732026-06-04T20:51:26.977Z Downloaded tls_codec_derive v0.4.2
8742026-06-04T20:51:26.977Z Downloaded toml_writer v1.0.6+spec-1.1.0
8752026-06-04T20:51:26.980Z Downloaded plotters v0.3.7
8762026-06-04T20:51:26.983Z Downloaded untrusted v0.9.0
8772026-06-04T20:51:26.986Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8782026-06-04T20:51:26.986Z Downloaded usdt-attr-macro v0.6.0
8792026-06-04T20:51:26.989Z Downloaded slog v2.8.2
8802026-06-04T20:51:26.989Z Downloaded usdt v0.5.0
8812026-06-04T20:51:26.992Z Downloaded tui-tree-widget v0.23.1
8822026-06-04T20:51:26.992Z Downloaded subprocess v0.2.15
8832026-06-04T20:51:26.995Z Downloaded schemars v0.9.0
8842026-06-04T20:51:26.999Z Downloaded socket2 v0.5.10
8852026-06-04T20:51:27.002Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8862026-06-04T20:51:27.002Z Downloaded tokio-tungstenite v0.23.1
8872026-06-04T20:51:27.005Z Downloaded utf8parse v0.2.2
8882026-06-04T20:51:27.005Z Downloaded utf8_iter v1.0.4
8892026-06-04T20:51:27.005Z Downloaded utf-8 v0.7.6
8902026-06-04T20:51:27.008Z Downloaded usdt-macro v0.6.0
8912026-06-04T20:51:27.008Z Downloaded serde v1.0.228
8922026-06-04T20:51:27.010Z Downloaded schemars v1.2.1
8932026-06-04T20:51:27.017Z Downloaded thiserror v1.0.69
8942026-06-04T20:51:27.020Z Downloaded bindgen v0.71.1
8952026-06-04T20:51:27.023Z Downloaded tokio-rustls v0.24.1
8962026-06-04T20:51:27.026Z Downloaded hkdf v0.12.4
8972026-06-04T20:51:27.029Z Downloaded version_check v0.9.5
8982026-06-04T20:51:27.029Z Downloaded thiserror-impl v1.0.69
8992026-06-04T20:51:27.029Z Downloaded tower-service v0.3.3
9002026-06-04T20:51:27.029Z Downloaded tower-layer v0.3.3
9012026-06-04T20:51:27.031Z Downloaded waitgroup v0.1.2
9022026-06-04T20:51:27.031Z Downloaded wait-timeout v0.2.1
9032026-06-04T20:51:27.031Z Downloaded tinyvec_macros v0.1.1
9042026-06-04T20:51:27.031Z Downloaded h2 v0.4.13
9052026-06-04T20:51:27.035Z Downloaded void v1.0.2
9062026-06-04T20:51:27.038Z Downloaded unicase v2.9.0
9072026-06-04T20:51:27.038Z Downloaded tokio-rustls v0.26.4
9082026-06-04T20:51:27.041Z Downloaded want v0.3.1
9092026-06-04T20:51:27.041Z Downloaded unicode-xid v0.2.6
9102026-06-04T20:51:27.041Z Downloaded sync-ptr v0.1.4
9112026-06-04T20:51:27.041Z Downloaded supports-color v2.1.0
9122026-06-04T20:51:27.044Z Downloaded supports-hyperlinks v2.1.0
9132026-06-04T20:51:27.044Z Downloaded smf v0.2.3
9142026-06-04T20:51:27.044Z Downloaded xattr v1.6.1
9152026-06-04T20:51:27.047Z Downloaded smallvec v0.6.14
9162026-06-04T20:51:27.047Z Downloaded slog-stdlog v4.1.1
9172026-06-04T20:51:27.047Z Downloaded slog-dtrace v0.3.0
9182026-06-04T20:51:27.050Z Downloaded serde_with_macros v3.17.0
9192026-06-04T20:51:27.050Z Downloaded toml v0.8.23
9202026-06-04T20:51:27.053Z Downloaded ryu v1.0.23
9212026-06-04T20:51:27.053Z Downloaded snafu v0.8.9
9222026-06-04T20:51:27.055Z Downloaded textwrap v0.16.2
9232026-06-04T20:51:27.059Z Downloaded test-strategy v0.4.5
9242026-06-04T20:51:27.063Z Downloaded usdt-impl v0.6.0
9252026-06-04T20:51:27.063Z Downloaded yoke-derive v0.8.1
9262026-06-04T20:51:27.063Z Downloaded xshell-macros v0.2.7
9272026-06-04T20:51:27.063Z Downloaded usdt v0.6.0
9282026-06-04T20:51:27.066Z Downloaded serde_path_to_error v0.1.20
9292026-06-04T20:51:27.066Z Downloaded rayon-core v1.13.0
9302026-06-04T20:51:27.066Z Downloaded twox-hash v2.1.2
9312026-06-04T20:51:27.069Z Downloaded trybuild v1.0.116
9322026-06-04T20:51:27.071Z Downloaded textwrap v0.15.2
9332026-06-04T20:51:27.071Z Downloaded rustyline v14.0.0
9342026-06-04T20:51:27.074Z Downloaded usdt-macro v0.5.0
9352026-06-04T20:51:27.077Z Downloaded tracing-attributes v0.1.31
9362026-06-04T20:51:27.077Z Downloaded itertools v0.12.1
9372026-06-04T20:51:27.080Z Downloaded zeroize_derive v1.4.3
9382026-06-04T20:51:27.083Z Downloaded zerofrom-derive v0.1.6
9392026-06-04T20:51:27.083Z Downloaded zerofrom v0.1.6
9402026-06-04T20:51:27.083Z Downloaded usdt-impl v0.5.0
9412026-06-04T20:51:27.086Z Downloaded strum v0.27.2
9422026-06-04T20:51:27.086Z Downloaded tls_codec v0.4.2
9432026-06-04T20:51:27.086Z Downloaded rpassword v7.4.0
9442026-06-04T20:51:27.089Z Downloaded iri-string v0.7.10
9452026-06-04T20:51:27.091Z Downloaded zone v0.3.1
9462026-06-04T20:51:27.091Z Downloaded ucd-trie v0.1.7
9472026-06-04T20:51:27.091Z Downloaded tinyvec v1.10.0
9482026-06-04T20:51:27.094Z Downloaded vergen-lib v0.1.6
9492026-06-04T20:51:27.097Z Downloaded unicode-properties v0.1.4
9502026-06-04T20:51:27.097Z Downloaded toml v0.7.8
9512026-06-04T20:51:27.100Z Downloaded guppy v0.17.25
9522026-06-04T20:51:27.103Z Downloaded vergen-gitcl v1.0.8
9532026-06-04T20:51:27.106Z Downloaded serde_tokenstream v0.2.3
9542026-06-04T20:51:27.106Z Downloaded uzers v0.12.2
9552026-06-04T20:51:27.109Z Downloaded toml v1.0.6+spec-1.1.0
9562026-06-04T20:51:27.109Z Downloaded vergen-git2 v9.1.0
9572026-06-04T20:51:27.112Z Downloaded zone_cfg_derive v0.3.1
9582026-06-04T20:51:27.112Z Downloaded whoami v1.6.1
9592026-06-04T20:51:27.115Z Downloaded whoami v2.1.0
9602026-06-04T20:51:27.117Z Downloaded toml_parser v1.0.9+spec-1.1.0
9612026-06-04T20:51:27.117Z Downloaded tokio-stream v0.1.18
9622026-06-04T20:51:27.120Z Downloaded walkdir v2.5.0
9632026-06-04T20:51:27.125Z Downloaded reqwest v0.12.28
9642026-06-04T20:51:27.129Z Downloaded xshell v0.2.7
9652026-06-04T20:51:27.133Z Downloaded wyz v0.5.1
9662026-06-04T20:51:27.133Z Downloaded yoke v0.8.1
9672026-06-04T20:51:27.136Z Downloaded writeable v0.6.2
9682026-06-04T20:51:27.139Z Downloaded usdt-attr-macro v0.5.0
9692026-06-04T20:51:27.141Z Downloaded russh v0.45.0
9702026-06-04T20:51:27.145Z Downloaded typify v0.6.2
9712026-06-04T20:51:27.147Z Downloaded chrono v0.4.44
9722026-06-04T20:51:27.150Z Downloaded serde_with v1.14.0
9732026-06-04T20:51:27.154Z Downloaded zmij v1.0.21
9742026-06-04T20:51:27.157Z Downloaded zstd-safe v7.2.4
9752026-06-04T20:51:27.157Z Downloaded zerovec-derive v0.11.2
9762026-06-04T20:51:27.157Z Downloaded zeroize v1.8.2
9772026-06-04T20:51:27.161Z Downloaded unicode-ident v1.0.24
9782026-06-04T20:51:27.161Z Downloaded vergen v9.1.0
9792026-06-04T20:51:27.161Z Downloaded tungstenite v0.23.0
9802026-06-04T20:51:27.163Z Downloaded tar v0.4.45
9812026-06-04T20:51:27.166Z Downloaded typify v0.4.3
9822026-06-04T20:51:27.169Z Downloaded p384 v0.13.1
9832026-06-04T20:51:27.171Z Downloaded toml_edit v0.23.10+spec-1.0.0
9842026-06-04T20:51:27.174Z Downloaded unsafe-libyaml v0.2.11
9852026-06-04T20:51:27.177Z Downloaded vergen-lib v9.1.0
9862026-06-04T20:51:27.177Z Downloaded zstd v0.13.3
9872026-06-04T20:51:27.180Z Downloaded steno v0.4.1
9882026-06-04T20:51:27.183Z Downloaded git2 v0.20.4
9892026-06-04T20:51:27.186Z Downloaded tracing-core v0.1.36
9902026-06-04T20:51:27.189Z Downloaded yasna v0.5.2
9912026-06-04T20:51:27.189Z Downloaded chrono-tz v0.10.4
9922026-06-04T20:51:27.199Z Downloaded zerocopy v0.6.6
9932026-06-04T20:51:27.202Z Downloaded ssh-key v0.6.7
9942026-06-04T20:51:27.205Z Downloaded toml_edit v0.22.27
9952026-06-04T20:51:27.208Z Downloaded reedline v0.40.0
9962026-06-04T20:51:27.215Z Downloaded tungstenite v0.21.0
9972026-06-04T20:51:27.218Z Downloaded vte v0.14.1
9982026-06-04T20:51:27.220Z Downloaded vsss-rs v3.3.4
9992026-06-04T20:51:27.220Z Downloaded tokio-postgres v0.7.16
10002026-06-04T20:51:27.223Z Downloaded rayon v1.11.0
10012026-06-04T20:51:27.228Z Downloaded regex v1.12.3
10022026-06-04T20:51:27.231Z Downloaded portable-atomic v1.13.1
10032026-06-04T20:51:27.236Z Downloaded goblin v0.10.5
10042026-06-04T20:51:27.240Z Downloaded unicode-bidi v0.3.18
10052026-06-04T20:51:27.243Z Downloaded reqwest v0.13.2
10062026-06-04T20:51:27.248Z Downloaded lalrpop v0.19.12
10072026-06-04T20:51:27.252Z Downloaded toml_edit v0.19.15
10082026-06-04T20:51:27.261Z Downloaded uuid v1.23.0
10092026-06-04T20:51:27.264Z Downloaded moka v0.12.13
10102026-06-04T20:51:27.268Z Downloaded yansi v1.0.1
10112026-06-04T20:51:27.271Z Downloaded zerocopy-derive v0.7.35
10122026-06-04T20:51:27.274Z Downloaded zopfli v0.8.3
10132026-06-04T20:51:27.274Z Downloaded curve25519-dalek v4.1.3
10142026-06-04T20:51:27.278Z Downloaded typenum v1.19.0
10152026-06-04T20:51:27.281Z Downloaded unicode_categories v0.1.1
10162026-06-04T20:51:27.284Z Downloaded serde_json v1.0.149
10172026-06-04T20:51:27.289Z Downloaded rustls-webpki v0.101.7
10182026-06-04T20:51:27.297Z Downloaded quick-xml v0.37.5
10192026-06-04T20:51:27.301Z Downloaded zip v0.6.6
10202026-06-04T20:51:27.304Z Downloaded salty v0.3.0
10212026-06-04T20:51:27.307Z Downloaded proptest v1.10.0
10222026-06-04T20:51:27.312Z Downloaded petname v2.0.2
10232026-06-04T20:51:27.315Z Downloaded object v0.30.4
10242026-06-04T20:51:27.321Z Downloaded url v2.5.8
10252026-06-04T20:51:27.324Z Downloaded x509-cert v0.2.5
10262026-06-04T20:51:27.326Z Downloaded unicode-segmentation v1.12.0
10272026-06-04T20:51:27.329Z Downloaded tower v0.5.3
10282026-06-04T20:51:27.336Z Downloaded zerotrie v0.2.3
10292026-06-04T20:51:27.355Z Downloaded rustls-webpki v0.102.8
10302026-06-04T20:51:27.362Z Downloaded gimli v0.32.3
10312026-06-04T20:51:27.367Z Downloaded bstr v1.12.1
10322026-06-04T20:51:27.374Z Downloaded typed-path v0.9.3
10332026-06-04T20:51:27.377Z Downloaded zip v4.6.1
10342026-06-04T20:51:27.381Z Downloaded nix v0.27.1
10352026-06-04T20:51:27.386Z Downloaded tower-http v0.6.8
10362026-06-04T20:51:27.390Z Downloaded serde_with v3.17.0
10372026-06-04T20:51:27.396Z Downloaded tough v0.22.0
10382026-06-04T20:51:27.401Z Downloaded quinn-proto v0.11.13
10392026-06-04T20:51:27.405Z Downloaded dropshot v0.17.0
10402026-06-04T20:51:27.418Z Downloaded unicode-normalization v0.1.25
10412026-06-04T20:51:27.420Z Downloaded tokio-util v0.7.18
10422026-06-04T20:51:27.425Z Downloaded radix_trie v0.2.1
10432026-06-04T20:51:27.428Z Downloaded zerovec v0.11.5
10442026-06-04T20:51:27.432Z Downloaded polar-core v0.27.3
10452026-06-04T20:51:27.439Z Downloaded nix v0.28.0
10462026-06-04T20:51:27.453Z Downloaded zerocopy-derive v0.8.40
10472026-06-04T20:51:27.458Z Downloaded zerocopy v0.7.35
10482026-06-04T20:51:27.467Z Downloaded winnow v0.6.26
10492026-06-04T20:51:27.472Z Downloaded openssl v0.10.79
10502026-06-04T20:51:27.478Z Downloaded winnow v0.5.40
10512026-06-04T20:51:27.484Z Downloaded tabled v0.15.0
10522026-06-04T20:51:27.492Z Downloaded tabled v0.20.0
10532026-06-04T20:51:27.502Z Downloaded winnow v0.7.14
10542026-06-04T20:51:27.507Z Downloaded syn v1.0.109
10552026-06-04T20:51:27.512Z Downloaded object v0.37.3
10562026-06-04T20:51:27.521Z Downloaded time v0.3.47
10572026-06-04T20:51:27.534Z Downloaded vcpkg v0.2.15
10582026-06-04T20:51:27.558Z Downloaded openapiv3 v2.2.0
10592026-06-04T20:51:27.564Z Downloaded hickory-proto v0.25.2
10602026-06-04T20:51:27.573Z Downloaded zlib-rs v0.6.2
10612026-06-04T20:51:27.577Z Downloaded regex-syntax v0.8.10
10622026-06-04T20:51:27.581Z Downloaded zerocopy v0.8.40
10632026-06-04T20:51:27.587Z Downloaded syn v2.0.117
10642026-06-04T20:51:27.594Z Downloaded smoltcp v0.11.0
10652026-06-04T20:51:27.601Z Downloaded webpki-roots v1.0.6
10662026-06-04T20:51:27.604Z Downloaded unicode-width v0.1.14
10672026-06-04T20:51:27.607Z Downloaded rustix v0.38.44
10682026-06-04T20:51:27.621Z Downloaded regress v0.11.1
10692026-06-04T20:51:27.627Z Downloaded rustls v0.23.37
10702026-06-04T20:51:27.635Z Downloaded rustix v1.1.3
10712026-06-04T20:51:27.648Z Downloaded rustls v0.22.4
10722026-06-04T20:51:27.656Z Downloaded unicode-width v0.2.0
10732026-06-04T20:51:27.660Z Downloaded regress v0.10.5
10742026-06-04T20:51:27.665Z Downloaded hickory-proto v0.24.4
10752026-06-04T20:51:27.674Z Downloaded diesel v2.3.7
10762026-06-04T20:51:27.686Z Downloaded bzip2-sys v0.1.13+1.0.8
10772026-06-04T20:51:27.694Z Downloaded tracing v0.1.44
10782026-06-04T20:51:27.707Z Downloaded ratatui v0.29.0
10792026-06-04T20:51:27.719Z Downloaded smoltcp v0.9.1
10802026-06-04T20:51:27.725Z Downloaded rustls v0.21.12
10812026-06-04T20:51:27.732Z Downloaded regex-syntax v0.6.29
10822026-06-04T20:51:27.735Z Downloaded nix v0.31.2
10832026-06-04T20:51:27.742Z Downloaded sled v0.34.7
10842026-06-04T20:51:27.753Z Downloaded typify-impl v0.6.2
10852026-06-04T20:51:27.761Z Downloaded sqlparser v0.61.0
10862026-06-04T20:51:27.773Z Downloaded jiff v0.2.21
10872026-06-04T20:51:27.778Z Downloaded typify-impl v0.4.3
10882026-06-04T20:51:27.800Z Downloaded csv v1.4.0
10892026-06-04T20:51:27.813Z Downloaded regex-automata v0.4.14
10902026-06-04T20:51:27.855Z Downloaded zerocopy-derive v0.6.6
10912026-06-04T20:51:27.865Z Downloaded libz-sys v1.1.24
10922026-06-04T20:51:27.865Z Downloaded petgraph v0.6.5
10932026-06-04T20:51:27.865Z Downloaded sha3 v0.10.8
10942026-06-04T20:51:27.865Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10952026-06-04T20:51:27.868Z Downloaded tokio v1.52.1
10962026-06-04T20:51:27.891Z Downloaded libc v0.2.185
10972026-06-04T20:51:27.911Z Downloaded petgraph v0.8.3
10982026-06-04T20:51:27.951Z Downloaded httpmock v0.8.3
10992026-06-04T20:51:28.030Z Downloaded encoding_rs v0.8.35
11002026-06-04T20:51:28.071Z Downloaded ring v0.17.14
11012026-06-04T20:51:28.128Z Downloaded libgit2-sys v0.18.3+1.9.2
11022026-06-04T20:51:28.597Z Downloaded aws-lc-sys v0.40.0
11032026-06-04T20:51:29.021Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11042026-06-04T20:51:32.574Z Startup: Refreshing catalog 'helios' ... Done
11052026-06-04T20:51:32.672Z Startup: Caching catalogs ... Done
11062026-06-04T20:51:32.995ZPlanning: Solver setup ... Done (0.279s)
11072026-06-04T20:51:33.015ZPlanning: Running solver ... Done (0.020s)
11082026-06-04T20:51:33.023ZPlanning: Finding local manifests ... Done (0.003s)
11092026-06-04T20:51:33.034ZPlanning: Fetching manifests: 0/2 0% complete
11102026-06-04T20:51:33.053ZPlanning: Fetching manifests: 2/2 100% complete
11112026-06-04T20:51:33.065ZPlanning: Package planning ... Done (0.014s)
11122026-06-04T20:51:33.068ZPlanning: Merging actions ... Done (0.001s)
11132026-06-04T20:51:33.265ZPlanning: Checking for conflicting actions ... Done (0.197s)
11142026-06-04T20:51:33.272ZPlanning: Consolidating action changes ... Done (0.001s)
11152026-06-04T20:51:34.130ZPlanning: Evaluating mediators ... Done (0.865s)
11162026-06-04T20:51:34.134ZPlanning: Planning completed in 1.44 seconds
11172026-06-04T20:51:34.141Z Packages to install: 2
11182026-06-04T20:51:34.145Z Estimated space available: 155.71 GB
11192026-06-04T20:51:34.145ZEstimated space to be consumed: 25.33 MB
11202026-06-04T20:51:34.145Z Create boot environment: No
11212026-06-04T20:51:34.145ZCreate backup boot environment: No
11222026-06-04T20:51:34.145Z Rebuild boot archive: No
11232026-06-04T20:51:34.145Z
11242026-06-04T20:51:34.145ZChanged packages:
11252026-06-04T20:51:34.145Zhelios
11262026-06-04T20:51:34.145Z developer/build-essential
11272026-06-04T20:51:34.145Z None -> 11-3.0
11282026-06-04T20:51:34.145Z library/libxmlsec1
11292026-06-04T20:51:34.145Z None -> 1.2.35-3.0
11302026-06-04T20:51:34.164Z
11312026-06-04T20:51:34.164ZDownload: 0/214 items 0.0/1.3MB 0% complete
11322026-06-04T20:51:34.629ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
11332026-06-04T20:51:34.704Z Actions: 1/268 actions (Installing new actions)
11342026-06-04T20:51:34.743Z Actions: Completed 268 actions in 0.04 seconds.
11352026-06-04T20:51:34.752ZFinalize: Updating package state database ... Done (0.008s)
11362026-06-04T20:51:34.755ZFinalize: Updating package cache ... Done (0.000s)
11372026-06-04T20:51:34.778ZFinalize: Updating image state ... Done (0.022s)
11382026-06-04T20:51:37.429ZFinalize: Creating fast lookup database ... Done (2.630s)
11392026-06-04T20:51:37.495ZFinalize: Reading search index ... Done (0.012s)
11402026-06-04T20:51:37.498ZFinalize: Updating search index ... Done (0.000s)
11412026-06-04T20:51:37.570ZFinalize: Updating package cache ... Done (0.000s)
11422026-06-04T20:51:37.876ZPlanning: Evaluating mediator changes ... Done
11432026-06-04T20:51:37.984ZPlanning: Checking for conflicting actions ... Done
11442026-06-04T20:51:37.987ZPlanning: Consolidating action changes ... Done
11452026-06-04T20:51:38.146ZPlanning: Evaluating mediators ... Done
11462026-06-04T20:51:38.149ZPlanning: Planning completed in 0.27 seconds
11472026-06-04T20:51:38.169Z Mediators to change: 2
11482026-06-04T20:51:38.169Z Create boot environment: No
11492026-06-04T20:51:38.169ZCreate backup boot environment: No
11502026-06-04T20:51:38.225ZFinalize: Updating package state database ... Done
11512026-06-04T20:51:38.225ZFinalize: Updating package cache ... Done
11522026-06-04T20:51:38.238ZFinalize: Updating image state ... Done
11532026-06-04T20:51:40.219ZFinalize: Creating fast lookup database ... Done
11542026-06-04T20:51:40.284ZFinalize: Reading search index ... Done
11552026-06-04T20:51:40.287ZFinalize: Updating search index ... Done
11562026-06-04T20:51:40.363ZFinalize: Updating package cache ... Done
11572026-06-04T20:51:40.652ZPlanning: Evaluating mediator changes ... Done
11582026-06-04T20:51:40.759ZPlanning: Checking for conflicting actions ... Done
11592026-06-04T20:51:40.762ZPlanning: Consolidating action changes ... Done
11602026-06-04T20:51:40.921ZPlanning: Evaluating mediators ... Done
11612026-06-04T20:51:40.924ZPlanning: Planning completed in 0.27 seconds
11622026-06-04T20:51:40.945Z Mediators to change: 1
11632026-06-04T20:51:40.945Z Create boot environment: No
11642026-06-04T20:51:40.945ZCreate backup boot environment: No
11652026-06-04T20:51:41.019ZFinalize: Updating package state database ... Done
11662026-06-04T20:51:41.019ZFinalize: Updating package cache ... Done
11672026-06-04T20:51:41.036ZFinalize: Updating image state ... Done
11682026-06-04T20:51:43.016ZFinalize: Creating fast lookup database ... Done
11692026-06-04T20:51:43.081ZFinalize: Reading search index ... Done
11702026-06-04T20:51:43.084ZFinalize: Updating search index ... Done
11712026-06-04T20:51:43.180ZFinalize: Updating package cache ... Done
11722026-06-04T20:51:43.497ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11732026-06-04T20:51:43.497Zapache system 2.4 system
11742026-06-04T20:51:43.497Zclang system 15 system
11752026-06-04T20:51:43.497Zcsh system system illumos
11762026-06-04T20:51:43.497Zctags system system illumos
11772026-06-04T20:51:43.497Zfile vendor vendor darwinsys
11782026-06-04T20:51:43.497Zfile system system illumos
11792026-06-04T20:51:43.497Zgcc vendor 14 vendor
11802026-06-04T20:51:43.497Zgcc system 13 system
11812026-06-04T20:51:43.497Zgcc system 10 system
11822026-06-04T20:51:43.497Zgo system 1.25 system
11832026-06-04T20:51:43.497Zllvm system 15 system
11842026-06-04T20:51:43.497Zmariadb system 11.4 system
11852026-06-04T20:51:43.497Zmta vendor vendor dma
11862026-06-04T20:51:43.497Zopenjdk system 17 system
11872026-06-04T20:51:43.497Zopenjdk system 11 system
11882026-06-04T20:51:43.497Zopenssl vendor 3 vendor
11892026-06-04T20:51:43.497Zperl system 5.40 system
11902026-06-04T20:51:43.497Zpostgresql system 18 system
11912026-06-04T20:51:43.497Zpostgresql system 17 system
11922026-06-04T20:51:43.497Zpython vendor 3 vendor
11932026-06-04T20:51:43.497Zpython system 2 system
11942026-06-04T20:51:43.498Zpython3 vendor 3.13 vendor
11952026-06-04T20:51:43.498Zruby system 3.4 system
11962026-06-04T20:51:43.498Zruby system 3.0 system
11972026-06-04T20:51:43.498Zwords vendor vendor american-english
11982026-06-04T20:51:43.498Zwords system system australian-english
11992026-06-04T20:51:43.498Zwords system system british-english
12002026-06-04T20:51:43.498Zwords system system canadian-english
12012026-06-04T20:51:43.498Zwords system system french
12022026-06-04T20:51:43.498Zwords system system italian
12032026-06-04T20:51:43.498Zwords system system ngerman
12042026-06-04T20:51:43.498Zwords system system ogerman
12052026-06-04T20:51:43.498Zwords system system spanish
12062026-06-04T20:51:43.752ZPUBLISHER TYPE STATUS P LOCATION
12072026-06-04T20:51:43.752Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12082026-06-04T20:51:44.047ZFMRI IFO
12092026-06-04T20:51:44.047Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12102026-06-04T20:51:44.047Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12112026-06-04T20:51:44.047Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12122026-06-04T20:51:44.047Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12132026-06-04T20:51:44.047Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12142026-06-04T20:51:44.048Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12152026-06-04T20:51:44.048Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12162026-06-04T20:51:44.048Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12172026-06-04T20:51:44.048Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12182026-06-04T20:51:44.634Z Downloading crates ...
12192026-06-04T20:51:44.715Z Downloaded cargo_toml v0.21.0
12202026-06-04T20:51:44.762Z Compiling proc-macro2 v1.0.106
12212026-06-04T20:51:44.762Z Compiling quote v1.0.45
12222026-06-04T20:51:44.766Z Compiling unicode-ident v1.0.24
12232026-06-04T20:51:44.766Z Compiling serde_core v1.0.228
12242026-06-04T20:51:44.766Z Compiling libc v0.2.185
12252026-06-04T20:51:44.850Z Compiling version_check v0.9.5
12262026-06-04T20:51:44.853Z Compiling memchr v2.8.0
12272026-06-04T20:51:44.853Z Compiling stable_deref_trait v1.2.1
12282026-06-04T20:51:44.853Z Compiling serde v1.0.228
12292026-06-04T20:51:44.853Z Compiling zmij v1.0.21
12302026-06-04T20:51:44.853Z Compiling ucd-trie v0.1.7
12312026-06-04T20:51:44.853Z Compiling thiserror v1.0.69
12322026-06-04T20:51:44.853Z Compiling autocfg v1.5.0
12332026-06-04T20:51:44.853Z Compiling itoa v1.0.17
12342026-06-04T20:51:44.863Z Compiling litemap v0.8.1
12352026-06-04T20:51:44.996Z Compiling writeable v0.6.2
12362026-06-04T20:51:45.055Z Compiling rustix v1.1.3
12372026-06-04T20:51:45.081Z Compiling icu_normalizer_data v2.1.1
12382026-06-04T20:51:45.221Z Compiling byteorder v1.5.0
12392026-06-04T20:51:45.240Z Compiling icu_properties_data v2.1.2
12402026-06-04T20:51:45.346Z Compiling bitflags v2.11.0
12412026-06-04T20:51:45.356Z Compiling serde_json v1.0.149
12422026-06-04T20:51:45.368Z Compiling num-traits v0.2.19
12432026-06-04T20:51:45.419Z Compiling pest v2.8.6
12442026-06-04T20:51:45.496Z Compiling smallvec v1.15.1
12452026-06-04T20:51:45.529Z Compiling typeid v1.0.3
12462026-06-04T20:51:45.538Z Compiling hashbrown v0.17.0
12472026-06-04T20:51:45.610Z Compiling equivalent v1.0.2
12482026-06-04T20:51:45.641Z Compiling proc-macro-error-attr v1.0.4
12492026-06-04T20:51:45.675Z Compiling usdt-impl v0.5.0
12502026-06-04T20:51:45.678Z Compiling toml_write v0.1.2
12512026-06-04T20:51:45.744Z Compiling syn v1.0.109
12522026-06-04T20:51:45.747Z Compiling erased-serde v0.4.9
12532026-06-04T20:51:45.767Z Compiling errno v0.3.14
12542026-06-04T20:51:45.770Z Compiling thread-id v4.2.2
12552026-06-04T20:51:45.845Z Compiling winnow v0.7.14
12562026-06-04T20:51:45.912Z Compiling proc-macro-error v1.0.4
12572026-06-04T20:51:45.924Z Compiling utf8_iter v1.0.4
12582026-06-04T20:51:45.935Z Compiling camino v1.2.2
12592026-06-04T20:51:45.945Z Compiling percent-encoding v2.3.2
12602026-06-04T20:51:46.030Z Compiling log v0.4.29
12612026-06-04T20:51:46.059Z Compiling indexmap v2.14.0
12622026-06-04T20:51:46.127Z Compiling utf8parse v0.2.2
12632026-06-04T20:51:46.137Z Compiling getrandom v0.4.1
12642026-06-04T20:51:46.154Z Compiling plain v0.2.3
12652026-06-04T20:51:46.196Z Compiling thiserror v2.0.18
12662026-06-04T20:51:46.265Z Compiling anstyle-parse v0.2.7
12672026-06-04T20:51:46.311Z Compiling syn v2.0.117
12682026-06-04T20:51:46.332Z Compiling form_urlencoded v1.2.2
12692026-06-04T20:51:46.415Z Compiling cfg-if v1.0.4
12702026-06-04T20:51:46.483Z Compiling ordered-float v2.10.1
12712026-06-04T20:51:46.498Z Compiling anstyle-query v1.1.5
12722026-06-04T20:51:46.549Z Compiling pest_meta v2.8.6
12732026-06-04T20:51:46.576Z Compiling is_terminal_polyfill v1.70.2
12742026-06-04T20:51:46.601Z Compiling anstyle v1.0.13
12752026-06-04T20:51:46.601Z Compiling colorchoice v1.0.4
12762026-06-04T20:51:46.626Z Compiling pretty-hex v0.4.1
12772026-06-04T20:51:46.776Z Compiling fs-err v3.3.0
12782026-06-04T20:51:46.787Z Compiling terminal_size v0.4.3
12792026-06-04T20:51:46.790Z Compiling anstream v0.6.21
12802026-06-04T20:51:46.809Z Compiling anyhow v1.0.102
12812026-06-04T20:51:46.819Z Compiling fnv v1.0.7
12822026-06-04T20:51:46.856Z Compiling fastrand v2.3.0
12832026-06-04T20:51:46.871Z Compiling once_cell v1.21.3
12842026-06-04T20:51:46.931Z Compiling strsim v0.11.1
12852026-06-04T20:51:46.946Z Compiling heck v0.5.0
12862026-06-04T20:51:46.959Z Compiling unicode-xid v0.2.6
12872026-06-04T20:51:46.984Z Compiling unicode-width v0.1.14
12882026-06-04T20:51:47.062Z Compiling heck v0.4.1
12892026-06-04T20:51:47.091Z Compiling bytecount v0.6.9
12902026-06-04T20:51:47.102Z Compiling clap_lex v1.0.0
12912026-06-04T20:51:47.131Z Compiling tempfile v3.25.0
12922026-06-04T20:51:47.286Z Compiling semver v1.0.28
12932026-06-04T20:51:47.318Z Compiling clap_builder v4.5.60
12942026-06-04T20:51:47.361Z Compiling papergrid v0.11.0
12952026-06-04T20:51:47.386Z Compiling memmap v0.7.0
12962026-06-04T20:51:47.401Z Compiling unicode-linebreak v0.1.5
12972026-06-04T20:51:47.405Z Compiling smawk v0.3.2
12982026-06-04T20:51:47.420Z Compiling unicode-width v0.2.0
12992026-06-04T20:51:47.589Z Compiling camino-tempfile v1.4.1
13002026-06-04T20:51:47.664Z Compiling serde-untagged v0.1.9
13012026-06-04T20:51:47.727Z Compiling textwrap v0.16.2
13022026-06-04T20:51:47.738Z Compiling swrite v0.1.0
13032026-06-04T20:51:47.750Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13042026-06-04T20:51:48.138Z Compiling tabled_derive v0.7.0
13052026-06-04T20:51:48.800Z Compiling tabled v0.15.0
13062026-06-04T20:51:48.872Z Compiling synstructure v0.13.2
13072026-06-04T20:51:48.872Z Compiling pest_generator v2.8.6
13082026-06-04T20:51:49.414Z Compiling serde_derive v1.0.228
13092026-06-04T20:51:49.414Z Compiling zerofrom-derive v0.1.6
13102026-06-04T20:51:49.417Z Compiling yoke-derive v0.8.1
13112026-06-04T20:51:49.417Z Compiling zerovec-derive v0.11.2
13122026-06-04T20:51:49.417Z Compiling displaydoc v0.2.5
13132026-06-04T20:51:49.417Z Compiling thiserror-impl v1.0.69
13142026-06-04T20:51:49.417Z Compiling zerocopy-derive v0.7.35
13152026-06-04T20:51:49.417Z Compiling scroll_derive v0.12.1
13162026-06-04T20:51:49.417Z Compiling thiserror-impl v2.0.18
13172026-06-04T20:51:49.417Z Compiling clap_derive v4.5.55
13182026-06-04T20:51:49.512Z Compiling pest_derive v2.8.6
13192026-06-04T20:51:50.045Z Compiling scroll v0.12.0
13202026-06-04T20:51:50.160Z Compiling zerocopy v0.7.35
13212026-06-04T20:51:50.243Z Compiling goblin v0.8.2
13222026-06-04T20:51:50.484Z Compiling zerofrom v0.1.6
13232026-06-04T20:51:50.592Z Compiling yoke v0.8.1
13242026-06-04T20:51:50.602Z Compiling dtrace-parser v0.2.0
13252026-06-04T20:51:50.736Z Compiling zerovec v0.11.5
13262026-06-04T20:51:50.736Z Compiling zerotrie v0.2.3
13272026-06-04T20:51:50.827Z Compiling clap v4.5.60
13282026-06-04T20:51:51.143Z Compiling tinystr v0.8.2
13292026-06-04T20:51:51.143Z Compiling potential_utf v0.1.4
13302026-06-04T20:51:51.259Z Compiling icu_collections v2.1.1
13312026-06-04T20:51:51.311Z Compiling icu_locale_core v2.1.1
13322026-06-04T20:51:51.813Z Compiling icu_provider v2.1.1
13332026-06-04T20:51:51.866Z Compiling dof v0.3.0
13342026-06-04T20:51:51.866Z Compiling serde_tokenstream v0.2.3
13352026-06-04T20:51:51.886Z Compiling serde_spanned v0.6.9
13362026-06-04T20:51:51.906Z Compiling toml_datetime v0.6.11
13372026-06-04T20:51:51.906Z Compiling serde-value v0.7.0
13382026-06-04T20:51:51.906Z Compiling cargo-platform v0.2.0
13392026-06-04T20:51:51.906Z Compiling macaddr v1.0.1
13402026-06-04T20:51:52.042Z Compiling icu_normalizer v2.1.1
13412026-06-04T20:51:52.042Z Compiling icu_properties v2.1.2
13422026-06-04T20:51:52.062Z Compiling toml_edit v0.22.27
13432026-06-04T20:51:52.598Z Compiling usdt-attr-macro v0.5.0
13442026-06-04T20:51:52.598Z Compiling usdt-macro v0.5.0
13452026-06-04T20:51:52.887Z Compiling idna_adapter v1.2.1
13462026-06-04T20:51:53.005Z Compiling idna v1.1.0
13472026-06-04T20:51:53.190Z Compiling usdt v0.5.0
13482026-06-04T20:51:53.248Z Compiling url v2.5.8
13492026-06-04T20:51:53.373Z Compiling toml v0.8.23
13502026-06-04T20:51:53.705Z Compiling cargo-util-schemas v0.8.2
13512026-06-04T20:51:53.705Z Compiling cargo_toml v0.21.0
13522026-06-04T20:51:54.488Z Compiling cargo_metadata v0.21.0
13532026-06-04T20:51:55.396Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13542026-06-04T20:51:57.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
13552026-06-04T20:51:57.546Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13562026-06-04T20:51:58.335Z Compiling libc v0.2.185
13572026-06-04T20:51:58.335Z Compiling serde v1.0.228
13582026-06-04T20:51:58.338Z Compiling log v0.4.29
13592026-06-04T20:51:58.338Z Compiling find-msvc-tools v0.1.9
13602026-06-04T20:51:58.338Z Compiling shlex v1.3.0
13612026-06-04T20:51:58.338Z Compiling smallvec v1.15.1
13622026-06-04T20:51:58.338Z Compiling typenum v1.19.0
13632026-06-04T20:51:58.338Z Compiling subtle v2.6.1
13642026-06-04T20:51:58.471Z Compiling generic-array v0.14.7
13652026-06-04T20:51:58.474Z Compiling scopeguard v1.2.0
13662026-06-04T20:51:58.492Z Compiling const-oid v0.9.6
13672026-06-04T20:51:58.553Z Compiling serde_json v1.0.149
13682026-06-04T20:51:58.585Z Compiling syn v2.0.117
13692026-06-04T20:51:58.593Z Compiling zerocopy v0.8.40
13702026-06-04T20:51:58.597Z Compiling portable-atomic v1.13.1
13712026-06-04T20:51:58.619Z Compiling parking_lot_core v0.9.12
13722026-06-04T20:51:58.670Z Compiling lock_api v0.4.14
13732026-06-04T20:51:58.687Z Compiling pin-project-lite v0.2.17
13742026-06-04T20:51:58.703Z Compiling pkg-config v0.3.32
13752026-06-04T20:51:58.732Z Compiling bitflags v2.11.0
13762026-06-04T20:51:58.751Z Compiling libm v0.2.16
13772026-06-04T20:51:58.764Z Compiling futures-core v0.3.32
13782026-06-04T20:51:58.812Z Compiling critical-section v1.2.0
13792026-06-04T20:51:58.842Z Compiling num-traits v0.2.19
13802026-06-04T20:51:58.856Z Compiling percent-encoding v2.3.2
13812026-06-04T20:51:58.988Z Compiling futures-sink v0.3.32
13822026-06-04T20:51:58.991Z Compiling futures-task v0.3.32
13832026-06-04T20:51:58.991Z Compiling cpufeatures v0.2.17
13842026-06-04T20:51:58.992Z Compiling futures-io v0.3.32
13852026-06-04T20:51:59.004Z Compiling getrandom v0.4.1
13862026-06-04T20:51:59.109Z Compiling futures-channel v0.3.32
13872026-06-04T20:51:59.113Z Compiling slab v0.4.12
13882026-06-04T20:51:59.113Z Compiling rand_core v0.10.0
13892026-06-04T20:51:59.188Z Compiling indexmap v2.14.0
13902026-06-04T20:51:59.215Z Compiling getrandom v0.3.4
13912026-06-04T20:51:59.218Z Compiling rustversion v1.0.22
13922026-06-04T20:51:59.262Z Compiling form_urlencoded v1.2.2
13932026-06-04T20:51:59.279Z Compiling fs_extra v1.3.0
13942026-06-04T20:51:59.305Z Compiling dunce v1.0.5
13952026-06-04T20:51:59.320Z Compiling ident_case v1.0.1
13962026-06-04T20:51:59.408Z Compiling base64ct v1.8.3
13972026-06-04T20:51:59.423Z Compiling iana-time-zone v0.1.65
13982026-06-04T20:51:59.451Z Compiling flagset v0.4.7
13992026-06-04T20:51:59.468Z Compiling rustix v1.1.3
14002026-06-04T20:51:59.482Z Compiling regex-syntax v0.8.10
14012026-06-04T20:51:59.495Z Compiling vcpkg v0.2.15
14022026-06-04T20:51:59.597Z Compiling getrandom v0.2.17
14032026-06-04T20:51:59.612Z Compiling jobserver v0.1.34
14042026-06-04T20:51:59.615Z Compiling errno v0.3.14
14052026-06-04T20:51:59.657Z Compiling once_cell v1.21.3
14062026-06-04T20:51:59.660Z Compiling mio v1.2.0
14072026-06-04T20:51:59.717Z Compiling socket2 v0.6.3
14082026-06-04T20:51:59.809Z Compiling rand_core v0.6.4
14092026-06-04T20:51:59.842Z Compiling cc v1.2.56
14102026-06-04T20:51:59.845Z Compiling signal-hook-registry v1.4.8
14112026-06-04T20:51:59.893Z Compiling parking_lot v0.12.5
14122026-06-04T20:52:00.011Z Compiling pem-rfc7468 v0.7.0
14132026-06-04T20:52:00.083Z Compiling aws-lc-rs v1.16.3
14142026-06-04T20:52:00.104Z Compiling uuid v1.23.0
14152026-06-04T20:52:00.152Z Compiling tracing-core v0.1.36
14162026-06-04T20:52:00.168Z Compiling rustc_version v0.4.1
14172026-06-04T20:52:00.170Z Compiling base64 v0.22.1
14182026-06-04T20:52:00.251Z Compiling rand_core v0.9.5
14192026-06-04T20:52:00.345Z Compiling openssl-probe v0.2.1
14202026-06-04T20:52:00.352Z Compiling httparse v1.10.1
14212026-06-04T20:52:00.352Z Compiling untrusted v0.9.0
14222026-06-04T20:52:00.355Z Compiling untrusted v0.7.1
14232026-06-04T20:52:00.393Z Compiling tinyvec_macros v0.1.1
14242026-06-04T20:52:00.479Z Compiling tinyvec v1.10.0
14252026-06-04T20:52:00.483Z Compiling aho-corasick v1.1.4
14262026-06-04T20:52:00.509Z Compiling dyn-clone v1.0.20
14272026-06-04T20:52:00.514Z Compiling tower-service v0.3.3
14282026-06-04T20:52:00.514Z Compiling rustls v0.23.37
14292026-06-04T20:52:00.552Z Compiling cmake v0.1.57
14302026-06-04T20:52:00.556Z Compiling tower-layer v0.3.3
14312026-06-04T20:52:00.582Z Compiling schemars v0.8.22
14322026-06-04T20:52:00.596Z Compiling try-lock v0.2.5
14332026-06-04T20:52:00.625Z Compiling atomic-waker v1.1.2
14342026-06-04T20:52:00.711Z Compiling want v0.3.1
14352026-06-04T20:52:00.714Z Compiling httpdate v1.0.3
14362026-06-04T20:52:00.738Z Compiling pin-utils v0.1.0
14372026-06-04T20:52:00.741Z Compiling openssl v0.10.79
14382026-06-04T20:52:00.756Z Compiling foreign-types-shared v0.1.1
14392026-06-04T20:52:00.787Z Compiling spin v0.9.8
14402026-06-04T20:52:00.822Z Compiling unicode-normalization v0.1.25
14412026-06-04T20:52:00.826Z Compiling crc32fast v1.5.0
14422026-06-04T20:52:00.864Z Compiling num-conv v0.2.0
14432026-06-04T20:52:00.881Z Compiling foreign-types v0.3.2
14442026-06-04T20:52:00.900Z Compiling powerfmt v0.2.0
14452026-06-04T20:52:00.900Z Compiling native-tls v0.2.18
14462026-06-04T20:52:00.970Z Compiling time-core v0.1.8
14472026-06-04T20:52:00.973Z Compiling wait-timeout v0.2.1
14482026-06-04T20:52:01.001Z Compiling sync_wrapper v1.0.2
14492026-06-04T20:52:01.021Z Compiling num_threads v0.1.7
14502026-06-04T20:52:01.037Z Compiling crossbeam-utils v0.8.21
14512026-06-04T20:52:01.041Z Compiling quick-error v1.2.3
14522026-06-04T20:52:01.110Z Compiling deranged v0.5.8
14532026-06-04T20:52:01.129Z Compiling simd-adler32 v0.3.8
14542026-06-04T20:52:01.129Z Compiling siphasher v1.0.2
14552026-06-04T20:52:01.156Z Compiling time-macros v0.2.27
14562026-06-04T20:52:01.156Z Compiling bit-vec v0.8.0
14572026-06-04T20:52:01.159Z Compiling usdt-impl v0.6.0
14582026-06-04T20:52:01.215Z Compiling tempfile v3.25.0
14592026-06-04T20:52:01.257Z Compiling syn v1.0.109
14602026-06-04T20:52:01.309Z Compiling slog v2.8.2
14612026-06-04T20:52:01.340Z Compiling synstructure v0.13.2
14622026-06-04T20:52:01.355Z Compiling serde_derive_internals v0.29.1
14632026-06-04T20:52:01.404Z Compiling pest_generator v2.8.6
14642026-06-04T20:52:01.416Z Compiling darling_core v0.20.11
14652026-06-04T20:52:01.419Z Compiling aws-lc-sys v0.40.0
14662026-06-04T20:52:01.445Z Compiling ring v0.17.14
14672026-06-04T20:52:01.483Z Compiling openssl-sys v0.9.115
14682026-06-04T20:52:01.497Z Compiling regex-automata v0.4.14
14692026-06-04T20:52:01.524Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-04T20:52:01.628Z Compiling rusty-fork v0.3.1
14712026-06-04T20:52:01.651Z Compiling bzip2-sys v0.1.13+1.0.8
14722026-06-04T20:52:01.866Z Compiling bit-set v0.8.0
14732026-06-04T20:52:01.982Z Compiling darling_core v0.21.3
14742026-06-04T20:52:01.985Z Compiling heapless v0.7.17
14752026-06-04T20:52:02.026Z Compiling rand_xorshift v0.4.0
14762026-06-04T20:52:02.055Z Compiling thread-id v5.1.0
14772026-06-04T20:52:02.109Z Compiling cookie v0.18.1
14782026-06-04T20:52:02.139Z Compiling unicode-bidi v0.3.18
14792026-06-04T20:52:02.155Z Compiling signal-hook v0.3.18
14802026-06-04T20:52:02.251Z Compiling unarray v0.1.4
14812026-06-04T20:52:02.271Z Compiling unicode-properties v0.1.4
14822026-06-04T20:52:02.287Z Compiling allocator-api2 v0.2.21
14832026-06-04T20:52:02.304Z Compiling anyhow v1.0.102
14842026-06-04T20:52:02.304Z Compiling time v0.3.47
14852026-06-04T20:52:02.337Z Compiling zstd-safe v7.2.4
14862026-06-04T20:52:02.354Z Compiling iri-string v0.7.10
14872026-06-04T20:52:02.377Z Compiling adler2 v2.0.1
14882026-06-04T20:52:02.504Z Compiling ryu v1.0.23
14892026-06-04T20:52:02.530Z Compiling paste v1.0.15
14902026-06-04T20:52:02.564Z Compiling miniz_oxide v0.8.9
14912026-06-04T20:52:02.632Z Compiling stringprep v0.1.5
14922026-06-04T20:52:02.901Z Compiling vergen-lib v9.1.0
14932026-06-04T20:52:02.917Z Compiling curve25519-dalek v4.1.3
14942026-06-04T20:52:03.071Z Compiling serde_derive v1.0.228
14952026-06-04T20:52:03.094Z Compiling zeroize_derive v1.4.3
14962026-06-04T20:52:03.112Z Compiling zerofrom-derive v0.1.6
14972026-06-04T20:52:03.263Z Compiling yoke-derive v0.8.1
14982026-06-04T20:52:03.266Z Compiling zerocopy-derive v0.8.40
14992026-06-04T20:52:03.296Z Compiling zerovec-derive v0.11.2
15002026-06-04T20:52:03.520Z Compiling displaydoc v0.2.5
15012026-06-04T20:52:03.790Z Compiling zeroize v1.8.2
15022026-06-04T20:52:03.805Z Compiling tokio-macros v2.7.0
15032026-06-04T20:52:03.973Z Compiling futures-macro v0.3.32
15042026-06-04T20:52:04.019Z Compiling der_derive v0.7.3
15052026-06-04T20:52:04.313Z Compiling rustls-pki-types v1.14.0
15062026-06-04T20:52:04.465Z Compiling crypto-common v0.1.7
15072026-06-04T20:52:04.482Z Compiling block-buffer v0.10.4
15082026-06-04T20:52:04.535Z Compiling block-padding v0.3.3
15092026-06-04T20:52:04.593Z Compiling thiserror-impl v2.0.18
15102026-06-04T20:52:04.609Z Compiling tracing-attributes v0.1.31
15112026-06-04T20:52:04.630Z Compiling zerofrom v0.1.6
15122026-06-04T20:52:04.645Z Compiling digest v0.10.7
15132026-06-04T20:52:04.674Z Compiling scroll_derive v0.13.1
15142026-06-04T20:52:04.729Z Compiling inout v0.1.4
15152026-06-04T20:52:04.779Z Compiling yoke v0.8.1
15162026-06-04T20:52:04.800Z Compiling pest_derive v2.8.6
15172026-06-04T20:52:04.829Z Compiling futures-util v0.3.32
15182026-06-04T20:52:04.915Z Compiling hmac v0.12.1
15192026-06-04T20:52:04.934Z Compiling cipher v0.4.4
15202026-06-04T20:52:04.998Z Compiling zerovec v0.11.5
15212026-06-04T20:52:05.039Z Compiling zerotrie v0.2.3
15222026-06-04T20:52:05.094Z Compiling sha2 v0.10.9
15232026-06-04T20:52:05.213Z Compiling der v0.7.10
15242026-06-04T20:52:05.269Z Compiling salsa20 v0.10.2
15252026-06-04T20:52:05.365Z Compiling pbkdf2 v0.12.2
15262026-06-04T20:52:05.449Z Compiling aes v0.8.4
15272026-06-04T20:52:05.516Z Compiling tinystr v0.8.2
15282026-06-04T20:52:05.541Z Compiling potential_utf v0.1.4
15292026-06-04T20:52:05.556Z Compiling scrypt v0.11.0
15302026-06-04T20:52:05.699Z Compiling icu_locale_core v2.1.1
15312026-06-04T20:52:05.726Z Compiling icu_collections v2.1.1
15322026-06-04T20:52:05.752Z Compiling cbc v0.1.2
15332026-06-04T20:52:05.826Z Compiling schemars_derive v0.8.22
15342026-06-04T20:52:05.923Z Compiling scroll v0.13.0
15352026-06-04T20:52:06.010Z Compiling tracing v0.1.44
15362026-06-04T20:52:06.018Z Compiling thiserror v2.0.18
15372026-06-04T20:52:06.091Z Compiling spki v0.7.3
15382026-06-04T20:52:06.216Z Compiling darling_macro v0.20.11
15392026-06-04T20:52:06.240Z Compiling openssl-macros v0.1.1
15402026-06-04T20:52:06.297Z Compiling pkcs5 v0.7.1
15412026-06-04T20:52:06.323Z Compiling icu_provider v2.1.1
15422026-06-04T20:52:06.455Z Compiling goblin v0.10.5
15432026-06-04T20:52:06.526Z Compiling rustls-native-certs v0.8.3
15442026-06-04T20:52:06.539Z Compiling dtrace-parser v0.3.0
15452026-06-04T20:52:06.609Z Compiling bytes v1.11.1
15462026-06-04T20:52:06.647Z Compiling icu_normalizer v2.1.1
15472026-06-04T20:52:06.677Z Compiling icu_properties v2.1.2
15482026-06-04T20:52:06.707Z Compiling chrono v0.4.44
15492026-06-04T20:52:06.747Z Compiling ipnet v2.11.0
15502026-06-04T20:52:06.761Z Compiling pkcs8 v0.10.2
15512026-06-04T20:52:06.807Z Compiling darling v0.20.11
15522026-06-04T20:52:06.912Z Compiling derive_builder_core v0.20.2
15532026-06-04T20:52:07.096Z Compiling tokio v1.52.1
15542026-06-04T20:52:07.141Z Compiling http v1.4.0
15552026-06-04T20:52:07.184Z Compiling signature v2.2.0
15562026-06-04T20:52:07.208Z Compiling webpki-roots v1.0.6
15572026-06-04T20:52:07.249Z Compiling scroll_derive v0.12.1
15582026-06-04T20:52:07.272Z Compiling thiserror-impl v1.0.69
15592026-06-04T20:52:07.330Z Compiling serde_tokenstream v0.2.3
15602026-06-04T20:52:07.347Z Compiling erased-serde v0.3.31
15612026-06-04T20:52:07.388Z Compiling toml_datetime v0.6.11
15622026-06-04T20:52:07.663Z Compiling idna_adapter v1.2.1
15632026-06-04T20:52:07.663Z Compiling ppv-lite86 v0.2.21
15642026-06-04T20:52:07.808Z Compiling idna v1.1.0
15652026-06-04T20:52:07.826Z Compiling http-body v1.0.1
15662026-06-04T20:52:07.840Z Compiling derive_builder_macro v0.20.2
15672026-06-04T20:52:07.861Z Compiling serde_spanned v0.6.9
15682026-06-04T20:52:07.902Z Compiling serde_urlencoded v0.7.1
15692026-06-04T20:52:07.965Z Compiling rand_chacha v0.9.0
15702026-06-04T20:52:07.980Z Compiling http-body-util v0.1.3
15712026-06-04T20:52:08.000Z Compiling scroll v0.12.0
15722026-06-04T20:52:08.014Z Compiling rand_chacha v0.3.1
15732026-06-04T20:52:08.031Z Compiling md-5 v0.10.6
15742026-06-04T20:52:08.093Z Compiling darling_macro v0.21.3
15752026-06-04T20:52:08.135Z Compiling url v2.5.8
15762026-06-04T20:52:08.216Z Compiling rand v0.9.2
15772026-06-04T20:52:08.250Z Compiling bstr v1.12.1
15782026-06-04T20:52:08.311Z Compiling async-trait v0.1.89
15792026-06-04T20:52:08.326Z Compiling pin-project-internal v1.1.11
15802026-06-04T20:52:08.385Z Compiling zerocopy-derive v0.7.35
15812026-06-04T20:52:08.541Z Compiling num-integer v0.1.46
15822026-06-04T20:52:08.612Z Compiling ff v0.13.1
15832026-06-04T20:52:08.665Z Compiling thiserror v1.0.69
15842026-06-04T20:52:08.768Z Compiling hash32 v0.2.1
15852026-06-04T20:52:08.795Z Compiling proptest v1.10.0
15862026-06-04T20:52:08.885Z Compiling memoffset v0.9.1
15872026-06-04T20:52:08.900Z Compiling encoding_rs v0.8.35
15882026-06-04T20:52:08.922Z Compiling psl-types v2.0.11
15892026-06-04T20:52:08.979Z Compiling fallible-iterator v0.2.0
15902026-06-04T20:52:09.008Z Compiling litrs v1.0.0
15912026-06-04T20:52:09.050Z Compiling num-bigint-dig v0.8.6
15922026-06-04T20:52:09.065Z Compiling smoltcp v0.9.1
15932026-06-04T20:52:09.106Z Compiling mime v0.3.17
15942026-06-04T20:52:09.271Z Compiling dof v0.4.0
15952026-06-04T20:52:09.315Z Compiling base16ct v0.2.0
15962026-06-04T20:52:09.384Z Compiling cfg_aliases v0.2.1
15972026-06-04T20:52:09.399Z Compiling zlib-rs v0.6.2
15982026-06-04T20:52:09.444Z Compiling ref-cast v1.0.25
15992026-06-04T20:52:09.474Z Compiling rustix v0.38.44
16002026-06-04T20:52:09.489Z Compiling pin-project v1.1.11
16012026-06-04T20:52:09.510Z Compiling nix v0.31.2
16022026-06-04T20:52:09.544Z Compiling ipnetwork v0.21.1
16032026-06-04T20:52:09.601Z Compiling document-features v0.2.12
16042026-06-04T20:52:09.659Z Compiling sec1 v0.7.3
16052026-06-04T20:52:09.829Z Compiling oxnet v0.1.4
16062026-06-04T20:52:09.939Z Compiling zerocopy v0.7.35
16072026-06-04T20:52:09.973Z Compiling postgres-protocol v0.6.10
16082026-06-04T20:52:10.018Z Compiling publicsuffix v2.3.0
16092026-06-04T20:52:10.086Z Compiling num-iter v0.1.45
16102026-06-04T20:52:10.106Z Compiling group v0.13.0
16112026-06-04T20:52:10.215Z Compiling darling v0.21.3
16122026-06-04T20:52:10.232Z Compiling derive_builder v0.20.2
16132026-06-04T20:52:10.232Z Compiling rand v0.8.6
16142026-06-04T20:52:10.259Z Compiling goblin v0.8.2
16152026-06-04T20:52:10.322Z Compiling futures-executor v0.3.32
16162026-06-04T20:52:10.379Z Compiling hubpack_derive v0.1.1
16172026-06-04T20:52:10.468Z Compiling hex v0.4.3
16182026-06-04T20:52:10.497Z Compiling hkdf v0.12.4
16192026-06-04T20:52:10.521Z Compiling crypto-bigint v0.5.5
16202026-06-04T20:52:10.536Z Compiling regex v1.12.3
16212026-06-04T20:52:10.704Z Compiling snafu-derive v0.8.9
16222026-06-04T20:52:10.719Z Compiling curve25519-dalek-derive v0.1.1
16232026-06-04T20:52:10.723Z Compiling daft-derive v0.1.7
16242026-06-04T20:52:10.733Z Compiling ref-cast-impl v1.0.25
16252026-06-04T20:52:10.761Z Compiling strum_macros v0.27.2
16262026-06-04T20:52:10.995Z Compiling tokio-util v0.7.18
16272026-06-04T20:52:11.118Z Compiling tower v0.5.3
16282026-06-04T20:52:11.142Z Compiling tokio-native-tls v0.3.1
16292026-06-04T20:52:11.206Z Compiling newtype-uuid v1.3.2
16302026-06-04T20:52:11.338Z Compiling phf_shared v0.13.1
16312026-06-04T20:52:11.397Z Compiling terminal_size v0.4.3
16322026-06-04T20:52:11.415Z Compiling lazy_static v1.5.0
16332026-06-04T20:52:11.499Z Compiling vergen v9.1.0
16342026-06-04T20:52:11.547Z Compiling tower-http v0.6.8
16352026-06-04T20:52:11.565Z Compiling cargo-platform v0.3.2
16362026-06-04T20:52:11.574Z Compiling fs-err v3.3.0
16372026-06-04T20:52:11.653Z Compiling ahash v0.8.12
16382026-06-04T20:52:11.681Z Compiling unicode-segmentation v1.12.0
16392026-06-04T20:52:11.682Z Compiling foldhash v0.1.5
16402026-06-04T20:52:11.717Z Compiling h2 v0.4.13
16412026-06-04T20:52:11.802Z Compiling libbz2-rs-sys v0.2.2
16422026-06-04T20:52:11.836Z Compiling same-file v1.0.6
16432026-06-04T20:52:11.848Z Compiling bitflags v1.3.2
16442026-06-04T20:52:11.875Z Compiling foldhash v0.2.0
16452026-06-04T20:52:11.942Z Compiling object v0.37.3
16462026-06-04T20:52:11.977Z Compiling bumpalo v3.20.2
16472026-06-04T20:52:12.020Z Compiling managed v0.8.0
16482026-06-04T20:52:12.041Z Compiling winnow v0.5.40
16492026-06-04T20:52:12.072Z Compiling hashbrown v0.16.1
16502026-06-04T20:52:12.106Z Compiling walkdir v2.5.0
16512026-06-04T20:52:12.255Z Compiling flate2 v1.1.9
16522026-06-04T20:52:12.292Z Compiling bzip2 v0.6.1
16532026-06-04T20:52:12.439Z Compiling zopfli v0.8.3
16542026-06-04T20:52:12.492Z Compiling dof v0.3.0
16552026-06-04T20:52:12.507Z Compiling clap_builder v4.5.60
16562026-06-04T20:52:12.682Z Compiling snafu v0.8.9
16572026-06-04T20:52:12.713Z Compiling hashbrown v0.15.5
16582026-06-04T20:52:12.716Z Compiling cargo_metadata v0.23.1
16592026-06-04T20:52:12.746Z Compiling phf v0.13.1
16602026-06-04T20:52:12.778Z Compiling strum v0.27.2
16612026-06-04T20:52:12.805Z Compiling signal-hook-mio v0.2.5
16622026-06-04T20:52:12.919Z Compiling daft v0.1.7
16632026-06-04T20:52:12.949Z Compiling elliptic-curve v0.13.8
16642026-06-04T20:52:13.124Z Compiling hubpack v0.1.2
16652026-06-04T20:52:13.220Z Compiling cookie_store v0.22.1
16662026-06-04T20:52:13.255Z Compiling usdt-macro v0.6.0
16672026-06-04T20:52:13.264Z Compiling usdt-attr-macro v0.6.0
16682026-06-04T20:52:13.320Z Compiling bzip2 v0.4.4
16692026-06-04T20:52:13.401Z Compiling toml_edit v0.19.15
16702026-06-04T20:52:13.434Z Compiling futures v0.3.32
16712026-06-04T20:52:13.463Z Compiling postgres-types v0.2.12
16722026-06-04T20:52:13.533Z Compiling serde_with_macros v3.17.0
16732026-06-04T20:52:13.666Z Compiling zstd v0.13.3
16742026-06-04T20:52:13.843Z Compiling dtrace-parser v0.2.0
16752026-06-04T20:52:13.912Z Compiling globset v0.4.18
16762026-06-04T20:52:13.939Z Compiling ed25519 v2.2.3
16772026-06-04T20:52:14.065Z Compiling pkcs1 v0.7.5
16782026-06-04T20:52:14.073Z Compiling serde-big-array v0.5.1
16792026-06-04T20:52:14.133Z Compiling serde_plain v1.0.2
16802026-06-04T20:52:14.155Z Compiling olpc-cjson v0.1.4
16812026-06-04T20:52:14.258Z Compiling rfc6979 v0.4.0
16822026-06-04T20:52:14.325Z Compiling strum_macros v0.26.4
16832026-06-04T20:52:14.347Z Compiling serde_repr v0.1.20
16842026-06-04T20:52:14.393Z Compiling enum-as-inner v0.6.1
16852026-06-04T20:52:14.502Z Compiling clap_derive v4.5.55
16862026-06-04T20:52:14.649Z Compiling async-recursion v1.1.1
16872026-06-04T20:52:14.653Z Compiling phf_shared v0.11.3
16882026-06-04T20:52:14.718Z Compiling float-cmp v0.10.0
16892026-06-04T20:52:14.726Z Compiling hyper v1.8.1
16902026-06-04T20:52:14.866Z Compiling pem v3.0.6
16912026-06-04T20:52:14.875Z Compiling thread-id v4.2.2
16922026-06-04T20:52:14.879Z Compiling memmap2 v0.9.10
16932026-06-04T20:52:14.916Z Compiling env_filter v1.0.0
16942026-06-04T20:52:14.932Z Compiling whoami v2.1.0
16952026-06-04T20:52:14.982Z Compiling precomputed-hash v0.1.1
16962026-06-04T20:52:15.088Z Compiling jiff v0.2.21
16972026-06-04T20:52:15.131Z Compiling new_debug_unreachable v1.0.6
16982026-06-04T20:52:15.219Z Compiling either v1.15.0
16992026-06-04T20:52:15.227Z Compiling predicates-core v1.0.10
17002026-06-04T20:52:15.247Z Compiling fixedbitset v0.5.7
17012026-06-04T20:52:15.335Z Compiling data-encoding v2.10.0
17022026-06-04T20:52:15.350Z Compiling fixedbitset v0.4.2
17032026-06-04T20:52:15.431Z Compiling typed-path v0.9.3
17042026-06-04T20:52:15.450Z Compiling difflib v0.4.0
17052026-06-04T20:52:15.585Z Compiling static_assertions v1.1.0
17062026-06-04T20:52:15.600Z Compiling keccak v0.1.6
17072026-06-04T20:52:15.603Z Compiling normalize-line-endings v0.3.0
17082026-06-04T20:52:15.673Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-06-04T20:52:15.736Z Compiling predicates v3.1.4
17102026-06-04T20:52:15.762Z Compiling hickory-proto v0.25.2
17112026-06-04T20:52:16.046Z Compiling hyper-util v0.1.20
17122026-06-04T20:52:16.068Z Compiling sha3 v0.10.8
17132026-06-04T20:52:16.131Z Compiling toml_edit v0.22.27
17142026-06-04T20:52:16.131Z Compiling petgraph v0.6.5
17152026-06-04T20:52:16.150Z Compiling strum v0.26.3
17162026-06-04T20:52:16.308Z Compiling petgraph v0.8.3
17172026-06-04T20:52:16.333Z Compiling clap v4.5.60
17182026-06-04T20:52:16.372Z Compiling itertools v0.13.0
17192026-06-04T20:52:16.408Z Compiling string_cache v0.8.9
17202026-06-04T20:52:16.433Z Compiling tokio-postgres v0.7.16
17212026-06-04T20:52:16.449Z Compiling env_logger v0.11.9
17222026-06-04T20:52:16.547Z Compiling usdt v0.6.0
17232026-06-04T20:52:16.662Z Compiling usdt-impl v0.5.0
17242026-06-04T20:52:16.682Z Compiling toml v0.7.8
17252026-06-04T20:52:16.830Z Compiling serde_with v3.17.0
17262026-06-04T20:52:16.844Z Compiling crossterm v0.28.1
17272026-06-04T20:52:17.276Z Compiling ecdsa v0.16.9
17282026-06-04T20:52:17.313Z Compiling rsa v0.9.10
17292026-06-04T20:52:17.657Z Compiling hyper-tls v0.6.0
17302026-06-04T20:52:17.674Z Compiling ed25519-dalek v2.2.0
17312026-06-04T20:52:17.712Z Compiling zip v4.6.1
17322026-06-04T20:52:18.196Z Compiling zip v0.6.6
17332026-06-04T20:52:18.316Z Compiling iddqd v0.4.2
17342026-06-04T20:52:18.599Z Compiling heck v0.4.1
17352026-06-04T20:52:18.633Z Compiling similar v2.7.0
17362026-06-04T20:52:18.649Z Compiling tokio-stream v0.1.18
17372026-06-04T20:52:18.712Z Compiling toml_parser v1.0.9+spec-1.1.0
17382026-06-04T20:52:18.740Z Compiling buf-list v1.1.2
17392026-06-04T20:52:18.805Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-06-04T20:52:18.819Z Compiling openapiv3 v2.2.0
17412026-06-04T20:52:18.851Z Compiling x509-cert v0.2.5
17422026-06-04T20:52:18.887Z Compiling sha1 v0.10.6
17432026-06-04T20:52:19.046Z Compiling crossbeam-epoch v0.9.18
17442026-06-04T20:52:19.138Z Compiling lalrpop-util v0.19.12
17452026-06-04T20:52:19.153Z Compiling peg-runtime v0.8.5
17462026-06-04T20:52:19.169Z Compiling thread_local v1.1.9
17472026-06-04T20:52:19.357Z Compiling slog-async v2.8.0
17482026-06-04T20:52:19.386Z Compiling crossbeam-channel v0.5.15
17492026-06-04T20:52:19.401Z Compiling is-terminal v0.4.17
17502026-06-04T20:52:19.415Z Compiling filetime v0.2.27
17512026-06-04T20:52:19.431Z Compiling xattr v1.6.1
17522026-06-04T20:52:19.446Z Compiling take_mut v0.2.2
17532026-06-04T20:52:19.464Z Compiling term v1.2.1
17542026-06-04T20:52:19.573Z Compiling tar v0.4.45
17552026-06-04T20:52:19.850Z Compiling slog-term v2.9.2
17562026-06-04T20:52:37.220Z Compiling rustls-webpki v0.103.9
17572026-06-04T20:52:40.047Z Compiling tokio-rustls v0.26.4
17582026-06-04T20:52:40.047Z Compiling rustls-platform-verifier v0.6.2
17592026-06-04T20:52:40.252Z Compiling hyper-rustls v0.27.7
17602026-06-04T20:52:40.463Z Compiling reqwest v0.12.28
17612026-06-04T20:52:40.463Z Compiling reqwest v0.13.2
17622026-06-04T20:52:41.626Z Compiling tough v0.22.0
17632026-06-04T20:52:44.132Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-06-04T20:52:44.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-06-04T20:52:47.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.64s
17662026-06-04T20:52:47.374Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-06-04T20:52:47.428ZJun 04 20:52:46.193 INFO Starting download, target: Clickhouse
17682026-06-04T20:52:47.428ZJun 04 20:52:46.194 INFO Starting download, target: DendriteStub
17692026-06-04T20:52:47.428ZJun 04 20:52:46.194 INFO Starting download, target: Cockroach
17702026-06-04T20:52:47.428ZJun 04 20:52:46.194 INFO Starting download, target: Console
17712026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Starting download, target: MaghemiteMgd
17722026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Starting download, target: TransceiverControl
17732026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17752026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17782026-06-04T20:52:47.431ZJun 04 20:52:46.194 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17792026-06-04T20:52:47.758ZJun 04 20:52:46.524 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-06-04T20:52:48.058ZJun 04 20:52:46.810 INFO Download complete, target: TransceiverControl
17812026-06-04T20:52:48.426ZJun 04 20:52:47.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17822026-06-04T20:52:48.679ZJun 04 20:52:47.439 INFO Download complete, target: Console
17832026-06-04T20:52:49.106ZJun 04 20:52:47.870 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-06-04T20:52:49.268ZJun 04 20:52:48.033 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17852026-06-04T20:52:49.298ZJun 04 20:52:48.061 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-06-04T20:52:49.819ZJun 04 20:52:48.584 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-06-04T20:52:49.819ZJun 04 20:52:48.584 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-06-04T20:52:51.568ZJun 04 20:52:50.333 INFO Download complete, target: DendriteStub
17892026-06-04T20:52:51.780ZJun 04 20:52:50.546 INFO Download complete, target: MaghemiteMgd
17902026-06-04T20:52:54.657ZJun 04 20:52:53.423 INFO Checking that binary works, target: Cockroach
17912026-06-04T20:52:54.775ZJun 04 20:52:53.541 INFO Download complete, target: Cockroach
17922026-06-04T20:52:56.206ZJun 04 20:52:54.971 INFO Checking that binary works, target: Clickhouse
17932026-06-04T20:52:56.299ZJun 04 20:52:55.064 INFO Download complete, target: Clickhouse
17942026-06-04T20:52:56.305ZAll prerequisites installed successfully
17952026-06-04T20:52:56.308Z
17962026-06-04T20:52:56.308Zreal 1:27.280701746
17972026-06-04T20:52:56.309Zuser 6:45.456278161
17982026-06-04T20:52:56.309Zsys 1:40.605566628
17992026-06-04T20:52:56.309Ztrap 0.210989889
18002026-06-04T20:52:56.309Ztflt 1.269542052
18012026-06-04T20:52:56.309Zdflt 2.132650205
18022026-06-04T20:52:56.309Zkflt 0.032543780
18032026-06-04T20:52:56.309Zlock 23:37.716730680
18042026-06-04T20:52:56.309Zslp 18:18.034808426
18052026-06-04T20:52:56.309Zlat 22.296471119
18062026-06-04T20:52:56.309Zstop 2:36.619459954
18072026-06-04T20:52:56.309Z+ source ./tools/include/force-git-over-https.sh
18082026-06-04T20:52:56.309Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18092026-06-04T20:52:56.309Z++ (( i = 0 ))
18102026-06-04T20:52:56.309Z++ (( i < 5 ))
18112026-06-04T20:52:56.309Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18122026-06-04T20:52:56.312Z++ (( i++ ))
18132026-06-04T20:52:56.313Z++ (( i < 5 ))
18142026-06-04T20:52:56.313Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18152026-06-04T20:52:56.316Z++ (( i++ ))
18162026-06-04T20:52:56.316Z++ (( i < 5 ))
18172026-06-04T20:52:56.316Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18182026-06-04T20:52:56.316Z++ (( i++ ))
18192026-06-04T20:52:56.316Z++ (( i < 5 ))
18202026-06-04T20:52:56.316Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18212026-06-04T20:52:56.320Z++ (( i++ ))
18222026-06-04T20:52:56.320Z++ (( i < 5 ))
18232026-06-04T20:52:56.320Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18242026-06-04T20:52:56.323Z++ (( i++ ))
18252026-06-04T20:52:56.323Z++ (( i < 5 ))
18262026-06-04T20:52:56.323Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18272026-06-04T20:52:56.323Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18282026-06-04T20:52:56.323Z+ rc=0
18292026-06-04T20:52:56.323Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18302026-06-04T20:53:04.836Z+ case $rc in
18312026-06-04T20:53:04.836Z+ pfexec zfs create -p rpool/images/build/host
18322026-06-04T20:53:05.076Z+ pfexec zfs create -p rpool/images/build/recovery
18332026-06-04T20:53:05.146Z+ cargo xtask releng --output-dir /work --mkincorp
18342026-06-04T20:53:05.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-04T20:53:05.685Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18362026-06-04T20:53:06.549Z Compiling proc-macro2 v1.0.106
18372026-06-04T20:53:06.549Z Compiling quote v1.0.45
18382026-06-04T20:53:06.549Z Compiling unicode-ident v1.0.24
18392026-06-04T20:53:06.552Z Compiling libc v0.2.185
18402026-06-04T20:53:06.552Z Compiling serde_core v1.0.228
18412026-06-04T20:53:06.552Z Compiling serde v1.0.228
18422026-06-04T20:53:06.552Z Compiling cfg-if v1.0.4
18432026-06-04T20:53:06.552Z Compiling version_check v0.9.5
18442026-06-04T20:53:06.684Z Compiling shlex v1.3.0
18452026-06-04T20:53:06.687Z Compiling find-msvc-tools v0.1.9
18462026-06-04T20:53:06.687Z Compiling typenum v1.19.0
18472026-06-04T20:53:06.687Z Compiling autocfg v1.5.0
18482026-06-04T20:53:06.687Z Compiling zmij v1.0.21
18492026-06-04T20:53:06.687Z Compiling memchr v2.8.0
18502026-06-04T20:53:06.687Z Compiling zerocopy v0.8.40
18512026-06-04T20:53:06.948Z Compiling serde_json v1.0.149
18522026-06-04T20:53:06.965Z Compiling portable-atomic v1.13.1
18532026-06-04T20:53:06.968Z Compiling libm v0.2.16
18542026-06-04T20:53:07.009Z Compiling generic-array v0.14.7
18552026-06-04T20:53:07.012Z Compiling parking_lot_core v0.9.12
18562026-06-04T20:53:07.012Z Compiling smallvec v1.15.1
18572026-06-04T20:53:07.042Z Compiling icu_normalizer_data v2.1.1
18582026-06-04T20:53:07.074Z Compiling icu_properties_data v2.1.2
18592026-06-04T20:53:07.089Z Compiling num-traits v0.2.19
18602026-06-04T20:53:07.291Z Compiling pkg-config v0.3.32
18612026-06-04T20:53:07.337Z Compiling log v0.4.29
18622026-06-04T20:53:07.337Z Compiling itoa v1.0.17
18632026-06-04T20:53:07.337Z Compiling getrandom v0.4.1
18642026-06-04T20:53:07.351Z Compiling subtle v2.6.1
18652026-06-04T20:53:07.432Z Compiling getrandom v0.3.4
18662026-06-04T20:53:07.496Z Compiling scopeguard v1.2.0
18672026-06-04T20:53:07.554Z Compiling stable_deref_trait v1.2.1
18682026-06-04T20:53:07.605Z Compiling lock_api v0.4.14
18692026-06-04T20:53:07.639Z Compiling rustix v1.1.3
18702026-06-04T20:53:07.655Z Compiling jobserver v0.1.34
18712026-06-04T20:53:07.670Z Compiling getrandom v0.2.17
18722026-06-04T20:53:07.730Z Compiling errno v0.3.14
18732026-06-04T20:53:07.867Z Compiling rand_core v0.6.4
18742026-06-04T20:53:07.916Z Compiling cc v1.2.56
18752026-06-04T20:53:07.919Z Compiling dunce v1.0.5
18762026-06-04T20:53:07.919Z Compiling fs_extra v1.3.0
18772026-06-04T20:53:07.966Z Compiling syn v2.0.117
18782026-06-04T20:53:08.012Z Compiling critical-section v1.2.0
18792026-06-04T20:53:08.046Z Compiling heck v0.5.0
18802026-06-04T20:53:08.139Z Compiling pin-project-lite v0.2.17
18812026-06-04T20:53:08.236Z Compiling percent-encoding v2.3.2
18822026-06-04T20:53:08.267Z Compiling writeable v0.6.2
18832026-06-04T20:53:08.270Z Compiling litemap v0.8.1
18842026-06-04T20:53:08.270Z Compiling const-oid v0.9.6
18852026-06-04T20:53:08.286Z Compiling thiserror v2.0.18
18862026-06-04T20:53:08.289Z Compiling fnv v1.0.7
18872026-06-04T20:53:08.428Z Compiling once_cell v1.21.3
18882026-06-04T20:53:08.480Z Compiling rustversion v1.0.22
18892026-06-04T20:53:08.509Z Compiling aws-lc-rs v1.16.3
18902026-06-04T20:53:08.571Z Compiling signal-hook-registry v1.4.8
18912026-06-04T20:53:08.647Z Compiling cmake v0.1.57
18922026-06-04T20:53:08.681Z Compiling futures-core v0.3.32
18932026-06-04T20:53:08.702Z Compiling equivalent v1.0.2
18942026-06-04T20:53:08.819Z Compiling parking_lot v0.12.5
18952026-06-04T20:53:08.837Z Compiling mio v1.2.0
18962026-06-04T20:53:08.849Z Compiling httparse v1.10.1
18972026-06-04T20:53:09.002Z Compiling semver v1.0.28
18982026-06-04T20:53:09.034Z Compiling bitflags v2.11.0
18992026-06-04T20:53:09.157Z Compiling vcpkg v0.2.15
19002026-06-04T20:53:09.197Z Compiling socket2 v0.6.3
19012026-06-04T20:53:09.255Z Compiling utf8_iter v1.0.4
19022026-06-04T20:53:09.259Z Compiling ring v0.17.14
19032026-06-04T20:53:09.290Z Compiling aws-lc-sys v0.40.0
19042026-06-04T20:53:09.290Z Compiling schemars v0.8.22
19052026-06-04T20:53:09.509Z Compiling form_urlencoded v1.2.2
19062026-06-04T20:53:09.729Z Compiling hashbrown v0.17.0
19072026-06-04T20:53:09.756Z Compiling openssl-sys v0.9.115
19082026-06-04T20:53:09.792Z Compiling rustls v0.23.37
19092026-06-04T20:53:09.883Z Compiling rand_core v0.10.0
19102026-06-04T20:53:09.914Z Compiling futures-sink v0.3.32
19112026-06-04T20:53:10.005Z Compiling crc32fast v1.5.0
19122026-06-04T20:53:10.095Z Compiling futures-channel v0.3.32
19132026-06-04T20:53:10.131Z Compiling futures-task v0.3.32
19142026-06-04T20:53:10.133Z Compiling cpufeatures v0.2.17
19152026-06-04T20:53:10.214Z Compiling slab v0.4.12
19162026-06-04T20:53:10.234Z Compiling futures-io v0.3.32
19172026-06-04T20:53:10.323Z Compiling rustc_version v0.4.1
19182026-06-04T20:53:10.354Z Compiling indexmap v2.14.0
19192026-06-04T20:53:10.436Z Compiling ucd-trie v0.1.7
19202026-06-04T20:53:10.439Z Compiling openssl v0.10.79
19212026-06-04T20:53:10.439Z Compiling strsim v0.11.1
19222026-06-04T20:53:10.481Z Compiling byteorder v1.5.0
19232026-06-04T20:53:10.604Z Compiling pest v2.8.6
19242026-06-04T20:53:10.724Z Compiling num-conv v0.2.0
19252026-06-04T20:53:10.745Z Compiling time-core v0.1.8
19262026-06-04T20:53:10.788Z Compiling synstructure v0.13.2
19272026-06-04T20:53:10.791Z Compiling serde_derive_internals v0.29.1
19282026-06-04T20:53:10.896Z Compiling ident_case v1.0.1
19292026-06-04T20:53:10.916Z Compiling native-tls v0.2.18
19302026-06-04T20:53:10.954Z Compiling iana-time-zone v0.1.65
19312026-06-04T20:53:11.039Z Compiling thiserror v1.0.69
19322026-06-04T20:53:11.066Z Compiling time-macros v0.2.27
19332026-06-04T20:53:11.228Z Compiling syn v1.0.109
19342026-06-04T20:53:11.238Z Compiling base64 v0.22.1
19352026-06-04T20:53:11.259Z Compiling regex-syntax v0.8.10
19362026-06-04T20:53:11.355Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19372026-06-04T20:53:11.370Z Compiling untrusted v0.9.0
19382026-06-04T20:53:11.520Z Compiling base64ct v1.8.3
19392026-06-04T20:53:11.539Z Compiling crossbeam-utils v0.8.21
19402026-06-04T20:53:11.644Z Compiling uuid v1.23.0
19412026-06-04T20:53:11.757Z Compiling pest_meta v2.8.6
19422026-06-04T20:53:11.812Z Compiling pem-rfc7468 v0.7.0
19432026-06-04T20:53:11.840Z Compiling slog v2.8.2
19442026-06-04T20:53:11.932Z Compiling flagset v0.4.7
19452026-06-04T20:53:12.050Z Compiling serde_derive v1.0.228
19462026-06-04T20:53:12.081Z Compiling zeroize_derive v1.4.3
19472026-06-04T20:53:12.084Z Compiling zerofrom-derive v0.1.6
19482026-06-04T20:53:12.114Z Compiling yoke-derive v0.8.1
19492026-06-04T20:53:12.117Z Compiling zerocopy-derive v0.8.40
19502026-06-04T20:53:12.156Z Compiling zerovec-derive v0.11.2
19512026-06-04T20:53:12.293Z Compiling displaydoc v0.2.5
19522026-06-04T20:53:12.308Z Compiling tokio-macros v2.7.0
19532026-06-04T20:53:12.520Z Compiling futures-macro v0.3.32
19542026-06-04T20:53:12.558Z Compiling der_derive v0.7.3
19552026-06-04T20:53:12.700Z Compiling zeroize v1.8.2
19562026-06-04T20:53:13.016Z Compiling thiserror-impl v2.0.18
19572026-06-04T20:53:13.052Z Compiling tracing-attributes v0.1.31
19582026-06-04T20:53:13.090Z Compiling schemars_derive v0.8.22
19592026-06-04T20:53:13.239Z Compiling rustls-pki-types v1.14.0
19602026-06-04T20:53:13.254Z Compiling zerofrom v0.1.6
19612026-06-04T20:53:13.378Z Compiling yoke v0.8.1
19622026-06-04T20:53:13.398Z Compiling futures-util v0.3.32
19632026-06-04T20:53:13.510Z Compiling crypto-common v0.1.7
19642026-06-04T20:53:13.551Z Compiling zerovec v0.11.5
19652026-06-04T20:53:13.594Z Compiling zerotrie v0.2.3
19662026-06-04T20:53:13.688Z Compiling block-buffer v0.10.4
19672026-06-04T20:53:13.890Z Compiling digest v0.10.7
19682026-06-04T20:53:14.095Z Compiling tinystr v0.8.2
19692026-06-04T20:53:14.159Z Compiling potential_utf v0.1.4
19702026-06-04T20:53:14.191Z Compiling hmac v0.12.1
19712026-06-04T20:53:14.257Z Compiling block-padding v0.3.3
19722026-06-04T20:53:14.331Z Compiling icu_locale_core v2.1.1
19732026-06-04T20:53:14.350Z Compiling icu_collections v2.1.1
19742026-06-04T20:53:14.366Z Compiling openssl-macros v0.1.1
19752026-06-04T20:53:14.416Z Compiling inout v0.1.4
19762026-06-04T20:53:14.590Z Compiling pest_generator v2.8.6
19772026-06-04T20:53:14.805Z Compiling cipher v0.4.4
19782026-06-04T20:53:15.001Z Compiling sha2 v0.10.9
19792026-06-04T20:53:15.049Z Compiling icu_provider v2.1.1
19802026-06-04T20:53:15.249Z Compiling bytes v1.11.1
19812026-06-04T20:53:15.280Z Compiling chrono v0.4.44
19822026-06-04T20:53:15.309Z Compiling pest_derive v2.8.6
19832026-06-04T20:53:15.403Z Compiling icu_normalizer v2.1.1
19842026-06-04T20:53:15.511Z Compiling icu_properties v2.1.2
19852026-06-04T20:53:15.756Z Compiling tokio v1.52.1
19862026-06-04T20:53:16.178Z Compiling http v1.4.0
19872026-06-04T20:53:16.374Z Compiling scroll_derive v0.13.1
19882026-06-04T20:53:16.522Z Compiling idna_adapter v1.2.1
19892026-06-04T20:53:16.540Z Compiling ppv-lite86 v0.2.21
19902026-06-04T20:53:16.688Z Compiling idna v1.1.0
19912026-06-04T20:53:16.736Z Compiling thiserror-impl v1.0.69
19922026-06-04T20:53:16.991Z Compiling der v0.7.10
19932026-06-04T20:53:17.053Z Compiling url v2.5.8
19942026-06-04T20:53:17.132Z Compiling rand_core v0.9.5
19952026-06-04T20:53:17.160Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-06-04T20:53:17.483Z Compiling tracing-core v0.1.36
19972026-06-04T20:53:17.726Z Compiling paste v1.0.15
19982026-06-04T20:53:17.834Z Compiling camino v1.2.2
19992026-06-04T20:53:18.000Z Compiling plain v0.2.3
20002026-06-04T20:53:18.129Z Compiling tracing v0.1.44
20012026-06-04T20:53:18.150Z Compiling spki v0.7.3
20022026-06-04T20:53:18.299Z Compiling http-body v1.0.1
20032026-06-04T20:53:18.375Z Compiling salsa20 v0.10.2
20042026-06-04T20:53:18.492Z Compiling pbkdf2 v0.12.2
20052026-06-04T20:53:18.848Z Compiling aho-corasick v1.1.4
20062026-06-04T20:53:18.868Z Compiling cookie v0.18.1
20072026-06-04T20:53:18.934Z Compiling fastrand v2.3.0
20082026-06-04T20:53:19.080Z Compiling atomic-waker v1.1.2
20092026-06-04T20:53:19.158Z Compiling dyn-clone v1.0.20
20102026-06-04T20:53:19.202Z Compiling num-bigint-dig v0.8.6
20112026-06-04T20:53:19.350Z Compiling scrypt v0.11.0
20122026-06-04T20:53:19.556Z Compiling tokio-util v0.7.18
20132026-06-04T20:53:20.576Z Compiling rand_chacha v0.9.0
20142026-06-04T20:53:20.582Z Compiling cbc v0.1.2
20152026-06-04T20:53:20.582Z Compiling aes v0.8.4
20162026-06-04T20:53:20.582Z Compiling regex-automata v0.4.14
20172026-06-04T20:53:20.582Z Compiling async-trait v0.1.89
20182026-06-04T20:53:20.582Z Compiling ahash v0.8.12
20192026-06-04T20:53:20.582Z Compiling tinyvec_macros v0.1.1
20202026-06-04T20:53:20.582Z Compiling try-lock v0.2.5
20212026-06-04T20:53:20.582Z Compiling tower-layer v0.3.3
20222026-06-04T20:53:20.582Z Compiling pretty-hex v0.4.1
20232026-06-04T20:53:20.582Z Compiling untrusted v0.7.1
20242026-06-04T20:53:20.582Z Compiling tower-service v0.3.3
20252026-06-04T20:53:20.582Z Compiling usdt-impl v0.6.0
20262026-06-04T20:53:20.582Z Compiling zstd-safe v7.2.4
20272026-06-04T20:53:20.582Z Compiling anyhow v1.0.102
20282026-06-04T20:53:20.585Z Compiling openssl-probe v0.2.1
20292026-06-04T20:53:20.655Z Compiling want v0.3.1
20302026-06-04T20:53:20.697Z Compiling tinyvec v1.10.0
20312026-06-04T20:53:20.793Z Compiling pkcs5 v0.7.1
20322026-06-04T20:53:20.857Z Compiling h2 v0.4.13
20332026-06-04T20:53:20.896Z Compiling rand v0.9.2
20342026-06-04T20:53:21.034Z Compiling scroll v0.13.0
20352026-06-04T20:53:21.248Z Compiling ipnet v2.11.0
20362026-06-04T20:53:21.262Z Compiling serde_tokenstream v0.2.3
20372026-06-04T20:53:21.320Z Compiling daft-derive v0.1.7
20382026-06-04T20:53:21.517Z Compiling scroll_derive v0.12.1
20392026-06-04T20:53:21.562Z Compiling clap_derive v4.5.55
20402026-06-04T20:53:21.585Z Compiling heapless v0.7.17
20412026-06-04T20:53:21.999Z Compiling httpdate v1.0.3
20422026-06-04T20:53:22.149Z Compiling signal-hook v0.3.18
20432026-06-04T20:53:22.293Z Compiling pin-utils v0.1.0
20442026-06-04T20:53:22.496Z Compiling goblin v0.10.5
20452026-06-04T20:53:22.694Z Compiling pkcs8 v0.10.2
20462026-06-04T20:53:22.711Z Compiling tempfile v3.25.0
20472026-06-04T20:53:23.005Z Compiling pin-project-internal v1.1.11
20482026-06-04T20:53:23.234Z Compiling darling_core v0.20.11
20492026-06-04T20:53:23.333Z Compiling spin v0.9.8
20502026-06-04T20:53:23.370Z Compiling foreign-types-shared v0.1.1
20512026-06-04T20:53:23.556Z Compiling simd-adler32 v0.3.8
20522026-06-04T20:53:23.653Z Compiling litrs v1.0.0
20532026-06-04T20:53:23.831Z Compiling foreign-types v0.3.2
20542026-06-04T20:53:24.043Z Compiling unicode-normalization v0.1.25
20552026-06-04T20:53:24.166Z Compiling dtrace-parser v0.3.0
20562026-06-04T20:53:24.190Z Compiling document-features v0.2.12
20572026-06-04T20:53:24.374Z Compiling hyper v1.8.1
20582026-06-04T20:53:24.548Z Compiling hex v0.4.3
20592026-06-04T20:53:24.587Z Compiling strum_macros v0.26.4
20602026-06-04T20:53:24.739Z Compiling zerocopy-derive v0.7.35
20612026-06-04T20:53:24.755Z Compiling darling_core v0.21.3
20622026-06-04T20:53:24.829Z Compiling curve25519-dalek v4.1.3
20632026-06-04T20:53:24.923Z Compiling thread-id v5.1.0
20642026-06-04T20:53:25.028Z Compiling memoffset v0.9.1
20652026-06-04T20:53:25.056Z Compiling smoltcp v0.9.1
20662026-06-04T20:53:25.079Z Compiling anstyle v1.0.13
20672026-06-04T20:53:25.119Z Compiling powerfmt v0.2.0
20682026-06-04T20:53:25.172Z Compiling adler2 v2.0.1
20692026-06-04T20:53:25.263Z Compiling darling_macro v0.20.11
20702026-06-04T20:53:25.292Z Compiling dof v0.4.0
20712026-06-04T20:53:25.362Z Compiling ref-cast v1.0.25
20722026-06-04T20:53:25.417Z Compiling utf8parse v0.2.2
20732026-06-04T20:53:25.449Z Compiling rustix v0.38.44
20742026-06-04T20:53:25.571Z Compiling anstyle-parse v0.2.7
20752026-06-04T20:53:25.599Z Compiling deranged v0.5.8
20762026-06-04T20:53:25.688Z Compiling miniz_oxide v0.8.9
20772026-06-04T20:53:25.790Z Compiling darling v0.20.11
20782026-06-04T20:53:25.840Z Compiling hyper-util v0.1.20
20792026-06-04T20:53:25.898Z Compiling rustls-native-certs v0.8.3
20802026-06-04T20:53:26.388Z Compiling http-body-util v0.1.3
20812026-06-04T20:53:26.415Z Compiling toml_datetime v0.6.11
20822026-06-04T20:53:26.699Z Compiling serde_spanned v0.6.9
20832026-06-04T20:53:26.746Z Compiling snafu-derive v0.8.9
20842026-06-04T20:53:26.816Z Compiling sync_wrapper v1.0.2
20852026-06-04T20:53:26.897Z Compiling wait-timeout v0.2.1
20862026-06-04T20:53:26.914Z Compiling encoding_rs v0.8.35
20872026-06-04T20:53:26.943Z Compiling bit-vec v0.8.0
20882026-06-04T20:53:26.996Z Compiling darling_macro v0.21.3
20892026-06-04T20:53:27.147Z Compiling cfg_aliases v0.2.1
20902026-06-04T20:53:27.205Z Compiling num_threads v0.1.7
20912026-06-04T20:53:27.222Z Compiling is_terminal_polyfill v1.70.2
20922026-06-04T20:53:27.240Z Compiling mime v0.3.17
20932026-06-04T20:53:27.290Z Compiling colorchoice v1.0.4
20942026-06-04T20:53:27.446Z Compiling zlib-rs v0.6.2
20952026-06-04T20:53:27.573Z Compiling quick-error v1.2.3
20962026-06-04T20:53:27.699Z Compiling siphasher v1.0.2
20972026-06-04T20:53:27.714Z Compiling anstyle-query v1.1.5
20982026-06-04T20:53:27.717Z Compiling ryu v1.0.23
20992026-06-04T20:53:27.840Z Compiling anstream v0.6.21
21002026-06-04T20:53:27.893Z Compiling serde_urlencoded v0.7.1
21012026-06-04T20:53:27.908Z Compiling time v0.3.47
21022026-06-04T20:53:28.193Z Compiling rusty-fork v0.3.1
21032026-06-04T20:53:28.334Z Compiling darling v0.21.3
21042026-06-04T20:53:28.441Z Compiling nix v0.31.2
21052026-06-04T20:53:28.452Z Compiling bit-set v0.8.0
21062026-06-04T20:53:28.508Z Compiling tower v0.5.3
21072026-06-04T20:53:28.625Z Compiling derive_builder_core v0.20.2
21082026-06-04T20:53:28.740Z Compiling regex v1.12.3
21092026-06-04T20:53:28.793Z Compiling webpki-roots v1.0.6
21102026-06-04T20:53:28.809Z Compiling rand_xorshift v0.4.0
21112026-06-04T20:53:28.932Z Compiling erased-serde v0.3.31
21122026-06-04T20:53:28.970Z Compiling hubpack_derive v0.1.1
21132026-06-04T20:53:28.975Z Compiling signature v2.2.0
21142026-06-04T20:53:29.061Z Compiling curve25519-dalek-derive v0.1.1
21152026-06-04T20:53:29.096Z Compiling strum_macros v0.27.2
21162026-06-04T20:53:29.137Z Compiling ref-cast-impl v1.0.25
21172026-06-04T20:53:29.373Z Compiling fs-err v3.3.0
21182026-06-04T20:53:29.396Z Compiling usdt-impl v0.5.0
21192026-06-04T20:53:29.538Z Compiling unarray v0.1.4
21202026-06-04T20:53:29.577Z Compiling flate2 v1.1.9
21212026-06-04T20:53:29.597Z Compiling allocator-api2 v0.2.21
21222026-06-04T20:53:29.671Z Compiling unicode-properties v0.1.4
21232026-06-04T20:53:29.688Z Compiling iri-string v0.7.10
21242026-06-04T20:53:29.719Z Compiling unicode-bidi v0.3.18
21252026-06-04T20:53:29.784Z Compiling object v0.37.3
21262026-06-04T20:53:30.068Z Compiling stringprep v0.1.5
21272026-06-04T20:53:30.402Z Compiling proptest v1.10.0
21282026-06-04T20:53:30.728Z Compiling derive_builder_macro v0.20.2
21292026-06-04T20:53:30.891Z Compiling tower-http v0.6.8
21302026-06-04T20:53:31.269Z Compiling serde_with_macros v3.17.0
21312026-06-04T20:53:31.285Z Compiling tokio-native-tls v0.3.1
21322026-06-04T20:53:31.335Z Compiling usdt-attr-macro v0.6.0
21332026-06-04T20:53:31.473Z Compiling usdt-macro v0.6.0
21342026-06-04T20:53:31.556Z Compiling ipnetwork v0.21.1
21352026-06-04T20:53:31.689Z Compiling scroll v0.12.0
21362026-06-04T20:53:31.705Z Compiling bstr v1.12.1
21372026-06-04T20:53:32.052Z Compiling rand_chacha v0.3.1
21382026-06-04T20:53:32.212Z Compiling md-5 v0.10.6
21392026-06-04T20:53:32.302Z Compiling async-recursion v1.1.1
21402026-06-04T20:53:32.326Z Compiling terminal_size v0.4.3
21412026-06-04T20:53:32.341Z Compiling num-integer v0.1.46
21422026-06-04T20:53:32.381Z Compiling hash32 v0.2.1
21432026-06-04T20:53:32.432Z Compiling vergen-lib v9.1.0
21442026-06-04T20:53:32.445Z Compiling ff v0.13.1
21452026-06-04T20:53:32.500Z Compiling fallible-iterator v0.2.0
21462026-06-04T20:53:32.588Z Compiling psl-types v2.0.11
21472026-06-04T20:53:32.604Z Compiling base16ct v0.2.0
21482026-06-04T20:53:32.659Z Compiling winnow v0.7.14
21492026-06-04T20:53:32.801Z Compiling clap_lex v1.0.0
21502026-06-04T20:53:32.925Z Compiling postgres-protocol v0.6.10
21512026-06-04T20:53:32.985Z Compiling clap_builder v4.5.60
21522026-06-04T20:53:33.084Z Compiling sec1 v0.7.3
21532026-06-04T20:53:33.183Z Compiling publicsuffix v2.3.0
21542026-06-04T20:53:33.298Z Compiling num-iter v0.1.45
21552026-06-04T20:53:33.375Z Compiling group v0.13.0
21562026-06-04T20:53:33.440Z Compiling newtype-uuid v1.3.2
21572026-06-04T20:53:33.470Z Compiling rand v0.8.6
21582026-06-04T20:53:33.877Z Compiling goblin v0.8.2
21592026-06-04T20:53:33.937Z Compiling oxnet v0.1.4
21602026-06-04T20:53:34.099Z Compiling hyper-tls v0.6.0
21612026-06-04T20:53:34.242Z Compiling derive_builder v0.20.2
21622026-06-04T20:53:34.310Z Compiling phf_shared v0.13.1
21632026-06-04T20:53:34.370Z Compiling zerocopy v0.7.35
21642026-06-04T20:53:34.442Z Compiling lazy_static v1.5.0
21652026-06-04T20:53:34.518Z Compiling pin-project v1.1.11
21662026-06-04T20:53:34.575Z Compiling futures-executor v0.3.32
21672026-06-04T20:53:34.624Z Compiling hkdf v0.12.4
21682026-06-04T20:53:34.639Z Compiling crypto-bigint v0.5.5
21692026-06-04T20:53:34.731Z Compiling serde_repr v0.1.20
21702026-06-04T20:53:34.785Z Compiling enum-as-inner v0.6.1
21712026-06-04T20:53:34.904Z Compiling vergen v9.1.0
21722026-06-04T20:53:34.935Z Compiling cargo-platform v0.3.2
21732026-06-04T20:53:35.100Z Compiling bitflags v1.3.2
21742026-06-04T20:53:35.212Z Compiling unicode-segmentation v1.12.0
21752026-06-04T20:53:35.227Z Compiling same-file v1.0.6
21762026-06-04T20:53:35.331Z Compiling winnow v0.5.40
21772026-06-04T20:53:35.401Z Compiling foldhash v0.2.0
21782026-06-04T20:53:35.446Z Compiling bumpalo v3.20.2
21792026-06-04T20:53:35.462Z Compiling libbz2-rs-sys v0.2.2
21802026-06-04T20:53:35.477Z Compiling foldhash v0.1.5
21812026-06-04T20:53:35.666Z Compiling managed v0.8.0
21822026-06-04T20:53:35.706Z Compiling zopfli v0.8.3
21832026-06-04T20:53:35.765Z Compiling hashbrown v0.15.5
21842026-06-04T20:53:35.902Z Compiling bzip2 v0.6.1
21852026-06-04T20:53:36.078Z Compiling elliptic-curve v0.13.8
21862026-06-04T20:53:36.127Z Compiling dof v0.3.0
21872026-06-04T20:53:36.183Z Compiling hashbrown v0.16.1
21882026-06-04T20:53:36.447Z Compiling walkdir v2.5.0
21892026-06-04T20:53:36.682Z Compiling toml_edit v0.19.15
21902026-06-04T20:53:36.788Z Compiling cargo_metadata v0.23.1
21912026-06-04T20:53:36.899Z Compiling clap v4.5.60
21922026-06-04T20:53:37.008Z Compiling futures v0.3.32
21932026-06-04T20:53:37.123Z Compiling snafu v0.8.9
21942026-06-04T20:53:37.482Z Compiling phf v0.13.1
21952026-06-04T20:53:37.871Z Compiling signal-hook-mio v0.2.5
21962026-06-04T20:53:38.014Z Compiling daft v0.1.7
21972026-06-04T20:53:38.063Z Compiling cookie_store v0.22.1
21982026-06-04T20:53:38.105Z Compiling zstd v0.13.3
21992026-06-04T20:53:38.170Z Compiling postgres-types v0.2.12
22002026-06-04T20:53:38.259Z Compiling bzip2 v0.4.4
22012026-06-04T20:53:38.303Z Compiling globset v0.4.18
22022026-06-04T20:53:38.320Z Compiling strum v0.27.2
22032026-06-04T20:53:38.337Z Compiling dtrace-parser v0.2.0
22042026-06-04T20:53:38.479Z Compiling hubpack v0.1.2
22052026-06-04T20:53:38.496Z Compiling ed25519 v2.2.3
22062026-06-04T20:53:38.537Z Compiling phf_shared v0.11.3
22072026-06-04T20:53:38.559Z Compiling olpc-cjson v0.1.4
22082026-06-04T20:53:38.655Z Compiling pkcs1 v0.7.5
22092026-06-04T20:53:38.741Z Compiling pem v3.0.6
22102026-06-04T20:53:38.759Z Compiling serde_plain v1.0.2
22112026-06-04T20:53:38.791Z Compiling serde-big-array v0.5.1
22122026-06-04T20:53:38.808Z Compiling rfc6979 v0.4.0
22132026-06-04T20:53:38.930Z Compiling float-cmp v0.10.0
22142026-06-04T20:53:38.935Z Compiling thread-id v4.2.2
22152026-06-04T20:53:38.943Z Compiling memmap2 v0.9.10
22162026-06-04T20:53:38.977Z Compiling env_filter v1.0.0
22172026-06-04T20:53:38.995Z Compiling typed-path v0.9.3
22182026-06-04T20:53:39.033Z Compiling fixedbitset v0.4.2
22192026-06-04T20:53:39.050Z Compiling jiff v0.2.21
22202026-06-04T20:53:39.053Z Compiling toml_write v0.1.2
22212026-06-04T20:53:39.099Z Compiling whoami v2.1.0
22222026-06-04T20:53:39.164Z Compiling keccak v0.1.6
22232026-06-04T20:53:39.242Z Compiling data-encoding v2.10.0
22242026-06-04T20:53:39.259Z Compiling precomputed-hash v0.1.1
22252026-06-04T20:53:39.292Z Compiling fixedbitset v0.5.7
22262026-06-04T20:53:39.321Z Compiling predicates-core v1.0.10
22272026-06-04T20:53:39.368Z Compiling normalize-line-endings v0.3.0
22282026-06-04T20:53:39.391Z Compiling difflib v0.4.0
22292026-06-04T20:53:39.442Z Compiling new_debug_unreachable v1.0.6
22302026-06-04T20:53:39.484Z Compiling either v1.15.0
22312026-06-04T20:53:39.500Z Compiling static_assertions v1.1.0
22322026-06-04T20:53:39.529Z Compiling string_cache v0.8.9
22332026-06-04T20:53:39.582Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22342026-06-04T20:53:39.597Z Compiling hickory-proto v0.25.2
22352026-06-04T20:53:39.707Z Compiling itertools v0.13.0
22362026-06-04T20:53:39.762Z Compiling predicates v3.1.4
22372026-06-04T20:53:39.789Z Compiling petgraph v0.8.3
22382026-06-04T20:53:39.846Z Compiling sha3 v0.10.8
22392026-06-04T20:53:40.145Z Compiling tokio-postgres v0.7.16
22402026-06-04T20:53:40.359Z Compiling toml_edit v0.22.27
22412026-06-04T20:53:40.550Z Compiling petgraph v0.6.5
22422026-06-04T20:53:40.981Z Compiling env_logger v0.11.9
22432026-06-04T20:53:41.018Z Compiling usdt v0.6.0
22442026-06-04T20:53:41.718Z Compiling zip v4.6.1
22452026-06-04T20:53:41.769Z Compiling ecdsa v0.16.9
22462026-06-04T20:53:41.845Z Compiling rsa v0.9.10
22472026-06-04T20:53:42.403Z Compiling ed25519-dalek v2.2.0
22482026-06-04T20:53:42.505Z Compiling crossterm v0.28.1
22492026-06-04T20:53:42.652Z Compiling zip v0.6.6
22502026-06-04T20:53:42.684Z Compiling iddqd v0.4.2
22512026-06-04T20:53:42.803Z Compiling toml v0.7.8
22522026-06-04T20:53:43.062Z Compiling crossbeam-epoch v0.9.18
22532026-06-04T20:53:43.186Z Compiling toml_parser v1.0.9+spec-1.1.0
22542026-06-04T20:53:43.236Z Compiling similar v2.7.0
22552026-06-04T20:53:43.340Z Compiling heck v0.4.1
22562026-06-04T20:53:43.363Z Compiling serde_with v3.17.0
22572026-06-04T20:53:43.402Z Compiling strum v0.26.3
22582026-06-04T20:53:43.561Z Compiling tokio-stream v0.1.18
22592026-06-04T20:53:43.698Z Compiling buf-list v1.1.2
22602026-06-04T20:53:43.821Z Compiling x509-cert v0.2.5
22612026-06-04T20:53:43.910Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-06-04T20:53:43.977Z Compiling openapiv3 v2.2.0
22632026-06-04T20:53:44.008Z Compiling sha1 v0.10.6
22642026-06-04T20:53:44.033Z Compiling structmeta-derive v0.3.0
22652026-06-04T20:53:44.223Z Compiling peg-runtime v0.8.5
22662026-06-04T20:53:44.426Z Compiling lalrpop-util v0.19.12
22672026-06-04T20:53:44.491Z Compiling radium v0.7.0
22682026-06-04T20:53:45.024Z Compiling structmeta v0.3.0
22692026-06-04T20:53:45.810Z Compiling tap v1.0.1
22702026-06-04T20:53:46.156Z Compiling maybe-uninit v2.0.0
22712026-06-04T20:53:46.496Z Compiling wyz v0.5.1
22722026-06-04T20:53:47.627Z Compiling funty v2.0.0
22732026-06-04T20:53:47.934Z Compiling packed_struct v0.10.1
22742026-06-04T20:53:48.253Z Compiling bitvec v1.0.1
22752026-06-04T20:53:50.637Z Compiling packed_struct_codegen v0.10.1
22762026-06-04T20:53:50.858Z Compiling bitfield-macros v0.19.4
22772026-06-04T20:53:51.020Z Compiling zerocopy-derive v0.6.6
22782026-06-04T20:53:51.462Z Compiling indexmap v1.9.3
22792026-06-04T20:53:51.532Z Compiling crc-catalog v2.4.0
22802026-06-04T20:53:51.646Z Compiling typeid v1.0.3
22812026-06-04T20:53:51.689Z Compiling nodrop v0.1.14
22822026-06-04T20:53:51.915Z Compiling zerocopy v0.6.6
22832026-06-04T20:53:51.989Z Compiling array-init v0.0.4
22842026-06-04T20:53:52.319Z Compiling crc v3.4.0
22852026-06-04T20:53:52.523Z Compiling bitfield v0.19.4
22862026-06-04T20:53:53.032Z Compiling smallvec v0.6.14
22872026-06-04T20:53:53.321Z Compiling derive-ex v0.1.8
22882026-06-04T20:53:55.274Z Compiling hashbrown v0.12.3
22892026-06-04T20:53:55.338Z Compiling base64 v0.21.7
22902026-06-04T20:53:55.899Z Compiling erased-serde v0.4.9
22912026-06-04T20:53:55.990Z Compiling rustls v0.22.4
22922026-06-04T20:53:57.499Z Compiling rustls-webpki v0.103.9
22932026-06-04T20:53:57.667Z Compiling ron v0.8.1
22942026-06-04T20:53:58.780Z Compiling test-strategy v0.4.5
22952026-06-04T20:53:59.807Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22962026-06-04T20:53:59.958Z Compiling serde-hex v0.1.0
22972026-06-04T20:54:00.098Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982026-06-04T20:54:00.472Z Compiling toml v0.8.23
22992026-06-04T20:54:00.487Z Compiling hashbrown v0.13.2
23002026-06-04T20:54:01.111Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23012026-06-04T20:54:01.340Z Compiling tokio-rustls v0.26.4
23022026-06-04T20:54:01.355Z Compiling rustls-platform-verifier v0.6.2
23032026-06-04T20:54:01.579Z Compiling hyper-rustls v0.27.7
23042026-06-04T20:54:01.624Z Compiling rustls-webpki v0.102.8
23052026-06-04T20:54:01.847Z Compiling reqwest v0.12.28
23062026-06-04T20:54:01.919Z Compiling reqwest v0.13.2
23072026-06-04T20:54:02.081Z Compiling filetime v0.2.27
23082026-06-04T20:54:02.298Z Compiling multer v3.1.0
23092026-06-04T20:54:02.317Z Compiling thread_local v1.1.9
23102026-06-04T20:54:02.350Z Compiling match_cfg v0.1.0
23112026-06-04T20:54:02.416Z Compiling compression-core v0.4.31
23122026-06-04T20:54:02.445Z Compiling xattr v1.6.1
23132026-06-04T20:54:02.587Z Compiling rayon-core v1.13.0
23142026-06-04T20:54:02.626Z Compiling slog-async v2.8.0
23152026-06-04T20:54:02.679Z Compiling crc-any v2.5.0
23162026-06-04T20:54:02.697Z Compiling tar v0.4.45
23172026-06-04T20:54:02.834Z Compiling compression-codecs v0.4.37
23182026-06-04T20:54:02.960Z Compiling hostname v0.3.1
23192026-06-04T20:54:02.984Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23202026-06-04T20:54:03.016Z Compiling object v0.30.4
23212026-06-04T20:54:03.116Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222026-06-04T20:54:03.245Z Compiling crossbeam-channel v0.5.15
23232026-06-04T20:54:03.317Z Compiling slog-json v2.6.1
23242026-06-04T20:54:03.480Z Compiling tough v0.22.0
23252026-06-04T20:54:03.590Z Compiling async-stream-impl v0.3.6
23262026-06-04T20:54:03.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23272026-06-04T20:54:03.791Z Compiling ordered-float v2.10.1
23282026-06-04T20:54:03.936Z Compiling serde_path_to_error v0.1.20
23292026-06-04T20:54:04.098Z Compiling serde_spanned v1.0.4
23302026-06-04T20:54:04.136Z Compiling toml_datetime v1.0.0+spec-1.1.0
23312026-06-04T20:54:04.170Z Compiling is-terminal v0.4.17
23322026-06-04T20:54:04.278Z Compiling fs-err v2.11.0
23332026-06-04T20:54:04.294Z Compiling dropshot v0.17.0
23342026-06-04T20:54:04.395Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23352026-06-04T20:54:04.476Z Compiling debug-ignore v1.0.5
23362026-06-04T20:54:04.499Z Compiling take_mut v0.2.2
23372026-06-04T20:54:04.520Z Compiling toml_writer v1.0.6+spec-1.1.0
23382026-06-04T20:54:04.536Z Compiling path-slash v0.1.5
23392026-06-04T20:54:04.579Z Compiling term v1.2.1
23402026-06-04T20:54:04.717Z Compiling async-stream v0.3.6
23412026-06-04T20:54:04.802Z Compiling toml v1.0.6+spec-1.1.0
23422026-06-04T20:54:04.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23432026-06-04T20:54:04.930Z Compiling slog-term v2.9.2
23442026-06-04T20:54:04.998Z Compiling serde-value v0.7.0
23452026-06-04T20:54:05.220Z Compiling tokio-rustls v0.25.0
23462026-06-04T20:54:05.250Z Compiling serde-untagged v0.1.9
23472026-06-04T20:54:05.266Z Compiling slog-bunyan v2.5.0
23482026-06-04T20:54:05.476Z Compiling async-compression v0.4.41
23492026-06-04T20:54:05.636Z Compiling crossbeam-deque v0.8.6
23502026-06-04T20:54:05.727Z Compiling parse-display-derive v0.10.0
23512026-06-04T20:54:05.887Z Compiling camino-tempfile v1.4.1
23522026-06-04T20:54:05.916Z Compiling dropshot_endpoint v0.17.0
23532026-06-04T20:54:05.968Z Compiling newtype-uuid-macros v0.1.0
23542026-06-04T20:54:06.218Z Compiling waitgroup v0.1.2
23552026-06-04T20:54:06.266Z Compiling backon v1.6.0
23562026-06-04T20:54:06.303Z Compiling half v2.7.1
23572026-06-04T20:54:06.397Z Compiling rustls-pemfile v2.2.0
23582026-06-04T20:54:06.424Z Compiling blake3 v1.8.3
23592026-06-04T20:54:06.554Z Compiling hostname v0.4.2
23602026-06-04T20:54:06.690Z Compiling instant v0.1.13
23612026-06-04T20:54:06.707Z Compiling unicode-xid v0.2.6
23622026-06-04T20:54:06.727Z Compiling ciborium-io v0.2.2
23632026-06-04T20:54:06.730Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23642026-06-04T20:54:06.838Z Compiling ciborium-ll v0.2.2
23652026-06-04T20:54:06.854Z Compiling cargo-util-schemas v0.8.2
23662026-06-04T20:54:06.877Z Compiling backoff v0.4.0
23672026-06-04T20:54:07.110Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23682026-06-04T20:54:07.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692026-06-04T20:54:07.220Z Compiling parse-display v0.10.0
23702026-06-04T20:54:07.297Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23712026-06-04T20:54:07.469Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722026-06-04T20:54:07.526Z Compiling regress v0.10.5
23732026-06-04T20:54:07.602Z Compiling itertools v0.14.0
23742026-06-04T20:54:07.822Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23752026-06-04T20:54:07.881Z Compiling macaddr v1.0.1
23762026-06-04T20:54:08.126Z Compiling cargo-platform v0.2.0
23772026-06-04T20:54:08.181Z Compiling humantime v2.3.0
23782026-06-04T20:54:08.197Z Compiling constant_time_eq v0.4.2
23792026-06-04T20:54:08.284Z Compiling parse-size v1.1.0
23802026-06-04T20:54:08.407Z Compiling arrayvec v0.7.6
23812026-06-04T20:54:08.478Z Compiling arrayref v0.3.9
23822026-06-04T20:54:08.496Z Compiling indent_write v2.2.0
23832026-06-04T20:54:08.572Z Compiling cargo_metadata v0.21.0
23842026-06-04T20:54:08.664Z Compiling ciborium v0.2.2
23852026-06-04T20:54:08.681Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23862026-06-04T20:54:08.699Z Compiling topological-sort v0.2.2
23872026-06-04T20:54:08.884Z Compiling display-error-chain v0.2.2
23882026-06-04T20:54:08.972Z Compiling shell-words v1.1.1
23892026-06-04T20:54:09.211Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23902026-06-04T20:54:19.461Z Compiling progenitor-client v0.14.0
23912026-06-04T20:54:19.477Z Compiling progenitor-client v0.10.0
23922026-06-04T20:54:19.480Z Compiling omicron-zone-package v0.12.2
23932026-06-04T20:54:19.949Z Compiling progenitor-extras v0.2.0
23942026-06-04T20:54:22.128Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23952026-06-04T20:54:22.157Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-06-04T20:54:22.232Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23972026-06-04T20:54:22.365Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-06-04T20:54:26.478Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23992026-06-04T20:54:29.934Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24002026-06-04T20:54:37.994Z Finished `release` profile [optimized] target(s) in 1m 32s
24012026-06-04T20:54:38.160Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24022026-06-04T20:54:38.198ZJun 04 20:54:36.962 DEBG changing working directory to /work/oxidecomputer/omicron
24032026-06-04T20:54:38.291ZJun 04 20:54:37.054 DEBG running: git rev-parse HEAD
24042026-06-04T20:54:38.295ZJun 04 20:54:37.056 DEBG process exited with exit status: 0 (2.53143ms)
24052026-06-04T20:54:38.295ZJun 04 20:54:37.056 INFO version: 20.0.0-0.ci+git562fe28cdcb
24062026-06-04T20:54:38.299ZJun 04 20:54:37.064 INFO cloning helios to /work/oxidecomputer/helios
24072026-06-04T20:54:38.300ZJun 04 20:54:37.064 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24082026-06-04T20:54:38.303ZCloning into '/work/oxidecomputer/helios'...
24092026-06-04T20:54:38.845ZJun 04 20:54:37.609 DEBG process exited with exit status: 0 (545.094659ms)
24102026-06-04T20:54:38.845ZJun 04 20:54:37.609 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24112026-06-04T20:54:38.848ZJun 04 20:54:37.612 DEBG process exited with exit status: 0 (2.37241ms)
24122026-06-04T20:54:38.848ZJun 04 20:54:37.612 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24132026-06-04T20:54:39.165ZJun 04 20:54:37.930 DEBG process exited with exit status: 0 (317.707279ms)
24142026-06-04T20:54:39.165ZJun 04 20:54:37.930 DEBG running: zfs list rpool/images/build/host
24152026-06-04T20:54:39.169ZNAME USED AVAIL REFER MOUNTPOINT
24162026-06-04T20:54:39.169Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24172026-06-04T20:54:39.172ZJun 04 20:54:37.934 DEBG process exited with exit status: 0 (4.4863ms)
24182026-06-04T20:54:39.172ZJun 04 20:54:37.934 DEBG running: zfs list rpool/images/build/recovery
24192026-06-04T20:54:39.175ZNAME USED AVAIL REFER MOUNTPOINT
24202026-06-04T20:54:39.175Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24212026-06-04T20:54:39.175ZJun 04 20:54:37.938 DEBG process exited with exit status: 0 (3.64199ms)
24222026-06-04T20:54:39.175ZJun 04 20:54:37.938 INFO [hubris-production] running task
24232026-06-04T20:54:39.175ZJun 04 20:54:37.938 INFO [incorp-manifest] running task
24242026-06-04T20:54:39.175ZJun 04 20:54:37.938 INFO [hubris-staging] running task
24252026-06-04T20:54:39.175ZJun 04 20:54:37.938 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
24262026-06-04T20:54:39.175ZJun 04 20:54:37.938 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24272026-06-04T20:54:39.175ZJun 04 20:54:37.939 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24282026-06-04T20:54:39.175ZJun 04 20:54:37.939 INFO [incorp-create] running: pkgrepo create /work/incorporation
24292026-06-04T20:54:39.216Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24302026-06-04T20:54:39.445ZJun 04 20:54:38.210 INFO [incorp-create] process exited with exit status: 0 (270.44276ms)
24312026-06-04T20:54:39.448ZJun 04 20:54:38.210 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24322026-06-04T20:54:39.672ZJun 04 20:54:38.437 INFO [incorp-publisher] process exited with exit status: 0 (226.64086ms)
24332026-06-04T20:54:39.675Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-06-04T20:54:39.831ZJun 04 20:54:38.595 DEBG process exited with exit status: 0 (657.172249ms)
24352026-06-04T20:54:39.834ZJun 04 20:54:38.596 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24362026-06-04T20:54:40.080Z[ omicron-package] Blocking waiting for file lock on package cache
24372026-06-04T20:54:40.137ZJun 04 20:54:38.902 INFO [hubris-production] task succeeded (963.894848ms)
24382026-06-04T20:54:41.000ZJun 04 20:54:39.764 DEBG process exited with exit status: 0 (1.168790838s)
24392026-06-04T20:54:41.004ZJun 04 20:54:39.766 INFO [incorp-manifest] task succeeded (1.827706067s)
24402026-06-04T20:54:41.004ZJun 04 20:54:39.766 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24412026-06-04T20:54:41.064Z[ omicron-package] Compiling ring v0.17.14
24422026-06-04T20:54:41.221ZJun 04 20:54:39.986 INFO [incorp-fmt] process exited with exit status: 0 (219.652679ms)
24432026-06-04T20:54:41.224ZJun 04 20:54:39.986 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24442026-06-04T20:54:41.306Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24452026-06-04T20:54:41.306Z[ omicron-package] Compiling itertools v0.14.0
24462026-06-04T20:54:41.309Z[ omicron-package] Compiling secrecy v0.10.3
24472026-06-04T20:54:41.309Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24482026-06-04T20:54:41.309Z[ omicron-package] Compiling heapless v0.8.0
24492026-06-04T20:54:41.309Z[ omicron-package] Compiling hash32 v0.3.1
24502026-06-04T20:54:41.309Z[ omicron-package] Compiling unicode-width v0.2.0
24512026-06-04T20:54:41.309Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24522026-06-04T20:54:41.309Z[ omicron-package] Compiling smoltcp v0.11.0
24532026-06-04T20:54:41.309Z[ omicron-package] Compiling cobs v0.3.0
24542026-06-04T20:54:41.309Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24552026-06-04T20:54:41.362Z[ omicron-package] Compiling universal-hash v0.5.1
24562026-06-04T20:54:41.362Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24572026-06-04T20:54:41.547Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24582026-06-04T20:54:41.767Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260604T205440Z
24592026-06-04T20:54:41.768Z[ incorp-pkgsend] PUBLISHED
24602026-06-04T20:54:41.870ZJun 04 20:54:40.634 INFO [incorp-pkgsend] process exited with exit status: 0 (648.191539ms)
24612026-06-04T20:54:41.873ZJun 04 20:54:40.634 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24622026-06-04T20:54:41.887Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24632026-06-04T20:54:42.015Z[ omicron-package] Compiling opaque-debug v0.3.1
24642026-06-04T20:54:42.106Z[ omicron-package] Compiling convert_case v0.4.0
24652026-06-04T20:54:42.165Z[ helios-incorp] Retrieving packages for publisher helios ...
24662026-06-04T20:54:42.201Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24672026-06-04T20:54:42.224Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24682026-06-04T20:54:42.224Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24692026-06-04T20:54:42.227Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24702026-06-04T20:54:42.231Z[ omicron-package] Compiling postcard v1.1.3
24712026-06-04T20:54:42.231Z[ helios-incorp]
24722026-06-04T20:54:42.238Z[ helios-incorp] Archiving packages ...
24732026-06-04T20:54:42.242Z[ helios-incorp] Packages to add: 1
24742026-06-04T20:54:42.242Z[ helios-incorp] Files to retrieve: 0
24752026-06-04T20:54:42.242Z[ helios-incorp] Estimated transfer size: 0.00 B
24762026-06-04T20:54:42.242Z[ helios-incorp]
24772026-06-04T20:54:42.242Z[ helios-incorp] Packages to archive:
24782026-06-04T20:54:42.242Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260604T205440Z
24792026-06-04T20:54:42.242Z[ helios-incorp]
24802026-06-04T20:54:42.242Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24812026-06-04T20:54:42.242Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24822026-06-04T20:54:42.365Z[ omicron-package] Compiling poly1305 v0.8.0
24832026-06-04T20:54:42.385ZJun 04 20:54:41.149 INFO [helios-incorp] process exited with exit status: 0 (514.768449ms)
24842026-06-04T20:54:42.610Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24852026-06-04T20:54:42.613Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24862026-06-04T20:54:42.667Z[ omicron-package] Compiling password-hash v0.5.0
24872026-06-04T20:54:42.699Z[ omicron-package] Compiling chacha20 v0.9.1
24882026-06-04T20:54:42.840Z[ omicron-package] Compiling derive_more v0.99.20
24892026-06-04T20:54:42.843Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
24902026-06-04T20:54:42.843Z[ omicron-package] Compiling blake2 v0.10.6
24912026-06-04T20:54:43.000Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24922026-06-04T20:54:43.058Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24932026-06-04T20:54:43.270Z[ omicron-package] Compiling aead v0.5.2
24942026-06-04T20:54:43.324Z[ omicron-package] Compiling proc-macro-error v1.0.4
24952026-06-04T20:54:43.355Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24962026-06-04T20:54:43.417Z[ omicron-package] Compiling ingot-macros v0.1.1
24972026-06-04T20:54:43.538Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24982026-06-04T20:54:43.560Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24992026-06-04T20:54:43.607Z[ omicron-package] Compiling cpufeatures v0.3.0
25002026-06-04T20:54:43.706Z[ omicron-package] Compiling num_enum_derive v0.7.5
25012026-06-04T20:54:43.825Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25022026-06-04T20:54:43.825Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25032026-06-04T20:54:43.927Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25042026-06-04T20:54:43.982Z[ omicron-package] Compiling chacha20 v0.10.0
25052026-06-04T20:54:44.036Z[ omicron-package] Compiling num_enum_derive v0.5.11
25062026-06-04T20:54:44.130Z[ omicron-package] Compiling argon2 v0.5.3
25072026-06-04T20:54:44.295Z[ omicron-package] Compiling vsss-rs v3.3.4
25082026-06-04T20:54:44.353Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-06-04T20:54:44.393Z[ omicron-package] Compiling tabwriter v1.4.1
25102026-06-04T20:54:44.416Z[ omicron-package] Compiling byte-wrapper v0.1.0
25112026-06-04T20:54:44.454Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25122026-06-04T20:54:44.474Z[ omicron-package] Compiling cstr-argument v0.1.2
25132026-06-04T20:54:44.680Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25142026-06-04T20:54:44.820Z[ omicron-package] Compiling num_enum v0.7.5
25152026-06-04T20:54:44.820Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25162026-06-04T20:54:44.964Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-06-04T20:54:44.992Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25182026-06-04T20:54:45.163Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-06-04T20:54:45.196Z[ omicron-package] Compiling num_enum v0.5.11
25202026-06-04T20:54:45.199Z[ omicron-package] Compiling rand v0.10.0
25212026-06-04T20:54:45.266Z[ omicron-package] Compiling rustls v0.23.37
25222026-06-04T20:54:45.315Z[ omicron-package] Compiling rayon v1.11.0
25232026-06-04T20:54:45.352Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25242026-06-04T20:54:45.370Z[ omicron-package] Compiling colored v3.1.1
25252026-06-04T20:54:45.373Z[ omicron-package] Compiling libefi-sys v0.1.0
25262026-06-04T20:54:45.384Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25272026-06-04T20:54:45.429Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25282026-06-04T20:54:45.452Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25292026-06-04T20:54:45.486Z[ omicron-package] Compiling itertools v0.12.1
25302026-06-04T20:54:45.673Z[ omicron-package] Compiling usdt-macro v0.5.0
25312026-06-04T20:54:45.711Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25322026-06-04T20:54:45.773Z[ omicron-package] Compiling memmap v0.7.0
25332026-06-04T20:54:45.890Z[ omicron-package] Compiling sigpipe v0.1.3
25342026-06-04T20:54:46.122Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25352026-06-04T20:54:46.131Z[ omicron-package] Compiling bitfield-struct v0.6.2
25362026-06-04T20:54:46.175Z[ omicron-package] Compiling num-derive v0.4.2
25372026-06-04T20:54:46.213Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-06-04T20:54:46.252Z[ omicron-package] Compiling glob v0.3.3
25392026-06-04T20:54:46.355Z[ omicron-package] Compiling swrite v0.1.0
25402026-06-04T20:54:46.468Z[ omicron-package] Compiling ingot-types v0.1.2
25412026-06-04T20:54:46.543Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25422026-06-04T20:54:46.604Z[ omicron-package] Compiling smf v0.2.3
25432026-06-04T20:54:46.636Z[ omicron-package] Compiling rustls-webpki v0.103.9
25442026-06-04T20:54:46.833Z[ omicron-package] Compiling usdt v0.5.0
25452026-06-04T20:54:46.939Z[ omicron-package] Compiling ingot v0.1.1
25462026-06-04T20:54:46.986Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472026-06-04T20:54:46.989Z[ omicron-package] Compiling zone v0.3.1
25482026-06-04T20:54:47.088Z[ omicron-package] Compiling whoami v1.6.1
25492026-06-04T20:54:47.151Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-06-04T20:54:47.238Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25512026-06-04T20:54:47.327Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-06-04T20:54:47.328Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25532026-06-04T20:54:47.421Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-06-04T20:54:47.446Z[ omicron-package] Compiling console v0.16.2
25552026-06-04T20:54:47.531Z[ omicron-package] Compiling gethostname v0.5.0
25562026-06-04T20:54:47.613Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-06-04T20:54:47.689Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25582026-06-04T20:54:47.735Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25592026-06-04T20:54:48.020Z[ omicron-package] Compiling indicatif v0.18.4
25602026-06-04T20:54:48.685Z[ omicron-package] Compiling rustls v0.22.4
25612026-06-04T20:54:49.078Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25622026-06-04T20:54:49.854Z[ omicron-package] Compiling rustls-webpki v0.102.8
25632026-06-04T20:54:50.353Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25642026-06-04T20:54:50.485Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-06-04T20:54:50.517Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-06-04T20:54:50.797Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-06-04T20:54:51.036Z[ omicron-package] Compiling reqwest v0.12.28
25682026-06-04T20:54:51.036Z[ omicron-package] Compiling reqwest v0.13.2
25692026-06-04T20:54:51.676Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25702026-06-04T20:54:52.356Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-06-04T20:54:52.454Z[ omicron-package] Compiling tough v0.22.0
25722026-06-04T20:54:52.625Z[ omicron-package] Compiling dropshot v0.17.0
25732026-06-04T20:54:52.815ZJun 04 20:54:51.580 INFO [hubris-staging] task succeeded (13.641365613s)
25742026-06-04T20:54:54.875Z[ helios-setup] Jun 04 20:54:53.638 INFO helios repository root is: /work/oxidecomputer/helios
25752026-06-04T20:54:54.879Z[ helios-setup] Jun 04 20:54:53.639 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
25762026-06-04T20:54:54.879Z[ helios-setup] Jun 04 20:54:53.639 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25772026-06-04T20:54:54.879Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25782026-06-04T20:54:55.654Z[ helios-setup] Jun 04 20:54:54.418 INFO clone ok!, project: chelsio-t6-roms
25792026-06-04T20:54:55.657Z[ helios-setup] Jun 04 20:54:54.418 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
25802026-06-04T20:54:55.657Z[ helios-setup] Jun 04 20:54:54.418 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25812026-06-04T20:54:55.657Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25822026-06-04T20:54:55.666Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25832026-06-04T20:54:56.005Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25842026-06-04T20:54:56.397Z[ omicron-package] Compiling progenitor-client v0.14.0
25852026-06-04T20:54:56.413Z[ helios-setup] Jun 04 20:54:55.178 INFO clone ok!, project: dmar-report
25862026-06-04T20:54:56.413Z[ helios-setup] Jun 04 20:54:55.178 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
25872026-06-04T20:54:56.416Z[ helios-setup] Jun 04 20:54:55.178 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25882026-06-04T20:54:56.419Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25892026-06-04T20:54:56.438Z[ omicron-package] Compiling progenitor-client v0.10.0
25902026-06-04T20:54:56.493Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25912026-06-04T20:54:56.720Z[ omicron-package] Compiling progenitor-extras v0.2.0
25922026-06-04T20:54:57.002Z[ helios-setup] Jun 04 20:54:55.765 INFO clone ok!, project: pinprick
25932026-06-04T20:54:57.005Z[ helios-setup] Jun 04 20:54:55.765 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
25942026-06-04T20:54:57.005Z[ helios-setup] Jun 04 20:54:55.765 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25952026-06-04T20:54:57.005Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25962026-06-04T20:54:57.798Z[ helios-setup] Jun 04 20:54:56.563 INFO clone ok!, project: phbl
25972026-06-04T20:54:57.798Z[ helios-setup] Jun 04 20:54:56.563 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
25982026-06-04T20:54:57.801Z[ helios-setup] Jun 04 20:54:56.563 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25992026-06-04T20:54:57.802Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26002026-06-04T20:54:58.393Z[ helios-setup] Jun 04 20:54:57.157 INFO clone ok!, project: image-builder
26012026-06-04T20:54:58.396Z[ helios-setup] Jun 04 20:54:57.157 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
26022026-06-04T20:54:58.396Z[ helios-setup] Jun 04 20:54:57.157 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26032026-06-04T20:54:58.396Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26042026-06-04T20:54:58.861Z[ helios-setup] Jun 04 20:54:57.625 INFO clone ok!, project: bootserver
26052026-06-04T20:54:58.864Z[ helios-setup] Jun 04 20:54:57.626 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26062026-06-04T20:54:58.864Z[ helios-setup] Jun 04 20:54:57.626 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26072026-06-04T20:54:58.864Z[ helios-setup] Jun 04 20:54:57.626 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
26082026-06-04T20:54:58.864Z[ helios-setup] Jun 04 20:54:57.626 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26092026-06-04T20:54:58.864Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26102026-06-04T20:54:59.140Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26112026-06-04T20:54:59.313Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26122026-06-04T20:54:59.473Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26132026-06-04T20:54:59.542Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26142026-06-04T20:54:59.579Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26152026-06-04T20:54:59.707Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26162026-06-04T20:54:59.774Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26172026-06-04T20:54:59.898Z[ helios-setup] Jun 04 20:54:58.661 INFO clone ok!, project: pilot
26182026-06-04T20:54:59.901Z[ helios-setup] Jun 04 20:54:58.662 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
26192026-06-04T20:54:59.901Z[ helios-setup] Jun 04 20:54:58.662 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26202026-06-04T20:54:59.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26212026-06-04T20:54:59.914Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-06-04T20:54:59.952Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-06-04T20:55:03.756Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26242026-06-04T20:55:06.836Z[ helios-setup] Jun 04 20:55:05.601 INFO clone ok!, project: amd-firmware
26252026-06-04T20:55:06.836Z[ helios-setup] Jun 04 20:55:05.601 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26262026-06-04T20:55:06.840Z[ helios-setup] Jun 04 20:55:05.601 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
26272026-06-04T20:55:06.840Z[ helios-setup] Jun 04 20:55:05.601 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
26282026-06-04T20:55:06.840Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26292026-06-04T20:55:08.427Z[ helios-setup] Jun 04 20:55:07.191 INFO clone ok!, project: amd-host-image-builder
26302026-06-04T20:55:08.430Z[ helios-setup] Jun 04 20:55:07.191 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26312026-06-04T20:55:08.637Z[ helios-setup] Jun 04 20:55:07.402 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26322026-06-04T20:55:08.853Z[ helios-setup] Jun 04 20:55:07.617 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26332026-06-04T20:55:08.854Z[ helios-setup] Jun 04 20:55:07.618 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26342026-06-04T20:55:09.062Z[ helios-setup] Jun 04 20:55:07.827 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26352026-06-04T20:55:09.274Z[ helios-setup] Jun 04 20:55:08.038 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26362026-06-04T20:55:09.274Z[ helios-setup] Jun 04 20:55:08.038 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26372026-06-04T20:55:09.482Z[ helios-setup] Jun 04 20:55:08.246 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26382026-06-04T20:55:09.693Z[ helios-setup] Jun 04 20:55:08.457 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26392026-06-04T20:55:09.693Z[ helios-setup] Jun 04 20:55:08.458 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26402026-06-04T20:55:09.696Z[ helios-setup] Jun 04 20:55:08.458 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26412026-06-04T20:55:09.696Z[ helios-setup] Jun 04 20:55:08.458 INFO ok!
26422026-06-04T20:55:09.696Z[ helios-setup] Jun 04 20:55:08.458 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26432026-06-04T20:55:09.696Z[ helios-setup] Jun 04 20:55:08.458 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26442026-06-04T20:55:09.696Z[ helios-setup] Jun 04 20:55:08.458 INFO ok!
26452026-06-04T20:55:09.697Z[ helios-setup] Jun 04 20:55:08.458 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26462026-06-04T20:55:09.697Z[ helios-setup] Jun 04 20:55:08.458 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26472026-06-04T20:55:09.697Z[ helios-setup] Jun 04 20:55:08.458 INFO ok!
26482026-06-04T20:55:09.697Z[ helios-setup] Jun 04 20:55:08.458 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26492026-06-04T20:55:09.701Z[ helios-setup] Jun 04 20:55:08.465 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
26502026-06-04T20:55:09.701Z[ helios-setup] Jun 04 20:55:08.465 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26512026-06-04T20:55:09.701Z[ helios-setup] Jun 04 20:55:08.465 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26522026-06-04T20:55:09.838Z[ helios-setup] Jun 04 20:55:08.555 INFO E| Updating crates.io index
26532026-06-04T20:55:09.867Z[ helios-setup] Jun 04 20:55:08.631 INFO E| Downloading crates ...
26542026-06-04T20:55:09.919Z[ helios-setup] Jun 04 20:55:08.683 INFO E| Downloaded anyhow v1.0.98
26552026-06-04T20:55:09.939Z[ helios-setup] Jun 04 20:55:08.703 INFO E| Downloaded serde_derive v1.0.219
26562026-06-04T20:55:09.952Z[ helios-setup] Jun 04 20:55:08.717 INFO E| Downloaded quote v1.0.40
26572026-06-04T20:55:09.959Z[ helios-setup] Jun 04 20:55:08.723 INFO E| Downloaded iana-time-zone v0.1.63
26582026-06-04T20:55:09.967Z[ helios-setup] Jun 04 20:55:08.730 INFO E| Downloaded proc-macro2 v1.0.95
26592026-06-04T20:55:09.973Z[ helios-setup] Jun 04 20:55:08.738 INFO E| Downloaded tempfile v3.20.0
26602026-06-04T20:55:09.981Z[ helios-setup] Jun 04 20:55:08.745 INFO E| Downloaded serde_with v3.12.0
26612026-06-04T20:55:09.986Z[ helios-setup] Jun 04 20:55:08.750 INFO E| Downloaded autocfg v1.4.0
26622026-06-04T20:55:09.992Z[ helios-setup] Jun 04 20:55:08.757 INFO E| Downloaded indexmap v2.9.0
26632026-06-04T20:55:09.995Z[ helios-setup] Jun 04 20:55:08.759 INFO E| Downloaded memchr v2.7.4
26642026-06-04T20:55:10.001Z[ helios-setup] Jun 04 20:55:08.765 INFO E| Downloaded time v0.3.41
26652026-06-04T20:55:10.005Z[ helios-setup] Jun 04 20:55:08.769 INFO E| Downloaded getrandom v0.3.3
26662026-06-04T20:55:10.015Z[ helios-setup] Jun 04 20:55:08.779 INFO E| Downloaded rustix v1.0.7
26672026-06-04T20:55:10.029Z[ helios-setup] Jun 04 20:55:08.794 INFO E| Downloaded unicode-ident v1.0.18
26682026-06-04T20:55:10.037Z[ helios-setup] Jun 04 20:55:08.801 INFO E| Downloaded time-core v0.1.4
26692026-06-04T20:55:10.040Z[ helios-setup] Jun 04 20:55:08.802 INFO E| Downloaded chrono v0.4.41
26702026-06-04T20:55:10.043Z[ helios-setup] Jun 04 20:55:08.806 INFO E| Downloaded bitflags v2.9.1
26712026-06-04T20:55:10.045Z[ helios-setup] Jun 04 20:55:08.809 INFO E| Downloaded ryu v1.0.20
26722026-06-04T20:55:10.052Z[ helios-setup] Jun 04 20:55:08.816 INFO E| Downloaded serde_json v1.0.140
26732026-06-04T20:55:10.057Z[ helios-setup] Jun 04 20:55:08.822 INFO E| Downloaded errno v0.3.12
26742026-06-04T20:55:10.060Z[ helios-setup] Jun 04 20:55:08.823 INFO E| Downloaded thiserror-impl v2.0.12
26752026-06-04T20:55:10.060Z[ helios-setup] Jun 04 20:55:08.824 INFO E| Downloaded deranged v0.4.0
26762026-06-04T20:55:10.066Z[ helios-setup] Jun 04 20:55:08.831 INFO E| Downloaded thiserror v2.0.12
26772026-06-04T20:55:10.069Z[ helios-setup] Jun 04 20:55:08.834 INFO E| Downloaded time-macros v0.2.22
26782026-06-04T20:55:10.073Z[ helios-setup] Jun 04 20:55:08.838 INFO E| Downloaded serde v1.0.219
26792026-06-04T20:55:10.102Z[ helios-setup] Jun 04 20:55:08.867 INFO E| Downloaded hashbrown v0.15.3
26802026-06-04T20:55:10.122Z[ helios-setup] Jun 04 20:55:08.887 INFO E| Downloaded syn v2.0.101
26812026-06-04T20:55:10.132Z[ helios-setup] Jun 04 20:55:08.894 INFO E| Downloaded libc v0.2.172
26822026-06-04T20:55:10.158Z[ helios-setup] Jun 04 20:55:08.922 INFO E| Downloaded serde_with_macros v3.12.0
26832026-06-04T20:55:10.230Z[ helios-setup] Jun 04 20:55:08.994 INFO E| Downloaded itoa v1.0.15
26842026-06-04T20:55:10.263Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling proc-macro2 v1.0.95
26852026-06-04T20:55:10.264Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling unicode-ident v1.0.18
26862026-06-04T20:55:10.264Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling libc v0.2.172
26872026-06-04T20:55:10.266Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling ident_case v1.0.1
26882026-06-04T20:55:10.266Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling fnv v1.0.7
26892026-06-04T20:55:10.267Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling strsim v0.11.1
26902026-06-04T20:55:10.267Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling serde v1.0.219
26912026-06-04T20:55:10.267Z[ helios-setup] Jun 04 20:55:09.028 INFO E| Compiling rustix v1.0.7
26922026-06-04T20:55:10.278Z[ helios-setup] Jun 04 20:55:09.042 INFO E| Compiling getrandom v0.3.3
26932026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.042 INFO E| Compiling cfg-if v1.0.0
26942026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling serde_json v1.0.140
26952026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling anyhow v1.0.98
26962026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling bitflags v2.9.1
26972026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling thiserror v2.0.12
26982026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling memchr v2.7.4
26992026-06-04T20:55:10.281Z[ helios-setup] Jun 04 20:55:09.043 INFO E| Compiling ryu v1.0.20
27002026-06-04T20:55:10.367Z[ helios-setup] Jun 04 20:55:09.131 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27012026-06-04T20:55:10.383Z[ helios-setup] Jun 04 20:55:09.147 INFO E| Compiling fastrand v2.3.0
27022026-06-04T20:55:10.413Z[ helios-setup] Jun 04 20:55:09.177 INFO E| Compiling itoa v1.0.15
27032026-06-04T20:55:10.433Z[ helios-setup] Jun 04 20:55:09.197 INFO E| Compiling once_cell v1.21.3
27042026-06-04T20:55:10.936Z[ helios-setup] Jun 04 20:55:09.700 INFO E| Compiling errno v0.3.12
27052026-06-04T20:55:11.169Z[ helios-setup] Jun 04 20:55:09.933 INFO E| Compiling quote v1.0.40
27062026-06-04T20:55:11.322Z[ helios-setup] Jun 04 20:55:10.087 INFO E| Compiling syn v2.0.101
27072026-06-04T20:55:11.681Z[ helios-setup] Jun 04 20:55:10.445 INFO E| Compiling tempfile v3.20.0
27082026-06-04T20:55:11.705Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27092026-06-04T20:55:13.444Z[ helios-setup] Jun 04 20:55:12.208 INFO E| Compiling darling_core v0.20.11
27102026-06-04T20:55:13.832Z[ helios-setup] Jun 04 20:55:12.596 INFO E| Compiling serde_derive v1.0.219
27112026-06-04T20:55:13.832Z[ helios-setup] Jun 04 20:55:12.596 INFO E| Compiling thiserror-impl v2.0.12
27122026-06-04T20:55:15.011Z[ helios-setup] Jun 04 20:55:13.775 INFO E| Compiling darling_macro v0.20.11
27132026-06-04T20:55:15.166Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-06-04T20:55:15.558Z[ helios-setup] Jun 04 20:55:14.323 INFO E| Compiling darling v0.20.11
27152026-06-04T20:55:15.638Z[ helios-setup] Jun 04 20:55:14.401 INFO E| Compiling serde_with_macros v3.12.0
27162026-06-04T20:55:16.234Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27172026-06-04T20:55:18.068Z[ helios-setup] Jun 04 20:55:16.831 INFO E| Compiling serde_with v3.12.0
27182026-06-04T20:55:20.871Z[ helios-setup] Jun 04 20:55:19.635 INFO E| Finished `release` profile [optimized] target(s) in 11.16s
27192026-06-04T20:55:20.891Z[ helios-setup] Jun 04 20:55:19.655 INFO building project "dmar-report" ok (11 seconds)
27202026-06-04T20:55:20.891Z[ helios-setup] Jun 04 20:55:19.655 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27212026-06-04T20:55:20.897Z[ helios-setup] Jun 04 20:55:19.662 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
27222026-06-04T20:55:20.900Z[ helios-setup] Jun 04 20:55:19.662 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27232026-06-04T20:55:20.900Z[ helios-setup] Jun 04 20:55:19.662 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27242026-06-04T20:55:21.009Z[ helios-setup] Jun 04 20:55:19.773 INFO E| Downloading crates ...
27252026-06-04T20:55:21.051Z[ helios-setup] Jun 04 20:55:19.814 INFO E| Downloaded adler2 v2.0.0
27262026-06-04T20:55:21.061Z[ helios-setup] Jun 04 20:55:19.824 INFO E| Downloaded miniz_oxide v0.8.8
27272026-06-04T20:55:21.083Z[ helios-setup] Jun 04 20:55:19.846 INFO E| Compiling adler2 v2.0.0
27282026-06-04T20:55:21.152Z[ helios-setup] Jun 04 20:55:19.916 INFO E| Compiling miniz_oxide v0.8.8
27292026-06-04T20:55:21.938Z[ helios-setup] Jun 04 20:55:20.703 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27302026-06-04T20:55:22.315Z[ helios-setup] Jun 04 20:55:21.078 INFO E| Finished `release` profile [optimized] target(s) in 1.40s
27312026-06-04T20:55:22.320Z[ helios-setup] Jun 04 20:55:21.085 INFO building project "pinprick" ok (1 seconds)
27322026-06-04T20:55:22.320Z[ helios-setup] Jun 04 20:55:21.085 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27332026-06-04T20:55:22.327Z[ helios-setup] Jun 04 20:55:21.092 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
27342026-06-04T20:55:22.327Z[ helios-setup] Jun 04 20:55:21.092 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27352026-06-04T20:55:22.327Z[ helios-setup] Jun 04 20:55:21.092 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27362026-06-04T20:55:22.394Z[ helios-setup] Jun 04 20:55:21.158 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27372026-06-04T20:55:22.674Z[ helios-setup] Jun 04 20:55:21.438 INFO E| From https://github.com/jclulow/rust-jmclib
27382026-06-04T20:55:22.674Z[ helios-setup] Jun 04 20:55:21.438 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27392026-06-04T20:55:22.683Z[ helios-setup] Jun 04 20:55:21.448 INFO E| Updating crates.io index
27402026-06-04T20:55:22.764Z[ helios-setup] Jun 04 20:55:21.528 INFO E| Downloading crates ...
27412026-06-04T20:55:22.826Z[ helios-setup] Jun 04 20:55:21.590 INFO E| Downloaded cpufeatures v0.2.9
27422026-06-04T20:55:22.830Z[ helios-setup] Jun 04 20:55:21.592 INFO E| Downloaded quote v1.0.31
27432026-06-04T20:55:22.833Z[ helios-setup] Jun 04 20:55:21.595 INFO E| Downloaded digest v0.9.0
27442026-06-04T20:55:22.833Z[ helios-setup] Jun 04 20:55:21.597 INFO E| Downloaded block-buffer v0.9.0
27452026-06-04T20:55:22.838Z[ helios-setup] Jun 04 20:55:21.600 INFO E| Downloaded unicode-width v0.1.10
27462026-06-04T20:55:22.841Z[ helios-setup] Jun 04 20:55:21.605 INFO E| Downloaded libdevinfo-sys v1.0.0
27472026-06-04T20:55:22.844Z[ helios-setup] Jun 04 20:55:21.606 INFO E| Downloaded errno v0.3.1
27482026-06-04T20:55:22.847Z[ helios-setup] Jun 04 20:55:21.611 INFO E| Downloaded opaque-debug v0.3.0
27492026-06-04T20:55:22.850Z[ helios-setup] Jun 04 20:55:21.613 INFO E| Downloaded sha-1 v0.9.8
27502026-06-04T20:55:22.850Z[ helios-setup] Jun 04 20:55:21.614 INFO E| Downloaded itoa v1.0.9
27512026-06-04T20:55:22.854Z[ helios-setup] Jun 04 20:55:21.619 INFO E| Downloaded md-5 v0.9.1
27522026-06-04T20:55:22.859Z[ helios-setup] Jun 04 20:55:21.623 INFO E| Downloaded fastrand v2.0.0
27532026-06-04T20:55:22.866Z[ helios-setup] Jun 04 20:55:21.631 INFO E| Downloaded tempfile v3.7.0
27542026-06-04T20:55:22.870Z[ helios-setup] Jun 04 20:55:21.635 INFO E| Downloaded glob v0.3.1
27552026-06-04T20:55:22.875Z[ helios-setup] Jun 04 20:55:21.635 INFO E| Downloaded uuid v0.8.2
27562026-06-04T20:55:22.887Z[ helios-setup] Jun 04 20:55:21.651 INFO E| Downloaded anyhow v1.0.72
27572026-06-04T20:55:22.890Z[ helios-setup] Jun 04 20:55:21.653 INFO E| Downloaded unicode-ident v1.0.11
27582026-06-04T20:55:22.893Z[ helios-setup] Jun 04 20:55:21.655 INFO E| Downloaded once_cell v1.18.0
27592026-06-04T20:55:22.895Z[ helios-setup] Jun 04 20:55:21.659 INFO E| Downloaded bitflags v2.3.3
27602026-06-04T20:55:22.898Z[ helios-setup] Jun 04 20:55:21.661 INFO E| Downloaded typenum v1.16.0
27612026-06-04T20:55:22.898Z[ helios-setup] Jun 04 20:55:21.663 INFO E| Downloaded toml v0.5.11
27622026-06-04T20:55:22.901Z[ helios-setup] Jun 04 20:55:21.664 INFO E| Downloaded ryu v1.0.15
27632026-06-04T20:55:22.904Z[ helios-setup] Jun 04 20:55:21.668 INFO E| Downloaded serde_derive v1.0.193
27642026-06-04T20:55:22.908Z[ helios-setup] Jun 04 20:55:21.669 INFO E| Downloaded serde v1.0.193
27652026-06-04T20:55:22.908Z[ helios-setup] Jun 04 20:55:21.671 INFO E| Downloaded proc-macro2 v1.0.66
27662026-06-04T20:55:22.911Z[ helios-setup] Jun 04 20:55:21.673 INFO E| Downloaded getrandom v0.2.10
27672026-06-04T20:55:22.915Z[ helios-setup] Jun 04 20:55:21.679 INFO E| Downloaded walkdir v2.3.3
27682026-06-04T20:55:22.930Z[ helios-setup] Jun 04 20:55:21.695 INFO E| Downloaded serde_json v1.0.103
27692026-06-04T20:55:22.953Z[ helios-setup] Jun 04 20:55:21.718 INFO E| Downloaded syn v2.0.32
27702026-06-04T20:55:22.966Z[ helios-setup] Jun 04 20:55:21.731 INFO E| Downloaded rustix v0.38.4
27712026-06-04T20:55:22.992Z[ helios-setup] Jun 04 20:55:21.755 INFO E| Downloaded libc v0.2.147
27722026-06-04T20:55:23.045Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling libc v0.2.147
27732026-06-04T20:55:23.045Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling proc-macro2 v1.0.66
27742026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling unicode-ident v1.0.11
27752026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling cfg-if v1.0.0
27762026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling version_check v0.9.4
27772026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling typenum v1.16.0
27782026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling serde v1.0.193
27792026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling itoa v1.0.9
27802026-06-04T20:55:23.048Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling rustix v0.38.4
27812026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling time-core v0.1.2
27822026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling powerfmt v0.2.0
27832026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling num-conv v0.1.0
27842026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling slog v2.7.0
27852026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling once_cell v1.18.0
27862026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling num_threads v0.1.6
27872026-06-04T20:55:23.049Z[ helios-setup] Jun 04 20:55:21.807 INFO E| Compiling bitflags v2.3.3
27882026-06-04T20:55:23.298Z[ helios-setup] Jun 04 20:55:22.062 INFO E| Compiling serde_json v1.0.103
27892026-06-04T20:55:23.327Z[ helios-setup] Jun 04 20:55:22.090 INFO E| Compiling opaque-debug v0.3.0
27902026-06-04T20:55:23.336Z[ helios-setup] Jun 04 20:55:22.100 INFO E| Compiling time-macros v0.2.18
27912026-06-04T20:55:23.394Z[ helios-setup] Jun 04 20:55:22.158 INFO E| Compiling deranged v0.3.11
27922026-06-04T20:55:23.405Z[ helios-setup] Jun 04 20:55:22.169 INFO E| Compiling fastrand v2.0.0
27932026-06-04T20:55:23.461Z[ helios-setup] Jun 04 20:55:22.225 INFO E| Compiling anyhow v1.0.72
27942026-06-04T20:55:23.486Z[ helios-setup] Jun 04 20:55:22.250 INFO E| Compiling thread_local v1.1.7
27952026-06-04T20:55:23.537Z[ helios-setup] Jun 04 20:55:22.301 INFO E| Compiling cpufeatures v0.2.9
27962026-06-04T20:55:23.562Z[ helios-setup] Jun 04 20:55:22.326 INFO E| Compiling ryu v1.0.15
27972026-06-04T20:55:23.628Z[ helios-setup] Jun 04 20:55:22.393 INFO E| Compiling same-file v1.0.6
27982026-06-04T20:55:23.666Z[ helios-setup] Jun 04 20:55:22.429 INFO E| Compiling unicode-width v0.1.10
27992026-06-04T20:55:23.722Z[ helios-setup] Jun 04 20:55:22.485 INFO E| Compiling libdevinfo-sys v1.0.0
28002026-06-04T20:55:23.738Z[ helios-setup] Jun 04 20:55:22.500 INFO E| Compiling glob v0.3.1
28012026-06-04T20:55:23.771Z[ helios-setup] Jun 04 20:55:22.535 INFO E| Compiling generic-array v0.14.7
28022026-06-04T20:55:23.827Z[ helios-setup] Jun 04 20:55:22.591 INFO E| Compiling walkdir v2.3.3
28032026-06-04T20:55:23.852Z[ helios-setup] Jun 04 20:55:22.616 INFO E| Compiling getopts v0.2.21
28042026-06-04T20:55:24.183Z[ helios-setup] Jun 04 20:55:22.945 INFO E| Compiling quote v1.0.31
28052026-06-04T20:55:24.391Z[ helios-setup] Jun 04 20:55:23.155 INFO E| Compiling syn v2.0.32
28062026-06-04T20:55:24.643Z[ helios-setup] Jun 04 20:55:23.407 INFO E| Compiling dirs-sys-next v0.1.2
28072026-06-04T20:55:24.643Z[ helios-setup] Jun 04 20:55:23.407 INFO E| Compiling errno v0.3.1
28082026-06-04T20:55:24.644Z[ helios-setup] Jun 04 20:55:23.407 INFO E| Compiling atty v0.2.14
28092026-06-04T20:55:24.647Z[ helios-setup] Jun 04 20:55:23.407 INFO E| Compiling getrandom v0.2.10
28102026-06-04T20:55:24.665Z[ helios-setup] Jun 04 20:55:23.429 INFO E| Compiling time v0.3.36
28112026-06-04T20:55:24.780Z[ helios-setup] Jun 04 20:55:23.544 INFO E| Compiling dirs-next v2.0.0
28122026-06-04T20:55:24.846Z[ helios-setup] Jun 04 20:55:23.610 INFO E| Compiling term v0.7.0
28132026-06-04T20:55:24.966Z[ helios-setup] Jun 04 20:55:23.730 INFO E| Compiling digest v0.9.0
28142026-06-04T20:55:24.966Z[ helios-setup] Jun 04 20:55:23.730 INFO E| Compiling block-buffer v0.9.0
28152026-06-04T20:55:25.060Z[ helios-setup] Jun 04 20:55:23.825 INFO E| Compiling md-5 v0.9.1
28162026-06-04T20:55:25.061Z[ helios-setup] Jun 04 20:55:23.825 INFO E| Compiling sha-1 v0.9.8
28172026-06-04T20:55:25.270Z[ helios-setup] Jun 04 20:55:24.034 INFO E| Compiling tempfile v3.7.0
28182026-06-04T20:55:25.438Z[ helios-setup] Jun 04 20:55:24.203 INFO E| Compiling slog-term v2.9.0
28192026-06-04T20:55:25.788Z[ helios-setup] Jun 04 20:55:24.552 INFO E| Compiling serde_derive v1.0.193
28202026-06-04T20:55:26.546Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.36s
28212026-06-04T20:55:26.778Z[ omicron-package]
28222026-06-04T20:55:26.778Z[ omicron-package] real 47.544264015
28232026-06-04T20:55:26.781Z[ omicron-package] user 5:28.984882166
28242026-06-04T20:55:26.781Z[ omicron-package] sys 29.839698950
28252026-06-04T20:55:26.781Z[ omicron-package] trap 0.453401338
28262026-06-04T20:55:26.781Z[ omicron-package] tflt 0.934672562
28272026-06-04T20:55:26.781Z[ omicron-package] dflt 3.329991888
28282026-06-04T20:55:26.781Z[ omicron-package] kflt 0.000394077
28292026-06-04T20:55:26.781Z[ omicron-package] lock 12:22.628715053
28302026-06-04T20:55:26.781Z[ omicron-package] slp 7:16.387566495
28312026-06-04T20:55:26.781Z[ omicron-package] lat 49.613278150
28322026-06-04T20:55:26.781Z[ omicron-package] stop 1:14.625251922
28332026-06-04T20:55:26.781ZJun 04 20:55:25.543 INFO [omicron-package] process exited with exit status: 0 (47.604820805s)
28342026-06-04T20:55:26.781ZJun 04 20:55:25.543 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28352026-06-04T20:55:26.781ZJun 04 20:55:25.544 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28362026-06-04T20:55:26.792Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28372026-06-04T20:55:26.792Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28382026-06-04T20:55:26.798Z[ recovery-target] Created new build target 'recovery' and set it as active
28392026-06-04T20:55:26.798Z[ host-target] Created new build target 'host' and set it as active
28402026-06-04T20:55:26.801ZJun 04 20:55:25.562 INFO [recovery-target] process exited with exit status: 0 (17.89532ms)
28412026-06-04T20:55:26.801ZJun 04 20:55:25.562 INFO [host-target] process exited with exit status: 0 (18.60737ms)
28422026-06-04T20:55:26.801ZJun 04 20:55:25.562 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28432026-06-04T20:55:26.805Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28442026-06-04T20:55:28.274Z[ host-package] Compiling ring v0.17.14
28452026-06-04T20:55:28.573Z[ host-package] Compiling heck v0.5.0
28462026-06-04T20:55:28.577Z[ host-package] Compiling regress v0.11.1
28472026-06-04T20:55:28.628Z[ host-package] Compiling unsafe-libyaml v0.2.11
28482026-06-04T20:55:28.680Z[ host-package] Compiling regress v0.10.5
28492026-06-04T20:55:28.705Z[ host-package] Compiling is-terminal v0.4.17
28502026-06-04T20:55:28.708Z[ host-package] Compiling unicode-width v0.1.14
28512026-06-04T20:55:28.708Z[ host-package] Compiling prettyplease v0.2.37
28522026-06-04T20:55:28.729Z[ host-package] Compiling bytecount v0.6.9
28532026-06-04T20:55:28.732Z[ host-package] Compiling derive-where v1.6.0
28542026-06-04T20:55:28.732Z[ host-package] Compiling thread_local v1.1.9
28552026-06-04T20:55:28.732Z[ host-package] Compiling match_cfg v0.1.0
28562026-06-04T20:55:28.770Z[ host-package] Compiling compression-core v0.4.31
28572026-06-04T20:55:28.792Z[ host-package] Compiling multer v3.1.0
28582026-06-04T20:55:28.883Z[ host-package] Compiling slog-async v2.8.0
28592026-06-04T20:55:28.908Z[ host-package] Compiling hostname v0.3.1
28602026-06-04T20:55:28.911Z[ host-package] Compiling crossbeam-channel v0.5.15
28612026-06-04T20:55:28.984Z[ host-package] Compiling compression-codecs v0.4.37
28622026-06-04T20:55:29.007Z[ host-package] Compiling slog-json v2.6.1
28632026-06-04T20:55:29.007Z[ host-package] Compiling serde_spanned v1.0.4
28642026-06-04T20:55:29.041Z[ helios-setup] Jun 04 20:55:27.806 INFO E| Compiling toml v0.5.11
28652026-06-04T20:55:29.042Z[ helios-setup] Jun 04 20:55:27.806 INFO E| Compiling uuid v0.8.2
28662026-06-04T20:55:29.052Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
28672026-06-04T20:55:29.131Z[ host-package] Compiling take_mut v0.2.2
28682026-06-04T20:55:29.136Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28692026-06-04T20:55:29.272Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28702026-06-04T20:55:29.275Z[ host-package] Compiling term v1.2.1
28712026-06-04T20:55:29.275Z[ host-package] Compiling async-compression v0.4.41
28722026-06-04T20:55:29.295Z[ host-package] Compiling slog-bunyan v2.5.0
28732026-06-04T20:55:29.441Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
28742026-06-04T20:55:29.448Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28752026-06-04T20:55:29.468Z[ host-package] Compiling async-stream v0.3.6
28762026-06-04T20:55:29.517Z[ host-package] Compiling dropshot v0.17.0
28772026-06-04T20:55:29.567Z[ host-package] Compiling num-rational v0.4.2
28782026-06-04T20:55:29.625Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28792026-06-04T20:55:29.670Z[ host-package] Compiling waitgroup v0.1.2
28802026-06-04T20:55:29.696Z[ host-package] Compiling rustls-pemfile v2.2.0
28812026-06-04T20:55:29.696Z[ host-package] Compiling backon v1.6.0
28822026-06-04T20:55:29.751Z[ helios-setup] Jun 04 20:55:28.513 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28832026-06-04T20:55:29.778Z[ host-package] Compiling num-complex v0.4.6
28842026-06-04T20:55:29.880Z[ host-package] Compiling slog-term v2.9.2
28852026-06-04T20:55:29.989Z[ host-package] Compiling serde_path_to_error v0.1.20
28862026-06-04T20:55:30.067Z[ host-package] Compiling hostname v0.4.2
28872026-06-04T20:55:30.109Z[ host-package] Compiling instant v0.1.13
28882026-06-04T20:55:30.158Z[ host-package] Compiling debug-ignore v1.0.5
28892026-06-04T20:55:30.166Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28902026-06-04T20:55:30.255Z[ host-package] Compiling typify-impl v0.6.2
28912026-06-04T20:55:30.287Z[ host-package] Compiling num v0.4.3
28922026-06-04T20:55:30.290Z[ host-package] Compiling backoff v0.4.0
28932026-06-04T20:55:30.335Z[ host-package] Compiling parse-display v0.10.0
28942026-06-04T20:55:30.379Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28952026-06-04T20:55:30.399Z[ helios-setup] Jun 04 20:55:29.161 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28962026-06-04T20:55:30.433Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28972026-06-04T20:55:30.534Z[ host-package] Compiling macaddr v1.0.1
28982026-06-04T20:55:30.558Z[ host-package] Compiling float-ord v0.3.2
28992026-06-04T20:55:30.666Z[ host-package] Compiling humantime v2.3.0
29002026-06-04T20:55:30.775Z[ host-package] Compiling console v0.15.11
29012026-06-04T20:55:30.828Z[ host-package] Compiling newline-converter v0.3.0
29022026-06-04T20:55:30.831Z[ host-package] Compiling atomicwrites v0.4.4
29032026-06-04T20:55:30.855Z[ host-package] Compiling slog-dtrace v0.3.0
29042026-06-04T20:55:30.956Z[ host-package] Compiling cancel-safe-futures v0.1.5
29052026-06-04T20:55:30.990Z[ host-package] Compiling resolv-conf v0.7.6
29062026-06-04T20:55:31.024Z[ host-package] Compiling owo-colors v4.3.0
29072026-06-04T20:55:31.049Z[ host-package] Compiling toml v0.8.23
29082026-06-04T20:55:31.209Z[ host-package] Compiling expectorate v1.2.0
29092026-06-04T20:55:31.233Z[ host-package] Compiling libsw-core v0.3.2
29102026-06-04T20:55:31.321Z[ host-package] Compiling linear-map v1.2.0
29112026-06-04T20:55:31.383Z[ host-package] Compiling linked-hash-map v0.5.6
29122026-06-04T20:55:31.455Z[ host-package] Compiling libsw v3.5.0
29132026-06-04T20:55:31.577Z[ host-package] Compiling minimal-lexical v0.2.1
29142026-06-04T20:55:31.633Z[ host-package] Compiling lru-cache v0.1.2
29152026-06-04T20:55:31.655Z[ host-package] Compiling hickory-proto v0.24.4
29162026-06-04T20:55:31.655Z[ host-package] Compiling unicode-xid v0.2.6
29172026-06-04T20:55:31.710Z[ host-package] Compiling convert_case v0.10.0
29182026-06-04T20:55:31.732Z[ host-package] Compiling papergrid v0.11.0
29192026-06-04T20:55:31.735Z[ host-package] Compiling tabled_derive v0.7.0
29202026-06-04T20:55:31.815Z[ host-package] Compiling nom v7.1.3
29212026-06-04T20:55:31.895Z[ host-package] Compiling termtree v0.5.1
29222026-06-04T20:55:31.908Z[ host-package] Compiling phf_shared v0.12.1
29232026-06-04T20:55:32.022Z[ host-package] Compiling vte v0.14.1
29242026-06-04T20:55:32.025Z[ host-package] Compiling derive_more-impl v2.1.1
29252026-06-04T20:55:32.073Z[ host-package] Compiling csv-core v0.1.13
29262026-06-04T20:55:32.100Z[ host-package] Compiling highway v1.3.0
29272026-06-04T20:55:32.121Z[ host-package] Compiling chrono-tz v0.10.4
29282026-06-04T20:55:32.298Z[ host-package] Compiling csv v1.4.0
29292026-06-04T20:55:32.395Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29302026-06-04T20:55:32.422Z[ host-package] Compiling phf v0.12.1
29312026-06-04T20:55:32.532Z[ host-package] Compiling rustls v0.23.37
29322026-06-04T20:55:32.585Z[ host-package] Compiling rustls v0.22.4
29332026-06-04T20:55:32.639Z[ host-package] Compiling const_format_proc_macros v0.2.34
29342026-06-04T20:55:32.698Z[ host-package] Compiling fd-lock v4.0.4
29352026-06-04T20:55:32.767Z[ host-package] Compiling tabled v0.15.0
29362026-06-04T20:55:32.922Z[ host-package] Compiling peg-macros v0.8.5
29372026-06-04T20:55:32.962Z[ host-package] Compiling derive_more v2.1.1
29382026-06-04T20:55:33.008Z[ host-package] Compiling nu-ansi-term v0.50.3
29392026-06-04T20:55:33.117Z[ host-package] Compiling crossterm v0.29.0
29402026-06-04T20:55:33.272Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29412026-06-04T20:55:33.484Z[ host-package] Compiling reedline v0.40.0
29422026-06-04T20:55:33.533Z[ host-package] Compiling const_format v0.2.35
29432026-06-04T20:55:33.665Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29442026-06-04T20:55:33.833Z[ host-package] Compiling rustls-webpki v0.103.9
29452026-06-04T20:55:33.914Z[ host-package] Compiling typify-macro v0.6.2
29462026-06-04T20:55:34.137Z[ host-package] Compiling rustls-webpki v0.102.8
29472026-06-04T20:55:34.297Z[ host-package] Compiling hickory-resolver v0.24.4
29482026-06-04T20:55:34.327Z[ host-package] Compiling peg v0.8.5
29492026-06-04T20:55:34.360Z[ helios-setup] Jun 04 20:55:33.124 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
29502026-06-04T20:55:34.385Z[ helios-setup] Jun 04 20:55:33.147 INFO building project "image-builder" ok (12 seconds)
29512026-06-04T20:55:34.385Z[ helios-setup] Jun 04 20:55:33.148 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29522026-06-04T20:55:34.392Z[ helios-setup] Jun 04 20:55:33.156 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
29532026-06-04T20:55:34.392Z[ helios-setup] Jun 04 20:55:33.157 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29542026-06-04T20:55:34.396Z[ helios-setup] Jun 04 20:55:33.157 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29552026-06-04T20:55:34.500Z[ helios-setup] Jun 04 20:55:33.264 INFO E| Downloading crates ...
29562026-06-04T20:55:34.556Z[ helios-setup] Jun 04 20:55:33.319 INFO E| Downloaded block-buffer v0.10.3
29572026-06-04T20:55:34.560Z[ helios-setup] Jun 04 20:55:33.324 INFO E| Downloaded miniz_oxide v0.6.2
29582026-06-04T20:55:34.564Z[ helios-setup] Jun 04 20:55:33.327 INFO E| Downloaded generic-array v0.14.6
29592026-06-04T20:55:34.564Z[ helios-setup] Jun 04 20:55:33.328 INFO E| Downloaded digest v0.10.3
29602026-06-04T20:55:34.567Z[ helios-setup] Jun 04 20:55:33.329 INFO E| Downloaded cpufeatures v0.2.5
29612026-06-04T20:55:34.567Z[ helios-setup] Jun 04 20:55:33.331 INFO E| Downloaded anyhow v1.0.62
29622026-06-04T20:55:34.571Z[ helios-setup] Jun 04 20:55:33.334 INFO E| Downloaded typenum v1.15.0
29632026-06-04T20:55:34.574Z[ helios-setup] Jun 04 20:55:33.335 INFO E| Downloaded sha2 v0.10.5
29642026-06-04T20:55:34.574Z[ helios-setup] Jun 04 20:55:33.337 INFO E| Downloaded bytes v1.2.1
29652026-06-04T20:55:34.578Z[ helios-setup] Jun 04 20:55:33.339 INFO E| Downloaded flate2 v1.0.25
29662026-06-04T20:55:34.622Z[ helios-setup] Jun 04 20:55:33.386 INFO E| Compiling version_check v0.9.4
29672026-06-04T20:55:34.622Z[ helios-setup] Jun 04 20:55:33.386 INFO E| Compiling typenum v1.15.0
29682026-06-04T20:55:34.622Z[ helios-setup] Jun 04 20:55:33.386 INFO E| Compiling crc32fast v1.3.2
29692026-06-04T20:55:34.626Z[ helios-setup] Jun 04 20:55:33.386 INFO E| Compiling cfg-if v1.0.0
29702026-06-04T20:55:34.626Z[ helios-setup] Jun 04 20:55:33.386 INFO E| Compiling adler v1.0.2
29712026-06-04T20:55:34.629Z[ helios-setup] Jun 04 20:55:33.392 INFO E| Compiling anyhow v1.0.62
29722026-06-04T20:55:34.629Z[ helios-setup] Jun 04 20:55:33.393 INFO E| Compiling unicode-width v0.1.10
29732026-06-04T20:55:34.629Z[ helios-setup] Jun 04 20:55:33.393 INFO E| Compiling cpufeatures v0.2.5
29742026-06-04T20:55:34.629Z[ helios-setup] Jun 04 20:55:33.393 INFO E| Compiling bytes v1.2.1
29752026-06-04T20:55:34.629Z[ helios-setup] Jun 04 20:55:33.393 INFO E| Compiling bitflags v1.3.2
29762026-06-04T20:55:34.805Z[ helios-setup] Jun 04 20:55:33.569 INFO E| Compiling getopts v0.2.21
29772026-06-04T20:55:34.809Z[ helios-setup] Jun 04 20:55:33.573 INFO E| Compiling miniz_oxide v0.6.2
29782026-06-04T20:55:35.168Z[ host-package] Compiling bcs v0.1.6
29792026-06-04T20:55:35.353Z[ helios-setup] Jun 04 20:55:34.117 INFO E| Compiling generic-array v0.14.6
29802026-06-04T20:55:35.527Z[ helios-setup] Jun 04 20:55:34.291 INFO E| Compiling flate2 v1.0.25
29812026-06-04T20:55:35.591Z[ host-package] Compiling semver v0.1.20
29822026-06-04T20:55:35.817Z[ host-package] Compiling typify v0.6.2
29832026-06-04T20:55:36.106Z[ host-package] Compiling progenitor-impl v0.14.0
29842026-06-04T20:55:36.136Z[ host-package] Compiling progenitor-impl v0.13.0
29852026-06-04T20:55:36.758Z[ helios-setup] Jun 04 20:55:35.521 INFO E| Compiling block-buffer v0.10.3
29862026-06-04T20:55:36.758Z[ helios-setup] Jun 04 20:55:35.521 INFO E| Compiling crypto-common v0.1.6
29872026-06-04T20:55:36.872Z[ helios-setup] Jun 04 20:55:35.636 INFO E| Compiling digest v0.10.3
29882026-06-04T20:55:37.044Z[ helios-setup] Jun 04 20:55:35.808 INFO E| Compiling sha2 v0.10.5
29892026-06-04T20:55:37.286Z[ helios-setup] Jun 04 20:55:36.050 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29902026-06-04T20:55:37.756Z[ host-package] Compiling tokio-rustls v0.25.0
29912026-06-04T20:55:38.725Z[ host-package] Compiling tokio-rustls v0.26.4
29922026-06-04T20:55:38.754Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29932026-06-04T20:55:39.082Z[ host-package] Compiling hyper-rustls v0.27.7
29942026-06-04T20:55:39.111Z[ host-package] Compiling progenitor-macro v0.14.0
29952026-06-04T20:55:39.329Z[ helios-setup] Jun 04 20:55:38.093 INFO E| Finished `release` profile [optimized] target(s) in 4.92s
29962026-06-04T20:55:39.341Z[ helios-setup] Jun 04 20:55:38.105 INFO building project "bootserver" ok (4 seconds)
29972026-06-04T20:55:39.341Z[ helios-setup] Jun 04 20:55:38.105 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29982026-06-04T20:55:39.350Z[ helios-setup] Jun 04 20:55:38.114 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
29992026-06-04T20:55:39.350Z[ helios-setup] Jun 04 20:55:38.114 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30002026-06-04T20:55:39.350Z[ helios-setup] Jun 04 20:55:38.114 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30012026-06-04T20:55:39.458Z[ helios-setup] Jun 04 20:55:38.222 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30022026-06-04T20:55:39.476Z[ host-package] Compiling reqwest v0.12.28
30032026-06-04T20:55:39.768Z[ helios-setup] Jun 04 20:55:38.530 INFO E| From https://github.com/jclulow/hiercmd
30042026-06-04T20:55:39.768Z[ helios-setup] Jun 04 20:55:38.530 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30052026-06-04T20:55:39.771Z[ host-package] Compiling reqwest v0.13.2
30062026-06-04T20:55:39.778Z[ helios-setup] Jun 04 20:55:38.542 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30072026-06-04T20:55:40.090Z[ helios-setup] Jun 04 20:55:38.853 INFO E| From https://github.com/oxidecomputer/network-interface
30082026-06-04T20:55:40.090Z[ helios-setup] Jun 04 20:55:38.853 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30092026-06-04T20:55:40.119Z[ helios-setup] Jun 04 20:55:38.881 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30102026-06-04T20:55:40.441Z[ helios-setup] Jun 04 20:55:39.203 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30112026-06-04T20:55:40.441Z[ helios-setup] Jun 04 20:55:39.203 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30122026-06-04T20:55:40.458Z[ helios-setup] Jun 04 20:55:39.222 INFO E| Updating crates.io index
30132026-06-04T20:55:40.675Z[ helios-setup] Jun 04 20:55:39.439 INFO E| Downloading crates ...
30142026-06-04T20:55:40.809Z[ helios-setup] Jun 04 20:55:39.572 INFO E| Downloaded futures-macro v0.3.31
30152026-06-04T20:55:40.864Z[ host-package] Compiling progenitor-macro v0.13.0
30162026-06-04T20:55:40.886Z[ helios-setup] Jun 04 20:55:39.649 INFO E| Downloaded anyhow v1.0.100
30172026-06-04T20:55:40.995Z[ host-package] Compiling qorb v0.4.1
30182026-06-04T20:55:41.143Z[ host-package] Compiling tough v0.22.0
30192026-06-04T20:55:41.352Z[ host-package] Compiling progenitor-client v0.10.0
30202026-06-04T20:55:41.438Z[ helios-setup] Jun 04 20:55:40.201 INFO E| Downloaded quote v1.0.41
30212026-06-04T20:55:41.452Z[ helios-setup] Jun 04 20:55:40.216 INFO E| Downloaded bytes v1.10.1
30222026-06-04T20:55:41.462Z[ helios-setup] Jun 04 20:55:40.226 INFO E| Downloaded serde_spanned v1.0.3
30232026-06-04T20:55:41.471Z[ helios-setup] Jun 04 20:55:40.234 INFO E| Downloaded proc-macro2 v1.0.103
30242026-06-04T20:55:41.498Z[ helios-setup] Jun 04 20:55:40.262 INFO E| Downloaded winnow v0.7.13
30252026-06-04T20:55:41.504Z[ helios-setup] Jun 04 20:55:40.268 INFO E| Downloaded uuid v1.18.1
30262026-06-04T20:55:41.509Z[ helios-setup] Jun 04 20:55:40.272 INFO E| Downloaded find-msvc-tools v0.1.4
30272026-06-04T20:55:41.522Z[ helios-setup] Jun 04 20:55:40.286 INFO E| Downloaded futures-io v0.3.31
30282026-06-04T20:55:41.532Z[ helios-setup] Jun 04 20:55:40.296 INFO E| Downloaded clap v4.5.51
30292026-06-04T20:55:41.546Z[ helios-setup] Jun 04 20:55:40.310 INFO E| Downloaded tokio-macros v2.6.0
30302026-06-04T20:55:41.592Z[ helios-setup] Jun 04 20:55:40.356 INFO E| Downloaded getrandom v0.2.16
30312026-06-04T20:55:41.599Z[ helios-setup] Jun 04 20:55:40.362 INFO E| Downloaded zerocopy v0.8.27
30322026-06-04T20:55:41.618Z[ helios-setup] Jun 04 20:55:40.382 INFO E| Downloaded anstyle-query v1.1.4
30332026-06-04T20:55:41.668Z[ helios-setup] Jun 04 20:55:40.432 INFO E| Downloaded thiserror v2.0.17
30342026-06-04T20:55:41.673Z[ helios-setup] Jun 04 20:55:40.437 INFO E| Downloaded generic-array v0.14.9
30352026-06-04T20:55:41.673Z[ helios-setup] Jun 04 20:55:40.437 INFO E| Downloaded futures-core v0.3.31
30362026-06-04T20:55:41.677Z[ helios-setup] Jun 04 20:55:40.438 INFO E| Downloaded futures-channel v0.3.31
30372026-06-04T20:55:41.677Z[ helios-setup] Jun 04 20:55:40.439 INFO E| Downloaded deranged v0.5.5
30382026-06-04T20:55:41.680Z[ helios-setup] Jun 04 20:55:40.440 INFO E| Downloaded futures-sink v0.3.31
30392026-06-04T20:55:41.680Z[ helios-setup] Jun 04 20:55:40.441 INFO E| Downloaded syn v2.0.108
30402026-06-04T20:55:41.684Z[ helios-setup] Jun 04 20:55:40.448 INFO E| Downloaded toml_datetime v0.7.3
30412026-06-04T20:55:41.687Z[ host-package] Compiling progenitor-client v0.14.0
30422026-06-04T20:55:41.687Z[ helios-setup] Jun 04 20:55:40.451 INFO E| Downloaded signal-hook-registry v1.4.6
30432026-06-04T20:55:41.687Z[ helios-setup] Jun 04 20:55:40.451 INFO E| Downloaded rsa v0.9.8
30442026-06-04T20:55:41.709Z[ helios-setup] Jun 04 20:55:40.469 INFO E| Downloaded hashbrown v0.16.0
30452026-06-04T20:55:41.709Z[ helios-setup] Jun 04 20:55:40.472 INFO E| Downloaded getopts v0.2.24
30462026-06-04T20:55:41.712Z[ host-package] Compiling rustc_version v0.1.7
30472026-06-04T20:55:41.734Z[ helios-setup] Jun 04 20:55:40.498 INFO E| Downloaded zeroize_derive v1.4.2
30482026-06-04T20:55:41.737Z[ helios-setup] Jun 04 20:55:40.500 INFO E| Downloaded num-bigint-dig v0.8.4
30492026-06-04T20:55:41.740Z[ helios-setup] Jun 04 20:55:40.503 INFO E| Downloaded socket2 v0.6.1
30502026-06-04T20:55:41.740Z[ helios-setup] Jun 04 20:55:40.504 INFO E| Downloaded futures-util v0.3.31
30512026-06-04T20:55:41.749Z[ helios-setup] Jun 04 20:55:40.512 INFO E| Downloaded devinfo v0.1.0
30522026-06-04T20:55:41.780Z[ helios-setup] Jun 04 20:55:40.544 INFO E| Downloaded toml_writer v1.0.4
30532026-06-04T20:55:41.783Z[ helios-setup] Jun 04 20:55:40.545 INFO E| Downloaded bitfield v0.19.3
30542026-06-04T20:55:41.783Z[ helios-setup] Jun 04 20:55:40.546 INFO E| Downloaded base64ct v1.8.0
30552026-06-04T20:55:41.786Z[ helios-setup] Jun 04 20:55:40.548 INFO E| Downloaded libdevinfo-sys v1.1.0
30562026-06-04T20:55:41.790Z[ helios-setup] Jun 04 20:55:40.554 INFO E| Downloaded bitflags v2.10.0
30572026-06-04T20:55:41.816Z[ helios-setup] Jun 04 20:55:40.580 INFO E| Downloaded log v0.4.28
30582026-06-04T20:55:41.842Z[ helios-setup] Jun 04 20:55:40.605 INFO E| Downloaded futures v0.3.31
30592026-06-04T20:55:41.845Z[ helios-setup] Jun 04 20:55:40.609 INFO E| Downloaded crc v3.3.0
30602026-06-04T20:55:41.848Z[ helios-setup] Jun 04 20:55:40.610 INFO E| Downloaded flate2 v1.1.5
30612026-06-04T20:55:41.858Z[ helios-setup] Jun 04 20:55:40.622 INFO E| Downloaded time-macros v0.2.24
30622026-06-04T20:55:41.861Z[ helios-setup] Jun 04 20:55:40.624 INFO E| Downloaded thiserror-impl v2.0.17
30632026-06-04T20:55:41.895Z[ helios-setup] Jun 04 20:55:40.656 INFO E| Downloaded zerocopy-derive v0.8.27
30642026-06-04T20:55:41.930Z[ helios-setup] Jun 04 20:55:40.693 INFO E| Downloaded env_logger v0.11.8
30652026-06-04T20:55:41.933Z[ helios-setup] Jun 04 20:55:40.695 INFO E| Downloaded clap_lex v0.7.6
30662026-06-04T20:55:41.933Z[ helios-setup] Jun 04 20:55:40.696 INFO E| Downloaded toml_edit v0.23.7
30672026-06-04T20:55:41.936Z[ helios-setup] Jun 04 20:55:40.698 INFO E| Downloaded mio v1.1.0
30682026-06-04T20:55:41.940Z[ helios-setup] Jun 04 20:55:40.702 INFO E| Downloaded env_filter v0.1.4
30692026-06-04T20:55:41.973Z[ helios-setup] Jun 04 20:55:40.734 INFO E| Downloaded time-core v0.1.6
30702026-06-04T20:55:41.976Z[ helios-setup] Jun 04 20:55:40.735 INFO E| Downloaded cc v1.2.44
30712026-06-04T20:55:41.976Z[ host-package] Compiling progenitor-extras v0.2.0
30722026-06-04T20:55:42.006Z[ helios-setup] Jun 04 20:55:40.770 INFO E| Downloaded unicode-ident v1.0.22
30732026-06-04T20:55:42.009Z[ helios-setup] Jun 04 20:55:40.772 INFO E| Downloaded futures-executor v0.3.31
30742026-06-04T20:55:42.010Z[ helios-setup] Jun 04 20:55:40.773 INFO E| Downloaded bitfield-macros v0.19.3
30752026-06-04T20:55:42.010Z[ helios-setup] Jun 04 20:55:40.774 INFO E| Downloaded libm v0.2.15
30762026-06-04T20:55:42.016Z[ helios-setup] Jun 04 20:55:40.780 INFO E| Downloaded iana-time-zone v0.1.64
30772026-06-04T20:55:42.019Z[ helios-setup] Jun 04 20:55:40.782 INFO E| Downloaded toml v0.9.8
30782026-06-04T20:55:42.021Z[ helios-setup] Jun 04 20:55:40.784 INFO E| Downloaded futures-task v0.3.31
30792026-06-04T20:55:42.024Z[ helios-setup] Jun 04 20:55:40.788 INFO E| Downloaded simd-adler32 v0.3.7
30802026-06-04T20:55:42.027Z[ helios-setup] Jun 04 20:55:40.790 INFO E| Downloaded rand v0.8.5
30812026-06-04T20:55:42.030Z[ helios-setup] Jun 04 20:55:40.793 INFO E| Downloaded iddqd v0.3.14
30822026-06-04T20:55:42.034Z[ helios-setup] Jun 04 20:55:40.797 INFO E| Downloaded clap_derive v4.5.49
30832026-06-04T20:55:42.045Z[ helios-setup] Jun 04 20:55:40.809 INFO E| Downloaded toml_parser v1.0.4
30842026-06-04T20:55:42.068Z[ helios-setup] Jun 04 20:55:40.832 INFO E| Downloaded term v1.2.0
30852026-06-04T20:55:42.071Z[ helios-setup] Jun 04 20:55:40.834 INFO E| Downloaded serde_json v1.0.145
30862026-06-04T20:55:42.075Z[ helios-setup] Jun 04 20:55:40.839 INFO E| Downloaded indexmap v2.12.0
30872026-06-04T20:55:42.078Z[ helios-setup] Jun 04 20:55:40.842 INFO E| Downloaded slab v0.4.11
30882026-06-04T20:55:42.084Z[ host-package] Compiling newtype_derive v0.1.6
30892026-06-04T20:55:42.087Z[ helios-setup] Jun 04 20:55:40.848 INFO E| Downloaded pin-project-lite v0.2.16
30902026-06-04T20:55:42.090Z[ helios-setup] Jun 04 20:55:40.852 INFO E| Downloaded memchr v2.7.6
30912026-06-04T20:55:42.093Z[ helios-setup] Jun 04 20:55:40.855 INFO E| Downloaded chrono v0.4.42
30922026-06-04T20:55:42.096Z[ helios-setup] Jun 04 20:55:40.859 INFO E| Downloaded time v0.3.44
30932026-06-04T20:55:42.117Z[ helios-setup] Jun 04 20:55:40.881 INFO E| Downloaded clap_builder v4.5.51
30942026-06-04T20:55:42.147Z[ helios-setup] Jun 04 20:55:40.911 INFO E| Downloaded unicode-width v0.2.2
30952026-06-04T20:55:42.196Z[ helios-setup] Jun 04 20:55:40.960 INFO E| Downloaded rustix v1.1.2
30962026-06-04T20:55:42.257Z[ helios-setup] Jun 04 20:55:41.021 INFO E| Downloaded libc v0.2.177
30972026-06-04T20:55:42.272Z[ helios-setup] Jun 04 20:55:41.036 INFO E| Downloaded tokio v1.48.0
30982026-06-04T20:55:42.326Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30992026-06-04T20:55:42.376Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling proc-macro2 v1.0.103
31002026-06-04T20:55:42.376Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling unicode-ident v1.0.22
31012026-06-04T20:55:42.376Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling quote v1.0.41
31022026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling libc v0.2.177
31032026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling serde_core v1.0.228
31042026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling cfg-if v1.0.4
31052026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling serde v1.0.228
31062026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling version_check v0.9.5
31072026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling autocfg v1.5.0
31082026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling const-oid v0.9.6
31092026-06-04T20:55:42.379Z[ helios-setup] Jun 04 20:55:41.139 INFO E| Compiling typenum v1.19.0
31102026-06-04T20:55:42.379Z[ host-package] Compiling unicode-linebreak v0.1.5
31112026-06-04T20:55:42.430Z[ helios-setup] Jun 04 20:55:41.194 INFO E| Compiling libm v0.2.15
31122026-06-04T20:55:42.430Z[ helios-setup] Jun 04 20:55:41.194 INFO E| Compiling zerocopy v0.8.27
31132026-06-04T20:55:42.433Z[ helios-setup] Jun 04 20:55:41.194 INFO E| Compiling rustversion v1.0.22
31142026-06-04T20:55:42.433Z[ helios-setup] Jun 04 20:55:41.194 INFO E| Compiling zeroize v1.8.2
31152026-06-04T20:55:42.433Z[ helios-setup] Jun 04 20:55:41.194 INFO E| Compiling smallvec v1.15.1
31162026-06-04T20:55:42.860Z[ host-package] Compiling smawk v0.3.2
31172026-06-04T20:55:43.232Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31182026-06-04T20:55:43.311Z[ helios-setup] Jun 04 20:55:42.075 INFO E| Compiling base64ct v1.8.0
31192026-06-04T20:55:43.322Z[ helios-setup] Jun 04 20:55:42.086 INFO E| Compiling memchr v2.7.6
31202026-06-04T20:55:43.334Z[ host-package] Compiling textwrap v0.16.2
31212026-06-04T20:55:43.352Z[ helios-setup] Jun 04 20:55:42.116 INFO E| Compiling equivalent v1.0.2
31222026-06-04T20:55:43.355Z[ helios-setup] Jun 04 20:55:42.116 INFO E| Compiling winnow v0.7.13
31232026-06-04T20:55:43.386Z[ host-package] Compiling steno v0.4.1
31242026-06-04T20:55:43.397Z[ helios-setup] Jun 04 20:55:42.161 INFO E| Compiling byteorder v1.5.0
31252026-06-04T20:55:43.473Z[ helios-setup] Jun 04 20:55:42.237 INFO E| Compiling hashbrown v0.16.0
31262026-06-04T20:55:43.670Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31272026-06-04T20:55:43.744Z[ helios-setup] Jun 04 20:55:42.508 INFO E| Compiling generic-array v0.14.9
31282026-06-04T20:55:43.866Z[ helios-setup] Jun 04 20:55:42.630 INFO E| Compiling pem-rfc7468 v0.7.0
31292026-06-04T20:55:44.032Z[ host-package] Compiling tagptr v0.2.0
31302026-06-04T20:55:44.077Z[ helios-setup] Jun 04 20:55:42.840 INFO E| Compiling getrandom v0.2.16
31312026-06-04T20:55:44.231Z[ helios-setup] Jun 04 20:55:42.995 INFO E| Compiling anyhow v1.0.100
31322026-06-04T20:55:44.239Z[ helios-setup] Jun 04 20:55:43.003 INFO E| Compiling num-traits v0.2.19
31332026-06-04T20:55:44.246Z[ helios-setup] Jun 04 20:55:43.010 INFO E| Compiling crc32fast v1.5.0
31342026-06-04T20:55:44.253Z[ helios-setup] Jun 04 20:55:43.017 INFO E| Compiling rustix v1.1.2
31352026-06-04T20:55:44.283Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31362026-06-04T20:55:44.319Z[ helios-setup] Jun 04 20:55:43.083 INFO E| Compiling flagset v0.4.7
31372026-06-04T20:55:44.439Z[ helios-setup] Jun 04 20:55:43.203 INFO E| Compiling utf8parse v0.2.2
31382026-06-04T20:55:44.468Z[ helios-setup] Jun 04 20:55:43.230 INFO E| Compiling rand_core v0.6.4
31392026-06-04T20:55:44.571Z[ helios-setup] Jun 04 20:55:43.333 INFO E| Compiling anstyle-parse v0.2.7
31402026-06-04T20:55:44.815Z[ host-package] Compiling moka v0.12.13
31412026-06-04T20:55:44.891Z[ host-package] Compiling utf-8 v0.7.6
31422026-06-04T20:55:44.897Z[ helios-setup] Jun 04 20:55:43.660 INFO E| Compiling indexmap v2.12.0
31432026-06-04T20:55:44.985Z[ helios-setup] Jun 04 20:55:43.749 INFO E| Compiling errno v0.3.14
31442026-06-04T20:55:45.050Z[ helios-setup] Jun 04 20:55:43.806 INFO E| Compiling syn v1.0.109
31452026-06-04T20:55:45.070Z[ helios-setup] Jun 04 20:55:43.834 INFO E| Compiling syn v2.0.108
31462026-06-04T20:55:45.203Z[ helios-setup] Jun 04 20:55:43.966 INFO E| Compiling find-msvc-tools v0.1.4
31472026-06-04T20:55:45.266Z[ helios-setup] Jun 04 20:55:44.030 INFO E| Compiling colorchoice v1.0.4
31482026-06-04T20:55:45.324Z[ helios-setup] Jun 04 20:55:44.089 INFO E| Compiling allocator-api2 v0.2.21
31492026-06-04T20:55:45.388Z[ helios-setup] Jun 04 20:55:44.152 INFO E| Compiling cpufeatures v0.2.17
31502026-06-04T20:55:45.388Z[ helios-setup] Jun 04 20:55:44.152 INFO E| Compiling anstyle-query v1.1.4
31512026-06-04T20:55:45.473Z[ helios-setup] Jun 04 20:55:44.237 INFO E| Compiling radium v0.7.0
31522026-06-04T20:55:45.517Z[ helios-setup] Jun 04 20:55:44.281 INFO E| Compiling is_terminal_polyfill v1.70.2
31532026-06-04T20:55:45.558Z[ helios-setup] Jun 04 20:55:44.321 INFO E| Compiling shlex v1.3.0
31542026-06-04T20:55:45.613Z[ helios-setup] Jun 04 20:55:44.377 INFO E| Compiling toml_datetime v0.7.3
31552026-06-04T20:55:45.641Z[ helios-setup] Jun 04 20:55:44.405 INFO E| Compiling anstyle v1.0.13
31562026-06-04T20:55:45.681Z[ host-package] Compiling tungstenite v0.21.0
31572026-06-04T20:55:45.751Z[ host-package] Compiling num-derive v0.3.3
31582026-06-04T20:55:45.761Z[ helios-setup] Jun 04 20:55:44.525 INFO E| Compiling slog v2.8.2
31592026-06-04T20:55:45.840Z[ helios-setup] Jun 04 20:55:44.604 INFO E| Compiling cc v1.2.44
31602026-06-04T20:55:45.843Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31612026-06-04T20:55:45.995Z[ helios-setup] Jun 04 20:55:44.759 INFO E| Compiling crypto-common v0.1.6
31622026-06-04T20:55:46.038Z[ helios-setup] Jun 04 20:55:44.802 INFO E| Compiling block-buffer v0.10.4
31632026-06-04T20:55:46.055Z[ helios-setup] Jun 04 20:55:44.819 INFO E| Compiling toml_parser v1.0.4
31642026-06-04T20:55:46.115Z[ helios-setup] Jun 04 20:55:44.878 INFO E| Compiling anstream v0.6.21
31652026-06-04T20:55:46.211Z[ helios-setup] Jun 04 20:55:44.972 INFO E| Compiling digest v0.10.7
31662026-06-04T20:55:46.290Z[ helios-setup] Jun 04 20:55:45.054 INFO E| Compiling unicode-width v0.2.2
31672026-06-04T20:55:47.306Z[ helios-setup] Jun 04 20:55:45.060 INFO E| Compiling maybe-uninit v2.0.0
31682026-06-04T20:55:47.309Z[ helios-setup] Jun 04 20:55:45.086 INFO E| Compiling pin-project-lite v0.2.16
31692026-06-04T20:55:47.309Z[ helios-setup] Jun 04 20:55:45.118 INFO E| Compiling futures-sink v0.3.31
31702026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.170 INFO E| Compiling futures-core v0.3.31
31712026-06-04T20:55:47.310Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31722026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.260 INFO E| Compiling pkg-config v0.3.32
31732026-06-04T20:55:47.310Z[ host-package] Compiling vergen-lib v0.1.6
31742026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.348 INFO E| Compiling sha2 v0.10.9
31752026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.406 INFO E| Compiling tap v1.0.1
31762026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.572 INFO E| Compiling toml_edit v0.23.7
31772026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.650 INFO E| Compiling parking_lot_core v0.9.12
31782026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.657 INFO E| Compiling wyz v0.5.1
31792026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.664 INFO E| Compiling getopts v0.2.24
31802026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.789 INFO E| Compiling futures-channel v0.3.31
31812026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.936 INFO E| Compiling num-integer v0.1.46
31822026-06-04T20:55:47.310Z[ helios-setup] Jun 04 20:55:45.966 INFO E| Compiling ahash v0.8.12
31832026-06-04T20:55:47.310Z[ host-package] Compiling hickory-resolver v0.25.2
31842026-06-04T20:55:47.328Z[ helios-setup] Jun 04 20:55:46.092 INFO E| Compiling heck v0.5.0
31852026-06-04T20:55:47.341Z[ helios-setup] Jun 04 20:55:46.105 INFO E| Compiling strsim v0.11.1
31862026-06-04T20:55:47.380Z[ helios-setup] Jun 04 20:55:46.144 INFO E| Compiling slab v0.4.11
31872026-06-04T20:55:47.416Z[ host-package] Compiling tokio-tungstenite v0.21.0
31882026-06-04T20:55:47.416Z[ host-package] Compiling libscf-sys v1.1.0
31892026-06-04T20:55:47.462Z[ helios-setup] Jun 04 20:55:46.226 INFO E| Compiling bytes v1.10.1
31902026-06-04T20:55:47.542Z[ helios-setup] Jun 04 20:55:46.306 INFO E| Compiling num-bigint-dig v0.8.4
31912026-06-04T20:55:47.612Z[ helios-setup] Jun 04 20:55:46.376 INFO E| Compiling itoa v1.0.15
31922026-06-04T20:55:47.631Z[ helios-setup] Jun 04 20:55:46.395 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31932026-06-04T20:55:47.688Z[ helios-setup] Jun 04 20:55:46.452 INFO E| Compiling bitflags v2.10.0
31942026-06-04T20:55:47.711Z[ helios-setup] Jun 04 20:55:46.473 INFO E| Compiling futures-task v0.3.31
31952026-06-04T20:55:47.719Z[ helios-setup] Jun 04 20:55:46.483 INFO E| Compiling powerfmt v0.2.0
31962026-06-04T20:55:47.846Z[ helios-setup] Jun 04 20:55:46.610 INFO E| Compiling getrandom v0.3.4
31972026-06-04T20:55:48.004Z[ helios-setup] Jun 04 20:55:46.768 INFO E| Compiling proc-macro-crate v3.4.0
31982026-06-04T20:55:48.093Z[ helios-setup] Jun 04 20:55:46.844 INFO E| Compiling futures-io v0.3.31
31992026-06-04T20:55:48.166Z[ helios-setup] Jun 04 20:55:46.930 INFO E| Compiling num-conv v0.1.0
32002026-06-04T20:55:48.194Z[ helios-setup] Jun 04 20:55:46.949 INFO E| Compiling clap_lex v0.7.6
32012026-06-04T20:55:48.259Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32022026-06-04T20:55:48.294Z[ helios-setup] Jun 04 20:55:47.055 INFO E| Compiling pin-utils v0.1.0
32032026-06-04T20:55:48.322Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32042026-06-04T20:55:48.329Z[ helios-setup] Jun 04 20:55:47.088 INFO E| Compiling scopeguard v1.2.0
32052026-06-04T20:55:48.350Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32062026-06-04T20:55:48.387Z[ helios-setup] Jun 04 20:55:47.149 INFO E| Compiling funty v2.0.0
32072026-06-04T20:55:48.423Z[ helios-setup] Jun 04 20:55:47.186 INFO E| Compiling thiserror v1.0.69
32082026-06-04T20:55:48.444Z[ helios-setup] Jun 04 20:55:47.207 INFO E| Compiling time-core v0.1.6
32092026-06-04T20:55:48.475Z[ helios-setup] Jun 04 20:55:47.237 INFO E| Compiling packed_struct v0.10.1
32102026-06-04T20:55:48.622Z[ helios-setup] Jun 04 20:55:47.386 INFO E| Compiling spin v0.9.8
32112026-06-04T20:55:48.678Z[ helios-setup] Jun 04 20:55:47.439 INFO E| Compiling time-macros v0.2.24
32122026-06-04T20:55:48.728Z[ helios-setup] Jun 04 20:55:47.492 INFO E| Compiling lock_api v0.4.14
32132026-06-04T20:55:48.804Z[ helios-setup] Jun 04 20:55:47.567 INFO E| Compiling lazy_static v1.5.0
32142026-06-04T20:55:48.812Z[ helios-setup] Jun 04 20:55:47.574 INFO E| Compiling deranged v0.5.5
32152026-06-04T20:55:48.909Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-06-04T20:55:48.914Z[ helios-setup] Jun 04 20:55:47.670 INFO E| Compiling terminal_size v0.4.3
32172026-06-04T20:55:48.933Z[ helios-setup] Jun 04 20:55:47.696 INFO E| Compiling num-iter v0.1.45
32182026-06-04T20:55:49.081Z[ helios-setup] Jun 04 20:55:47.844 INFO E| Compiling bitvec v1.0.1
32192026-06-04T20:55:49.089Z[ helios-setup] Jun 04 20:55:47.852 INFO E| Compiling indexmap v1.9.3
32202026-06-04T20:55:49.089Z[ host-package] Compiling proc-macro-error2 v2.0.1
32212026-06-04T20:55:49.149Z[ helios-setup] Jun 04 20:55:47.912 INFO E| Compiling simd-adler32 v0.3.7
32222026-06-04T20:55:49.194Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32232026-06-04T20:55:49.339Z[ helios-setup] Jun 04 20:55:48.102 INFO E| Compiling clap_builder v4.5.51
32242026-06-04T20:55:49.429Z[ helios-setup] Jun 04 20:55:48.192 INFO E| Compiling log v0.4.28
32252026-06-04T20:55:49.546Z[ helios-setup] Jun 04 20:55:48.310 INFO E| Compiling once_cell v1.21.3
32262026-06-04T20:55:49.660Z[ helios-setup] Jun 04 20:55:48.424 INFO E| Compiling serde_json v1.0.145
32272026-06-04T20:55:49.663Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32282026-06-04T20:55:49.710Z[ helios-setup] Jun 04 20:55:48.474 INFO E| Compiling thiserror v2.0.17
32292026-06-04T20:55:49.744Z[ host-package] Compiling tabled_derive v0.11.0
32302026-06-04T20:55:49.891Z[ helios-setup] Jun 04 20:55:48.647 INFO E| Compiling crc-catalog v2.4.0
32312026-06-04T20:55:49.991Z[ helios-setup] Jun 04 20:55:48.755 INFO E| Compiling adler2 v2.0.1
32322026-06-04T20:55:50.094Z[ helios-setup] Jun 04 20:55:48.858 INFO E| Compiling iana-time-zone v0.1.64
32332026-06-04T20:55:50.101Z[ helios-setup] Jun 04 20:55:48.864 INFO E| Compiling nodrop v0.1.14
32342026-06-04T20:55:50.193Z[ helios-setup] Jun 04 20:55:48.956 INFO E| Compiling array-init v0.0.4
32352026-06-04T20:55:50.210Z[ helios-setup] Jun 04 20:55:48.971 INFO E| Compiling miniz_oxide v0.8.9
32362026-06-04T20:55:50.229Z[ helios-setup] Jun 04 20:55:48.989 INFO E| Compiling crc v3.3.0
32372026-06-04T20:55:50.233Z[ helios-setup] Jun 04 20:55:48.996 INFO E| Compiling env_filter v0.1.4
32382026-06-04T20:55:50.328Z[ host-package] Compiling papergrid v0.17.0
32392026-06-04T20:55:50.402Z[ helios-setup] Jun 04 20:55:49.166 INFO E| Compiling chrono v0.4.42
32402026-06-04T20:55:50.582Z[ helios-setup] Jun 04 20:55:49.346 INFO E| Compiling parking_lot v0.12.5
32412026-06-04T20:55:50.610Z[ helios-setup] Jun 04 20:55:49.372 INFO E| Compiling smallvec v0.6.14
32422026-06-04T20:55:50.614Z[ host-package] Compiling testing_table v0.3.0
32432026-06-04T20:55:50.677Z[ host-package] Compiling vergen-gitcl v1.0.8
32442026-06-04T20:55:51.108Z[ helios-setup] Jun 04 20:55:49.871 INFO E| Compiling serde_spanned v1.0.3
32452026-06-04T20:55:51.299Z[ helios-setup] Jun 04 20:55:50.061 INFO E| Compiling time v0.3.44
32462026-06-04T20:55:51.332Z[ helios-setup] Jun 04 20:55:50.095 INFO E| Compiling signature v2.2.0
32472026-06-04T20:55:51.368Z[ helios-setup] Jun 04 20:55:50.132 INFO E| Compiling mio v1.1.0
32482026-06-04T20:55:51.470Z[ helios-setup] Jun 04 20:55:50.234 INFO E| Compiling socket2 v0.6.1
32492026-06-04T20:55:51.706Z[ helios-setup] Jun 04 20:55:50.469 INFO E| Compiling signal-hook-registry v1.4.6
32502026-06-04T20:55:51.740Z[ helios-setup] Jun 04 20:55:50.503 INFO E| Compiling is-terminal v0.4.17
32512026-06-04T20:55:51.863Z[ helios-setup] Jun 04 20:55:50.625 INFO E| Compiling thread_local v1.1.9
32522026-06-04T20:55:51.954Z[ helios-setup] Jun 04 20:55:50.717 INFO E| Compiling subtle v2.6.1
32532026-06-04T20:55:52.089Z[ host-package] Compiling progenitor v0.14.0
32542026-06-04T20:55:52.306Z[ helios-setup] Jun 04 20:55:51.069 INFO E| Compiling toml_writer v1.0.4
32552026-06-04T20:55:52.334Z[ helios-setup] Jun 04 20:55:51.098 INFO E| Compiling ryu v1.0.20
32562026-06-04T20:55:52.368Z[ helios-setup] Jun 04 20:55:51.131 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32572026-06-04T20:55:52.410Z[ helios-setup] Jun 04 20:55:51.173 INFO E| Compiling winnow v0.5.40
32582026-06-04T20:55:52.595Z[ helios-setup] Jun 04 20:55:51.359 INFO E| Compiling term v1.2.0
32592026-06-04T20:55:52.672Z[ helios-setup] Jun 04 20:55:51.435 INFO E| Compiling packed_struct_codegen v0.10.1
32602026-06-04T20:55:52.889Z[ host-package] Compiling progenitor-client v0.13.0
32612026-06-04T20:55:52.913Z[ helios-setup] Jun 04 20:55:51.653 INFO E| Compiling hashbrown v0.12.3
32622026-06-04T20:55:52.913Z[ helios-setup] Jun 04 20:55:51.653 INFO E| Compiling base64 v0.21.7
32632026-06-04T20:55:52.970Z[ helios-setup] Jun 04 20:55:51.674 INFO E| Compiling libdevinfo-sys v1.1.0
32642026-06-04T20:55:52.970Z[ helios-setup] Jun 04 20:55:51.692 INFO E| Compiling serde_derive v1.0.228
32652026-06-04T20:55:52.985Z[ helios-setup] Jun 04 20:55:51.712 INFO E| Compiling zerocopy-derive v0.8.27
32662026-06-04T20:55:53.061Z[ helios-setup] Jun 04 20:55:51.824 INFO E| Compiling der_derive v0.7.3
32672026-06-04T20:55:53.069Z[ helios-setup] Jun 04 20:55:51.833 INFO E| Compiling futures-macro v0.3.31
32682026-06-04T20:55:53.112Z[ helios-setup] Jun 04 20:55:51.855 INFO E| Compiling num_enum_derive v0.7.5
32692026-06-04T20:55:53.229Z[ helios-setup] Jun 04 20:55:51.986 INFO E| Compiling zerocopy-derive v0.6.6
32702026-06-04T20:55:53.398Z[ helios-setup] Jun 04 20:55:52.161 INFO E| Compiling thiserror-impl v1.0.69
32712026-06-04T20:55:53.661Z[ helios-setup] Jun 04 20:55:52.405 INFO E| Compiling clap_derive v4.5.49
32722026-06-04T20:55:54.288Z[ host-package] Compiling progenitor v0.13.0
32732026-06-04T20:55:54.358Z[ helios-setup] Jun 04 20:55:53.099 INFO E| Compiling bitfield-macros v0.19.3
32742026-06-04T20:55:54.665Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
32752026-06-04T20:55:55.153Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32762026-06-04T20:55:55.364Z[ host-package] Compiling dirs-sys-next v0.1.2
32772026-06-04T20:55:55.385Z[ helios-setup] Jun 04 20:55:54.033 INFO E| Compiling thiserror-impl v2.0.17
32782026-06-04T20:55:55.412Z[ helios-setup] Jun 04 20:55:54.149 INFO E| Compiling zerocopy v0.6.6
32792026-06-04T20:55:55.450Z[ helios-setup] Jun 04 20:55:54.214 INFO E| Compiling num_enum v0.7.5
32802026-06-04T20:55:55.450Z[ helios-setup] Jun 04 20:55:54.214 INFO E| Compiling der v0.7.10
32812026-06-04T20:55:55.558Z[ helios-setup] Jun 04 20:55:54.322 INFO E| Compiling futures-util v0.3.31
32822026-06-04T20:55:55.752Z[ helios-setup] Jun 04 20:55:54.488 INFO E| Compiling tokio-macros v2.6.0
32832026-06-04T20:55:55.881Z[ helios-setup] Jun 04 20:55:54.636 INFO E| Compiling devinfo v0.1.0
32842026-06-04T20:55:56.002Z[ helios-setup] Jun 04 20:55:54.751 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-04T20:55:56.080Z[ helios-setup] Jun 04 20:55:54.844 INFO E| Compiling toml v0.9.8
32862026-06-04T20:55:56.138Z[ host-package] Compiling diesel_derives v2.3.7
32872026-06-04T20:55:56.353Z[ helios-setup] Jun 04 20:55:55.117 INFO E| Compiling bzip2 v0.4.4
32882026-06-04T20:55:56.382Z[ helios-setup] Jun 04 20:55:55.146 INFO E| Compiling flate2 v1.1.5
32892026-06-04T20:55:56.417Z[ helios-setup] Jun 04 20:55:55.181 INFO E| Compiling bitfield v0.19.3
32902026-06-04T20:55:56.561Z[ helios-setup] Jun 04 20:55:55.324 INFO E| Compiling uuid v1.18.1
32912026-06-04T20:55:56.586Z[ helios-setup] Jun 04 20:55:55.349 INFO E| Compiling clap v4.5.51
32922026-06-04T20:55:56.685Z[ helios-setup] Jun 04 20:55:55.448 INFO E| Compiling env_logger v0.11.8
32932026-06-04T20:55:56.817Z[ host-package] Compiling crunchy v0.2.4
32942026-06-04T20:55:56.861Z[ helios-setup] Jun 04 20:55:55.625 INFO E| Compiling crc-any v2.5.0
32952026-06-04T20:55:56.904Z[ helios-setup] Jun 04 20:55:55.667 INFO E| Compiling bitflags v1.3.2
32962026-06-04T20:55:56.996Z[ helios-setup] Jun 04 20:55:55.759 INFO E| Compiling rustc-hash v2.1.1
32972026-06-04T20:55:57.069Z[ helios-setup] Jun 04 20:55:55.833 INFO E| Compiling hex v0.4.3
32982026-06-04T20:55:57.189Z[ helios-setup] Jun 04 20:55:55.953 INFO E| Compiling foldhash v0.2.0
32992026-06-04T20:55:57.195Z[ helios-setup] Jun 04 20:55:55.958 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33002026-06-04T20:55:57.388Z[ helios-setup] Jun 04 20:55:56.152 INFO E| Compiling tokio v1.48.0
33012026-06-04T20:55:57.405Z[ helios-setup] Jun 04 20:55:56.164 INFO E| Compiling zip v0.6.6
33022026-06-04T20:55:57.598Z[ helios-setup] Jun 04 20:55:56.359 INFO E| Compiling iddqd v0.3.14
33032026-06-04T20:55:57.623Z[ host-package] Compiling maplit v1.0.2
33042026-06-04T20:55:57.786Z[ helios-setup] Jun 04 20:55:56.538 INFO E| Compiling spki v0.7.3
33052026-06-04T20:55:57.791Z[ host-package] Compiling glob v0.3.3
33062026-06-04T20:55:58.030Z[ helios-setup] Jun 04 20:55:56.792 INFO E| Compiling pkcs8 v0.10.2
33072026-06-04T20:55:58.081Z[ helios-setup] Jun 04 20:55:56.840 INFO E| Compiling x509-cert v0.2.5
33082026-06-04T20:55:58.129Z[ helios-setup] Jun 04 20:55:56.891 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33092026-06-04T20:55:58.329Z[ helios-setup] Jun 04 20:55:57.085 INFO E| Compiling path-slash v0.1.5
33102026-06-04T20:55:58.428Z[ host-package] Compiling clang-sys v1.8.1
33112026-06-04T20:55:58.750Z[ helios-setup] Jun 04 20:55:57.511 INFO E| Compiling pkcs1 v0.7.5
33122026-06-04T20:55:58.793Z[ helios-setup] Jun 04 20:55:57.553 INFO E| Compiling erased-serde v0.3.31
33132026-06-04T20:55:58.939Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-06-04T20:55:59.427Z[ helios-setup] Jun 04 20:55:58.182 INFO E| Compiling serde_spanned v0.6.9
33152026-06-04T20:55:59.436Z[ helios-setup] Jun 04 20:55:58.190 INFO E| Compiling toml_datetime v0.6.11
33162026-06-04T20:55:59.651Z[ helios-setup] Jun 04 20:55:58.406 INFO E| Compiling ppv-lite86 v0.2.21
33172026-06-04T20:55:59.710Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33182026-06-04T20:56:00.105Z[ helios-setup] Jun 04 20:55:58.868 INFO E| Compiling rand_chacha v0.3.1
33192026-06-04T20:56:00.116Z[ helios-setup] Jun 04 20:55:58.875 INFO E| Compiling toml_edit v0.19.15
33202026-06-04T20:56:00.340Z[ helios-setup] Jun 04 20:55:59.035 INFO E| Compiling hashbrown v0.13.2
33212026-06-04T20:56:00.368Z[ helios-setup] Jun 04 20:55:59.089 INFO E| Compiling serde-hex v0.1.0
33222026-06-04T20:56:00.368Z[ helios-setup] Jun 04 20:55:59.103 INFO E| Compiling ron v0.8.1
33232026-06-04T20:56:00.732Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33242026-06-04T20:56:01.002Z[ helios-setup] Jun 04 20:55:59.765 INFO E| Compiling rand v0.8.5
33252026-06-04T20:56:01.037Z[ helios-setup] Jun 04 20:55:59.801 INFO E| Compiling futures-executor v0.3.31
33262026-06-04T20:56:01.167Z[ helios-setup] Jun 04 20:55:59.931 INFO E| Compiling slog-term v2.9.2
33272026-06-04T20:56:01.194Z[ helios-setup] Jun 04 20:55:59.952 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33282026-06-04T20:56:01.286Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33292026-06-04T20:56:01.523Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-06-04T20:56:01.539Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33312026-06-04T20:56:01.568Z[ helios-setup] Jun 04 20:56:00.328 INFO E| Compiling futures v0.3.31
33322026-06-04T20:56:01.659Z[ helios-setup] Jun 04 20:56:00.423 INFO E| Compiling object v0.30.4
33332026-06-04T20:56:01.829Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33342026-06-04T20:56:01.937Z[ helios-setup] Jun 04 20:56:00.700 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-06-04T20:56:02.128Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33362026-06-04T20:56:02.381Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33372026-06-04T20:56:02.449Z[ helios-setup] Jun 04 20:56:01.212 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33382026-06-04T20:56:02.802Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33392026-06-04T20:56:03.557Z[ helios-setup] Jun 04 20:56:02.318 INFO E| Compiling toml v0.7.8
33402026-06-04T20:56:03.680Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-06-04T20:56:04.134Z[ helios-setup] Jun 04 20:56:02.897 INFO E| Compiling rsa v0.9.8
33422026-06-04T20:56:05.103Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33432026-06-04T20:56:05.478Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33442026-06-04T20:56:05.635Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-06-04T20:56:05.772Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-06-04T20:56:06.002Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33472026-06-04T20:56:07.010Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-06-04T20:56:07.022Z[ helios-setup] Jun 04 20:56:05.753 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33492026-06-04T20:56:07.036Z[ helios-setup] Jun 04 20:56:05.799 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33502026-06-04T20:56:07.930Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33512026-06-04T20:56:07.981Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33522026-06-04T20:56:08.030Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33532026-06-04T20:56:08.333Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-06-04T20:56:08.541Z[ host-package] Compiling dirs-next v2.0.0
33552026-06-04T20:56:08.615Z[ host-package] Compiling tabled v0.20.0
33562026-06-04T20:56:08.995Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33572026-06-04T20:56:11.190Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33582026-06-04T20:56:11.460Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33592026-06-04T20:56:11.667Z[ helios-setup] Jun 04 20:56:10.391 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33602026-06-04T20:56:12.242Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33612026-06-04T20:56:12.982Z[ helios-setup] Jun 04 20:56:11.564 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33622026-06-04T20:56:14.447Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33632026-06-04T20:56:14.581Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33642026-06-04T20:56:18.954Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-06-04T20:56:19.044Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33662026-06-04T20:56:19.177Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33672026-06-04T20:56:19.177Z[ host-package] Compiling dsl_auto_type v0.2.0
33682026-06-04T20:56:19.177Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33692026-06-04T20:56:19.177Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33702026-06-04T20:56:19.177Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33712026-06-04T20:56:19.177Z[ host-package] Compiling tiny-keccak v2.0.2
33722026-06-04T20:56:19.177Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33732026-06-04T20:56:19.177Z[ helios-setup] Jun 04 20:56:16.190 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33742026-06-04T20:56:19.177Z[ host-package] Compiling r2d2 v0.8.10
33752026-06-04T20:56:19.177Z[ host-package] Compiling term v0.7.0
33762026-06-04T20:56:19.177Z[ host-package] Compiling bit-vec v0.6.3
33772026-06-04T20:56:19.177Z[ host-package] Compiling downcast-rs v2.0.2
33782026-06-04T20:56:19.177Z[ host-package] Compiling xshell-macros v0.2.7
33792026-06-04T20:56:19.177Z[ host-package] Compiling bit-set v0.5.3
33802026-06-04T20:56:19.177Z[ host-package] Compiling ascii-canvas v3.0.0
33812026-06-04T20:56:19.177Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33822026-06-04T20:56:19.177Z[ host-package] Compiling xshell v0.2.7
33832026-06-04T20:56:19.178Z[ host-package] Compiling itertools v0.10.5
33842026-06-04T20:56:19.198Z[ host-package] Compiling ena v0.14.4
33852026-06-04T20:56:19.222Z[ host-package] Compiling libloading v0.8.9
33862026-06-04T20:56:19.507Z[ host-package] Compiling crc8 v0.1.1
33872026-06-04T20:56:19.531Z[ host-package] Compiling unicase v2.9.0
33882026-06-04T20:56:19.708Z[ host-package] Compiling bindgen v0.71.1
33892026-06-04T20:56:19.982Z[ host-package] Compiling diff v0.1.13
33902026-06-04T20:56:20.034Z[ host-package] Compiling regex-syntax v0.6.29
33912026-06-04T20:56:20.204Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33922026-06-04T20:56:20.267Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33932026-06-04T20:56:20.316Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33942026-06-04T20:56:20.620Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33952026-06-04T20:56:20.866Z[ host-package] Compiling cexpr v0.6.0
33962026-06-04T20:56:20.983Z[ host-package] Compiling rustc-hash v2.1.1
33972026-06-04T20:56:21.172Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33982026-06-04T20:56:21.222Z[ host-package] Compiling headers-core v0.3.0
33992026-06-04T20:56:21.280Z[ host-package] Compiling libxml v0.3.3
34002026-06-04T20:56:21.582Z[ host-package] Compiling headers v0.4.1
34012026-06-04T20:56:21.657Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34022026-06-04T20:56:21.802Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34032026-06-04T20:56:21.806Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34042026-06-04T20:56:22.218Z[ host-package] Compiling lalrpop v0.19.12
34052026-06-04T20:56:22.224Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34062026-06-04T20:56:22.224Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34072026-06-04T20:56:22.475Z[ host-package] Compiling diesel v2.3.7
34082026-06-04T20:56:22.582Z[ host-package] Compiling typify-impl v0.4.3
34092026-06-04T20:56:22.865Z[ host-package] Compiling strum_macros v0.24.3
34102026-06-04T20:56:22.931Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34112026-06-04T20:56:23.014Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34122026-06-04T20:56:23.352Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34132026-06-04T20:56:23.630Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-06-04T20:56:24.316Z[ host-package] Compiling git-stub v1.0.0
34152026-06-04T20:56:24.704Z[ host-package] Compiling indoc v1.0.9
34162026-06-04T20:56:24.766Z[ host-package] Compiling git-stub-vcs v0.1.0
34172026-06-04T20:56:25.334Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34182026-06-04T20:56:25.382Z[ host-package] Compiling derive_builder v0.20.2
34192026-06-04T20:56:25.448Z[ host-package] Compiling oso-derive v0.27.3
34202026-06-04T20:56:25.670Z[ host-package] Compiling quick-xml v0.37.5
34212026-06-04T20:56:25.807Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34222026-06-04T20:56:26.277Z[ host-package] Compiling openssl-probe v0.1.6
34232026-06-04T20:56:26.700Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34242026-06-04T20:56:27.460Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34252026-06-04T20:56:27.485Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34262026-06-04T20:56:27.644Z[ host-package] Compiling typify-macro v0.4.3
34272026-06-04T20:56:28.056Z[ host-package] Compiling half v1.8.3
34282026-06-04T20:56:28.131Z[ host-package] Compiling samael v0.0.19
34292026-06-04T20:56:28.219Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34302026-06-04T20:56:28.570Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34312026-06-04T20:56:28.618Z[ host-package] Compiling serde_cbor v0.11.2
34322026-06-04T20:56:28.719Z[ host-package] Compiling bb8 v0.8.6
34332026-06-04T20:56:29.161Z[ helios-setup] Jun 04 20:56:27.920 INFO E| Finished `release` profile [optimized] target(s) in 49.79s
34342026-06-04T20:56:29.161Z[ helios-setup] Jun 04 20:56:27.923 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34352026-06-04T20:56:29.161Z[ helios-setup] Jun 04 20:56:27.923 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34362026-06-04T20:56:29.221Z[ helios-setup] Jun 04 20:56:27.985 INFO building project "pilot" ok (49 seconds)
34372026-06-04T20:56:29.221Z[ helios-setup] Jun 04 20:56:27.985 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34382026-06-04T20:56:29.236Z[ host-package] Compiling trait-variant v0.1.2
34392026-06-04T20:56:29.257Z[ helios-setup] Jun 04 20:56:28.020 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')"
34402026-06-04T20:56:29.257Z[ helios-setup] Jun 04 20:56:28.020 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34412026-06-04T20:56:29.260Z[ helios-setup] Jun 04 20:56:28.020 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34422026-06-04T20:56:29.363Z[ host-package] Compiling typify v0.4.3
34432026-06-04T20:56:29.438Z[ helios-setup] Jun 04 20:56:28.201 INFO E| Updating crates.io index
34442026-06-04T20:56:29.438Z[ helios-setup] Jun 04 20:56:28.202 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34452026-06-04T20:56:29.552Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34462026-06-04T20:56:29.642Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34472026-06-04T20:56:29.821Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34482026-06-04T20:56:29.846Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34492026-06-04T20:56:29.853Z[ helios-setup] Jun 04 20:56:28.617 INFO E| From https://github.com/oxidecomputer/amd-apcb
34502026-06-04T20:56:29.853Z[ helios-setup] Jun 04 20:56:28.617 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34512026-06-04T20:56:29.912Z[ helios-setup] Jun 04 20:56:28.676 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34522026-06-04T20:56:29.925Z[ host-package] Compiling progenitor-impl v0.11.2
34532026-06-04T20:56:30.153Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34542026-06-04T20:56:30.273Z[ helios-setup] Jun 04 20:56:29.036 INFO E| From https://github.com/oxidecomputer/amd-efs
34552026-06-04T20:56:30.273Z[ helios-setup] Jun 04 20:56:29.036 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34562026-06-04T20:56:30.586Z[ helios-setup] Jun 04 20:56:29.348 INFO E| Downloading crates ...
34572026-06-04T20:56:30.647Z[ helios-setup] Jun 04 20:56:29.410 INFO E| Downloaded unic-common v0.9.0
34582026-06-04T20:56:30.651Z[ helios-setup] Jun 04 20:56:29.413 INFO E| Downloaded vec_map v0.8.2
34592026-06-04T20:56:30.654Z[ helios-setup] Jun 04 20:56:29.417 INFO E| Downloaded unic-ucd-ident v0.9.0
34602026-06-04T20:56:30.659Z[ helios-setup] Jun 04 20:56:29.423 INFO E| Downloaded modular-bitfield-impl v0.13.1
34612026-06-04T20:56:30.662Z[ helios-setup] Jun 04 20:56:29.424 INFO E| Downloaded strsim v0.8.0
34622026-06-04T20:56:30.662Z[ helios-setup] Jun 04 20:56:29.425 INFO E| Downloaded unic-ucd-version v0.9.0
34632026-06-04T20:56:30.666Z[ helios-setup] Jun 04 20:56:29.426 INFO E| Downloaded unic-char-range v0.9.0
34642026-06-04T20:56:30.666Z[ helios-setup] Jun 04 20:56:29.427 INFO E| Downloaded strum v0.27.1
34652026-06-04T20:56:30.666Z[ helios-setup] Jun 04 20:56:29.427 INFO E| Downloaded parse_int v0.9.0
34662026-06-04T20:56:30.666Z[ helios-setup] Jun 04 20:56:29.428 INFO E| Downloaded heck v0.3.3
34672026-06-04T20:56:30.669Z[ helios-setup] Jun 04 20:56:29.430 INFO E| Downloaded unic-char-property v0.9.0
34682026-06-04T20:56:30.669Z[ helios-setup] Jun 04 20:56:29.432 INFO E| Downloaded fletcher v1.0.0
34692026-06-04T20:56:30.673Z[ helios-setup] Jun 04 20:56:29.436 INFO E| Downloaded textwrap v0.11.0
34702026-06-04T20:56:30.676Z[ helios-setup] Jun 04 20:56:29.438 INFO E| Downloaded ansi_term v0.12.1
34712026-06-04T20:56:30.680Z[ helios-setup] Jun 04 20:56:29.444 INFO E| Downloaded four-cc v0.4.0
34722026-06-04T20:56:30.684Z[ helios-setup] Jun 04 20:56:29.445 INFO E| Downloaded pest_generator v2.8.0
34732026-06-04T20:56:30.684Z[ helios-setup] Jun 04 20:56:29.445 INFO E| Downloaded dyn-clone v1.0.19
34742026-06-04T20:56:30.687Z[ helios-setup] Jun 04 20:56:29.450 INFO E| Downloaded strum_macros v0.27.1
34752026-06-04T20:56:30.692Z[ helios-setup] Jun 04 20:56:29.451 INFO E| Downloaded rustversion v1.0.20
34762026-06-04T20:56:30.692Z[ helios-setup] Jun 04 20:56:29.453 INFO E| Downloaded pest_meta v2.8.0
34772026-06-04T20:56:30.700Z[ helios-setup] Jun 04 20:56:29.464 INFO E| Downloaded structopt-derive v0.4.18
34782026-06-04T20:56:30.704Z[ helios-setup] Jun 04 20:56:29.465 INFO E| Downloaded modular-bitfield v0.11.2
34792026-06-04T20:56:30.708Z[ helios-setup] Jun 04 20:56:29.472 INFO E| Downloaded structopt v0.3.26
34802026-06-04T20:56:30.712Z[ helios-setup] Jun 04 20:56:29.476 INFO E| Downloaded modular-bitfield v0.13.1
34812026-06-04T20:56:30.718Z[ helios-setup] Jun 04 20:56:29.481 INFO E| Downloaded typenum v1.18.0
34822026-06-04T20:56:30.721Z[ helios-setup] Jun 04 20:56:29.484 INFO E| Downloaded log v0.4.27
34832026-06-04T20:56:30.724Z[ helios-setup] Jun 04 20:56:29.485 INFO E| Downloaded zerocopy-derive v0.8.25
34842026-06-04T20:56:30.727Z[ helios-setup] Jun 04 20:56:29.489 INFO E| Downloaded bytesize v2.0.1
34852026-06-04T20:56:30.727Z[ helios-setup] Jun 04 20:56:29.490 INFO E| Downloaded pest_derive v2.8.0
34862026-06-04T20:56:30.730Z[ helios-setup] Jun 04 20:56:29.492 INFO E| Downloaded modular-bitfield-impl v0.11.2
34872026-06-04T20:56:30.730Z[ helios-setup] Jun 04 20:56:29.493 INFO E| Downloaded pest v2.8.0
34882026-06-04T20:56:30.758Z[ helios-setup] Jun 04 20:56:29.522 INFO E| Downloaded goblin v0.9.3
34892026-06-04T20:56:30.762Z[ helios-setup] Jun 04 20:56:29.526 INFO E| Downloaded zerocopy v0.8.25
34902026-06-04T20:56:30.806Z[ helios-setup] Jun 04 20:56:29.569 INFO E| Downloaded clap v2.34.0
34912026-06-04T20:56:30.865Z[ helios-setup] Jun 04 20:56:29.628 INFO E| Compiling proc-macro2 v1.0.95
34922026-06-04T20:56:30.865Z[ helios-setup] Jun 04 20:56:29.628 INFO E| Compiling unicode-ident v1.0.18
34932026-06-04T20:56:30.865Z[ helios-setup] Jun 04 20:56:29.628 INFO E| Compiling memchr v2.7.4
34942026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.628 INFO E| Compiling autocfg v1.4.0
34952026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling thiserror v2.0.12
34962026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling syn v1.0.109
34972026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling serde v1.0.219
34982026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling version_check v0.9.5
34992026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling serde_json v1.0.140
35002026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling schemars v0.8.22
35012026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling ryu v1.0.20
35022026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling itoa v1.0.15
35032026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling rustversion v1.0.20
35042026-06-04T20:56:30.868Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling zerocopy v0.8.25
35052026-06-04T20:56:30.869Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling ucd-trie v0.1.7
35062026-06-04T20:56:30.869Z[ helios-setup] Jun 04 20:56:29.629 INFO E| Compiling paste v1.0.15
35072026-06-04T20:56:31.158Z[ host-package] Compiling polar-core v0.27.3
35082026-06-04T20:56:31.334Z[ host-package] Compiling fxhash v0.2.1
35092026-06-04T20:56:31.550Z[ helios-setup] Jun 04 20:56:30.313 INFO E| Compiling dyn-clone v1.0.19
35102026-06-04T20:56:31.717Z[ helios-setup] Jun 04 20:56:30.475 INFO E| Compiling libc v0.2.172
35112026-06-04T20:56:31.769Z[ helios-setup] Jun 04 20:56:30.532 INFO E| Compiling static_assertions v1.1.0
35122026-06-04T20:56:31.773Z[ helios-setup] Jun 04 20:56:30.537 INFO E| Compiling once_cell v1.21.3
35132026-06-04T20:56:31.795Z[ host-package] Compiling libz-sys v1.1.24
35142026-06-04T20:56:31.823Z[ helios-setup] Jun 04 20:56:30.586 INFO E| Compiling unicode-width v0.1.14
35152026-06-04T20:56:31.861Z[ helios-setup] Jun 04 20:56:30.624 INFO E| Compiling heck v0.5.0
35162026-06-04T20:56:31.877Z[ host-package] Compiling salty v0.3.0
35172026-06-04T20:56:32.020Z[ host-package] Compiling nonempty v0.12.0
35182026-06-04T20:56:32.064Z[ helios-setup] Jun 04 20:56:30.826 INFO E| Compiling unicode-segmentation v1.12.0
35192026-06-04T20:56:32.126Z[ helios-setup] Jun 04 20:56:30.889 INFO E| Compiling strum v0.27.1
35202026-06-04T20:56:32.132Z[ helios-setup] Jun 04 20:56:30.894 INFO E| Compiling unic-common v0.9.0
35212026-06-04T20:56:32.135Z[ helios-setup] Jun 04 20:56:30.895 INFO E| Compiling unic-char-range v0.9.0
35222026-06-04T20:56:32.228Z[ helios-setup] Jun 04 20:56:30.991 INFO E| Compiling textwrap v0.11.0
35232026-06-04T20:56:32.245Z[ helios-setup] Jun 04 20:56:31.009 INFO E| Compiling vec_map v0.8.2
35242026-06-04T20:56:32.306Z[ helios-setup] Jun 04 20:56:31.070 INFO E| Compiling num-traits v0.2.19
35252026-06-04T20:56:32.306Z[ helios-setup] Jun 04 20:56:31.070 INFO E| Compiling memoffset v0.9.1
35262026-06-04T20:56:32.326Z[ helios-setup] Jun 04 20:56:31.089 INFO E| Compiling bitflags v1.3.2
35272026-06-04T20:56:32.382Z[ helios-setup] Jun 04 20:56:31.146 INFO E| Compiling proc-macro-error-attr v1.0.4
35282026-06-04T20:56:32.403Z[ helios-setup] Jun 04 20:56:31.161 INFO E| Compiling proc-macro-error v1.0.4
35292026-06-04T20:56:32.416Z[ helios-setup] Jun 04 20:56:31.179 INFO E| Compiling strsim v0.8.0
35302026-06-04T20:56:32.473Z[ helios-setup] Jun 04 20:56:31.236 INFO E| Compiling fletcher v1.0.0
35312026-06-04T20:56:32.522Z[ helios-setup] Jun 04 20:56:31.286 INFO E| Compiling ansi_term v0.12.1
35322026-06-04T20:56:32.633Z[ helios-setup] Jun 04 20:56:31.397 INFO E| Compiling byteorder v1.5.0
35332026-06-04T20:56:32.702Z[ helios-setup] Jun 04 20:56:31.465 INFO E| Compiling unic-ucd-version v0.9.0
35342026-06-04T20:56:32.812Z[ host-package] Compiling progenitor-macro v0.11.2
35352026-06-04T20:56:32.815Z[ helios-setup] Jun 04 20:56:31.576 INFO E| Compiling unic-char-property v0.9.0
35362026-06-04T20:56:32.815Z[ helios-setup] Jun 04 20:56:31.577 INFO E| Compiling plain v0.2.3
35372026-06-04T20:56:32.819Z[ helios-setup] Jun 04 20:56:31.581 INFO E| Compiling lazy_static v1.5.0
35382026-06-04T20:56:32.828Z[ helios-setup] Jun 04 20:56:31.591 INFO E| Compiling heck v0.3.3
35392026-06-04T20:56:32.828Z[ helios-setup] Jun 04 20:56:31.592 INFO E| Compiling log v0.4.27
35402026-06-04T20:56:32.936Z[ helios-setup] Jun 04 20:56:31.700 INFO E| Compiling unic-ucd-ident v0.9.0
35412026-06-04T20:56:32.942Z[ helios-setup] Jun 04 20:56:31.706 INFO E| Compiling bytesize v2.0.1
35422026-06-04T20:56:33.154Z[ helios-setup] Jun 04 20:56:31.917 INFO E| Compiling quote v1.0.40
35432026-06-04T20:56:33.224Z[ helios-setup] Jun 04 20:56:31.988 INFO E| Compiling atty v0.2.14
35442026-06-04T20:56:33.252Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35452026-06-04T20:56:33.329Z[ helios-setup] Jun 04 20:56:32.092 INFO E| Compiling clap v2.34.0
35462026-06-04T20:56:33.426Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35472026-06-04T20:56:33.430Z[ helios-setup] Jun 04 20:56:32.193 INFO E| Compiling syn v2.0.101
35482026-06-04T20:56:33.798Z[ host-package] Compiling progenitor-client v0.11.2
35492026-06-04T20:56:33.995Z[ helios-setup] Jun 04 20:56:32.755 INFO E| Compiling parse_int v0.9.0
35502026-06-04T20:56:34.145Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35512026-06-04T20:56:34.521Z[ host-package] Compiling kstat-rs v0.2.4
35522026-06-04T20:56:35.315Z[ host-package] Compiling arc-swap v1.8.2
35532026-06-04T20:56:36.031Z[ helios-setup] Jun 04 20:56:34.793 INFO E| Compiling serde_derive_internals v0.29.1
35542026-06-04T20:56:36.222Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35552026-06-04T20:56:36.293Z[ host-package] Compiling mime_guess v2.0.5
35562026-06-04T20:56:36.518Z[ helios-setup] Jun 04 20:56:35.281 INFO E| Compiling modular-bitfield-impl v0.11.2
35572026-06-04T20:56:36.518Z[ helios-setup] Jun 04 20:56:35.281 INFO E| Compiling structopt-derive v0.4.18
35582026-06-04T20:56:37.326Z[ helios-setup] Jun 04 20:56:36.089 INFO E| Compiling thiserror-impl v2.0.12
35592026-06-04T20:56:37.343Z[ helios-setup] Jun 04 20:56:36.105 INFO E| Compiling serde_derive v1.0.219
35602026-06-04T20:56:37.343Z[ helios-setup] Jun 04 20:56:36.106 INFO E| Compiling zerocopy-derive v0.8.25
35612026-06-04T20:56:37.347Z[ helios-setup] Jun 04 20:56:36.106 INFO E| Compiling modular-bitfield-impl v0.13.1
35622026-06-04T20:56:37.347Z[ helios-setup] Jun 04 20:56:36.106 INFO E| Compiling num-derive v0.4.2
35632026-06-04T20:56:37.347Z[ helios-setup] Jun 04 20:56:36.106 INFO E| Compiling scroll_derive v0.12.1
35642026-06-04T20:56:37.347Z[ helios-setup] Jun 04 20:56:36.106 INFO E| Compiling strum_macros v0.27.1
35652026-06-04T20:56:37.351Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35662026-06-04T20:56:37.368Z[ helios-setup] Jun 04 20:56:36.131 INFO E| Compiling schemars_derive v0.8.22
35672026-06-04T20:56:37.604Z[ host-package] Compiling slog-scope v4.4.1
35682026-06-04T20:56:37.835Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35692026-06-04T20:56:38.019Z[ helios-setup] Jun 04 20:56:36.782 INFO E| Compiling structopt v0.3.26
35702026-06-04T20:56:38.201Z[ host-package] Compiling progenitor v0.11.2
35712026-06-04T20:56:38.341Z[ helios-setup] Jun 04 20:56:37.104 INFO E| Compiling modular-bitfield v0.11.2
35722026-06-04T20:56:38.511Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35732026-06-04T20:56:38.936Z[ helios-setup] Jun 04 20:56:37.684 INFO E| Compiling modular-bitfield v0.13.1
35742026-06-04T20:56:39.087Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35752026-06-04T20:56:39.098Z[ helios-setup] Jun 04 20:56:37.861 INFO E| Compiling scroll v0.12.0
35762026-06-04T20:56:39.247Z[ helios-setup] Jun 04 20:56:38.006 INFO E| Compiling pest v2.8.0
35772026-06-04T20:56:39.408Z[ helios-setup] Jun 04 20:56:38.171 INFO E| Compiling goblin v0.9.3
35782026-06-04T20:56:39.956Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35792026-06-04T20:56:40.297Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35802026-06-04T20:56:40.605Z[ helios-setup] Jun 04 20:56:39.368 INFO E| Compiling pest_meta v2.8.0
35812026-06-04T20:56:41.301Z[ helios-setup] Jun 04 20:56:40.059 INFO E| Compiling pest_generator v2.8.0
35822026-06-04T20:56:41.337Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35832026-06-04T20:56:41.648Z[ host-package] Compiling darling_core v0.23.0
35842026-06-04T20:56:42.047Z[ host-package] Compiling nanorand v0.7.0
35852026-06-04T20:56:42.342Z[ helios-setup] Jun 04 20:56:41.106 INFO E| Compiling pest_derive v2.8.0
35862026-06-04T20:56:42.601Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35872026-06-04T20:56:43.084Z[ host-package] Compiling parking_lot_core v0.8.6
35882026-06-04T20:56:43.519Z[ host-package] Compiling flume v0.11.1
35892026-06-04T20:56:43.549Z[ helios-setup] Jun 04 20:56:42.312 INFO E| Compiling json5 v0.4.1
35902026-06-04T20:56:44.266Z[ host-package] Compiling oso v0.27.3
35912026-06-04T20:56:44.362Z[ host-package] Compiling darling_macro v0.23.0
35922026-06-04T20:56:45.192Z[ helios-setup] Jun 04 20:56:43.952 INFO E| Compiling four-cc v0.4.0
35932026-06-04T20:56:45.193Z[ helios-setup] Jun 04 20:56:43.952 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35942026-06-04T20:56:45.319Z[ helios-setup] Jun 04 20:56:44.083 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35952026-06-04T20:56:45.334Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35962026-06-04T20:56:49.312Z[ host-package] Compiling async-bb8-diesel v0.2.1
35972026-06-04T20:56:49.905Z[ host-package] Compiling diesel-dtrace v0.5.0
35982026-06-04T20:56:50.215Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35992026-06-04T20:56:50.299Z[ host-package] Compiling slog-stdlog v4.1.1
36002026-06-04T20:56:50.895Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36012026-06-04T20:56:51.463Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36022026-06-04T20:56:51.933Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36032026-06-04T20:56:52.292Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36042026-06-04T20:56:53.553Z[ host-package] Compiling primeorder v0.13.6
36052026-06-04T20:56:53.941Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36062026-06-04T20:56:53.995Z[ host-package] Compiling atty v0.2.14
36072026-06-04T20:56:54.154Z[ host-package] Compiling strsim v0.10.0
36082026-06-04T20:56:54.481Z[ host-package] Compiling http-range v0.1.5
36092026-06-04T20:56:54.832Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36102026-06-04T20:56:55.167Z[ host-package] Compiling instability v0.3.11
36112026-06-04T20:56:55.447Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36122026-06-04T20:56:55.579Z[ host-package] Compiling darling_core v0.13.4
36132026-06-04T20:56:56.001Z[ host-package] Compiling p384 v0.13.1
36142026-06-04T20:56:57.498Z[ host-package] Compiling slog-envlogger v2.2.0
36152026-06-04T20:56:58.242Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-06-04T20:56:58.842Z[ host-package] Compiling darling v0.23.0
36172026-06-04T20:56:58.858Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36182026-06-04T20:56:58.858Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36192026-06-04T20:56:59.181Z[ host-package] Compiling ignore v0.4.25
36202026-06-04T20:56:59.219Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36212026-06-04T20:56:59.458Z[ host-package] Compiling vergen-git2 v9.1.0
36222026-06-04T20:56:59.507Z[ helios-setup] Jun 04 20:56:58.270 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36232026-06-04T20:56:59.598Z[ host-package] Compiling castaway v0.2.4
36242026-06-04T20:56:59.679Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36252026-06-04T20:56:59.792Z[ host-package] Compiling indoc v2.0.7
36262026-06-04T20:56:59.896Z[ host-package] Compiling globwalk v0.9.1
36272026-06-04T20:56:59.932Z[ host-package] Compiling compact_str v0.8.1
36282026-06-04T20:57:00.094Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36292026-06-04T20:57:00.156Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36302026-06-04T20:57:00.650Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36312026-06-04T20:57:00.744Z[ host-package] Compiling parking_lot v0.11.2
36322026-06-04T20:57:00.954Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36332026-06-04T20:57:01.363Z[ host-package] Compiling hyper-staticfile v0.10.1
36342026-06-04T20:57:01.542Z[ host-package] Compiling darling_macro v0.13.4
36352026-06-04T20:57:02.206Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36362026-06-04T20:57:02.277Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-06-04T20:57:02.701Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36382026-06-04T20:57:02.738Z[ helios-setup] Jun 04 20:57:01.501 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36392026-06-04T20:57:02.804Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36402026-06-04T20:57:02.961Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36412026-06-04T20:57:03.161Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36422026-06-04T20:57:03.245Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-06-04T20:57:03.312Z[ host-package] Compiling predicates-tree v1.0.13
36442026-06-04T20:57:03.448Z[ host-package] Compiling unicode-truncate v1.1.0
36452026-06-04T20:57:03.686Z[ host-package] Compiling lru v0.12.5
36462026-06-04T20:57:03.789Z[ host-package] Compiling rand_seeder v0.4.0
36472026-06-04T20:57:03.837Z[ host-package] Compiling prefix-trie v0.7.0
36482026-06-04T20:57:03.954Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-06-04T20:57:04.052Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-06-04T20:57:04.347Z[ host-package] Compiling cassowary v0.3.0
36512026-06-04T20:57:04.370Z[ host-package] Compiling corncobs v0.1.4
36522026-06-04T20:57:04.446Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36532026-06-04T20:57:04.515Z[ host-package] Compiling rustls v0.21.12
36542026-06-04T20:57:04.640Z[ host-package] Compiling ratatui v0.29.0
36552026-06-04T20:57:04.735Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-06-04T20:57:04.857Z[ host-package] Compiling hickory-server v0.25.2
36572026-06-04T20:57:04.908Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36582026-06-04T20:57:05.268Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36592026-06-04T20:57:05.328Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-06-04T20:57:05.505Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36612026-06-04T20:57:05.651Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-06-04T20:57:05.703Z[ host-package] Compiling darling v0.13.4
36632026-06-04T20:57:06.005Z[ host-package] Compiling sled v0.34.7
36642026-06-04T20:57:06.138Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36652026-06-04T20:57:06.401Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36662026-06-04T20:57:06.967Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36672026-06-04T20:57:08.617Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36682026-06-04T20:57:10.044Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36692026-06-04T20:57:10.208Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36702026-06-04T20:57:10.259Z[ host-package] Compiling rustls-webpki v0.101.7
36712026-06-04T20:57:10.379Z[ host-package] Compiling sct v0.7.1
36722026-06-04T20:57:10.498Z[ host-package] Compiling secrecy v0.8.0
36732026-06-04T20:57:10.641Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36742026-06-04T20:57:10.713Z[ host-package] Compiling git2 v0.20.4
36752026-06-04T20:57:10.907Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36762026-06-04T20:57:11.409Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36772026-06-04T20:57:11.601Z[ host-package] Compiling serde_with_macros v1.5.2
36782026-06-04T20:57:12.114Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36792026-06-04T20:57:12.534Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36802026-06-04T20:57:13.669Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36812026-06-04T20:57:13.933Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36822026-06-04T20:57:13.996Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36832026-06-04T20:57:14.054Z[ helios-setup] Jun 04 20:57:12.817 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.75s
36842026-06-04T20:57:14.097Z[ helios-setup] Jun 04 20:57:12.854 INFO building project "amd-host-image-builder" ok (44 seconds)
36852026-06-04T20:57:14.100Z[ helios-setup] rm -f helios-build
36862026-06-04T20:57:14.100Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36872026-06-04T20:57:14.100Z[ helios-setup]
36882026-06-04T20:57:14.100Z[ helios-setup] Setup complete! ./helios-build is now available.
36892026-06-04T20:57:14.100Z[ helios-setup]
36902026-06-04T20:57:14.100Z[ helios-setup]
36912026-06-04T20:57:14.101Z[ helios-setup] real 2:34.922544350
36922026-06-04T20:57:14.101Z[ helios-setup] user 6:51.901090774
36932026-06-04T20:57:14.101Z[ helios-setup] sys 1:13.573005417
36942026-06-04T20:57:14.101Z[ helios-setup] trap 0.428057039
36952026-06-04T20:57:14.101Z[ helios-setup] tflt 3.219949385
36962026-06-04T20:57:14.101Z[ helios-setup] dflt 7.404711385
36972026-06-04T20:57:14.101Z[ helios-setup] kflt 0.004939231
36982026-06-04T20:57:14.101Z[ helios-setup] lock 38:45.027485330
36992026-06-04T20:57:14.105Z[ helios-setup] slp 35:17.690158384
37002026-06-04T20:57:14.105Z[ helios-setup] lat 6:30.840435754
37012026-06-04T20:57:14.105Z[ helios-setup] stop 1:14.738824324
37022026-06-04T20:57:14.105ZJun 04 20:57:12.864 INFO [helios-setup] process exited with exit status: 0 (154.92543899s)
37032026-06-04T20:57:14.105ZJun 04 20:57:12.864 INFO [helios-record] running task
37042026-06-04T20:57:14.105ZJun 04 20:57:12.865 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37052026-06-04T20:57:14.108ZJun 04 20:57:12.869 DEBG process exited with exit status: 0 (3.90968ms)
37062026-06-04T20:57:14.108ZJun 04 20:57:12.869 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37072026-06-04T20:57:14.112ZJun 04 20:57:12.872 DEBG process exited with exit status: 0 (3.78358ms)
37082026-06-04T20:57:14.112ZJun 04 20:57:12.872 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37092026-06-04T20:57:14.118ZJun 04 20:57:12.876 DEBG process exited with exit status: 0 (3.97159ms)
37102026-06-04T20:57:14.118ZJun 04 20:57:12.876 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37112026-06-04T20:57:14.124ZJun 04 20:57:12.880 DEBG process exited with exit status: 0 (3.19641ms)
37122026-06-04T20:57:14.124ZJun 04 20:57:12.880 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37132026-06-04T20:57:14.124ZJun 04 20:57:12.884 DEBG process exited with exit status: 0 (4.52086ms)
37142026-06-04T20:57:14.124ZJun 04 20:57:12.884 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37152026-06-04T20:57:14.134ZJun 04 20:57:12.888 DEBG process exited with exit status: 0 (3.98563ms)
37162026-06-04T20:57:14.134ZJun 04 20:57:12.888 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37172026-06-04T20:57:14.146ZJun 04 20:57:12.892 DEBG process exited with exit status: 0 (4.05221ms)
37182026-06-04T20:57:14.146ZJun 04 20:57:12.892 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37192026-06-04T20:57:14.146ZJun 04 20:57:12.896 DEBG process exited with exit status: 0 (3.80677ms)
37202026-06-04T20:57:14.146ZJun 04 20:57:12.896 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37212026-06-04T20:57:14.146ZJun 04 20:57:12.901 DEBG process exited with exit status: 0 (4.90591ms)
37222026-06-04T20:57:14.151ZJun 04 20:57:12.901 INFO [helios-record] task succeeded (36.98831ms)
37232026-06-04T20:57:14.298Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-06-04T20:57:14.703Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37252026-06-04T20:57:14.724Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37262026-06-04T20:57:14.939Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37272026-06-04T20:57:14.965Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37282026-06-04T20:57:15.190Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37292026-06-04T20:57:15.215Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37302026-06-04T20:57:15.238Z[ host-package] Compiling void v1.0.2
37312026-06-04T20:57:15.406Z[ host-package] Compiling base64 v0.21.7
37322026-06-04T20:57:15.488Z[ host-package] Compiling lzss v0.8.2
37332026-06-04T20:57:15.650Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-06-04T20:57:15.781Z[ host-package] Compiling ron v0.8.1
37352026-06-04T20:57:16.356Z[ host-package] Compiling illumos-nvpair v0.3.0
37362026-06-04T20:57:16.687Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37372026-06-04T20:57:16.850Z[ host-package] Compiling tokio-rustls v0.24.1
37382026-06-04T20:57:17.957Z[ host-package] Compiling serde_with v1.14.0
37392026-06-04T20:57:19.159Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37402026-06-04T20:57:19.614Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37412026-06-04T20:57:19.815Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37422026-06-04T20:57:20.250Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37432026-06-04T20:57:20.578Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37442026-06-04T20:57:21.359Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37452026-06-04T20:57:21.369Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37462026-06-04T20:57:21.605Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-06-04T20:57:21.653Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37482026-06-04T20:57:21.843Z[ host-package] Compiling tungstenite v0.23.0
37492026-06-04T20:57:21.910Z[ host-package] Compiling rustls-pemfile v1.0.4
37502026-06-04T20:57:22.300Z[ host-package] Compiling nix v0.27.1
37512026-06-04T20:57:22.347Z[ host-package] Compiling twox-hash v2.1.2
37522026-06-04T20:57:22.913Z[ host-package] Compiling serde_bytes v0.11.19
37532026-06-04T20:57:23.224Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37542026-06-04T20:57:23.493Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37552026-06-04T20:57:23.535Z[ host-package] Compiling tokio-tungstenite v0.23.1
37562026-06-04T20:57:23.998Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-06-04T20:57:24.301Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37582026-06-04T20:57:24.568Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37592026-06-04T20:57:27.073Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37602026-06-04T20:57:27.353Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37612026-06-04T20:57:28.626Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37622026-06-04T20:57:28.828Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37632026-06-04T20:57:29.313Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37642026-06-04T20:57:29.411Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37652026-06-04T20:57:29.470Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37662026-06-04T20:57:29.624Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37672026-06-04T20:57:29.745Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37682026-06-04T20:57:29.912Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37692026-06-04T20:57:31.396Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37702026-06-04T20:57:32.172Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37712026-06-04T20:57:32.244Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37722026-06-04T20:57:33.108Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37732026-06-04T20:57:33.387Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37742026-06-04T20:57:33.802Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37752026-06-04T20:57:34.024Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37762026-06-04T20:57:34.518Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37772026-06-04T20:57:34.739Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37782026-06-04T20:57:35.843Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37792026-06-04T20:57:35.959Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37802026-06-04T20:57:36.775Z[ host-package] Compiling fatfs v0.3.6
37812026-06-04T20:57:37.170Z[ host-package] Compiling signal-hook-tokio v0.3.1
37822026-06-04T20:57:37.369Z[ host-package] Compiling yasna v0.5.2
37832026-06-04T20:57:37.873Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37842026-06-04T20:57:37.983Z[ host-package] Compiling assert_matches v1.5.0
37852026-06-04T20:57:38.115Z[ host-package] Compiling is_ci v1.2.0
37862026-06-04T20:57:38.177Z[ host-package] Compiling seq-macro v0.3.6
37872026-06-04T20:57:38.337Z[ host-package] Compiling supports-color v3.0.2
37882026-06-04T20:57:38.626Z[ host-package] Compiling rcgen v0.12.1
37892026-06-04T20:57:38.674Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37902026-06-04T20:57:39.167Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37912026-06-04T20:57:39.251Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37922026-06-04T20:57:39.273Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37932026-06-04T20:57:39.514Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37942026-06-04T20:57:39.748Z[ host-package] Compiling subprocess v0.2.15
37952026-06-04T20:57:40.022Z[ host-package] Compiling rtoolbox v0.0.3
37962026-06-04T20:57:40.313Z[ host-package] Compiling rpassword v7.4.0
37972026-06-04T20:57:40.601Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37982026-06-04T20:57:41.367Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37992026-06-04T20:57:41.954Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38002026-06-04T20:57:43.018Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38012026-06-04T20:57:43.039Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38022026-06-04T20:57:43.159Z[ host-package] Compiling tui-tree-widget v0.23.1
38032026-06-04T20:57:43.454Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38042026-06-04T20:57:43.574Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38052026-06-04T20:57:44.133Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38062026-06-04T20:57:44.428Z[ host-package] Compiling uzers v0.12.2
38072026-06-04T20:57:45.809Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38082026-06-04T20:57:45.951Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38092026-06-04T20:57:47.101Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38102026-06-04T20:57:48.815Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38112026-06-04T20:57:52.160Z[ host-package] Compiling support-bundle-viewer v0.1.2
38122026-06-04T20:57:52.389Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38132026-06-04T20:57:54.588Z[ host-package] Compiling multimap v0.10.1
38142026-06-04T20:57:58.769Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38152026-06-04T20:58:07.429Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38162026-06-04T20:58:14.330Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38172026-06-04T20:58:14.985Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38182026-06-04T21:04:14.996Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 48s
38192026-06-04T21:05:31.578ZJun 04 21:05:30.337 INFO [host-package] process exited with exit status: 0 (604.775381811s)
38202026-06-04T21:05:31.578ZJun 04 21:05:30.337 INFO [host-stamp] running task
38212026-06-04T21:05:31.581ZJun 04 21:05:30.338 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+git562fe28cdcb
38222026-06-04T21:05:31.581ZJun 04 21:05:30.338 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38232026-06-04T21:05:31.581ZJun 04 21:05:30.338 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+git562fe28cdcb
38242026-06-04T21:05:31.581ZJun 04 21:05:30.339 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+git562fe28cdcb
38252026-06-04T21:05:31.581ZJun 04 21:05:30.339 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+git562fe28cdcb
38262026-06-04T21:05:31.581ZJun 04 21:05:30.339 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+git562fe28cdcb
38272026-06-04T21:05:31.581ZJun 04 21:05:30.339 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+git562fe28cdcb
38282026-06-04T21:05:31.581ZJun 04 21:05:30.340 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+git562fe28cdcb
38292026-06-04T21:05:31.582ZJun 04 21:05:30.340 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+git562fe28cdcb
38302026-06-04T21:05:31.592Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38312026-06-04T21:05:31.592Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-06-04T21:05:31.595Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-06-04T21:05:31.595Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-06-04T21:05:31.595Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-06-04T21:05:31.595Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-06-04T21:05:31.595Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-06-04T21:05:31.595Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-06-04T21:05:31.595Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38392026-06-04T21:05:31.595Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38402026-06-04T21:05:31.598ZJun 04 21:05:30.357 INFO [stamp-overlay] process exited with exit status: 0 (18.86826ms)
38412026-06-04T21:05:31.603Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38422026-06-04T21:05:31.605ZJun 04 21:05:30.365 INFO [stamp-oxlog] process exited with exit status: 0 (26.06866ms)
38432026-06-04T21:05:31.626Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38442026-06-04T21:05:31.630ZJun 04 21:05:30.390 INFO [stamp-crucible-utils] process exited with exit status: 0 (49.71642ms)
38452026-06-04T21:05:31.642Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38462026-06-04T21:05:31.645ZJun 04 21:05:30.405 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (65.13411ms)
38472026-06-04T21:05:31.752Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38482026-06-04T21:05:31.756ZJun 04 21:05:30.516 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.362189ms)
38492026-06-04T21:05:32.039Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38502026-06-04T21:05:32.043ZJun 04 21:05:30.802 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (462.956128ms)
38512026-06-04T21:05:32.134Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38522026-06-04T21:05:32.137ZJun 04 21:05:30.897 INFO [stamp-propolis-server] process exited with exit status: 0 (558.317898ms)
38532026-06-04T21:05:32.612Z[recovery-package] Compiling newtype-uuid v1.3.2
38542026-06-04T21:05:32.847Z[recovery-package] Compiling daft v0.1.7
38552026-06-04T21:05:33.062Z[recovery-package] Compiling iddqd v0.4.2
38562026-06-04T21:05:34.014Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38572026-06-04T21:05:34.270Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38582026-06-04T21:05:34.270Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38592026-06-04T21:05:34.274Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38602026-06-04T21:05:34.274Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38612026-06-04T21:05:34.274Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38622026-06-04T21:05:34.274Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38632026-06-04T21:05:34.274Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38642026-06-04T21:05:34.274Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38652026-06-04T21:05:34.386Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38662026-06-04T21:05:34.640Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38672026-06-04T21:05:34.659Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38682026-06-04T21:05:34.832Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38692026-06-04T21:05:37.853Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38702026-06-04T21:05:37.856ZJun 04 21:05:36.615 INFO [stamp-switch-asic] process exited with exit status: 0 (6.276288447s)
38712026-06-04T21:05:37.857ZJun 04 21:05:36.615 INFO [host-stamp] task succeeded (6.277953517s)
38722026-06-04T21:05:37.857ZJun 04 21:05:36.615 INFO [host-proto] running task
38732026-06-04T21:05:38.291ZJun 04 21:05:37.051 INFO [host-proto] task succeeded (435.238249ms)
38742026-06-04T21:05:38.291ZJun 04 21:05:37.051 INFO [host-profile] running task
38752026-06-04T21:05:38.296ZJun 04 21:05:37.051 INFO [host-profile] task succeeded (183.36µs)
38762026-06-04T21:05:38.296ZJun 04 21:05:37.051 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/.tmpudJj9D/proto/host/root -N 'ci 562fe28/${os_short_commit} 2026-06-04 20:54' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38772026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO Checking files for board 'cosmo-mbist'
38782026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38792026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO Checking files for board 'cosmo-mbist-noaggr'
38802026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38812026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO Checking files for board 'cosmo'
38822026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38832026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38842026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO Checking files for board 'gimlet'
38852026-06-04T21:05:38.301Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38862026-06-04T21:05:38.302Z[ host-image] Jun 04 21:05:37.057 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38872026-06-04T21:05:38.308Z[ host-image] Jun 04 21:05:37.068 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpudJj9D/proto/host/root"
38882026-06-04T21:05:38.312Z[ host-image] Jun 04 21:05:37.068 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38892026-06-04T21:05:38.312Z[ host-image] Jun 04 21:05:37.068 INFO image builder template: ramdisk-01-os...
38902026-06-04T21:05:38.312Z[ host-image] Jun 04 21:05:37.068 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/.tmpudJj9D/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38912026-06-04T21:05:38.321Z[ host-image] Jun 04 21:05:37.081 INFO O| Jun 04 21:05:37.080 INFO CREATE DATASET: rpool/images/build/host/output
38922026-06-04T21:05:38.918Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38932026-06-04T21:05:38.918Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38942026-06-04T21:05:38.921Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38952026-06-04T21:05:38.921Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38962026-06-04T21:05:38.921Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-06-04T21:05:41.154Z[ host-image] Jun 04 21:05:39.910 INFO O| Jun 04 21:05:39.910 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-06-04T21:05:41.158Z[ host-image] Jun 04 21:05:39.913 INFO O| Jun 04 21:05:39.913 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-06-04T21:05:41.303Z[ host-image] Jun 04 21:05:40.061 INFO O| Jun 04 21:05:40.061 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-06-04T21:05:41.335Z[ host-image] Jun 04 21:05:40.094 INFO O| Jun 04 21:05:40.094 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-06-04T21:05:41.335Z[ host-image] Jun 04 21:05:40.094 INFO O| Jun 04 21:05:40.094 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-06-04T21:05:41.338Z[ host-image] Jun 04 21:05:40.094 INFO O| Jun 04 21:05:40.094 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-06-04T21:05:41.338Z[ host-image] Jun 04 21:05:40.094 INFO O| Jun 04 21:05:40.094 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-06-04T21:05:41.341Z[ host-image] Jun 04 21:05:40.099 INFO O| Jun 04 21:05:40.099 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-06-04T21:05:41.528Z[ host-image] Jun 04 21:05:40.284 INFO O| Jun 04 21:05:40.284 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-06-04T21:05:41.535Z[ host-image] Jun 04 21:05:40.292 INFO O| Jun 04 21:05:40.291 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-06-04T21:05:41.792Z[ host-image] Jun 04 21:05:40.548 INFO O| Jun 04 21:05:40.548 INFO O| Caching catalogs ... Done
39082026-06-04T21:05:41.849Z[ host-image] Jun 04 21:05:40.608 INFO O| Jun 04 21:05:40.608 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-06-04T21:05:41.849Z[ host-image] Jun 04 21:05:40.608 INFO O| Jun 04 21:05:40.608 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-06-04T21:05:41.856Z[ host-image] Jun 04 21:05:40.616 INFO O| Jun 04 21:05:40.616 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
39112026-06-04T21:05:42.106Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-06-04T21:05:42.106Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-06-04T21:05:42.106Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO skip step because feature "publisher_1_name" is not enabled
39142026-06-04T21:05:42.109Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-06-04T21:05:42.109Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO skip step because feature "publisher_2_name" is not enabled
39162026-06-04T21:05:42.109Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-06-04T21:05:42.109Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO skip step because feature "publisher_3_name" is not enabled
39182026-06-04T21:05:42.109Z[ host-image] Jun 04 21:05:40.865 INFO O| Jun 04 21:05:40.865 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-06-04T21:05:42.357Z[ host-image] Jun 04 21:05:41.116 INFO O| Jun 04 21:05:41.116 INFO variant opensolaris.zone is already global
39202026-06-04T21:05:42.357Z[ host-image] Jun 04 21:05:41.116 INFO O| Jun 04 21:05:41.116 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-06-04T21:05:42.361Z[ host-image] Jun 04 21:05:41.116 INFO O| Jun 04 21:05:41.116 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-06-04T21:05:42.730Z[ host-image] Jun 04 21:05:41.363 INFO O| Jun 04 21:05:41.363 INFO variant opensolaris.imagetype is full; changing to partial
39232026-06-04T21:05:42.731Z[ host-image] Jun 04 21:05:41.363 INFO O| Jun 04 21:05:41.363 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-06-04T21:05:43.141Z[ host-image] Jun 04 21:05:41.900 INFO O| Jun 04 21:05:41.900 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-06-04T21:05:43.217Z[ host-image] Jun 04 21:05:41.976 INFO O| Jun 04 21:05:41.976 INFO O| Startup: Caching catalogs ... Done
39262026-06-04T21:05:43.220Z[ host-image] Jun 04 21:05:41.979 INFO O| Jun 04 21:05:41.979 INFO O| Planning: Planning completed in 0.00 seconds
39272026-06-04T21:05:43.221Z[ host-image] Jun 04 21:05:41.979 INFO O| Jun 04 21:05:41.979 INFO O| Planning: Consolidating action changes ... Done
39282026-06-04T21:05:43.221Z[ host-image] Jun 04 21:05:41.979 INFO O| Jun 04 21:05:41.979 INFO O| Planning: Evaluating mediators ... Done
39292026-06-04T21:05:43.221Z[ host-image] Jun 04 21:05:41.979 INFO O| Jun 04 21:05:41.979 INFO O| Planning: Planning completed in 0.00 seconds
39302026-06-04T21:05:43.221Z[ host-image] Jun 04 21:05:41.980 INFO O| Jun 04 21:05:41.980 INFO O| Variants/Facets to change: 1
39312026-06-04T21:05:43.229Z[ host-image] Jun 04 21:05:41.988 INFO O| Jun 04 21:05:41.988 INFO O| Finalize: Updating package state database ... Done
39322026-06-04T21:05:43.232Z[ host-image] Jun 04 21:05:41.988 INFO O| Jun 04 21:05:41.988 INFO O| Finalize: Updating package cache ... Done
39332026-06-04T21:05:43.242Z[ host-image] Jun 04 21:05:42.002 INFO O| Jun 04 21:05:42.002 INFO O| Finalize: Updating image state ... Done
39342026-06-04T21:05:43.246Z[ host-image] Jun 04 21:05:42.005 INFO O| Jun 04 21:05:42.005 INFO O| Finalize: Creating fast lookup database ... Done
39352026-06-04T21:05:43.250Z[ host-image] Jun 04 21:05:42.006 INFO O| Jun 04 21:05:42.006 INFO O| Finalize: Reading search index ... Done
39362026-06-04T21:05:43.250Z[ host-image] Jun 04 21:05:42.006 INFO O| Jun 04 21:05:42.006 INFO O| Finalize: Updating search index ... Done
39372026-06-04T21:05:43.250Z[ host-image] Jun 04 21:05:42.007 INFO O| Jun 04 21:05:42.007 INFO O| Finalize: Updating package cache ... Done
39382026-06-04T21:05:43.325Z[ host-image] Jun 04 21:05:42.083 INFO O| Jun 04 21:05:42.083 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-06-04T21:05:43.325Z[ host-image] Jun 04 21:05:42.083 INFO O| Jun 04 21:05:42.083 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-06-04T21:05:43.325Z[ host-image] Jun 04 21:05:42.083 INFO O| Jun 04 21:05:42.083 INFO skip step because feature "debug_variant" is not enabled
39412026-06-04T21:05:43.329Z[ host-image] Jun 04 21:05:42.083 INFO O| Jun 04 21:05:42.083 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-06-04T21:05:43.574Z[ host-image] Jun 04 21:05:42.332 INFO O| Jun 04 21:05:42.331 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-06-04T21:05:44.086Z[ host-image] Jun 04 21:05:42.844 INFO O| Jun 04 21:05:42.844 INFO O| Startup: Refreshing catalog 'helios' ... Done
39442026-06-04T21:05:44.161Z[ host-image] Jun 04 21:05:42.919 INFO O| Jun 04 21:05:42.919 INFO O| Startup: Caching catalogs ... Done
39452026-06-04T21:05:44.165Z[ host-image] Jun 04 21:05:42.922 INFO O| Jun 04 21:05:42.922 INFO O| Planning: Planning completed in 0.00 seconds
39462026-06-04T21:05:44.165Z[ host-image] Jun 04 21:05:42.923 INFO O| Jun 04 21:05:42.923 INFO O| Planning: Consolidating action changes ... Done
39472026-06-04T21:05:44.165Z[ host-image] Jun 04 21:05:42.923 INFO O| Jun 04 21:05:42.923 INFO O| Planning: Evaluating mediators ... Done
39482026-06-04T21:05:44.166Z[ host-image] Jun 04 21:05:42.923 INFO O| Jun 04 21:05:42.923 INFO O| Planning: Planning completed in 0.00 seconds
39492026-06-04T21:05:44.166Z[ host-image] Jun 04 21:05:42.923 INFO O| Jun 04 21:05:42.923 INFO O| Variants/Facets to change: 1
39502026-06-04T21:05:44.172Z[ host-image] Jun 04 21:05:42.931 INFO O| Jun 04 21:05:42.931 INFO O| Finalize: Updating package state database ... Done
39512026-06-04T21:05:44.172Z[ host-image] Jun 04 21:05:42.931 INFO O| Jun 04 21:05:42.931 INFO O| Finalize: Updating package cache ... Done
39522026-06-04T21:05:44.185Z[ host-image] Jun 04 21:05:42.944 INFO O| Jun 04 21:05:42.944 INFO O| Finalize: Updating image state ... Done
39532026-06-04T21:05:44.189Z[ host-image] Jun 04 21:05:42.946 INFO O| Jun 04 21:05:42.946 INFO O| Finalize: Creating fast lookup database ... Done
39542026-06-04T21:05:44.189Z[ host-image] Jun 04 21:05:42.947 INFO O| Jun 04 21:05:42.947 INFO O| Finalize: Reading search index ... Done
39552026-06-04T21:05:44.189Z[ host-image] Jun 04 21:05:42.947 INFO O| Jun 04 21:05:42.947 INFO O| Finalize: Updating search index ... Done
39562026-06-04T21:05:44.189Z[ host-image] Jun 04 21:05:42.948 INFO O| Jun 04 21:05:42.948 INFO O| Finalize: Updating package cache ... Done
39572026-06-04T21:05:44.264Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO STEP 8 (pkg_change_facet) COMPLETE
39582026-06-04T21:05:44.264Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-06-04T21:05:44.264Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO skip step because feature "recovery" is not enabled
39602026-06-04T21:05:44.268Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-06-04T21:05:44.268Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO skip step because feature "recovery" is not enabled
39622026-06-04T21:05:44.268Z[ host-image] Jun 04 21:05:43.023 INFO O| Jun 04 21:05:43.023 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-06-04T21:05:44.272Z[ host-image] Jun 04 21:05:43.032 INFO O| Jun 04 21:05:43.032 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
39642026-06-04T21:05:44.788Z[ host-image] Jun 04 21:05:43.546 INFO O| Jun 04 21:05:43.546 INFO O| Startup: Refreshing catalog 'helios' ... Done
39652026-06-04T21:05:44.863Z[ host-image] Jun 04 21:05:43.622 INFO O| Jun 04 21:05:43.622 INFO O| Startup: Caching catalogs ... Done
39662026-06-04T21:05:45.165Z[ host-image] Jun 04 21:05:43.924 INFO O| Jun 04 21:05:43.924 INFO O| Planning: Solver setup ... Done
39672026-06-04T21:05:45.175Z[ host-image] Jun 04 21:05:43.935 INFO O| Jun 04 21:05:43.934 INFO O| Planning: Running solver ... Done
39682026-06-04T21:05:45.182Z[ host-image] Jun 04 21:05:43.942 INFO O| Jun 04 21:05:43.942 INFO O| Planning: Finding local manifests ... Done
39692026-06-04T21:05:45.198Z[ host-image] Jun 04 21:05:43.958 INFO O| Jun 04 21:05:43.958 INFO O| Planning: Fetching manifests: 0/127 0% complete
39702026-06-04T21:05:46.712Z[ host-image] Jun 04 21:05:45.471 INFO O| Jun 04 21:05:45.471 INFO O| Planning: Fetching manifests: 127/127 100% complete
39712026-06-04T21:05:46.815Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39722026-06-04T21:05:47.152Z[ host-image] Jun 04 21:05:45.911 INFO O| Jun 04 21:05:45.911 INFO O| Planning: Package planning ... Done
39732026-06-04T21:05:47.468Z[ host-image] Jun 04 21:05:46.227 INFO O| Jun 04 21:05:46.227 INFO O| Planning: Merging actions ... Done
39742026-06-04T21:05:47.575Z[ host-image] Jun 04 21:05:46.334 INFO O| Jun 04 21:05:46.334 INFO O| Planning: Checking for conflicting actions ... Done
39752026-06-04T21:05:47.679Z[ host-image] Jun 04 21:05:46.439 INFO O| Jun 04 21:05:46.439 INFO O| Planning: Consolidating action changes ... Done
39762026-06-04T21:05:47.687Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39772026-06-04T21:05:47.853Z[ host-image] Jun 04 21:05:46.612 INFO O| Jun 04 21:05:46.612 INFO O| Planning: Evaluating mediators ... Done
39782026-06-04T21:05:49.259Z[ host-image] Jun 04 21:05:48.017 INFO O| Jun 04 21:05:48.017 INFO O| Planning: Planning completed in 4.39 seconds
39792026-06-04T21:05:49.262Z[ host-image] Jun 04 21:05:48.019 INFO O| Jun 04 21:05:48.019 INFO O| Packages to install: 127
39802026-06-04T21:05:49.262Z[ host-image] Jun 04 21:05:48.019 INFO O| Jun 04 21:05:48.019 INFO O| Mediators to change: 5
39812026-06-04T21:05:49.262Z[ host-image] Jun 04 21:05:48.019 INFO O| Jun 04 21:05:48.019 INFO O| Services to change: 6
39822026-06-04T21:05:49.289Z[ host-image] Jun 04 21:05:48.048 INFO O| Jun 04 21:05:48.048 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
39832026-06-04T21:05:49.984Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39842026-06-04T21:05:49.984Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39852026-06-04T21:05:51.008Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39862026-06-04T21:05:51.641Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39872026-06-04T21:05:54.404Z[ host-image] Jun 04 21:05:53.153 INFO O| Jun 04 21:05:53.153 INFO O| Download: 1655/23754 items 10.6/222.1MB 4% complete (2.3M/s)
39882026-06-04T21:05:59.395Z[ host-image] Jun 04 21:05:58.154 INFO O| Jun 04 21:05:58.154 INFO O| Download: 2440/23754 items 27.5/222.1MB 12% complete (2.8M/s)
39892026-06-04T21:06:03.901Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.18s
39902026-06-04T21:06:04.402Z[ host-image] Jun 04 21:06:03.158 INFO O| Jun 04 21:06:03.158 INFO O| Download: 4522/23754 items 41.1/222.1MB 18% complete (3.1M/s)
39912026-06-04T21:06:09.992Z[ host-image] Jun 04 21:06:08.748 INFO O| Jun 04 21:06:08.748 INFO O| Download: 6059/23754 items 46.9/222.1MB 21% complete (2.0M/s)
39922026-06-04T21:06:14.989Z[ host-image] Jun 04 21:06:13.748 INFO O| Jun 04 21:06:13.748 INFO O| Download: 7530/23754 items 58.0/222.1MB 26% complete (1.7M/s)
39932026-06-04T21:06:20.001Z[ host-image] Jun 04 21:06:18.750 INFO O| Jun 04 21:06:18.750 INFO O| Download: 8805/23754 items 75.0/222.1MB 33% complete (2.8M/s)
39942026-06-04T21:06:20.877ZJun 04 21:06:19.616 INFO [recovery-package] process exited with exit status: 0 (49.278391421s)
39952026-06-04T21:06:20.877ZJun 04 21:06:19.616 INFO [recovery-stamp] running task
39962026-06-04T21:06:20.900ZJun 04 21:06:19.616 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39972026-06-04T21:06:20.900ZJun 04 21:06:19.617 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git562fe28cdcb
39982026-06-04T21:06:20.900ZJun 04 21:06:19.617 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+git562fe28cdcb
39992026-06-04T21:06:20.900Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40002026-06-04T21:06:20.900Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40012026-06-04T21:06:21.023Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40022026-06-04T21:06:21.031ZJun 04 21:06:19.764 INFO [stamp-installinator] process exited with exit status: 0 (147.73471ms)
40032026-06-04T21:06:21.047Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40042026-06-04T21:06:21.056ZJun 04 21:06:19.810 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.866629ms)
40052026-06-04T21:06:21.056ZJun 04 21:06:19.810 INFO [recovery-stamp] task succeeded (193.590459ms)
40062026-06-04T21:06:21.056ZJun 04 21:06:19.810 INFO [recovery-proto] running task
40072026-06-04T21:06:21.057ZJun 04 21:06:19.810 INFO [tuf-stamp] running task
40082026-06-04T21:06:21.057ZJun 04 21:06:19.810 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+git562fe28cdcb
40092026-06-04T21:06:21.057ZJun 04 21:06:19.811 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+git562fe28cdcb
40102026-06-04T21:06:21.057ZJun 04 21:06:19.811 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+git562fe28cdcb
40112026-06-04T21:06:21.057ZJun 04 21:06:19.812 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+git562fe28cdcb
40122026-06-04T21:06:21.057ZJun 04 21:06:19.812 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+git562fe28cdcb
40132026-06-04T21:06:21.057ZJun 04 21:06:19.812 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+git562fe28cdcb
40142026-06-04T21:06:21.057ZJun 04 21:06:19.813 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+git562fe28cdcb
40152026-06-04T21:06:21.057ZJun 04 21:06:19.813 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+git562fe28cdcb
40162026-06-04T21:06:21.057ZJun 04 21:06:19.813 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+git562fe28cdcb
40172026-06-04T21:06:21.057ZJun 04 21:06:19.813 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+git562fe28cdcb
40182026-06-04T21:06:21.057ZJun 04 21:06:19.814 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+git562fe28cdcb
40192026-06-04T21:06:21.057ZJun 04 21:06:19.814 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+git562fe28cdcb
40202026-06-04T21:06:21.075Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-06-04T21:06:21.075Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-06-04T21:06:21.076Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-06-04T21:06:21.076Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-06-04T21:06:21.076Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-06-04T21:06:21.076Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-06-04T21:06:21.076Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-06-04T21:06:21.076Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-06-04T21:06:21.076Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-06-04T21:06:21.076Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-06-04T21:06:21.076Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-06-04T21:06:21.076Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-06-04T21:06:21.125Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40332026-06-04T21:06:21.137ZJun 04 21:06:19.874 INFO [stamp-probe] process exited with exit status: 0 (63.34066ms)
40342026-06-04T21:06:21.183ZJun 04 21:06:19.932 INFO [recovery-proto] task succeeded (121.88471ms)
40352026-06-04T21:06:21.197ZJun 04 21:06:19.932 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/.tmpudJj9D/proto/recovery/root -N 'recovery 562fe28/${os_short_commit} 2026-06-04 20:54' -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/'
40362026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO Checking files for board 'gimlet'
40372026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40382026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40392026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO Checking files for board 'cosmo-mbist'
40402026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40412026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO Checking files for board 'cosmo-mbist-noaggr'
40422026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40432026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO Checking files for board 'cosmo'
40442026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.938 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40452026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.939 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40462026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.949 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpudJj9D/proto/recovery/root"
40472026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.949 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40482026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.949 INFO image builder template: ramdisk-01-os...
40492026-06-04T21:06:21.197Z[ recovery-image] Jun 04 21:06:19.949 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/.tmpudJj9D/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40502026-06-04T21:06:21.214Z[ recovery-image] Jun 04 21:06:19.965 INFO O| Jun 04 21:06:19.965 INFO CREATE DATASET: rpool/images/build/recovery/output
40512026-06-04T21:06:21.466Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40522026-06-04T21:06:21.564Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40532026-06-04T21:06:21.570Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40542026-06-04T21:06:21.591ZJun 04 21:06:20.332 INFO [stamp-ntp] process exited with exit status: 0 (518.59455ms)
40552026-06-04T21:06:21.786Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40562026-06-04T21:06:25.262ZJun 04 21:06:20.411 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (600.88759ms)
40572026-06-04T21:06:25.262Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40582026-06-04T21:06:25.262ZJun 04 21:06:20.557 INFO [stamp-internal-dns] process exited with exit status: 0 (743.712469ms)
40592026-06-04T21:06:25.262Z[ recovery-image] Jun 04 21:06:20.564 INFO O| Jun 04 21:06:20.564 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40602026-06-04T21:06:25.262Z[ recovery-image] Jun 04 21:06:20.568 INFO O| Jun 04 21:06:20.568 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40612026-06-04T21:06:25.333Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40622026-06-04T21:06:25.333ZJun 04 21:06:20.585 INFO [stamp-external-dns] process exited with exit status: 0 (771.276779ms)
40632026-06-04T21:06:25.333Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40642026-06-04T21:06:25.333ZJun 04 21:06:20.660 INFO [stamp-crucible-zone] process exited with exit status: 0 (847.327549ms)
40652026-06-04T21:06:25.333Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40662026-06-04T21:06:25.333ZJun 04 21:06:20.838 INFO [stamp-oximeter] process exited with exit status: 0 (1.026222038s)
40672026-06-04T21:06:25.333Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40682026-06-04T21:06:25.333ZJun 04 21:06:22.367 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.553339136s)
40692026-06-04T21:06:25.333Z[ host-image] Jun 04 21:06:23.753 INFO O| Jun 04 21:06:23.753 INFO O| Download: 10895/23754 items 95.8/222.1MB 43% complete (3.7M/s)
40702026-06-04T21:06:25.333Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40712026-06-04T21:06:25.333ZJun 04 21:06:23.886 INFO [stamp-nexus] process exited with exit status: 0 (4.074125862s)
40722026-06-04T21:06:25.639Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40732026-06-04T21:06:25.643ZJun 04 21:06:24.399 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.585704522s)
40742026-06-04T21:06:26.027Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40752026-06-04T21:06:26.044ZJun 04 21:06:24.664 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.851522651s)
40762026-06-04T21:06:26.045Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40772026-06-04T21:06:26.045Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40782026-06-04T21:06:26.045ZJun 04 21:06:24.689 INFO [stamp-clickhouse] process exited with exit status: 0 (4.876220491s)
40792026-06-04T21:06:26.045ZJun 04 21:06:24.689 INFO [tuf-stamp] task succeeded (4.878883221s)
40802026-06-04T21:06:26.045Z[ recovery-image] Jun 04 21:06:24.747 INFO O| Jun 04 21:06:24.746 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40812026-06-04T21:06:26.135Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40822026-06-04T21:06:26.162Z[verify-libraries] Compiling stacker v0.1.23
40832026-06-04T21:06:26.166Z[verify-libraries] Compiling cfg_aliases v0.1.1
40842026-06-04T21:06:26.202Z[verify-libraries] Compiling home v0.5.12
40852026-06-04T21:06:26.224Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40862026-06-04T21:06:26.224Z[verify-libraries] Compiling nibble_vec v0.1.0
40872026-06-04T21:06:26.229Z[verify-libraries] Compiling endian-type v0.1.2
40882026-06-04T21:06:26.286Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40892026-06-04T21:06:26.304Z[verify-libraries] Compiling nix v0.28.0
40902026-06-04T21:06:26.329Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40912026-06-04T21:06:26.329Z[verify-libraries] Compiling winnow v0.6.26
40922026-06-04T21:06:26.386Z[verify-libraries] Compiling unicode_categories v0.1.1
40932026-06-04T21:06:26.396Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40942026-06-04T21:06:26.396Z[verify-libraries] Compiling radix_trie v0.2.1
40952026-06-04T21:06:26.485Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40962026-06-04T21:06:26.518Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40972026-06-04T21:06:26.548Z[verify-libraries] Compiling polyval v0.6.2
40982026-06-04T21:06:26.570Z[verify-libraries] Compiling ctr v0.9.2
40992026-06-04T21:06:26.597Z[verify-libraries] Compiling colored v2.2.0
41002026-06-04T21:06:26.597Z[verify-libraries] Compiling blowfish v0.9.1
41012026-06-04T21:06:26.600Z[verify-libraries] Compiling ssh-encoding v0.2.0
41022026-06-04T21:06:26.686Z[verify-libraries] Compiling password-hash v0.4.2
41032026-06-04T21:06:26.836Z[verify-libraries] Compiling ghash v0.5.1
41042026-06-04T21:06:26.840Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41052026-06-04T21:06:26.840Z[verify-libraries] Compiling petname v2.0.2
41062026-06-04T21:06:26.905Z[verify-libraries] Compiling psm v0.1.30
41072026-06-04T21:06:26.924Z[verify-libraries] Compiling p521 v0.13.3
41082026-06-04T21:06:26.928Z[verify-libraries] Compiling p256 v0.13.2
41092026-06-04T21:06:26.967Z[verify-libraries] Compiling aes-gcm v0.10.3
41102026-06-04T21:06:26.967Z[verify-libraries] Compiling pbkdf2 v0.11.0
41112026-06-04T21:06:27.017Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41122026-06-04T21:06:27.086Z[verify-libraries] Compiling md5 v0.7.0
41132026-06-04T21:06:27.180Z[verify-libraries] Compiling ssh-cipher v0.2.0
41142026-06-04T21:06:27.205Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41152026-06-04T21:06:27.269Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41162026-06-04T21:06:27.291Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41172026-06-04T21:06:27.295Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41182026-06-04T21:06:27.296Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41192026-06-04T21:06:27.388Z[verify-libraries] Compiling num-bigint v0.4.6
41202026-06-04T21:06:27.447Z[verify-libraries] Compiling des v0.8.1
41212026-06-04T21:06:27.478Z[verify-libraries] Compiling ssh-key v0.6.7
41222026-06-04T21:06:27.547Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41232026-06-04T21:06:27.578Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41242026-06-04T21:06:27.593Z[verify-libraries] Compiling hex-literal v0.4.1
41252026-06-04T21:06:27.624Z[verify-libraries] Compiling sync-ptr v0.1.4
41262026-06-04T21:06:27.810Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41272026-06-04T21:06:27.810Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41282026-06-04T21:06:27.857Z[verify-libraries] Compiling socket2 v0.5.10
41292026-06-04T21:06:27.904Z[verify-libraries] Compiling recursive v0.1.1
41302026-06-04T21:06:27.956Z[ recovery-image] Jun 04 21:06:26.714 INFO O| Jun 04 21:06:26.714 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41312026-06-04T21:06:27.956Z[ recovery-image] Jun 04 21:06:26.714 INFO O| Jun 04 21:06:26.714 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41322026-06-04T21:06:27.956Z[ recovery-image] Jun 04 21:06:26.714 INFO O| Jun 04 21:06:26.714 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41332026-06-04T21:06:27.961Z[ recovery-image] Jun 04 21:06:26.714 INFO O| Jun 04 21:06:26.714 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41342026-06-04T21:06:27.964Z[ recovery-image] Jun 04 21:06:26.720 INFO O| Jun 04 21:06:26.720 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41352026-06-04T21:06:27.978Z[verify-libraries] Compiling sqlformat v0.3.5
41362026-06-04T21:06:28.100Z[verify-libraries] Compiling sqlparser v0.61.0
41372026-06-04T21:06:28.129Z[verify-libraries] Compiling rustyline v14.0.0
41382026-06-04T21:06:28.129Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41392026-06-04T21:06:28.147Z[verify-libraries] Compiling internet-checksum v0.2.1
41402026-06-04T21:06:28.304Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41412026-06-04T21:06:28.330Z[ recovery-image] Jun 04 21:06:27.089 INFO O| Jun 04 21:06:27.088 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-06-04T21:06:28.339Z[ recovery-image] Jun 04 21:06:27.097 INFO O| Jun 04 21:06:27.097 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41432026-06-04T21:06:28.352Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41442026-06-04T21:06:28.639Z[verify-libraries] Compiling git-stub v1.0.0
41452026-06-04T21:06:28.670Z[ recovery-image] Jun 04 21:06:27.429 INFO O| Jun 04 21:06:27.429 INFO O| Caching catalogs ... Done
41462026-06-04T21:06:28.711Z[verify-libraries] Compiling russh-keys v0.45.0
41472026-06-04T21:06:28.761Z[ recovery-image] Jun 04 21:06:27.519 INFO O| Jun 04 21:06:27.519 INFO STEP 0 (pkg_image_create) COMPLETE
41482026-06-04T21:06:28.761Z[ recovery-image] Jun 04 21:06:27.520 INFO O| Jun 04 21:06:27.519 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41492026-06-04T21:06:28.771Z[ recovery-image] Jun 04 21:06:27.530 INFO O| Jun 04 21:06:27.530 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"]
41502026-06-04T21:06:28.849Z[verify-libraries] Compiling diff v0.1.13
41512026-06-04T21:06:29.128Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.886 INFO STEP 1 (pkg_set_publisher) COMPLETE
41522026-06-04T21:06:29.128Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO skip step because feature "publisher_1_name" is not enabled
41542026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO skip step because feature "publisher_2_name" is not enabled
41562026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO skip step because feature "publisher_3_name" is not enabled
41582026-06-04T21:06:29.132Z[ recovery-image] Jun 04 21:06:27.887 INFO O| Jun 04 21:06:27.887 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-06-04T21:06:29.136Z[verify-libraries] Compiling yansi v1.0.1
41602026-06-04T21:06:29.217Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41612026-06-04T21:06:29.450Z[ recovery-image] Jun 04 21:06:28.208 INFO O| Jun 04 21:06:28.208 INFO variant opensolaris.zone is already global
41622026-06-04T21:06:29.450Z[ recovery-image] Jun 04 21:06:28.209 INFO O| Jun 04 21:06:28.208 INFO STEP 5 (pkg_change_variant) COMPLETE
41632026-06-04T21:06:29.454Z[ recovery-image] Jun 04 21:06:28.209 INFO O| Jun 04 21:06:28.208 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-06-04T21:06:29.555Z[verify-libraries] Compiling pretty_assertions v1.4.1
41652026-06-04T21:06:29.699Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41662026-06-04T21:06:29.785Z[ recovery-image] Jun 04 21:06:28.544 INFO O| Jun 04 21:06:28.544 INFO variant opensolaris.imagetype is full; changing to partial
41672026-06-04T21:06:29.785Z[ recovery-image] Jun 04 21:06:28.544 INFO O| Jun 04 21:06:28.544 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41682026-06-04T21:06:29.991Z[verify-libraries] Compiling russh v0.45.0
41692026-06-04T21:06:30.007Z[ host-image] Jun 04 21:06:28.766 INFO O| Jun 04 21:06:28.765 INFO O| Download: 12335/23754 items 105.5/222.1MB 47% complete (3.2M/s)
41702026-06-04T21:06:30.068Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41712026-06-04T21:06:30.103Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41722026-06-04T21:06:30.362Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41732026-06-04T21:06:30.514Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41742026-06-04T21:06:30.562Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41752026-06-04T21:06:30.614Z[ recovery-image] Jun 04 21:06:29.373 INFO O| Jun 04 21:06:29.373 INFO O| Startup: Refreshing catalog 'helios' ... Done
41762026-06-04T21:06:30.670Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41772026-06-04T21:06:30.717Z[ recovery-image] Jun 04 21:06:29.476 INFO O| Jun 04 21:06:29.476 INFO O| Startup: Caching catalogs ... Done
41782026-06-04T21:06:30.729Z[ recovery-image] Jun 04 21:06:29.482 INFO O| Jun 04 21:06:29.482 INFO O| Planning: Planning completed in 0.00 seconds
41792026-06-04T21:06:30.729Z[ recovery-image] Jun 04 21:06:29.483 INFO O| Jun 04 21:06:29.483 INFO O| Planning: Consolidating action changes ... Done
41802026-06-04T21:06:30.729Z[ recovery-image] Jun 04 21:06:29.483 INFO O| Jun 04 21:06:29.483 INFO O| Planning: Evaluating mediators ... Done
41812026-06-04T21:06:30.729Z[ recovery-image] Jun 04 21:06:29.483 INFO O| Jun 04 21:06:29.483 INFO O| Planning: Planning completed in 0.00 seconds
41822026-06-04T21:06:30.729Z[ recovery-image] Jun 04 21:06:29.483 INFO O| Jun 04 21:06:29.483 INFO O| Variants/Facets to change: 1
41832026-06-04T21:06:30.735Z[ recovery-image] Jun 04 21:06:29.493 INFO O| Jun 04 21:06:29.493 INFO O| Finalize: Updating package state database ... Done
41842026-06-04T21:06:30.739Z[ recovery-image] Jun 04 21:06:29.493 INFO O| Jun 04 21:06:29.493 INFO O| Finalize: Updating package cache ... Done
41852026-06-04T21:06:30.753Z[ recovery-image] Jun 04 21:06:29.511 INFO O| Jun 04 21:06:29.511 INFO O| Finalize: Updating image state ... Done
41862026-06-04T21:06:30.759Z[ recovery-image] Jun 04 21:06:29.515 INFO O| Jun 04 21:06:29.515 INFO O| Finalize: Creating fast lookup database ... Done
41872026-06-04T21:06:30.760Z[ recovery-image] Jun 04 21:06:29.515 INFO O| Jun 04 21:06:29.515 INFO O| Finalize: Reading search index ... Done
41882026-06-04T21:06:30.760Z[ recovery-image] Jun 04 21:06:29.515 INFO O| Jun 04 21:06:29.515 INFO O| Finalize: Updating search index ... Done
41892026-06-04T21:06:30.789Z[ recovery-image] Jun 04 21:06:29.516 INFO O| Jun 04 21:06:29.516 INFO O| Finalize: Updating package cache ... Done
41902026-06-04T21:06:30.801Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41912026-06-04T21:06:30.806Z[verify-libraries] Compiling drift v0.2.0
41922026-06-04T21:06:30.882Z[ recovery-image] Jun 04 21:06:29.640 INFO O| Jun 04 21:06:29.640 INFO STEP 6 (pkg_change_variant) COMPLETE
41932026-06-04T21:06:30.882Z[ recovery-image] Jun 04 21:06:29.640 INFO O| Jun 04 21:06:29.640 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-06-04T21:06:30.882Z[ recovery-image] Jun 04 21:06:29.640 INFO O| Jun 04 21:06:29.640 INFO skip step because feature "debug_variant" is not enabled
41952026-06-04T21:06:30.885Z[ recovery-image] Jun 04 21:06:29.640 INFO O| Jun 04 21:06:29.640 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-06-04T21:06:31.035Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41972026-06-04T21:06:31.059Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41982026-06-04T21:06:31.171Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41992026-06-04T21:06:31.220Z[ recovery-image] Jun 04 21:06:29.978 INFO O| Jun 04 21:06:29.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42002026-06-04T21:06:31.224Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42012026-06-04T21:06:31.727Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42022026-06-04T21:06:31.758Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42032026-06-04T21:06:31.902Z[verify-libraries] Compiling termios v0.3.3
42042026-06-04T21:06:32.105Z[ recovery-image] Jun 04 21:06:30.863 INFO O| Jun 04 21:06:30.863 INFO O| Startup: Refreshing catalog 'helios' ... Done
42052026-06-04T21:06:32.163Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42062026-06-04T21:06:32.241Z[ recovery-image] Jun 04 21:06:31.000 INFO O| Jun 04 21:06:30.999 INFO O| Startup: Caching catalogs ... Done
42072026-06-04T21:06:32.246Z[ recovery-image] Jun 04 21:06:31.006 INFO O| Jun 04 21:06:31.005 INFO O| Planning: Planning completed in 0.00 seconds
42082026-06-04T21:06:32.249Z[ recovery-image] Jun 04 21:06:31.006 INFO O| Jun 04 21:06:31.006 INFO O| Planning: Consolidating action changes ... Done
42092026-06-04T21:06:32.250Z[ recovery-image] Jun 04 21:06:31.006 INFO O| Jun 04 21:06:31.006 INFO O| Planning: Evaluating mediators ... Done
42102026-06-04T21:06:32.250Z[ recovery-image] Jun 04 21:06:31.006 INFO O| Jun 04 21:06:31.006 INFO O| Planning: Planning completed in 0.00 seconds
42112026-06-04T21:06:32.250Z[ recovery-image] Jun 04 21:06:31.006 INFO O| Jun 04 21:06:31.006 INFO O| Variants/Facets to change: 1
42122026-06-04T21:06:32.260Z[ recovery-image] Jun 04 21:06:31.019 INFO O| Jun 04 21:06:31.019 INFO O| Finalize: Updating package state database ... Done
42132026-06-04T21:06:32.260Z[ recovery-image] Jun 04 21:06:31.019 INFO O| Jun 04 21:06:31.019 INFO O| Finalize: Updating package cache ... Done
42142026-06-04T21:06:32.277Z[ recovery-image] Jun 04 21:06:31.036 INFO O| Jun 04 21:06:31.036 INFO O| Finalize: Updating image state ... Done
42152026-06-04T21:06:32.280Z[ recovery-image] Jun 04 21:06:31.039 INFO O| Jun 04 21:06:31.039 INFO O| Finalize: Creating fast lookup database ... Done
42162026-06-04T21:06:32.287Z[ recovery-image] Jun 04 21:06:31.046 INFO O| Jun 04 21:06:31.046 INFO O| Finalize: Reading search index ... Done
42172026-06-04T21:06:32.287Z[ recovery-image] Jun 04 21:06:31.046 INFO O| Jun 04 21:06:31.046 INFO O| Finalize: Updating search index ... Done
42182026-06-04T21:06:32.290Z[ recovery-image] Jun 04 21:06:31.047 INFO O| Jun 04 21:06:31.047 INFO O| Finalize: Updating package cache ... Done
42192026-06-04T21:06:32.400Z[ recovery-image] Jun 04 21:06:31.159 INFO O| Jun 04 21:06:31.159 INFO STEP 8 (pkg_change_facet) COMPLETE
42202026-06-04T21:06:32.400Z[ recovery-image] Jun 04 21:06:31.159 INFO O| Jun 04 21:06:31.159 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42212026-06-04T21:06:32.745Z[ recovery-image] Jun 04 21:06:31.503 INFO O| Jun 04 21:06:31.503 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42222026-06-04T21:06:33.112Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42232026-06-04T21:06:33.348Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42242026-06-04T21:06:33.460Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42252026-06-04T21:06:33.574Z[ recovery-image] Jun 04 21:06:32.330 INFO O| Jun 04 21:06:32.330 INFO O| Startup: Refreshing catalog 'helios' ... Done
42262026-06-04T21:06:33.678Z[ recovery-image] Jun 04 21:06:32.436 INFO O| Jun 04 21:06:32.436 INFO O| Startup: Caching catalogs ... Done
42272026-06-04T21:06:33.684Z[ recovery-image] Jun 04 21:06:32.442 INFO O| Jun 04 21:06:32.442 INFO O| Planning: Planning completed in 0.00 seconds
42282026-06-04T21:06:33.687Z[ recovery-image] Jun 04 21:06:32.443 INFO O| Jun 04 21:06:32.443 INFO O| Planning: Consolidating action changes ... Done
42292026-06-04T21:06:33.687Z[ recovery-image] Jun 04 21:06:32.443 INFO O| Jun 04 21:06:32.443 INFO O| Planning: Evaluating mediators ... Done
42302026-06-04T21:06:33.688Z[ recovery-image] Jun 04 21:06:32.443 INFO O| Jun 04 21:06:32.443 INFO O| Planning: Planning completed in 0.00 seconds
42312026-06-04T21:06:33.688Z[ recovery-image] Jun 04 21:06:32.443 INFO O| Jun 04 21:06:32.443 INFO O| Variants/Facets to change: 1
42322026-06-04T21:06:33.707Z[ recovery-image] Jun 04 21:06:32.466 INFO O| Jun 04 21:06:32.466 INFO O| Finalize: Updating package state database ... Done
42332026-06-04T21:06:33.707Z[ recovery-image] Jun 04 21:06:32.466 INFO O| Jun 04 21:06:32.466 INFO O| Finalize: Updating package cache ... Done
42342026-06-04T21:06:33.723Z[ recovery-image] Jun 04 21:06:32.482 INFO O| Jun 04 21:06:32.482 INFO O| Finalize: Updating image state ... Done
42352026-06-04T21:06:33.727Z[ recovery-image] Jun 04 21:06:32.485 INFO O| Jun 04 21:06:32.485 INFO O| Finalize: Creating fast lookup database ... Done
42362026-06-04T21:06:33.727Z[ recovery-image] Jun 04 21:06:32.485 INFO O| Jun 04 21:06:32.485 INFO O| Finalize: Reading search index ... Done
42372026-06-04T21:06:33.727Z[ recovery-image] Jun 04 21:06:32.485 INFO O| Jun 04 21:06:32.485 INFO O| Finalize: Updating search index ... Done
42382026-06-04T21:06:33.730Z[ recovery-image] Jun 04 21:06:32.486 INFO O| Jun 04 21:06:32.486 INFO O| Finalize: Updating package cache ... Done
42392026-06-04T21:06:33.860Z[ recovery-image] Jun 04 21:06:32.619 INFO O| Jun 04 21:06:32.619 INFO STEP 9 (pkg_change_facet) COMPLETE
42402026-06-04T21:06:33.861Z[ recovery-image] Jun 04 21:06:32.619 INFO O| Jun 04 21:06:32.619 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-06-04T21:06:34.209Z[ recovery-image] Jun 04 21:06:32.968 INFO O| Jun 04 21:06:32.967 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42422026-06-04T21:06:34.816Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42432026-06-04T21:06:35.025Z[ host-image] Jun 04 21:06:33.783 INFO O| Jun 04 21:06:33.783 INFO O| Download: 13213/23754 items 119.0/222.1MB 53% complete (2.4M/s)
42442026-06-04T21:06:35.191Z[ recovery-image] Jun 04 21:06:33.949 INFO O| Jun 04 21:06:33.949 INFO O| Startup: Refreshing catalog 'helios' ... Done
42452026-06-04T21:06:35.292Z[ recovery-image] Jun 04 21:06:34.050 INFO O| Jun 04 21:06:34.050 INFO O| Startup: Caching catalogs ... Done
42462026-06-04T21:06:35.298Z[ recovery-image] Jun 04 21:06:34.057 INFO O| Jun 04 21:06:34.057 INFO O| Planning: Planning completed in 0.00 seconds
42472026-06-04T21:06:35.302Z[ recovery-image] Jun 04 21:06:34.057 INFO O| Jun 04 21:06:34.057 INFO O| Planning: Consolidating action changes ... Done
42482026-06-04T21:06:35.302Z[ recovery-image] Jun 04 21:06:34.057 INFO O| Jun 04 21:06:34.057 INFO O| Planning: Evaluating mediators ... Done
42492026-06-04T21:06:35.302Z[ recovery-image] Jun 04 21:06:34.057 INFO O| Jun 04 21:06:34.057 INFO O| Planning: Planning completed in 0.00 seconds
42502026-06-04T21:06:35.302Z[ recovery-image] Jun 04 21:06:34.057 INFO O| Jun 04 21:06:34.057 INFO O| Variants/Facets to change: 1
42512026-06-04T21:06:35.309Z[ recovery-image] Jun 04 21:06:34.068 INFO O| Jun 04 21:06:34.068 INFO O| Finalize: Updating package state database ... Done
42522026-06-04T21:06:35.309Z[ recovery-image] Jun 04 21:06:34.068 INFO O| Jun 04 21:06:34.068 INFO O| Finalize: Updating package cache ... Done
42532026-06-04T21:06:35.326Z[ recovery-image] Jun 04 21:06:34.085 INFO O| Jun 04 21:06:34.085 INFO O| Finalize: Updating image state ... Done
42542026-06-04T21:06:35.330Z[ recovery-image] Jun 04 21:06:34.088 INFO O| Jun 04 21:06:34.088 INFO O| Finalize: Creating fast lookup database ... Done
42552026-06-04T21:06:35.333Z[ recovery-image] Jun 04 21:06:34.089 INFO O| Jun 04 21:06:34.089 INFO O| Finalize: Reading search index ... Done
42562026-06-04T21:06:35.333Z[ recovery-image] Jun 04 21:06:34.089 INFO O| Jun 04 21:06:34.089 INFO O| Finalize: Updating search index ... Done
42572026-06-04T21:06:35.333Z[ recovery-image] Jun 04 21:06:34.090 INFO O| Jun 04 21:06:34.090 INFO O| Finalize: Updating package cache ... Done
42582026-06-04T21:06:35.465Z[ recovery-image] Jun 04 21:06:34.223 INFO O| Jun 04 21:06:34.223 INFO STEP 10 (pkg_change_facet) COMPLETE
42592026-06-04T21:06:35.465Z[ recovery-image] Jun 04 21:06:34.223 INFO O| Jun 04 21:06:34.223 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42602026-06-04T21:06:35.475Z[ recovery-image] Jun 04 21:06:34.233 INFO O| Jun 04 21:06:34.233 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"]
42612026-06-04T21:06:36.484Z[ recovery-image] Jun 04 21:06:35.243 INFO O| Jun 04 21:06:35.243 INFO O| Startup: Refreshing catalog 'helios' ... Done
42622026-06-04T21:06:36.587Z[ recovery-image] Jun 04 21:06:35.346 INFO O| Jun 04 21:06:35.346 INFO O| Startup: Caching catalogs ... Done
42632026-06-04T21:06:36.747Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42642026-06-04T21:06:36.977Z[ recovery-image] Jun 04 21:06:35.736 INFO O| Jun 04 21:06:35.736 INFO O| Planning: Solver setup ... Done
42652026-06-04T21:06:36.988Z[ recovery-image] Jun 04 21:06:35.747 INFO O| Jun 04 21:06:35.747 INFO O| Planning: Running solver ... Done
42662026-06-04T21:06:36.999Z[ recovery-image] Jun 04 21:06:35.758 INFO O| Jun 04 21:06:35.758 INFO O| Planning: Finding local manifests ... Done
42672026-06-04T21:06:37.062Z[ recovery-image] Jun 04 21:06:35.820 INFO O| Jun 04 21:06:35.820 INFO O| Planning: Fetching manifests: 0/127 0% complete
42682026-06-04T21:06:37.345Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42692026-06-04T21:06:38.481Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42702026-06-04T21:06:38.675Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42712026-06-04T21:06:40.167Z[ host-image] Jun 04 21:06:38.926 INFO O| Jun 04 21:06:38.925 INFO O| Download: 14695/23754 items 119.8/222.1MB 53% complete (1.4M/s)
42722026-06-04T21:06:41.436Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42732026-06-04T21:06:41.906Z[ recovery-image] Jun 04 21:06:40.662 INFO O| Jun 04 21:06:40.662 INFO O| Planning: Fetching manifests: 127/127 100% complete
42742026-06-04T21:06:42.423Z[ recovery-image] Jun 04 21:06:41.181 INFO O| Jun 04 21:06:41.181 INFO O| Planning: Package planning ... Done
42752026-06-04T21:06:42.624Z[ recovery-image] Jun 04 21:06:41.383 INFO O| Jun 04 21:06:41.383 INFO O| Planning: Merging actions ... Done
42762026-06-04T21:06:42.693Z[ recovery-image] Jun 04 21:06:41.452 INFO O| Jun 04 21:06:41.452 INFO O| Planning: Checking for conflicting actions ... Done
42772026-06-04T21:06:42.748Z[ recovery-image] Jun 04 21:06:41.506 INFO O| Jun 04 21:06:41.506 INFO O| Planning: Consolidating action changes ... Done
42782026-06-04T21:06:42.885Z[ recovery-image] Jun 04 21:06:41.643 INFO O| Jun 04 21:06:41.643 INFO O| Planning: Evaluating mediators ... Done
42792026-06-04T21:06:44.491Z[ recovery-image] Jun 04 21:06:43.073 INFO O| Jun 04 21:06:43.073 INFO O| Planning: Planning completed in 7.72 seconds
42802026-06-04T21:06:44.510Z[ recovery-image] Jun 04 21:06:43.075 INFO O| Jun 04 21:06:43.075 INFO O| Packages to install: 127
42812026-06-04T21:06:44.511Z[ recovery-image] Jun 04 21:06:43.075 INFO O| Jun 04 21:06:43.075 INFO O| Mediators to change: 5
42822026-06-04T21:06:44.511Z[ recovery-image] Jun 04 21:06:43.075 INFO O| Jun 04 21:06:43.075 INFO O| Services to change: 5
42832026-06-04T21:06:44.511Z[ recovery-image] Jun 04 21:06:43.100 INFO O| Jun 04 21:06:43.100 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
42842026-06-04T21:06:45.150Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42852026-06-04T21:06:45.168Z[ host-image] Jun 04 21:06:43.926 INFO O| Jun 04 21:06:43.926 INFO O| Download: 15735/23754 items 128.8/222.1MB 57% complete (992k/s)
42862026-06-04T21:06:46.616Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42872026-06-04T21:06:47.624Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42882026-06-04T21:06:49.633Z[ recovery-image] Jun 04 21:06:48.388 INFO O| Jun 04 21:06:48.388 INFO O| Download: 1074/16562 items 8.4/199.3MB 4% complete (1.7M/s)
42892026-06-04T21:06:50.168Z[ host-image] Jun 04 21:06:48.926 INFO O| Jun 04 21:06:48.926 INFO O| Download: 16641/23754 items 140.0/222.1MB 63% complete (2.0M/s)
42902026-06-04T21:06:50.435Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42912026-06-04T21:06:51.090Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42922026-06-04T21:06:51.356Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42932026-06-04T21:06:51.650Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42942026-06-04T21:06:51.890Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42952026-06-04T21:06:52.868Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42962026-06-04T21:06:53.430Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42972026-06-04T21:06:53.671Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42982026-06-04T21:06:53.769Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42992026-06-04T21:06:55.110Z[ recovery-image] Jun 04 21:06:53.868 INFO O| Jun 04 21:06:53.868 INFO O| Download: 1326/16562 items 19.6/199.3MB 9% complete (2.3M/s)
43002026-06-04T21:06:55.169Z[ host-image] Jun 04 21:06:53.927 INFO O| Jun 04 21:06:53.927 INFO O| Download: 17656/23754 items 158.4/222.1MB 71% complete (3.0M/s)
43012026-06-04T21:06:55.511Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43022026-06-04T21:06:55.978Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43032026-06-04T21:06:56.590Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43042026-06-04T21:06:56.603Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43052026-06-04T21:06:57.108Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43062026-06-04T21:06:57.402Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43072026-06-04T21:06:58.288Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43082026-06-04T21:07:00.172Z[ host-image] Jun 04 21:06:58.929 INFO O| Jun 04 21:06:58.929 INFO O| Download: 18765/23754 items 172.0/222.1MB 77% complete (3.2M/s)
43092026-06-04T21:07:00.334Z[ recovery-image] Jun 04 21:06:59.087 INFO O| Jun 04 21:06:59.087 INFO O| Download: 1626/16562 items 24.5/199.3MB 12% complete (1.6M/s)
43102026-06-04T21:07:03.025Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43112026-06-04T21:07:03.410Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43122026-06-04T21:07:04.976Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43132026-06-04T21:07:05.247Z[ host-image] Jun 04 21:07:03.992 INFO O| Jun 04 21:07:03.991 INFO O| Download: 19965/23754 items 176.2/222.1MB 79% complete (1.8M/s)
43142026-06-04T21:07:05.351Z[ recovery-image] Jun 04 21:07:04.092 INFO O| Jun 04 21:07:04.092 INFO O| Download: 2604/16562 items 31.1/199.3MB 15% complete (1.1M/s)
43152026-06-04T21:07:05.563Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43162026-06-04T21:07:05.827Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43172026-06-04T21:07:06.066Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43182026-06-04T21:07:06.607Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43192026-06-04T21:07:08.241Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43202026-06-04T21:07:08.385Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43212026-06-04T21:07:09.530Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-06-04T21:07:10.249Z[ host-image] Jun 04 21:07:09.007 INFO O| Jun 04 21:07:09.007 INFO O| Download: 21090/23754 items 180.7/222.1MB 81% complete (917k/s)
43232026-06-04T21:07:10.338Z[ recovery-image] Jun 04 21:07:09.092 INFO O| Jun 04 21:07:09.092 INFO O| Download: 3570/16562 items 38.2/199.3MB 19% complete (1.4M/s)
43242026-06-04T21:07:13.407Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43252026-06-04T21:07:20.883Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-06-04T21:07:20.967Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43272026-06-04T21:07:20.994Z[ recovery-image] Jun 04 21:07:14.093 INFO O| Jun 04 21:07:14.093 INFO O| Download: 4079/16562 items 42.6/199.3MB 21% complete (1.1M/s)
43282026-06-04T21:07:20.994Z[ host-image] Jun 04 21:07:14.472 INFO O| Jun 04 21:07:14.471 INFO O| Download: 21724/23754 items 188.9/222.1MB 85% complete (1.2M/s)
43292026-06-04T21:07:20.994Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43302026-06-04T21:07:20.994Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-04T21:07:20.994Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43322026-06-04T21:07:20.995Z[ recovery-image] Jun 04 21:07:19.241 INFO O| Jun 04 21:07:19.241 INFO O| Download: 5333/16562 items 43.8/199.3MB 22% complete (596k/s)
43332026-06-04T21:07:20.995Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43342026-06-04T21:07:20.995Z[ host-image] Jun 04 21:07:19.489 INFO O| Jun 04 21:07:19.489 INFO O| Download: 22401/23754 items 196.3/222.1MB 88% complete (1.2M/s)
43352026-06-04T21:07:20.995Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-04T21:07:21.791Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-04T21:07:23.147Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43382026-06-04T21:07:24.703Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43392026-06-04T21:07:25.488Z[ recovery-image] Jun 04 21:07:24.246 INFO O| Jun 04 21:07:24.246 INFO O| Download: 6134/16562 items 47.5/199.3MB 23% complete (454k/s)
43402026-06-04T21:07:25.775Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43412026-06-04T21:07:26.050Z[ host-image] Jun 04 21:07:24.808 INFO O| Jun 04 21:07:24.808 INFO O| Download: 22924/23754 items 215.0/222.1MB 96% complete (2.6M/s)
43422026-06-04T21:07:27.659Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43432026-06-04T21:07:29.881Z[ host-image] Jun 04 21:07:28.639 INFO O| Jun 04 21:07:28.639 INFO O| Download: Completed 222.09 MB in 100.59 seconds (2.2M/s)
43442026-06-04T21:07:30.269Z[ host-image] Jun 04 21:07:29.027 INFO O| Jun 04 21:07:29.027 INFO O| Actions: 1/53919 actions (Installing new actions)
43452026-06-04T21:07:30.837Z[ recovery-image] Jun 04 21:07:29.593 INFO O| Jun 04 21:07:29.593 INFO O| Download: 6518/16562 items 58.9/199.3MB 29% complete (1.4M/s)
43462026-06-04T21:07:32.059Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43472026-06-04T21:07:35.169Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43482026-06-04T21:07:35.269Z[ host-image] Jun 04 21:07:34.027 INFO O| Jun 04 21:07:34.027 INFO O| Actions: 25634/53919 actions (Installing new actions)
43492026-06-04T21:07:36.078Z[ recovery-image] Jun 04 21:07:34.837 INFO O| Jun 04 21:07:34.837 INFO O| Download: 7659/16562 items 82.3/199.3MB 41% complete (3.4M/s)
43502026-06-04T21:07:37.109Z[ host-image] Jun 04 21:07:35.867 INFO O| Jun 04 21:07:35.867 INFO O| Actions: Completed 53919 actions in 6.84 seconds.
43512026-06-04T21:07:37.171Z[ host-image] Jun 04 21:07:35.928 INFO O| Jun 04 21:07:35.928 INFO O| Finalize: Updating package state database ... Done
43522026-06-04T21:07:37.171Z[ host-image] Jun 04 21:07:35.929 INFO O| Jun 04 21:07:35.928 INFO O| Finalize: Updating package cache ... Done
43532026-06-04T21:07:37.206Z[ host-image] Jun 04 21:07:35.964 INFO O| Jun 04 21:07:35.963 INFO O| Finalize: Updating image state ... Done
43542026-06-04T21:07:37.350Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43552026-06-04T21:07:37.776Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-06-04T21:07:38.128Z[ host-image] Jun 04 21:07:36.886 INFO O| Jun 04 21:07:36.886 INFO O| Finalize: Creating fast lookup database ... Done
43572026-06-04T21:07:38.157Z[ host-image] Jun 04 21:07:36.915 INFO O| Jun 04 21:07:36.915 INFO O| Finalize: Reading search index ... Done
43582026-06-04T21:07:40.602Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43592026-06-04T21:07:40.932Z[ host-image] Jun 04 21:07:39.690 INFO O| Jun 04 21:07:39.690 INFO O| Finalize: Building new search index ... Done
43602026-06-04T21:07:41.106Z[ recovery-image] Jun 04 21:07:39.864 INFO O| Jun 04 21:07:39.864 INFO O| Download: 8715/16562 items 89.5/199.3MB 44% complete (2.9M/s)
43612026-06-04T21:07:41.384Z[ host-image] Jun 04 21:07:40.138 INFO O| Jun 04 21:07:40.138 INFO O| Finalize: Updating package cache ... Done
43622026-06-04T21:07:41.530Z[ host-image] Jun 04 21:07:40.288 INFO O| Jun 04 21:07:40.288 INFO STEP 11 (pkg_install) COMPLETE
43632026-06-04T21:07:41.530Z[ host-image] Jun 04 21:07:40.288 INFO O| Jun 04 21:07:40.288 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43642026-06-04T21:07:41.540Z[ host-image] Jun 04 21:07:40.298 INFO O| Jun 04 21:07:40.298 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"]
43652026-06-04T21:07:42.493Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43662026-06-04T21:07:42.536Z[ host-image] Jun 04 21:07:41.294 INFO O| Jun 04 21:07:41.294 INFO O| Startup: Refreshing catalog 'helios' ... Done
43672026-06-04T21:07:42.745Z[ host-image] Jun 04 21:07:41.417 INFO O| Jun 04 21:07:41.417 INFO O| Startup: Caching catalogs ... Done
43682026-06-04T21:07:42.817Z[ host-image] Jun 04 21:07:41.575 INFO O| Jun 04 21:07:41.575 INFO O| Planning: Solver setup ... Done
43692026-06-04T21:07:42.822Z[ host-image] Jun 04 21:07:41.580 INFO O| Jun 04 21:07:41.580 INFO O| Planning: Running solver ... Done
43702026-06-04T21:07:42.826Z[ host-image] Jun 04 21:07:41.585 INFO O| Jun 04 21:07:41.584 INFO O| Planning: Finding local manifests ... Done
43712026-06-04T21:07:42.873Z[ host-image] Jun 04 21:07:41.631 INFO O| Jun 04 21:07:41.631 INFO O| Planning: Fetching manifests: 0/6 0% complete
43722026-06-04T21:07:42.996Z[ host-image] Jun 04 21:07:41.754 INFO O| Jun 04 21:07:41.754 INFO O| Planning: Fetching manifests: 6/6 100% complete
43732026-06-04T21:07:43.016Z[ host-image] Jun 04 21:07:41.774 INFO O| Jun 04 21:07:41.774 INFO O| Planning: Package planning ... Done
43742026-06-04T21:07:43.021Z[ host-image] Jun 04 21:07:41.776 INFO O| Jun 04 21:07:41.776 INFO O| Planning: Merging actions ... Done
43752026-06-04T21:07:43.121Z[ host-image] Jun 04 21:07:41.877 INFO O| Jun 04 21:07:41.876 INFO O| Planning: Checking for conflicting actions ... Done
43762026-06-04T21:07:43.125Z[ host-image] Jun 04 21:07:41.878 INFO O| Jun 04 21:07:41.878 INFO O| Planning: Consolidating action changes ... Done
43772026-06-04T21:07:43.265Z[ host-image] Jun 04 21:07:42.023 INFO O| Jun 04 21:07:42.023 INFO O| Planning: Evaluating mediators ... Done
43782026-06-04T21:07:43.268Z[ host-image] Jun 04 21:07:42.025 INFO O| Jun 04 21:07:42.025 INFO O| Planning: Planning completed in 0.60 seconds
43792026-06-04T21:07:43.268Z[ host-image] Jun 04 21:07:42.025 INFO O| Jun 04 21:07:42.025 INFO O| Packages to install: 6
43802026-06-04T21:07:43.268Z[ host-image] Jun 04 21:07:42.026 INFO O| Jun 04 21:07:42.025 INFO O| Services to change: 2
43812026-06-04T21:07:43.297Z[ host-image] Jun 04 21:07:42.054 INFO O| Jun 04 21:07:42.054 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43822026-06-04T21:07:43.385Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43832026-06-04T21:07:46.119Z[ recovery-image] Jun 04 21:07:44.877 INFO O| Jun 04 21:07:44.877 INFO O| Download: 9693/16562 items 102.8/199.3MB 51% complete (2.0M/s)
43842026-06-04T21:07:49.080Z[ host-image] Jun 04 21:07:47.838 INFO O| Jun 04 21:07:47.838 INFO O| Download: 154/155 items 1.7/1.7MB 100% complete (561k/s)
43852026-06-04T21:07:49.084Z[ host-image] Jun 04 21:07:47.841 INFO O| Jun 04 21:07:47.841 INFO O| Download: Completed 1.75 MB in 5.79 seconds (308k/s)
43862026-06-04T21:07:49.104Z[ host-image] Jun 04 21:07:47.863 INFO O| Jun 04 21:07:47.862 INFO O| Actions: 1/390 actions (Installing new actions)
43872026-06-04T21:07:49.235Z[ host-image] Jun 04 21:07:47.993 INFO O| Jun 04 21:07:47.993 INFO O| Actions: Completed 390 actions in 0.13 seconds.
43882026-06-04T21:07:49.249Z[ host-image] Jun 04 21:07:48.003 INFO O| Jun 04 21:07:48.002 INFO O| Finalize: Updating package state database ... Done
43892026-06-04T21:07:49.249Z[ host-image] Jun 04 21:07:48.003 INFO O| Jun 04 21:07:48.003 INFO O| Finalize: Updating package cache ... Done
43902026-06-04T21:07:49.271Z[ host-image] Jun 04 21:07:48.029 INFO O| Jun 04 21:07:48.028 INFO O| Finalize: Updating image state ... Done
43912026-06-04T21:07:50.121Z[ host-image] Jun 04 21:07:48.879 INFO O| Jun 04 21:07:48.879 INFO O| Finalize: Creating fast lookup database ... Done
43922026-06-04T21:07:50.149Z[ host-image] Jun 04 21:07:48.907 INFO O| Jun 04 21:07:48.907 INFO O| Finalize: Reading search index ... Done
43932026-06-04T21:07:50.149Z[ host-image] Jun 04 21:07:48.907 INFO O| Jun 04 21:07:48.907 INFO O| Finalize: Updating search index ... Done
43942026-06-04T21:07:50.165Z[ host-image] Jun 04 21:07:48.923 INFO O| Jun 04 21:07:48.922 INFO O| Finalize: Updating package cache ... Done
43952026-06-04T21:07:50.301Z[ host-image] Jun 04 21:07:49.059 INFO O| Jun 04 21:07:49.059 INFO STEP 12 (pkg_install) COMPLETE
43962026-06-04T21:07:50.301Z[ host-image] Jun 04 21:07:49.059 INFO O| Jun 04 21:07:49.059 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-06-04T21:07:50.312Z[ host-image] Jun 04 21:07:49.069 INFO O| Jun 04 21:07:49.069 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43982026-06-04T21:07:51.140Z[ recovery-image] Jun 04 21:07:49.898 INFO O| Jun 04 21:07:49.898 INFO O| Download: 11105/16562 items 103.5/199.3MB 51% complete (1.4M/s)
43992026-06-04T21:07:51.429Z[ host-image] Jun 04 21:07:50.187 INFO O| Jun 04 21:07:50.187 INFO O| Startup: Refreshing catalog 'helios' ... Done
44002026-06-04T21:07:51.538Z[ host-image] Jun 04 21:07:50.296 INFO O| Jun 04 21:07:50.296 INFO O| Startup: Caching catalogs ... Done
44012026-06-04T21:07:51.692Z[ host-image] Jun 04 21:07:50.449 INFO O| Jun 04 21:07:50.449 INFO O| Planning: Solver setup ... Done
44022026-06-04T21:07:51.696Z[ host-image] Jun 04 21:07:50.454 INFO O| Jun 04 21:07:50.454 INFO O| Planning: Running solver ... Done
44032026-06-04T21:07:51.701Z[ host-image] Jun 04 21:07:50.459 INFO O| Jun 04 21:07:50.459 INFO O| Planning: Finding local manifests ... Done
44042026-06-04T21:07:51.768Z[ host-image] Jun 04 21:07:50.526 INFO O| Jun 04 21:07:50.526 INFO O| Planning: Fetching manifests: 0/6 0% complete
44052026-06-04T21:07:51.882Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44062026-06-04T21:07:52.046Z[ host-image] Jun 04 21:07:50.699 INFO O| Jun 04 21:07:50.699 INFO O| Planning: Fetching manifests: 6/6 100% complete
44072026-06-04T21:07:52.054Z[ host-image] Jun 04 21:07:50.727 INFO O| Jun 04 21:07:50.727 INFO O| Planning: Package planning ... Done
44082026-06-04T21:07:52.054Z[ host-image] Jun 04 21:07:50.735 INFO O| Jun 04 21:07:50.735 INFO O| Planning: Merging actions ... Done
44092026-06-04T21:07:52.077Z[ host-image] Jun 04 21:07:50.832 INFO O| Jun 04 21:07:50.832 INFO O| Planning: Checking for conflicting actions ... Done
44102026-06-04T21:07:52.087Z[ host-image] Jun 04 21:07:50.835 INFO O| Jun 04 21:07:50.835 INFO O| Planning: Consolidating action changes ... Done
44112026-06-04T21:07:52.100Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44122026-06-04T21:07:52.247Z[ host-image] Jun 04 21:07:50.988 INFO O| Jun 04 21:07:50.988 INFO O| Planning: Evaluating mediators ... Done
44132026-06-04T21:07:52.251Z[ host-image] Jun 04 21:07:50.991 INFO O| Jun 04 21:07:50.991 INFO O| Planning: Planning completed in 0.69 seconds
44142026-06-04T21:07:52.251Z[ host-image] Jun 04 21:07:50.992 INFO O| Jun 04 21:07:50.992 INFO O| Packages to install: 6
44152026-06-04T21:07:52.251Z[ host-image] Jun 04 21:07:50.992 INFO O| Jun 04 21:07:50.992 INFO O| Mediators to change: 1
44162026-06-04T21:07:52.251Z[ host-image] Jun 04 21:07:50.992 INFO O| Jun 04 21:07:50.992 INFO O| Services to change: 1
44172026-06-04T21:07:52.251Z[ host-image] Jun 04 21:07:51.009 INFO O| Jun 04 21:07:51.009 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44182026-06-04T21:07:52.821Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44192026-06-04T21:07:53.139Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44202026-06-04T21:07:53.501Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44212026-06-04T21:07:54.563Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44222026-06-04T21:07:56.277Z[ recovery-image] Jun 04 21:07:55.035 INFO O| Jun 04 21:07:55.035 INFO O| Download: 11597/16562 items 108.6/199.3MB 54% complete (533k/s)
44232026-06-04T21:07:57.160Z[ host-image] Jun 04 21:07:55.916 INFO O| Jun 04 21:07:55.916 INFO O| Download: Completed 7.84 MB in 4.91 seconds (1.6M/s)
44242026-06-04T21:07:57.195Z[ host-image] Jun 04 21:07:55.953 INFO O| Jun 04 21:07:55.953 INFO O| Actions: 1/1366 actions (Installing new actions)
44252026-06-04T21:07:57.420Z[ host-image] Jun 04 21:07:56.178 INFO O| Jun 04 21:07:56.178 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
44262026-06-04T21:07:57.431Z[ host-image] Jun 04 21:07:56.189 INFO O| Jun 04 21:07:56.189 INFO O| Finalize: Updating package state database ... Done
44272026-06-04T21:07:57.431Z[ host-image] Jun 04 21:07:56.189 INFO O| Jun 04 21:07:56.189 INFO O| Finalize: Updating package cache ... Done
44282026-06-04T21:07:57.456Z[ host-image] Jun 04 21:07:56.214 INFO O| Jun 04 21:07:56.214 INFO O| Finalize: Updating image state ... Done
44292026-06-04T21:07:58.497Z[ host-image] Jun 04 21:07:57.254 INFO O| Jun 04 21:07:57.254 INFO O| Finalize: Creating fast lookup database ... Done
44302026-06-04T21:07:58.529Z[ host-image] Jun 04 21:07:57.285 INFO O| Jun 04 21:07:57.285 INFO O| Finalize: Reading search index ... Done
44312026-06-04T21:07:58.530Z[ host-image] Jun 04 21:07:57.286 INFO O| Jun 04 21:07:57.285 INFO O| Finalize: Updating search index ... Done
44322026-06-04T21:07:58.565Z[ host-image] Jun 04 21:07:57.323 INFO O| Jun 04 21:07:57.322 INFO O| Finalize: Updating package cache ... Done
44332026-06-04T21:07:58.705Z[ host-image] Jun 04 21:07:57.462 INFO O| Jun 04 21:07:57.462 INFO STEP 13 (pkg_install) COMPLETE
44342026-06-04T21:07:58.705Z[ host-image] Jun 04 21:07:57.463 INFO O| Jun 04 21:07:57.462 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44352026-06-04T21:07:58.714Z[ host-image] Jun 04 21:07:57.472 INFO O| Jun 04 21:07:57.472 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44362026-06-04T21:07:59.607Z[ host-image] Jun 04 21:07:58.364 INFO O| Jun 04 21:07:58.364 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-06-04T21:07:59.710Z[ host-image] Jun 04 21:07:58.468 INFO O| Jun 04 21:07:58.468 INFO O| Startup: Caching catalogs ... Done
44382026-06-04T21:07:59.934Z[ host-image] Jun 04 21:07:58.692 INFO O| Jun 04 21:07:58.692 INFO O| Planning: Solver setup ... Done
44392026-06-04T21:07:59.939Z[ host-image] Jun 04 21:07:58.697 INFO O| Jun 04 21:07:58.697 INFO O| Planning: Running solver ... Done
44402026-06-04T21:07:59.944Z[ host-image] Jun 04 21:07:58.702 INFO O| Jun 04 21:07:58.702 INFO O| Planning: Finding local manifests ... Done
44412026-06-04T21:08:00.015Z[ host-image] Jun 04 21:07:58.773 INFO O| Jun 04 21:07:58.773 INFO O| Planning: Fetching manifests: 0/1 0% complete
44422026-06-04T21:08:00.039Z[ host-image] Jun 04 21:07:58.796 INFO O| Jun 04 21:07:58.796 INFO O| Planning: Fetching manifests: 1/1 100% complete
44432026-06-04T21:08:00.055Z[ host-image] Jun 04 21:07:58.813 INFO O| Jun 04 21:07:58.813 INFO O| Planning: Package planning ... Done
44442026-06-04T21:08:00.058Z[ host-image] Jun 04 21:07:58.813 INFO O| Jun 04 21:07:58.813 INFO O| Planning: Merging actions ... Done
44452026-06-04T21:08:00.135Z[ host-image] Jun 04 21:07:58.894 INFO O| Jun 04 21:07:58.893 INFO O| Planning: Checking for conflicting actions ... Done
44462026-06-04T21:08:00.138Z[ host-image] Jun 04 21:07:58.894 INFO O| Jun 04 21:07:58.894 INFO O| Planning: Consolidating action changes ... Done
44472026-06-04T21:08:00.266Z[ host-image] Jun 04 21:07:59.024 INFO O| Jun 04 21:07:59.024 INFO O| Planning: Evaluating mediators ... Done
44482026-06-04T21:08:00.269Z[ host-image] Jun 04 21:07:59.025 INFO O| Jun 04 21:07:59.025 INFO O| Planning: Planning completed in 0.48 seconds
44492026-06-04T21:08:00.269Z[ host-image] Jun 04 21:07:59.026 INFO O| Jun 04 21:07:59.025 INFO O| Packages to install: 1
44502026-06-04T21:08:00.277Z[ host-image] Jun 04 21:07:59.036 INFO O| Jun 04 21:07:59.035 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44512026-06-04T21:08:01.033Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44522026-06-04T21:08:01.422Z[ host-image] Jun 04 21:08:00.121 INFO O| Jun 04 21:08:00.121 INFO O| Download: Completed 12.63 MB in 1.09 seconds (11.6M/s)
44532026-06-04T21:08:01.426Z[ host-image] Jun 04 21:08:00.139 INFO O| Jun 04 21:08:00.139 INFO O| Actions: 1/22 actions (Installing new actions)
44542026-06-04T21:08:01.499Z[ recovery-image] Jun 04 21:08:00.256 INFO O| Jun 04 21:08:00.256 INFO O| Download: 12516/16562 items 149.5/199.3MB 74% complete (4.4M/s)
44552026-06-04T21:08:01.638Z[ host-image] Jun 04 21:08:00.396 INFO O| Jun 04 21:08:00.396 INFO O| Actions: Completed 22 actions in 0.26 seconds.
44562026-06-04T21:08:01.646Z[ host-image] Jun 04 21:08:00.404 INFO O| Jun 04 21:08:00.404 INFO O| Finalize: Updating package state database ... Done
44572026-06-04T21:08:01.646Z[ host-image] Jun 04 21:08:00.404 INFO O| Jun 04 21:08:00.404 INFO O| Finalize: Updating package cache ... Done
44582026-06-04T21:08:01.672Z[ host-image] Jun 04 21:08:00.430 INFO O| Jun 04 21:08:00.430 INFO O| Finalize: Updating image state ... Done
44592026-06-04T21:08:02.536Z[ host-image] Jun 04 21:08:01.287 INFO O| Jun 04 21:08:01.281 INFO O| Finalize: Creating fast lookup database ... Done
44602026-06-04T21:08:02.554Z[ host-image] Jun 04 21:08:01.310 INFO O| Jun 04 21:08:01.310 INFO O| Finalize: Reading search index ... Done
44612026-06-04T21:08:02.554Z[ host-image] Jun 04 21:08:01.310 INFO O| Jun 04 21:08:01.310 INFO O| Finalize: Updating search index ... Done
44622026-06-04T21:08:02.564Z[ host-image] Jun 04 21:08:01.322 INFO O| Jun 04 21:08:01.322 INFO O| Finalize: Updating package cache ... Done
44632026-06-04T21:08:02.768Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 14 (pkg_install) COMPLETE
44642026-06-04T21:08:02.768Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652026-06-04T21:08:02.768Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "mbist" is not enabled
44662026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44672026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "mfg" is not enabled
44682026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44692026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "compliance" is not enabled
44702026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44712026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "stress" is not enabled
44722026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "compliance" is not enabled
44742026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44752026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO skip step because feature "nfs" is not enabled
44762026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44772026-06-04T21:08:02.780Z[ host-image] Jun 04 21:08:01.464 INFO O| Jun 04 21:08:01.464 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44782026-06-04T21:08:02.780Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44792026-06-04T21:08:02.921Z[ host-image] Jun 04 21:08:01.679 INFO O| Jun 04 21:08:01.679 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44802026-06-04T21:08:03.014Z[ host-image] Jun 04 21:08:01.772 INFO O| Jun 04 21:08:01.772 INFO completed processing sled/ramdisk-01-os
44812026-06-04T21:08:03.018Z[ host-image] Jun 04 21:08:01.774 INFO omicron1 baseline generation...
44822026-06-04T21:08:03.018Z[ host-image] Jun 04 21:08:01.774 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44832026-06-04T21:08:03.366Z[ host-image] Jun 04 21:08:02.124 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24018:20260604T151256Z
44842026-06-04T21:08:04.525Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44852026-06-04T21:08:05.546Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44862026-06-04T21:08:06.500Z[ recovery-image] Jun 04 21:08:05.258 INFO O| Jun 04 21:08:05.258 INFO O| Download: 14086/16562 items 155.9/199.3MB 78% complete (4.7M/s)
44872026-06-04T21:08:08.102Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44882026-06-04T21:08:10.327Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44892026-06-04T21:08:11.214Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44902026-06-04T21:08:11.582Z[ recovery-image] Jun 04 21:08:10.340 INFO O| Jun 04 21:08:10.340 INFO O| Download: 15244/16562 items 162.4/199.3MB 81% complete (1.5M/s)
44912026-06-04T21:08:12.448Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44922026-06-04T21:08:16.656Z[ recovery-image] Jun 04 21:08:15.414 INFO O| Jun 04 21:08:15.414 INFO O| Download: 16256/16562 items 192.9/199.3MB 96% complete (3.7M/s)
44932026-06-04T21:08:18.976Z[ recovery-image] Jun 04 21:08:17.734 INFO O| Jun 04 21:08:17.734 INFO O| Download: Completed 199.29 MB in 94.63 seconds (2.1M/s)
44942026-06-04T21:08:19.331Z[ recovery-image] Jun 04 21:08:18.088 INFO O| Jun 04 21:08:18.088 INFO O| Actions: 1/27372 actions (Installing new actions)
44952026-06-04T21:08:24.331Z[ recovery-image] Jun 04 21:08:23.088 INFO O| Jun 04 21:08:23.088 INFO O| Actions: 20506/27372 actions (Installing new actions)
44962026-06-04T21:08:25.365Z[ recovery-image] Jun 04 21:08:24.123 INFO O| Jun 04 21:08:24.123 INFO O| Actions: Completed 27372 actions in 6.03 seconds.
44972026-06-04T21:08:25.419Z[ recovery-image] Jun 04 21:08:24.177 INFO O| Jun 04 21:08:24.177 INFO O| Finalize: Updating package state database ... Done
44982026-06-04T21:08:25.419Z[ recovery-image] Jun 04 21:08:24.177 INFO O| Jun 04 21:08:24.177 INFO O| Finalize: Updating package cache ... Done
44992026-06-04T21:08:25.453Z[ recovery-image] Jun 04 21:08:24.211 INFO O| Jun 04 21:08:24.211 INFO O| Finalize: Updating image state ... Done
45002026-06-04T21:08:26.169Z[ recovery-image] Jun 04 21:08:24.895 INFO O| Jun 04 21:08:24.857 INFO O| Finalize: Creating fast lookup database ... Done
45012026-06-04T21:08:26.169Z[ recovery-image] Jun 04 21:08:24.895 INFO O| Jun 04 21:08:24.874 INFO O| Finalize: Reading search index ... Done
45022026-06-04T21:08:27.924Z[ recovery-image] Jun 04 21:08:26.680 INFO O| Jun 04 21:08:26.680 INFO O| Finalize: Building new search index ... Done
45032026-06-04T21:08:28.355Z[ recovery-image] Jun 04 21:08:27.113 INFO O| Jun 04 21:08:27.113 INFO O| Finalize: Updating package cache ... Done
45042026-06-04T21:08:28.514Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO STEP 11 (pkg_install) COMPLETE
45052026-06-04T21:08:28.514Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45062026-06-04T21:08:28.518Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO skip step because feature "recovery" is enabled
45072026-06-04T21:08:28.518Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082026-06-04T21:08:28.518Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO skip step because feature "omicron1" is not enabled
45092026-06-04T21:08:28.518Z[ recovery-image] Jun 04 21:08:27.272 INFO O| Jun 04 21:08:27.272 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102026-06-04T21:08:28.523Z[ recovery-image] Jun 04 21:08:27.282 INFO O| Jun 04 21:08:27.282 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45112026-06-04T21:08:31.823Z[ recovery-image] Jun 04 21:08:30.580 INFO O| Jun 04 21:08:30.580 INFO O| Startup: Refreshing catalog 'helios' ... Done
45122026-06-04T21:08:31.932Z[ recovery-image] Jun 04 21:08:30.690 INFO O| Jun 04 21:08:30.690 INFO O| Startup: Caching catalogs ... Done
45132026-06-04T21:08:32.089Z[ recovery-image] Jun 04 21:08:30.846 INFO O| Jun 04 21:08:30.846 INFO O| Planning: Solver setup ... Done
45142026-06-04T21:08:32.093Z[ recovery-image] Jun 04 21:08:30.851 INFO O| Jun 04 21:08:30.851 INFO O| Planning: Running solver ... Done
45152026-06-04T21:08:32.097Z[ recovery-image] Jun 04 21:08:30.855 INFO O| Jun 04 21:08:30.855 INFO O| Planning: Finding local manifests ... Done
45162026-06-04T21:08:32.159Z[ recovery-image] Jun 04 21:08:30.916 INFO O| Jun 04 21:08:30.916 INFO O| Planning: Fetching manifests: 0/1 0% complete
45172026-06-04T21:08:32.164Z[ recovery-image] Jun 04 21:08:30.922 INFO O| Jun 04 21:08:30.922 INFO O| Planning: Fetching manifests: 1/1 100% complete
45182026-06-04T21:08:32.182Z[ recovery-image] Jun 04 21:08:30.940 INFO O| Jun 04 21:08:30.940 INFO O| Planning: Package planning ... Done
45192026-06-04T21:08:32.185Z[ recovery-image] Jun 04 21:08:30.940 INFO O| Jun 04 21:08:30.940 INFO O| Planning: Merging actions ... Done
45202026-06-04T21:08:32.243Z[ recovery-image] Jun 04 21:08:31.001 INFO O| Jun 04 21:08:31.001 INFO O| Planning: Checking for conflicting actions ... Done
45212026-06-04T21:08:32.246Z[ recovery-image] Jun 04 21:08:31.001 INFO O| Jun 04 21:08:31.001 INFO O| Planning: Consolidating action changes ... Done
45222026-06-04T21:08:32.354Z[ recovery-image] Jun 04 21:08:31.112 INFO O| Jun 04 21:08:31.112 INFO O| Planning: Evaluating mediators ... Done
45232026-06-04T21:08:32.357Z[ recovery-image] Jun 04 21:08:31.112 INFO O| Jun 04 21:08:31.112 INFO O| Planning: Planning completed in 0.42 seconds
45242026-06-04T21:08:32.357Z[ recovery-image] Jun 04 21:08:31.112 INFO O| Jun 04 21:08:31.112 INFO O| Packages to install: 1
45252026-06-04T21:08:32.364Z[ recovery-image] Jun 04 21:08:31.122 INFO O| Jun 04 21:08:31.122 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45262026-06-04T21:08:33.297Z[ recovery-image] Jun 04 21:08:32.054 INFO O| Jun 04 21:08:32.054 INFO O| Download: Completed 12.63 MB in 0.93 seconds (13.5M/s)
45272026-06-04T21:08:33.328Z[ recovery-image] Jun 04 21:08:32.086 INFO O| Jun 04 21:08:32.086 INFO O| Actions: 1/22 actions (Installing new actions)
45282026-06-04T21:08:33.545Z[ recovery-image] Jun 04 21:08:32.302 INFO O| Jun 04 21:08:32.302 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45292026-06-04T21:08:33.554Z[ recovery-image] Jun 04 21:08:32.312 INFO O| Jun 04 21:08:32.312 INFO O| Finalize: Updating package state database ... Done
45302026-06-04T21:08:33.554Z[ recovery-image] Jun 04 21:08:32.312 INFO O| Jun 04 21:08:32.312 INFO O| Finalize: Updating package cache ... Done
45312026-06-04T21:08:33.579Z[ recovery-image] Jun 04 21:08:32.337 INFO O| Jun 04 21:08:32.336 INFO O| Finalize: Updating image state ... Done
45322026-06-04T21:08:34.331Z[ recovery-image] Jun 04 21:08:33.089 INFO O| Jun 04 21:08:33.089 INFO O| Finalize: Creating fast lookup database ... Done
45332026-06-04T21:08:34.346Z[ recovery-image] Jun 04 21:08:33.103 INFO O| Jun 04 21:08:33.103 INFO O| Finalize: Reading search index ... Done
45342026-06-04T21:08:34.346Z[ recovery-image] Jun 04 21:08:33.103 INFO O| Jun 04 21:08:33.103 INFO O| Finalize: Updating search index ... Done
45352026-06-04T21:08:34.355Z[ recovery-image] Jun 04 21:08:33.113 INFO O| Jun 04 21:08:33.113 INFO O| Finalize: Updating package cache ... Done
45362026-06-04T21:08:34.473Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 14 (pkg_install) COMPLETE
45372026-06-04T21:08:34.473Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382026-06-04T21:08:34.473Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "mbist" is not enabled
45392026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45402026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "mfg" is not enabled
45412026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45422026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "compliance" is not enabled
45432026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45442026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "stress" is not enabled
45452026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45462026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "compliance" is not enabled
45472026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45482026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO skip step because feature "nfs" is not enabled
45492026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45502026-06-04T21:08:34.477Z[ recovery-image] Jun 04 21:08:33.229 INFO O| Jun 04 21:08:33.229 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45512026-06-04T21:08:34.638Z[ recovery-image] Jun 04 21:08:33.396 INFO O| Jun 04 21:08:33.396 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45522026-06-04T21:08:34.799Z[ recovery-image] Jun 04 21:08:33.557 INFO O| Jun 04 21:08:33.556 INFO completed processing sled/ramdisk-01-os
45532026-06-04T21:08:34.802Z[ recovery-image] Jun 04 21:08:33.559 INFO image builder template: ramdisk-02-trim...
45542026-06-04T21:08:34.802Z[ recovery-image] Jun 04 21:08:33.559 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/.tmpudJj9D/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
45552026-06-04T21:08:34.821Z[ recovery-image] Jun 04 21:08:33.579 INFO O| Jun 04 21:08:33.579 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45562026-06-04T21:08:34.825Z[ recovery-image] Jun 04 21:08:33.583 INFO O| Jun 04 21:08:33.583 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45572026-06-04T21:08:34.991Z[ recovery-image] Jun 04 21:08:33.748 INFO O| Jun 04 21:08:33.748 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45582026-06-04T21:08:35.060Z[ recovery-image] Jun 04 21:08:33.818 INFO O| Jun 04 21:08:33.818 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45592026-06-04T21:08:35.061Z[ recovery-image] Jun 04 21:08:33.818 INFO O| Jun 04 21:08:33.818 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45602026-06-04T21:08:35.065Z[ recovery-image] Jun 04 21:08:33.823 INFO O| Jun 04 21:08:33.823 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45612026-06-04T21:08:35.068Z[ recovery-image] Jun 04 21:08:33.826 INFO O| Jun 04 21:08:33.826 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45622026-06-04T21:08:35.072Z[ recovery-image] Jun 04 21:08:33.830 INFO O| Jun 04 21:08:33.830 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45632026-06-04T21:08:35.356Z[ recovery-image] Jun 04 21:08:34.114 INFO O| Jun 04 21:08:34.114 INFO rolled back to input snapshot; work may begin
45642026-06-04T21:08:35.356Z[ recovery-image] Jun 04 21:08:34.114 INFO O| Jun 04 21:08:34.114 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45652026-06-04T21:08:35.360Z[ recovery-image] Jun 04 21:08:34.118 INFO O| Jun 04 21:08:34.118 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-06-04T21:08:35.368Z[ recovery-image] Jun 04 21:08:34.126 INFO O| Jun 04 21:08:34.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45672026-06-04T21:08:35.413Z[ recovery-image] Jun 04 21:08:34.171 INFO O| Jun 04 21:08:34.171 INFO STEP 0 (remove_files) COMPLETE
45682026-06-04T21:08:35.413Z[ recovery-image] Jun 04 21:08:34.171 INFO O| Jun 04 21:08:34.171 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-06-04T21:08:35.422Z[ recovery-image] Jun 04 21:08:34.180 INFO O| Jun 04 21:08:34.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45702026-06-04T21:08:35.425Z[ recovery-image] Jun 04 21:08:34.181 INFO O| Jun 04 21:08:34.181 INFO STEP 1 (remove_files) COMPLETE
45712026-06-04T21:08:35.425Z[ recovery-image] Jun 04 21:08:34.181 INFO O| Jun 04 21:08:34.181 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-06-04T21:08:35.432Z[ recovery-image] Jun 04 21:08:34.190 INFO O| Jun 04 21:08:34.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45732026-06-04T21:08:35.444Z[ recovery-image] Jun 04 21:08:34.202 INFO O| Jun 04 21:08:34.202 INFO STEP 2 (remove_files) COMPLETE
45742026-06-04T21:08:35.444Z[ recovery-image] Jun 04 21:08:34.202 INFO O| Jun 04 21:08:34.202 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-06-04T21:08:35.453Z[ recovery-image] Jun 04 21:08:34.211 INFO O| Jun 04 21:08:34.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45762026-06-04T21:08:35.456Z[ recovery-image] Jun 04 21:08:34.212 INFO O| Jun 04 21:08:34.212 INFO STEP 3 (remove_files) COMPLETE
45772026-06-04T21:08:35.456Z[ recovery-image] Jun 04 21:08:34.212 INFO O| Jun 04 21:08:34.212 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-06-04T21:08:35.463Z[ recovery-image] Jun 04 21:08:34.221 INFO O| Jun 04 21:08:34.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45792026-06-04T21:08:35.466Z[ recovery-image] Jun 04 21:08:34.224 INFO O| Jun 04 21:08:34.224 INFO STEP 4 (remove_files) COMPLETE
45802026-06-04T21:08:35.466Z[ recovery-image] Jun 04 21:08:34.224 INFO O| Jun 04 21:08:34.224 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812026-06-04T21:08:35.474Z[ recovery-image] Jun 04 21:08:34.232 INFO O| Jun 04 21:08:34.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45822026-06-04T21:08:35.474Z[ recovery-image] Jun 04 21:08:34.232 INFO O| Jun 04 21:08:34.232 INFO STEP 5 (remove_files) COMPLETE
45832026-06-04T21:08:35.477Z[ recovery-image] Jun 04 21:08:34.232 INFO O| Jun 04 21:08:34.232 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842026-06-04T21:08:35.483Z[ recovery-image] Jun 04 21:08:34.240 INFO O| Jun 04 21:08:34.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45852026-06-04T21:08:35.492Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 6 (remove_files) COMPLETE
45862026-06-04T21:08:35.492Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45872026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO skip step because feature "heliosv2" is not enabled
45882026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO skip step because feature "recovery" is enabled
45902026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO skip step because feature "recovery" is enabled
45922026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45932026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO skip step because feature "recovery" is enabled
45942026-06-04T21:08:35.498Z[ recovery-image] Jun 04 21:08:34.250 INFO O| Jun 04 21:08:34.250 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-06-04T21:08:35.501Z[ recovery-image] Jun 04 21:08:34.260 INFO O| Jun 04 21:08:34.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45962026-06-04T21:08:35.504Z[ recovery-image] Jun 04 21:08:34.262 INFO O| Jun 04 21:08:34.262 INFO STEP 11 (remove_files) COMPLETE
45972026-06-04T21:08:35.504Z[ recovery-image] Jun 04 21:08:34.262 INFO O| Jun 04 21:08:34.262 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-06-04T21:08:35.513Z[ recovery-image] Jun 04 21:08:34.271 INFO O| Jun 04 21:08:34.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45992026-06-04T21:08:35.516Z[ recovery-image] Jun 04 21:08:34.272 INFO O| Jun 04 21:08:34.272 INFO STEP 12 (remove_files) COMPLETE
46002026-06-04T21:08:35.516Z[ recovery-image] Jun 04 21:08:34.272 INFO O| Jun 04 21:08:34.272 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-06-04T21:08:35.522Z[ recovery-image] Jun 04 21:08:34.280 INFO O| Jun 04 21:08:34.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46022026-06-04T21:08:35.525Z[ recovery-image] Jun 04 21:08:34.281 INFO O| Jun 04 21:08:34.281 INFO STEP 13 (remove_files) COMPLETE
46032026-06-04T21:08:35.525Z[ recovery-image] Jun 04 21:08:34.281 INFO O| Jun 04 21:08:34.281 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-06-04T21:08:35.662Z[ recovery-image] Jun 04 21:08:34.420 INFO O| Jun 04 21:08:34.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46052026-06-04T21:08:35.671Z[ recovery-image] Jun 04 21:08:34.429 INFO O| Jun 04 21:08:34.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46062026-06-04T21:08:35.712Z[ recovery-image] Jun 04 21:08:34.470 INFO O| Jun 04 21:08:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46072026-06-04T21:08:35.712Z[ recovery-image] Jun 04 21:08:34.470 INFO O| Jun 04 21:08:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46082026-06-04T21:08:35.720Z[ recovery-image] Jun 04 21:08:34.478 INFO O| Jun 04 21:08:34.478 INFO STEP 14 (remove_files) COMPLETE
46092026-06-04T21:08:35.720Z[ recovery-image] Jun 04 21:08:34.478 INFO O| Jun 04 21:08:34.478 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-06-04T21:08:35.731Z[ recovery-image] Jun 04 21:08:34.489 INFO O| Jun 04 21:08:34.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46112026-06-04T21:08:35.734Z[ recovery-image] Jun 04 21:08:34.490 INFO O| Jun 04 21:08:34.490 INFO STEP 15 (remove_files) COMPLETE
46122026-06-04T21:08:35.734Z[ recovery-image] Jun 04 21:08:34.490 INFO O| Jun 04 21:08:34.490 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-06-04T21:08:35.741Z[ recovery-image] Jun 04 21:08:34.499 INFO O| Jun 04 21:08:34.499 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46142026-06-04T21:08:35.746Z[ recovery-image] Jun 04 21:08:34.505 INFO O| Jun 04 21:08:34.504 INFO STEP 16 (remove_files) COMPLETE
46152026-06-04T21:08:35.746Z[ recovery-image] Jun 04 21:08:34.505 INFO O| Jun 04 21:08:34.504 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-06-04T21:08:35.757Z[ recovery-image] Jun 04 21:08:34.515 INFO O| Jun 04 21:08:34.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46172026-06-04T21:08:35.760Z[ recovery-image] Jun 04 21:08:34.515 INFO O| Jun 04 21:08:34.515 INFO STEP 17 (remove_files) COMPLETE
46182026-06-04T21:08:35.760Z[ recovery-image] Jun 04 21:08:34.515 INFO O| Jun 04 21:08:34.515 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-06-04T21:08:35.766Z[ recovery-image] Jun 04 21:08:34.524 INFO O| Jun 04 21:08:34.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46202026-06-04T21:08:35.769Z[ recovery-image] Jun 04 21:08:34.525 INFO O| Jun 04 21:08:34.525 INFO STEP 18 (remove_files) COMPLETE
46212026-06-04T21:08:35.769Z[ recovery-image] Jun 04 21:08:34.525 INFO O| Jun 04 21:08:34.525 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-06-04T21:08:35.776Z[ recovery-image] Jun 04 21:08:34.534 INFO O| Jun 04 21:08:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46232026-06-04T21:08:35.776Z[ recovery-image] Jun 04 21:08:34.534 INFO O| Jun 04 21:08:34.534 INFO STEP 19 (remove_files) COMPLETE
46242026-06-04T21:08:35.780Z[ recovery-image] Jun 04 21:08:34.534 INFO O| Jun 04 21:08:34.534 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-06-04T21:08:35.812Z[ recovery-image] Jun 04 21:08:34.570 INFO O| Jun 04 21:08:34.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46262026-06-04T21:08:35.812Z[ recovery-image] Jun 04 21:08:34.570 INFO O| Jun 04 21:08:34.570 INFO STEP 20 (remove_files) COMPLETE
46272026-06-04T21:08:35.812Z[ recovery-image] Jun 04 21:08:34.570 INFO O| Jun 04 21:08:34.570 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-06-04T21:08:35.821Z[ recovery-image] Jun 04 21:08:34.579 INFO O| Jun 04 21:08:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46292026-06-04T21:08:35.821Z[ recovery-image] Jun 04 21:08:34.579 INFO O| Jun 04 21:08:34.579 INFO STEP 21 (remove_files) COMPLETE
46302026-06-04T21:08:35.821Z[ recovery-image] Jun 04 21:08:34.579 INFO O| Jun 04 21:08:34.579 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-06-04T21:08:35.831Z[ recovery-image] Jun 04 21:08:34.587 INFO O| Jun 04 21:08:34.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46322026-06-04T21:08:35.834Z[ recovery-image] Jun 04 21:08:34.587 INFO O| Jun 04 21:08:34.587 INFO STEP 22 (remove_files) COMPLETE
46332026-06-04T21:08:35.834Z[ recovery-image] Jun 04 21:08:34.587 INFO O| Jun 04 21:08:34.587 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-06-04T21:08:35.860Z[ recovery-image] Jun 04 21:08:34.618 INFO O| Jun 04 21:08:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46352026-06-04T21:08:35.860Z[ recovery-image] Jun 04 21:08:34.618 INFO O| Jun 04 21:08:34.618 INFO STEP 23 (remove_files) COMPLETE
46362026-06-04T21:08:35.860Z[ recovery-image] Jun 04 21:08:34.618 INFO O| Jun 04 21:08:34.618 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-06-04T21:08:35.870Z[ recovery-image] Jun 04 21:08:34.628 INFO O| Jun 04 21:08:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46382026-06-04T21:08:35.870Z[ recovery-image] Jun 04 21:08:34.628 INFO O| Jun 04 21:08:34.628 INFO STEP 24 (remove_files) COMPLETE
46392026-06-04T21:08:35.872Z[ recovery-image] Jun 04 21:08:34.628 INFO O| Jun 04 21:08:34.628 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-06-04T21:08:35.878Z[ recovery-image] Jun 04 21:08:34.636 INFO O| Jun 04 21:08:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46412026-06-04T21:08:35.878Z[ recovery-image] Jun 04 21:08:34.636 INFO O| Jun 04 21:08:34.636 INFO STEP 25 (remove_files) COMPLETE
46422026-06-04T21:08:35.878Z[ recovery-image] Jun 04 21:08:34.636 INFO O| Jun 04 21:08:34.636 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-06-04T21:08:35.885Z[ recovery-image] Jun 04 21:08:34.643 INFO O| Jun 04 21:08:34.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46442026-06-04T21:08:35.886Z[ recovery-image] Jun 04 21:08:34.644 INFO O| Jun 04 21:08:34.643 INFO STEP 26 (remove_files) COMPLETE
46452026-06-04T21:08:35.886Z[ recovery-image] Jun 04 21:08:34.644 INFO O| Jun 04 21:08:34.644 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-06-04T21:08:35.894Z[ recovery-image] Jun 04 21:08:34.652 INFO O| Jun 04 21:08:34.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46472026-06-04T21:08:35.894Z[ recovery-image] Jun 04 21:08:34.652 INFO O| Jun 04 21:08:34.652 INFO STEP 27 (remove_files) COMPLETE
46482026-06-04T21:08:35.894Z[ recovery-image] Jun 04 21:08:34.652 INFO O| Jun 04 21:08:34.652 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-06-04T21:08:35.904Z[ recovery-image] Jun 04 21:08:34.660 INFO O| Jun 04 21:08:34.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46502026-06-04T21:08:35.904Z[ recovery-image] Jun 04 21:08:34.660 INFO O| Jun 04 21:08:34.660 INFO STEP 28 (remove_files) COMPLETE
46512026-06-04T21:08:35.904Z[ recovery-image] Jun 04 21:08:34.660 INFO O| Jun 04 21:08:34.660 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-06-04T21:08:35.910Z[ recovery-image] Jun 04 21:08:34.668 INFO O| Jun 04 21:08:34.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46532026-06-04T21:08:35.910Z[ recovery-image] Jun 04 21:08:34.668 INFO O| Jun 04 21:08:34.668 INFO STEP 29 (remove_files) COMPLETE
46542026-06-04T21:08:35.910Z[ recovery-image] Jun 04 21:08:34.668 INFO O| Jun 04 21:08:34.668 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-06-04T21:08:35.917Z[ recovery-image] Jun 04 21:08:34.675 INFO O| Jun 04 21:08:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46562026-06-04T21:08:35.917Z[ recovery-image] Jun 04 21:08:34.675 INFO O| Jun 04 21:08:34.675 INFO STEP 30 (remove_files) COMPLETE
46572026-06-04T21:08:35.918Z[ recovery-image] Jun 04 21:08:34.675 INFO O| Jun 04 21:08:34.675 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-06-04T21:08:35.925Z[ recovery-image] Jun 04 21:08:34.683 INFO O| Jun 04 21:08:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46592026-06-04T21:08:35.925Z[ recovery-image] Jun 04 21:08:34.683 INFO O| Jun 04 21:08:34.683 INFO STEP 31 (remove_files) COMPLETE
46602026-06-04T21:08:35.928Z[ recovery-image] Jun 04 21:08:34.683 INFO O| Jun 04 21:08:34.683 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-06-04T21:08:35.932Z[ recovery-image] Jun 04 21:08:34.690 INFO O| Jun 04 21:08:34.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46622026-06-04T21:08:35.932Z[ recovery-image] Jun 04 21:08:34.690 INFO O| Jun 04 21:08:34.690 INFO STEP 32 (remove_files) COMPLETE
46632026-06-04T21:08:35.935Z[ recovery-image] Jun 04 21:08:34.690 INFO O| Jun 04 21:08:34.690 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-06-04T21:08:35.940Z[ recovery-image] Jun 04 21:08:34.698 INFO O| Jun 04 21:08:34.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46652026-06-04T21:08:35.940Z[ recovery-image] Jun 04 21:08:34.698 INFO O| Jun 04 21:08:34.698 INFO STEP 33 (remove_files) COMPLETE
46662026-06-04T21:08:35.940Z[ recovery-image] Jun 04 21:08:34.698 INFO O| Jun 04 21:08:34.698 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.706 INFO O| Jun 04 21:08:34.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46682026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.706 INFO O| Jun 04 21:08:34.706 INFO STEP 34 (remove_files) COMPLETE
46692026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.706 INFO O| Jun 04 21:08:34.706 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.715 INFO O| Jun 04 21:08:34.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46712026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.715 INFO O| Jun 04 21:08:34.715 INFO STEP 35 (remove_files) COMPLETE
46722026-06-04T21:08:35.961Z[ recovery-image] Jun 04 21:08:34.715 INFO O| Jun 04 21:08:34.715 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-06-04T21:08:36.043Z[ recovery-image] Jun 04 21:08:34.800 INFO O| Jun 04 21:08:34.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46742026-06-04T21:08:36.043Z[ recovery-image] Jun 04 21:08:34.800 INFO O| Jun 04 21:08:34.800 INFO STEP 36 (remove_files) COMPLETE
46752026-06-04T21:08:36.043Z[ recovery-image] Jun 04 21:08:34.800 INFO O| Jun 04 21:08:34.800 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-04T21:08:36.051Z[ recovery-image] Jun 04 21:08:34.808 INFO O| Jun 04 21:08:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46772026-06-04T21:08:36.051Z[ recovery-image] Jun 04 21:08:34.809 INFO O| Jun 04 21:08:34.808 INFO STEP 37 (remove_files) COMPLETE
46782026-06-04T21:08:36.051Z[ recovery-image] Jun 04 21:08:34.809 INFO O| Jun 04 21:08:34.809 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-06-04T21:08:36.058Z[ recovery-image] Jun 04 21:08:34.816 INFO O| Jun 04 21:08:34.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46802026-06-04T21:08:36.058Z[ recovery-image] Jun 04 21:08:34.816 INFO O| Jun 04 21:08:34.816 INFO STEP 38 (remove_files) COMPLETE
46812026-06-04T21:08:36.058Z[ recovery-image] Jun 04 21:08:34.816 INFO O| Jun 04 21:08:34.816 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-06-04T21:08:36.066Z[ recovery-image] Jun 04 21:08:34.824 INFO O| Jun 04 21:08:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46832026-06-04T21:08:36.066Z[ recovery-image] Jun 04 21:08:34.824 INFO O| Jun 04 21:08:34.824 INFO STEP 39 (remove_files) COMPLETE
46842026-06-04T21:08:36.066Z[ recovery-image] Jun 04 21:08:34.824 INFO O| Jun 04 21:08:34.824 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-06-04T21:08:36.073Z[ recovery-image] Jun 04 21:08:34.831 INFO O| Jun 04 21:08:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46862026-06-04T21:08:36.073Z[ recovery-image] Jun 04 21:08:34.831 INFO O| Jun 04 21:08:34.831 INFO STEP 40 (remove_files) COMPLETE
46872026-06-04T21:08:36.073Z[ recovery-image] Jun 04 21:08:34.831 INFO O| Jun 04 21:08:34.831 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-06-04T21:08:36.081Z[ recovery-image] Jun 04 21:08:34.838 INFO O| Jun 04 21:08:34.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46892026-06-04T21:08:36.081Z[ recovery-image] Jun 04 21:08:34.838 INFO O| Jun 04 21:08:34.838 INFO STEP 41 (remove_files) COMPLETE
46902026-06-04T21:08:36.081Z[ recovery-image] Jun 04 21:08:34.838 INFO O| Jun 04 21:08:34.838 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-06-04T21:08:36.088Z[ recovery-image] Jun 04 21:08:34.846 INFO O| Jun 04 21:08:34.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46922026-06-04T21:08:36.088Z[ recovery-image] Jun 04 21:08:34.846 INFO O| Jun 04 21:08:34.846 INFO STEP 42 (remove_files) COMPLETE
46932026-06-04T21:08:36.091Z[ recovery-image] Jun 04 21:08:34.846 INFO O| Jun 04 21:08:34.846 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-06-04T21:08:36.095Z[ recovery-image] Jun 04 21:08:34.853 INFO O| Jun 04 21:08:34.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46952026-06-04T21:08:36.098Z[ recovery-image] Jun 04 21:08:34.853 INFO O| Jun 04 21:08:34.853 INFO STEP 43 (remove_files) COMPLETE
46962026-06-04T21:08:36.098Z[ recovery-image] Jun 04 21:08:34.853 INFO O| Jun 04 21:08:34.853 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.861 INFO O| Jun 04 21:08:34.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46982026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.861 INFO O| Jun 04 21:08:34.861 INFO STEP 44 (remove_files) COMPLETE
46992026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.861 INFO O| Jun 04 21:08:34.861 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.868 INFO O| Jun 04 21:08:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47012026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.869 INFO O| Jun 04 21:08:34.868 INFO STEP 45 (remove_files) COMPLETE
47022026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.869 INFO O| Jun 04 21:08:34.868 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.876 INFO O| Jun 04 21:08:34.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47042026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.876 INFO O| Jun 04 21:08:34.876 INFO STEP 46 (remove_files) COMPLETE
47052026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.876 INFO O| Jun 04 21:08:34.876 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.883 INFO O| Jun 04 21:08:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47072026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.883 INFO O| Jun 04 21:08:34.883 INFO STEP 47 (remove_files) COMPLETE
47082026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.883 INFO O| Jun 04 21:08:34.883 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.891 INFO O| Jun 04 21:08:34.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47102026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.891 INFO O| Jun 04 21:08:34.891 INFO STEP 48 (remove_files) COMPLETE
47112026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.891 INFO O| Jun 04 21:08:34.891 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.898 INFO O| Jun 04 21:08:34.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47132026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.898 INFO O| Jun 04 21:08:34.898 INFO STEP 49 (remove_files) COMPLETE
47142026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.898 INFO O| Jun 04 21:08:34.898 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.906 INFO O| Jun 04 21:08:34.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47162026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.906 INFO O| Jun 04 21:08:34.906 INFO STEP 50 (remove_files) COMPLETE
47172026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.906 INFO O| Jun 04 21:08:34.906 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.914 INFO O| Jun 04 21:08:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47192026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.914 INFO O| Jun 04 21:08:34.914 INFO STEP 51 (remove_files) COMPLETE
47202026-06-04T21:08:36.229Z[ recovery-image] Jun 04 21:08:34.914 INFO O| Jun 04 21:08:34.914 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.921 INFO O| Jun 04 21:08:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47222026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.921 INFO O| Jun 04 21:08:34.921 INFO STEP 52 (remove_files) COMPLETE
47232026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.921 INFO O| Jun 04 21:08:34.921 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.928 INFO O| Jun 04 21:08:34.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47252026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.928 INFO O| Jun 04 21:08:34.928 INFO STEP 53 (remove_files) COMPLETE
47262026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.928 INFO O| Jun 04 21:08:34.928 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.936 INFO O| Jun 04 21:08:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47282026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.936 INFO O| Jun 04 21:08:34.936 INFO STEP 54 (remove_files) COMPLETE
47292026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.936 INFO O| Jun 04 21:08:34.936 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.943 INFO O| Jun 04 21:08:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47312026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.943 INFO O| Jun 04 21:08:34.943 INFO STEP 55 (remove_files) COMPLETE
47322026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.943 INFO O| Jun 04 21:08:34.943 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.950 INFO O| Jun 04 21:08:34.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47342026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.950 INFO O| Jun 04 21:08:34.950 INFO STEP 56 (remove_files) COMPLETE
47352026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.950 INFO O| Jun 04 21:08:34.950 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.957 INFO O| Jun 04 21:08:34.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47372026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.958 INFO O| Jun 04 21:08:34.957 INFO STEP 57 (remove_files) COMPLETE
47382026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.958 INFO O| Jun 04 21:08:34.958 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.965 INFO O| Jun 04 21:08:34.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47402026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.965 INFO O| Jun 04 21:08:34.965 INFO STEP 58 (remove_files) COMPLETE
47412026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.965 INFO O| Jun 04 21:08:34.965 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47432026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47442026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47452026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47462026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47472026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47482026-06-04T21:08:36.230Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO ok!
47492026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO STEP 59 (ensure_file) COMPLETE
47502026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.973 INFO O| Jun 04 21:08:34.973 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47522026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47532026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47542026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47552026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47562026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47572026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO ok!
47582026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO STEP 60 (ensure_file) COMPLETE
47592026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.981 INFO O| Jun 04 21:08:34.981 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47612026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47622026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47632026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO ok!
47642026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO STEP 61 (ensure_file) COMPLETE
47652026-06-04T21:08:36.234Z[ recovery-image] Jun 04 21:08:34.989 INFO O| Jun 04 21:08:34.989 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-06-04T21:08:36.239Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47672026-06-04T21:08:36.239Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47682026-06-04T21:08:36.242Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47692026-06-04T21:08:36.242Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 INFO ok!
47702026-06-04T21:08:36.242Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 INFO STEP 62 (ensure_file) COMPLETE
47712026-06-04T21:08:36.242Z[ recovery-image] Jun 04 21:08:34.997 INFO O| Jun 04 21:08:34.997 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-06-04T21:08:36.248Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47732026-06-04T21:08:36.249Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47742026-06-04T21:08:36.249Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47752026-06-04T21:08:36.249Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47762026-06-04T21:08:36.253Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO ok!
47772026-06-04T21:08:36.253Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO STEP 63 (ensure_file) COMPLETE
47782026-06-04T21:08:36.253Z[ recovery-image] Jun 04 21:08:35.005 INFO O| Jun 04 21:08:35.005 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-06-04T21:08:36.256Z[ recovery-image] Jun 04 21:08:35.014 INFO O| Jun 04 21:08:35.014 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47802026-06-04T21:08:36.256Z[ recovery-image] Jun 04 21:08:35.014 INFO O| Jun 04 21:08:35.014 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47812026-06-04T21:08:36.257Z[ recovery-image] Jun 04 21:08:35.015 INFO O| Jun 04 21:08:35.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47822026-06-04T21:08:36.257Z[ recovery-image] Jun 04 21:08:35.015 INFO O| Jun 04 21:08:35.015 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47832026-06-04T21:08:36.260Z[ recovery-image] Jun 04 21:08:35.015 INFO O| Jun 04 21:08:35.015 INFO ok!
47842026-06-04T21:08:36.260Z[ recovery-image] Jun 04 21:08:35.015 INFO O| Jun 04 21:08:35.015 INFO STEP 64 (ensure_file) COMPLETE
47852026-06-04T21:08:36.260Z[ recovery-image] Jun 04 21:08:35.015 INFO O| Jun 04 21:08:35.015 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-06-04T21:08:36.265Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47872026-06-04T21:08:36.265Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47882026-06-04T21:08:36.268Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47892026-06-04T21:08:36.268Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO ok!
47902026-06-04T21:08:36.268Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO STEP 65 (assemble_files) COMPLETE
47912026-06-04T21:08:36.268Z[ recovery-image] Jun 04 21:08:35.023 INFO O| Jun 04 21:08:35.023 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-06-04T21:08:36.274Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47932026-06-04T21:08:36.274Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47942026-06-04T21:08:36.274Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47952026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47962026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO ok!
47972026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO STEP 66 (ensure_file) COMPLETE
47982026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO skip step because feature "omicron1" is not enabled
48002026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO skip step because feature "omicron1" is not enabled
48022026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO skip step because feature "omicron1" is not enabled
48042026-06-04T21:08:36.278Z[ recovery-image] Jun 04 21:08:35.032 INFO O| Jun 04 21:08:35.032 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052026-06-04T21:08:36.301Z[ recovery-image] Jun 04 21:08:35.059 INFO O| Jun 04 21:08:35.059 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48062026-06-04T21:08:36.302Z[ recovery-image] Jun 04 21:08:35.059 INFO O| Jun 04 21:08:35.059 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48072026-06-04T21:08:37.531Z[ recovery-image] Jun 04 21:08:36.288 INFO O| Jun 04 21:08:36.288 INFO STEP 70 (pack_tar) COMPLETE
48082026-06-04T21:08:37.531Z[ recovery-image] Jun 04 21:08:36.288 INFO O| Jun 04 21:08:36.288 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48092026-06-04T21:08:37.534Z[ recovery-image] Jun 04 21:08:36.288 INFO O| Jun 04 21:08:36.288 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48102026-06-04T21:08:37.998Z[ recovery-image] Jun 04 21:08:36.756 INFO O| Jun 04 21:08:36.756 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48112026-06-04T21:08:38.086Z[ recovery-image] Jun 04 21:08:36.844 INFO O| Jun 04 21:08:36.843 INFO completed processing sled/ramdisk-02-trim
48122026-06-04T21:08:38.089Z[ recovery-image] Jun 04 21:08:36.845 INFO image builder template: ramdisk-03-recovery-trim...
48132026-06-04T21:08:38.089Z[ recovery-image] Jun 04 21:08:36.845 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/.tmpudJj9D/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None
48142026-06-04T21:08:38.093Z[ recovery-image] Jun 04 21:08:36.850 INFO O| Jun 04 21:08:36.850 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48152026-06-04T21:08:38.165Z[ recovery-image] Jun 04 21:08:36.923 INFO O| Jun 04 21:08:36.923 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48162026-06-04T21:08:38.168Z[ recovery-image] Jun 04 21:08:36.926 INFO O| Jun 04 21:08:36.926 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48172026-06-04T21:08:38.211Z[ recovery-image] Jun 04 21:08:36.968 INFO O| Jun 04 21:08:36.967 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48182026-06-04T21:08:38.269Z[ recovery-image] Jun 04 21:08:37.026 INFO O| Jun 04 21:08:37.026 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48192026-06-04T21:08:38.269Z[ recovery-image] Jun 04 21:08:37.027 INFO O| Jun 04 21:08:37.027 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48202026-06-04T21:08:38.275Z[ recovery-image] Jun 04 21:08:37.033 INFO O| Jun 04 21:08:37.033 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48212026-06-04T21:08:38.278Z[ recovery-image] Jun 04 21:08:37.036 INFO O| Jun 04 21:08:37.036 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48222026-06-04T21:08:38.283Z[ recovery-image] Jun 04 21:08:37.041 INFO O| Jun 04 21:08:37.040 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48232026-06-04T21:08:38.990Z[ recovery-image] Jun 04 21:08:37.747 INFO O| Jun 04 21:08:37.747 INFO rolled back to input snapshot; work may begin
48242026-06-04T21:08:38.990Z[ recovery-image] Jun 04 21:08:37.747 INFO O| Jun 04 21:08:37.747 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48252026-06-04T21:08:38.994Z[ recovery-image] Jun 04 21:08:37.752 INFO O| Jun 04 21:08:37.752 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48262026-06-04T21:08:39.004Z[ recovery-image] Jun 04 21:08:37.762 INFO O| Jun 04 21:08:37.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48272026-06-04T21:08:39.010Z[ recovery-image] Jun 04 21:08:37.768 INFO O| Jun 04 21:08:37.768 INFO STEP 0 (remove_files) COMPLETE
48282026-06-04T21:08:39.010Z[ recovery-image] Jun 04 21:08:37.768 INFO O| Jun 04 21:08:37.768 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48292026-06-04T21:08:39.020Z[ recovery-image] Jun 04 21:08:37.778 INFO O| Jun 04 21:08:37.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48302026-06-04T21:08:39.079Z[ recovery-image] Jun 04 21:08:37.827 INFO O| Jun 04 21:08:37.827 INFO STEP 1 (remove_files) COMPLETE
48312026-06-04T21:08:39.080Z[ recovery-image] Jun 04 21:08:37.827 INFO O| Jun 04 21:08:37.827 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48322026-06-04T21:08:39.083Z[ recovery-image] Jun 04 21:08:37.837 INFO O| Jun 04 21:08:37.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48332026-06-04T21:08:39.083Z[ recovery-image] Jun 04 21:08:37.839 INFO O| Jun 04 21:08:37.839 INFO STEP 2 (remove_files) COMPLETE
48342026-06-04T21:08:39.083Z[ recovery-image] Jun 04 21:08:37.839 INFO O| Jun 04 21:08:37.839 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48352026-06-04T21:08:39.091Z[ recovery-image] Jun 04 21:08:37.849 INFO O| Jun 04 21:08:37.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48362026-06-04T21:08:39.138Z[ recovery-image] Jun 04 21:08:37.896 INFO O| Jun 04 21:08:37.896 INFO STEP 3 (remove_files) COMPLETE
48372026-06-04T21:08:39.138Z[ recovery-image] Jun 04 21:08:37.896 INFO O| Jun 04 21:08:37.896 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48382026-06-04T21:08:39.149Z[ recovery-image] Jun 04 21:08:37.907 INFO O| Jun 04 21:08:37.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48392026-06-04T21:08:39.300Z[ recovery-image] Jun 04 21:08:38.058 INFO O| Jun 04 21:08:38.058 INFO STEP 4 (remove_files) COMPLETE
48402026-06-04T21:08:39.300Z[ recovery-image] Jun 04 21:08:38.058 INFO O| Jun 04 21:08:38.058 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48412026-06-04T21:08:39.311Z[ recovery-image] Jun 04 21:08:38.069 INFO O| Jun 04 21:08:38.069 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48422026-06-04T21:08:39.314Z[ recovery-image] Jun 04 21:08:38.070 INFO O| Jun 04 21:08:38.070 INFO STEP 5 (remove_files) COMPLETE
48432026-06-04T21:08:39.314Z[ recovery-image] Jun 04 21:08:38.070 INFO O| Jun 04 21:08:38.070 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48442026-06-04T21:08:39.323Z[ recovery-image] Jun 04 21:08:38.081 INFO O| Jun 04 21:08:38.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48452026-06-04T21:08:39.326Z[ recovery-image] Jun 04 21:08:38.083 INFO O| Jun 04 21:08:38.083 INFO STEP 6 (remove_files) COMPLETE
48462026-06-04T21:08:39.326Z[ recovery-image] Jun 04 21:08:38.083 INFO O| Jun 04 21:08:38.083 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48472026-06-04T21:08:39.335Z[ recovery-image] Jun 04 21:08:38.093 INFO O| Jun 04 21:08:38.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48482026-06-04T21:08:39.339Z[ recovery-image] Jun 04 21:08:38.096 INFO O| Jun 04 21:08:38.096 INFO STEP 7 (remove_files) COMPLETE
48492026-06-04T21:08:39.339Z[ recovery-image] Jun 04 21:08:38.096 INFO O| Jun 04 21:08:38.096 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48502026-06-04T21:08:39.348Z[ recovery-image] Jun 04 21:08:38.106 INFO O| Jun 04 21:08:38.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48512026-06-04T21:08:39.351Z[ recovery-image] Jun 04 21:08:38.107 INFO O| Jun 04 21:08:38.107 INFO STEP 8 (remove_files) COMPLETE
48522026-06-04T21:08:39.351Z[ recovery-image] Jun 04 21:08:38.107 INFO O| Jun 04 21:08:38.107 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48532026-06-04T21:08:39.360Z[ recovery-image] Jun 04 21:08:38.118 INFO O| Jun 04 21:08:38.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48542026-06-04T21:08:39.363Z[ recovery-image] Jun 04 21:08:38.120 INFO O| Jun 04 21:08:38.120 INFO STEP 9 (remove_files) COMPLETE
48552026-06-04T21:08:39.363Z[ recovery-image] Jun 04 21:08:38.120 INFO O| Jun 04 21:08:38.120 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48562026-06-04T21:08:39.372Z[ recovery-image] Jun 04 21:08:38.130 INFO O| Jun 04 21:08:38.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48572026-06-04T21:08:39.431Z[ recovery-image] Jun 04 21:08:38.189 INFO O| Jun 04 21:08:38.189 INFO STEP 10 (remove_files) COMPLETE
48582026-06-04T21:08:39.431Z[ recovery-image] Jun 04 21:08:38.189 INFO O| Jun 04 21:08:38.189 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-06-04T21:08:39.441Z[ recovery-image] Jun 04 21:08:38.198 INFO O| Jun 04 21:08:38.198 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48602026-06-04T21:08:39.444Z[ recovery-image] Jun 04 21:08:38.201 INFO O| Jun 04 21:08:38.201 INFO STEP 11 (remove_files) COMPLETE
48612026-06-04T21:08:39.444Z[ recovery-image] Jun 04 21:08:38.201 INFO O| Jun 04 21:08:38.201 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-06-04T21:08:39.452Z[ recovery-image] Jun 04 21:08:38.210 INFO O| Jun 04 21:08:38.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48632026-06-04T21:08:39.455Z[ recovery-image] Jun 04 21:08:38.213 INFO O| Jun 04 21:08:38.213 INFO STEP 12 (remove_files) COMPLETE
48642026-06-04T21:08:39.455Z[ recovery-image] Jun 04 21:08:38.213 INFO O| Jun 04 21:08:38.213 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-06-04T21:08:39.464Z[ recovery-image] Jun 04 21:08:38.222 INFO O| Jun 04 21:08:38.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48662026-06-04T21:08:39.466Z[ recovery-image] Jun 04 21:08:38.223 INFO O| Jun 04 21:08:38.222 INFO STEP 13 (remove_files) COMPLETE
48672026-06-04T21:08:39.466Z[ recovery-image] Jun 04 21:08:38.223 INFO O| Jun 04 21:08:38.222 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-06-04T21:08:39.473Z[ recovery-image] Jun 04 21:08:38.231 INFO O| Jun 04 21:08:38.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48692026-06-04T21:08:39.476Z[ recovery-image] Jun 04 21:08:38.231 INFO O| Jun 04 21:08:38.231 INFO STEP 14 (remove_files) COMPLETE
48702026-06-04T21:08:39.476Z[ recovery-image] Jun 04 21:08:38.231 INFO O| Jun 04 21:08:38.231 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-06-04T21:08:39.481Z[ recovery-image] Jun 04 21:08:38.239 INFO O| Jun 04 21:08:38.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48722026-06-04T21:08:39.686Z[ recovery-image] Jun 04 21:08:38.443 INFO O| Jun 04 21:08:38.443 INFO STEP 15 (remove_files) COMPLETE
48732026-06-04T21:08:39.686Z[ recovery-image] Jun 04 21:08:38.443 INFO O| Jun 04 21:08:38.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-06-04T21:08:39.698Z[ recovery-image] Jun 04 21:08:38.454 INFO O| Jun 04 21:08:38.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48752026-06-04T21:08:39.717Z[ recovery-image] Jun 04 21:08:38.475 INFO O| Jun 04 21:08:38.475 INFO STEP 16 (remove_files) COMPLETE
48762026-06-04T21:08:39.717Z[ recovery-image] Jun 04 21:08:38.475 INFO O| Jun 04 21:08:38.475 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-06-04T21:08:39.727Z[ recovery-image] Jun 04 21:08:38.484 INFO O| Jun 04 21:08:38.484 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48782026-06-04T21:08:39.727Z[ recovery-image] Jun 04 21:08:38.484 INFO O| Jun 04 21:08:38.484 INFO STEP 17 (remove_files) COMPLETE
48792026-06-04T21:08:39.727Z[ recovery-image] Jun 04 21:08:38.484 INFO O| Jun 04 21:08:38.484 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-06-04T21:08:39.734Z[ recovery-image] Jun 04 21:08:38.492 INFO O| Jun 04 21:08:38.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48812026-06-04T21:08:40.018Z[ recovery-image] Jun 04 21:08:38.776 INFO O| Jun 04 21:08:38.776 INFO STEP 18 (remove_files) COMPLETE
48822026-06-04T21:08:40.022Z[ recovery-image] Jun 04 21:08:38.776 INFO O| Jun 04 21:08:38.776 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-06-04T21:08:40.028Z[ recovery-image] Jun 04 21:08:38.786 INFO O| Jun 04 21:08:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48842026-06-04T21:08:40.083Z[ recovery-image] Jun 04 21:08:38.841 INFO O| Jun 04 21:08:38.841 INFO STEP 19 (remove_files) COMPLETE
48852026-06-04T21:08:40.083Z[ recovery-image] Jun 04 21:08:38.841 INFO O| Jun 04 21:08:38.841 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-06-04T21:08:40.114Z[ recovery-image] Jun 04 21:08:38.872 INFO O| Jun 04 21:08:38.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48872026-06-04T21:08:40.114Z[ recovery-image] Jun 04 21:08:38.872 INFO O| Jun 04 21:08:38.872 INFO STEP 20 (remove_files) COMPLETE
48882026-06-04T21:08:40.117Z[ recovery-image] Jun 04 21:08:38.872 INFO O| Jun 04 21:08:38.872 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-06-04T21:08:40.150Z[ recovery-image] Jun 04 21:08:38.908 INFO O| Jun 04 21:08:38.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48902026-06-04T21:08:40.150Z[ recovery-image] Jun 04 21:08:38.908 INFO O| Jun 04 21:08:38.908 INFO STEP 21 (remove_files) COMPLETE
48912026-06-04T21:08:40.150Z[ recovery-image] Jun 04 21:08:38.909 INFO O| Jun 04 21:08:38.909 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-06-04T21:08:40.160Z[ recovery-image] Jun 04 21:08:38.918 INFO O| Jun 04 21:08:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48932026-06-04T21:08:40.195Z[ recovery-image] Jun 04 21:08:38.953 INFO O| Jun 04 21:08:38.953 INFO STEP 22 (remove_files) COMPLETE
48942026-06-04T21:08:40.195Z[ recovery-image] Jun 04 21:08:38.953 INFO O| Jun 04 21:08:38.953 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-06-04T21:08:40.233Z[ recovery-image] Jun 04 21:08:38.988 INFO O| Jun 04 21:08:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48962026-06-04T21:08:40.233Z[ recovery-image] Jun 04 21:08:38.988 INFO O| Jun 04 21:08:38.988 INFO STEP 23 (remove_files) COMPLETE
48972026-06-04T21:08:40.233Z[ recovery-image] Jun 04 21:08:38.988 INFO O| Jun 04 21:08:38.988 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-06-04T21:08:40.290Z[ recovery-image] Jun 04 21:08:39.048 INFO O| Jun 04 21:08:39.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48992026-06-04T21:08:40.290Z[ recovery-image] Jun 04 21:08:39.048 INFO O| Jun 04 21:08:39.048 INFO STEP 24 (remove_files) COMPLETE
49002026-06-04T21:08:40.295Z[ recovery-image] Jun 04 21:08:39.048 INFO O| Jun 04 21:08:39.048 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-06-04T21:08:40.301Z[ recovery-image] Jun 04 21:08:39.059 INFO O| Jun 04 21:08:39.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49022026-06-04T21:08:40.304Z[ recovery-image] Jun 04 21:08:39.059 INFO O| Jun 04 21:08:39.059 INFO STEP 25 (remove_files) COMPLETE
49032026-06-04T21:08:40.304Z[ recovery-image] Jun 04 21:08:39.059 INFO O| Jun 04 21:08:39.059 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-06-04T21:08:40.311Z[ recovery-image] Jun 04 21:08:39.069 INFO O| Jun 04 21:08:39.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49052026-06-04T21:08:40.311Z[ recovery-image] Jun 04 21:08:39.069 INFO O| Jun 04 21:08:39.069 INFO STEP 26 (remove_files) COMPLETE
49062026-06-04T21:08:40.424Z[ recovery-image] Jun 04 21:08:39.069 INFO O| Jun 04 21:08:39.069 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.079 INFO O| Jun 04 21:08:39.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49082026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.079 INFO O| Jun 04 21:08:39.079 INFO STEP 27 (remove_files) COMPLETE
49092026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.079 INFO O| Jun 04 21:08:39.079 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.089 INFO O| Jun 04 21:08:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49112026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.089 INFO O| Jun 04 21:08:39.089 INFO STEP 28 (remove_files) COMPLETE
49122026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.089 INFO O| Jun 04 21:08:39.089 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.099 INFO O| Jun 04 21:08:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49142026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.099 INFO O| Jun 04 21:08:39.099 INFO STEP 29 (remove_files) COMPLETE
49152026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.099 INFO O| Jun 04 21:08:39.099 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.107 INFO O| Jun 04 21:08:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49172026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.108 INFO O| Jun 04 21:08:39.108 INFO STEP 30 (remove_files) COMPLETE
49182026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.108 INFO O| Jun 04 21:08:39.108 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-06-04T21:08:40.436Z[ recovery-image] Jun 04 21:08:39.118 INFO O| Jun 04 21:08:39.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49202026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.118 INFO O| Jun 04 21:08:39.118 INFO STEP 31 (remove_files) COMPLETE
49212026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.118 INFO O| Jun 04 21:08:39.118 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.128 INFO O| Jun 04 21:08:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49232026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.128 INFO O| Jun 04 21:08:39.128 INFO STEP 32 (remove_files) COMPLETE
49242026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.128 INFO O| Jun 04 21:08:39.128 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.138 INFO O| Jun 04 21:08:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49262026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.138 INFO O| Jun 04 21:08:39.138 INFO STEP 33 (remove_files) COMPLETE
49272026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.138 INFO O| Jun 04 21:08:39.138 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.148 INFO O| Jun 04 21:08:39.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49292026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.148 INFO O| Jun 04 21:08:39.148 INFO STEP 34 (remove_files) COMPLETE
49302026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.148 INFO O| Jun 04 21:08:39.148 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.158 INFO O| Jun 04 21:08:39.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49322026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.158 INFO O| Jun 04 21:08:39.158 INFO STEP 35 (remove_files) COMPLETE
49332026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.158 INFO O| Jun 04 21:08:39.158 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.167 INFO O| Jun 04 21:08:39.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49352026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.167 INFO O| Jun 04 21:08:39.167 INFO STEP 36 (remove_files) COMPLETE
49362026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.167 INFO O| Jun 04 21:08:39.167 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.176 INFO O| Jun 04 21:08:39.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49382026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.176 INFO O| Jun 04 21:08:39.176 INFO STEP 37 (remove_files) COMPLETE
49392026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.176 INFO O| Jun 04 21:08:39.176 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.184 INFO O| Jun 04 21:08:39.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49412026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.184 INFO O| Jun 04 21:08:39.184 INFO STEP 38 (remove_files) COMPLETE
49422026-06-04T21:08:40.437Z[ recovery-image] Jun 04 21:08:39.184 INFO O| Jun 04 21:08:39.184 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-06-04T21:08:40.443Z[ recovery-image] Jun 04 21:08:39.193 INFO O| Jun 04 21:08:39.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49442026-06-04T21:08:40.443Z[ recovery-image] Jun 04 21:08:39.193 INFO O| Jun 04 21:08:39.193 INFO STEP 39 (remove_files) COMPLETE
49452026-06-04T21:08:40.443Z[ recovery-image] Jun 04 21:08:39.193 INFO O| Jun 04 21:08:39.193 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-06-04T21:08:40.450Z[ recovery-image] Jun 04 21:08:39.202 INFO O| Jun 04 21:08:39.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49472026-06-04T21:08:40.450Z[ recovery-image] Jun 04 21:08:39.202 INFO O| Jun 04 21:08:39.202 INFO STEP 40 (remove_files) COMPLETE
49482026-06-04T21:08:40.450Z[ recovery-image] Jun 04 21:08:39.202 INFO O| Jun 04 21:08:39.202 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-06-04T21:08:40.453Z[ recovery-image] Jun 04 21:08:39.211 INFO O| Jun 04 21:08:39.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49502026-06-04T21:08:40.453Z[ recovery-image] Jun 04 21:08:39.211 INFO O| Jun 04 21:08:39.211 INFO STEP 41 (remove_files) COMPLETE
49512026-06-04T21:08:40.453Z[ recovery-image] Jun 04 21:08:39.211 INFO O| Jun 04 21:08:39.211 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-06-04T21:08:40.461Z[ recovery-image] Jun 04 21:08:39.219 INFO O| Jun 04 21:08:39.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49532026-06-04T21:08:40.462Z[ recovery-image] Jun 04 21:08:39.220 INFO O| Jun 04 21:08:39.219 INFO STEP 42 (remove_files) COMPLETE
49542026-06-04T21:08:40.462Z[ recovery-image] Jun 04 21:08:39.220 INFO O| Jun 04 21:08:39.219 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-06-04T21:08:40.470Z[ recovery-image] Jun 04 21:08:39.228 INFO O| Jun 04 21:08:39.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49562026-06-04T21:08:40.470Z[ recovery-image] Jun 04 21:08:39.228 INFO O| Jun 04 21:08:39.228 INFO STEP 43 (remove_files) COMPLETE
49572026-06-04T21:08:40.470Z[ recovery-image] Jun 04 21:08:39.228 INFO O| Jun 04 21:08:39.228 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-06-04T21:08:40.478Z[ recovery-image] Jun 04 21:08:39.236 INFO O| Jun 04 21:08:39.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49592026-06-04T21:08:40.481Z[ recovery-image] Jun 04 21:08:39.237 INFO O| Jun 04 21:08:39.237 INFO STEP 44 (remove_files) COMPLETE
49602026-06-04T21:08:40.481Z[ recovery-image] Jun 04 21:08:39.237 INFO O| Jun 04 21:08:39.237 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-06-04T21:08:40.489Z[ recovery-image] Jun 04 21:08:39.245 INFO O| Jun 04 21:08:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49622026-06-04T21:08:40.489Z[ recovery-image] Jun 04 21:08:39.245 INFO O| Jun 04 21:08:39.245 INFO STEP 45 (remove_files) COMPLETE
49632026-06-04T21:08:40.489Z[ recovery-image] Jun 04 21:08:39.246 INFO O| Jun 04 21:08:39.245 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-06-04T21:08:40.498Z[ recovery-image] Jun 04 21:08:39.254 INFO O| Jun 04 21:08:39.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49652026-06-04T21:08:40.498Z[ recovery-image] Jun 04 21:08:39.254 INFO O| Jun 04 21:08:39.254 INFO STEP 46 (remove_files) COMPLETE
49662026-06-04T21:08:40.501Z[ recovery-image] Jun 04 21:08:39.254 INFO O| Jun 04 21:08:39.254 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-06-04T21:08:40.504Z[ recovery-image] Jun 04 21:08:39.262 INFO O| Jun 04 21:08:39.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49682026-06-04T21:08:40.504Z[ recovery-image] Jun 04 21:08:39.262 INFO O| Jun 04 21:08:39.262 INFO STEP 47 (remove_files) COMPLETE
49692026-06-04T21:08:40.507Z[ recovery-image] Jun 04 21:08:39.262 INFO O| Jun 04 21:08:39.262 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-06-04T21:08:40.514Z[ recovery-image] Jun 04 21:08:39.272 INFO O| Jun 04 21:08:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49712026-06-04T21:08:40.514Z[ recovery-image] Jun 04 21:08:39.272 INFO O| Jun 04 21:08:39.272 INFO STEP 48 (remove_files) COMPLETE
49722026-06-04T21:08:40.514Z[ recovery-image] Jun 04 21:08:39.272 INFO O| Jun 04 21:08:39.272 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-06-04T21:08:40.523Z[ recovery-image] Jun 04 21:08:39.281 INFO O| Jun 04 21:08:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49742026-06-04T21:08:40.523Z[ recovery-image] Jun 04 21:08:39.281 INFO O| Jun 04 21:08:39.281 INFO STEP 49 (remove_files) COMPLETE
49752026-06-04T21:08:40.523Z[ recovery-image] Jun 04 21:08:39.281 INFO O| Jun 04 21:08:39.281 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-06-04T21:08:40.532Z[ recovery-image] Jun 04 21:08:39.290 INFO O| Jun 04 21:08:39.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49772026-06-04T21:08:40.533Z[ recovery-image] Jun 04 21:08:39.291 INFO O| Jun 04 21:08:39.291 INFO STEP 50 (remove_files) COMPLETE
49782026-06-04T21:08:40.533Z[ recovery-image] Jun 04 21:08:39.291 INFO O| Jun 04 21:08:39.291 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-06-04T21:08:40.542Z[ recovery-image] Jun 04 21:08:39.299 INFO O| Jun 04 21:08:39.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49802026-06-04T21:08:40.542Z[ recovery-image] Jun 04 21:08:39.300 INFO O| Jun 04 21:08:39.299 INFO STEP 51 (remove_files) COMPLETE
49812026-06-04T21:08:40.542Z[ recovery-image] Jun 04 21:08:39.300 INFO O| Jun 04 21:08:39.299 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-06-04T21:08:40.567Z[ recovery-image] Jun 04 21:08:39.308 INFO O| Jun 04 21:08:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49832026-06-04T21:08:40.567Z[ recovery-image] Jun 04 21:08:39.309 INFO O| Jun 04 21:08:39.309 INFO STEP 52 (remove_files) COMPLETE
49842026-06-04T21:08:40.567Z[ recovery-image] Jun 04 21:08:39.309 INFO O| Jun 04 21:08:39.309 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-06-04T21:08:40.568Z[ recovery-image] Jun 04 21:08:39.318 INFO O| Jun 04 21:08:39.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49862026-06-04T21:08:40.568Z[ recovery-image] Jun 04 21:08:39.318 INFO O| Jun 04 21:08:39.318 INFO STEP 53 (remove_files) COMPLETE
49872026-06-04T21:08:40.568Z[ recovery-image] Jun 04 21:08:39.318 INFO O| Jun 04 21:08:39.318 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.328 INFO O| Jun 04 21:08:39.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49892026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.328 INFO O| Jun 04 21:08:39.328 INFO STEP 54 (remove_files) COMPLETE
49902026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.328 INFO O| Jun 04 21:08:39.328 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.337 INFO O| Jun 04 21:08:39.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49922026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.337 INFO O| Jun 04 21:08:39.337 INFO STEP 55 (remove_files) COMPLETE
49932026-06-04T21:08:40.587Z[ recovery-image] Jun 04 21:08:39.337 INFO O| Jun 04 21:08:39.337 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-06-04T21:08:40.595Z[ recovery-image] Jun 04 21:08:39.346 INFO O| Jun 04 21:08:39.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49952026-06-04T21:08:40.596Z[ recovery-image] Jun 04 21:08:39.346 INFO O| Jun 04 21:08:39.346 INFO STEP 56 (remove_files) COMPLETE
49962026-06-04T21:08:40.596Z[ recovery-image] Jun 04 21:08:39.346 INFO O| Jun 04 21:08:39.346 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-06-04T21:08:40.598Z[ recovery-image] Jun 04 21:08:39.356 INFO O| Jun 04 21:08:39.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49982026-06-04T21:08:40.601Z[ recovery-image] Jun 04 21:08:39.357 INFO O| Jun 04 21:08:39.357 INFO STEP 57 (remove_files) COMPLETE
49992026-06-04T21:08:40.601Z[ recovery-image] Jun 04 21:08:39.357 INFO O| Jun 04 21:08:39.357 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-06-04T21:08:40.608Z[ recovery-image] Jun 04 21:08:39.366 INFO O| Jun 04 21:08:39.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50012026-06-04T21:08:40.608Z[ recovery-image] Jun 04 21:08:39.366 INFO O| Jun 04 21:08:39.366 INFO STEP 58 (remove_files) COMPLETE
50022026-06-04T21:08:40.608Z[ recovery-image] Jun 04 21:08:39.366 INFO O| Jun 04 21:08:39.366 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-06-04T21:08:40.619Z[ recovery-image] Jun 04 21:08:39.377 INFO O| Jun 04 21:08:39.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50042026-06-04T21:08:40.619Z[ recovery-image] Jun 04 21:08:39.377 INFO O| Jun 04 21:08:39.377 INFO STEP 59 (remove_files) COMPLETE
50052026-06-04T21:08:40.622Z[ recovery-image] Jun 04 21:08:39.377 INFO O| Jun 04 21:08:39.377 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-06-04T21:08:40.630Z[ recovery-image] Jun 04 21:08:39.388 INFO O| Jun 04 21:08:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50072026-06-04T21:08:40.630Z[ recovery-image] Jun 04 21:08:39.388 INFO O| Jun 04 21:08:39.388 INFO STEP 60 (remove_files) COMPLETE
50082026-06-04T21:08:40.630Z[ recovery-image] Jun 04 21:08:39.388 INFO O| Jun 04 21:08:39.388 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-06-04T21:08:40.639Z[ recovery-image] Jun 04 21:08:39.397 INFO O| Jun 04 21:08:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50102026-06-04T21:08:40.639Z[ recovery-image] Jun 04 21:08:39.397 INFO O| Jun 04 21:08:39.397 INFO STEP 61 (remove_files) COMPLETE
50112026-06-04T21:08:40.639Z[ recovery-image] Jun 04 21:08:39.397 INFO O| Jun 04 21:08:39.397 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-06-04T21:08:40.648Z[ recovery-image] Jun 04 21:08:39.405 INFO O| Jun 04 21:08:39.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50132026-06-04T21:08:40.651Z[ recovery-image] Jun 04 21:08:39.406 INFO O| Jun 04 21:08:39.406 INFO STEP 62 (remove_files) COMPLETE
50142026-06-04T21:08:40.651Z[ recovery-image] Jun 04 21:08:39.406 INFO O| Jun 04 21:08:39.406 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-06-04T21:08:40.658Z[ recovery-image] Jun 04 21:08:39.416 INFO O| Jun 04 21:08:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50162026-06-04T21:08:40.658Z[ recovery-image] Jun 04 21:08:39.416 INFO O| Jun 04 21:08:39.416 INFO STEP 63 (remove_files) COMPLETE
50172026-06-04T21:08:40.658Z[ recovery-image] Jun 04 21:08:39.416 INFO O| Jun 04 21:08:39.416 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-06-04T21:08:40.668Z[ recovery-image] Jun 04 21:08:39.426 INFO O| Jun 04 21:08:39.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50192026-06-04T21:08:40.668Z[ recovery-image] Jun 04 21:08:39.426 INFO O| Jun 04 21:08:39.426 INFO STEP 64 (remove_files) COMPLETE
50202026-06-04T21:08:40.668Z[ recovery-image] Jun 04 21:08:39.426 INFO O| Jun 04 21:08:39.426 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-06-04T21:08:40.678Z[ recovery-image] Jun 04 21:08:39.436 INFO O| Jun 04 21:08:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50222026-06-04T21:08:40.678Z[ recovery-image] Jun 04 21:08:39.436 INFO O| Jun 04 21:08:39.436 INFO STEP 65 (remove_files) COMPLETE
50232026-06-04T21:08:40.692Z[ recovery-image] Jun 04 21:08:39.436 INFO O| Jun 04 21:08:39.436 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-06-04T21:08:40.693Z[ recovery-image] Jun 04 21:08:39.445 INFO O| Jun 04 21:08:39.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50252026-06-04T21:08:40.693Z[ recovery-image] Jun 04 21:08:39.445 INFO O| Jun 04 21:08:39.445 INFO STEP 66 (remove_files) COMPLETE
50262026-06-04T21:08:40.693Z[ recovery-image] Jun 04 21:08:39.445 INFO O| Jun 04 21:08:39.445 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-06-04T21:08:40.699Z[ recovery-image] Jun 04 21:08:39.454 INFO O| Jun 04 21:08:39.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50282026-06-04T21:08:40.699Z[ recovery-image] Jun 04 21:08:39.454 INFO O| Jun 04 21:08:39.454 INFO STEP 67 (remove_files) COMPLETE
50292026-06-04T21:08:40.699Z[ recovery-image] Jun 04 21:08:39.454 INFO O| Jun 04 21:08:39.454 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-06-04T21:08:40.707Z[ recovery-image] Jun 04 21:08:39.464 INFO O| Jun 04 21:08:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50312026-06-04T21:08:40.707Z[ recovery-image] Jun 04 21:08:39.464 INFO O| Jun 04 21:08:39.464 INFO STEP 68 (remove_files) COMPLETE
50322026-06-04T21:08:40.711Z[ recovery-image] Jun 04 21:08:39.464 INFO O| Jun 04 21:08:39.464 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-06-04T21:08:40.716Z[ recovery-image] Jun 04 21:08:39.474 INFO O| Jun 04 21:08:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50342026-06-04T21:08:40.716Z[ recovery-image] Jun 04 21:08:39.474 INFO O| Jun 04 21:08:39.474 INFO STEP 69 (remove_files) COMPLETE
50352026-06-04T21:08:40.727Z[ recovery-image] Jun 04 21:08:39.474 INFO O| Jun 04 21:08:39.474 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.482 INFO O| Jun 04 21:08:39.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50372026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.482 INFO O| Jun 04 21:08:39.482 INFO STEP 70 (remove_files) COMPLETE
50382026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.482 INFO O| Jun 04 21:08:39.482 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.490 INFO O| Jun 04 21:08:39.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50402026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.490 INFO O| Jun 04 21:08:39.490 INFO STEP 71 (remove_files) COMPLETE
50412026-06-04T21:08:40.732Z[ recovery-image] Jun 04 21:08:39.490 INFO O| Jun 04 21:08:39.490 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-06-04T21:08:40.741Z[ recovery-image] Jun 04 21:08:39.498 INFO O| Jun 04 21:08:39.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50432026-06-04T21:08:40.741Z[ recovery-image] Jun 04 21:08:39.498 INFO O| Jun 04 21:08:39.498 INFO STEP 72 (remove_files) COMPLETE
50442026-06-04T21:08:40.744Z[ recovery-image] Jun 04 21:08:39.498 INFO O| Jun 04 21:08:39.498 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-06-04T21:08:40.748Z[ recovery-image] Jun 04 21:08:39.506 INFO O| Jun 04 21:08:39.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50462026-06-04T21:08:40.748Z[ recovery-image] Jun 04 21:08:39.506 INFO O| Jun 04 21:08:39.506 INFO STEP 73 (remove_files) COMPLETE
50472026-06-04T21:08:40.748Z[ recovery-image] Jun 04 21:08:39.506 INFO O| Jun 04 21:08:39.506 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-06-04T21:08:40.756Z[ recovery-image] Jun 04 21:08:39.514 INFO O| Jun 04 21:08:39.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50492026-06-04T21:08:40.757Z[ recovery-image] Jun 04 21:08:39.514 INFO O| Jun 04 21:08:39.514 INFO STEP 74 (remove_files) COMPLETE
50502026-06-04T21:08:40.759Z[ recovery-image] Jun 04 21:08:39.514 INFO O| Jun 04 21:08:39.514 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-06-04T21:08:40.765Z[ recovery-image] Jun 04 21:08:39.523 INFO O| Jun 04 21:08:39.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50522026-06-04T21:08:40.765Z[ recovery-image] Jun 04 21:08:39.523 INFO O| Jun 04 21:08:39.523 INFO STEP 75 (remove_files) COMPLETE
50532026-06-04T21:08:40.765Z[ recovery-image] Jun 04 21:08:39.523 INFO O| Jun 04 21:08:39.523 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-06-04T21:08:40.782Z[ recovery-image] Jun 04 21:08:39.531 INFO O| Jun 04 21:08:39.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50552026-06-04T21:08:40.782Z[ recovery-image] Jun 04 21:08:39.531 INFO O| Jun 04 21:08:39.531 INFO STEP 76 (remove_files) COMPLETE
50562026-06-04T21:08:40.784Z[ recovery-image] Jun 04 21:08:39.531 INFO O| Jun 04 21:08:39.531 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-06-04T21:08:40.784Z[ recovery-image] Jun 04 21:08:39.538 INFO O| Jun 04 21:08:39.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50582026-06-04T21:08:40.784Z[ recovery-image] Jun 04 21:08:39.539 INFO O| Jun 04 21:08:39.538 INFO STEP 77 (remove_files) COMPLETE
50592026-06-04T21:08:40.784Z[ recovery-image] Jun 04 21:08:39.539 INFO O| Jun 04 21:08:39.539 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-06-04T21:08:40.788Z[ recovery-image] Jun 04 21:08:39.546 INFO O| Jun 04 21:08:39.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50612026-06-04T21:08:40.789Z[ recovery-image] Jun 04 21:08:39.546 INFO O| Jun 04 21:08:39.546 INFO STEP 78 (remove_files) COMPLETE
50622026-06-04T21:08:40.792Z[ recovery-image] Jun 04 21:08:39.546 INFO O| Jun 04 21:08:39.546 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-06-04T21:08:40.796Z[ recovery-image] Jun 04 21:08:39.554 INFO O| Jun 04 21:08:39.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50642026-06-04T21:08:40.800Z[ recovery-image] Jun 04 21:08:39.555 INFO O| Jun 04 21:08:39.555 INFO STEP 79 (remove_files) COMPLETE
50652026-06-04T21:08:40.800Z[ recovery-image] Jun 04 21:08:39.555 INFO O| Jun 04 21:08:39.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-06-04T21:08:40.806Z[ recovery-image] Jun 04 21:08:39.563 INFO O| Jun 04 21:08:39.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50672026-06-04T21:08:40.806Z[ recovery-image] Jun 04 21:08:39.564 INFO O| Jun 04 21:08:39.564 INFO STEP 80 (remove_files) COMPLETE
50682026-06-04T21:08:40.810Z[ recovery-image] Jun 04 21:08:39.564 INFO O| Jun 04 21:08:39.564 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-06-04T21:08:40.814Z[ recovery-image] Jun 04 21:08:39.571 INFO O| Jun 04 21:08:39.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50702026-06-04T21:08:40.814Z[ recovery-image] Jun 04 21:08:39.571 INFO O| Jun 04 21:08:39.571 INFO STEP 81 (remove_files) COMPLETE
50712026-06-04T21:08:40.819Z[ recovery-image] Jun 04 21:08:39.571 INFO O| Jun 04 21:08:39.571 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-06-04T21:08:40.821Z[ recovery-image] Jun 04 21:08:39.579 INFO O| Jun 04 21:08:39.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50732026-06-04T21:08:40.821Z[ recovery-image] Jun 04 21:08:39.579 INFO O| Jun 04 21:08:39.579 INFO STEP 82 (remove_files) COMPLETE
50742026-06-04T21:08:40.822Z[ recovery-image] Jun 04 21:08:39.579 INFO O| Jun 04 21:08:39.579 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-06-04T21:08:40.829Z[ recovery-image] Jun 04 21:08:39.587 INFO O| Jun 04 21:08:39.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50762026-06-04T21:08:40.829Z[ recovery-image] Jun 04 21:08:39.587 INFO O| Jun 04 21:08:39.587 INFO STEP 83 (remove_files) COMPLETE
50772026-06-04T21:08:40.830Z[ recovery-image] Jun 04 21:08:39.587 INFO O| Jun 04 21:08:39.587 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-06-04T21:08:40.837Z[ recovery-image] Jun 04 21:08:39.595 INFO O| Jun 04 21:08:39.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50792026-06-04T21:08:40.837Z[ recovery-image] Jun 04 21:08:39.595 INFO O| Jun 04 21:08:39.595 INFO STEP 84 (remove_files) COMPLETE
50802026-06-04T21:08:40.837Z[ recovery-image] Jun 04 21:08:39.595 INFO O| Jun 04 21:08:39.595 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-06-04T21:08:40.844Z[ recovery-image] Jun 04 21:08:39.602 INFO O| Jun 04 21:08:39.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50822026-06-04T21:08:40.844Z[ recovery-image] Jun 04 21:08:39.602 INFO O| Jun 04 21:08:39.602 INFO STEP 85 (remove_files) COMPLETE
50832026-06-04T21:08:40.847Z[ recovery-image] Jun 04 21:08:39.602 INFO O| Jun 04 21:08:39.602 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-06-04T21:08:40.851Z[ recovery-image] Jun 04 21:08:39.609 INFO O| Jun 04 21:08:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50852026-06-04T21:08:40.851Z[ recovery-image] Jun 04 21:08:39.610 INFO O| Jun 04 21:08:39.609 INFO STEP 86 (remove_files) COMPLETE
50862026-06-04T21:08:40.855Z[ recovery-image] Jun 04 21:08:39.610 INFO O| Jun 04 21:08:39.610 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-06-04T21:08:40.859Z[ recovery-image] Jun 04 21:08:39.616 INFO O| Jun 04 21:08:39.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50882026-06-04T21:08:40.861Z[ recovery-image] Jun 04 21:08:39.617 INFO O| Jun 04 21:08:39.617 INFO STEP 87 (remove_files) COMPLETE
50892026-06-04T21:08:40.861Z[ recovery-image] Jun 04 21:08:39.617 INFO O| Jun 04 21:08:39.617 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-06-04T21:08:40.867Z[ recovery-image] Jun 04 21:08:39.625 INFO O| Jun 04 21:08:39.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50912026-06-04T21:08:40.867Z[ recovery-image] Jun 04 21:08:39.625 INFO O| Jun 04 21:08:39.625 INFO STEP 88 (remove_files) COMPLETE
50922026-06-04T21:08:40.867Z[ recovery-image] Jun 04 21:08:39.625 INFO O| Jun 04 21:08:39.625 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-06-04T21:08:40.876Z[ recovery-image] Jun 04 21:08:39.632 INFO O| Jun 04 21:08:39.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50942026-06-04T21:08:40.876Z[ recovery-image] Jun 04 21:08:39.632 INFO O| Jun 04 21:08:39.632 INFO STEP 89 (remove_files) COMPLETE
50952026-06-04T21:08:40.879Z[ recovery-image] Jun 04 21:08:39.632 INFO O| Jun 04 21:08:39.632 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-06-04T21:08:40.883Z[ recovery-image] Jun 04 21:08:39.640 INFO O| Jun 04 21:08:39.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50972026-06-04T21:08:40.883Z[ recovery-image] Jun 04 21:08:39.640 INFO O| Jun 04 21:08:39.640 INFO STEP 90 (remove_files) COMPLETE
50982026-06-04T21:08:40.883Z[ recovery-image] Jun 04 21:08:39.640 INFO O| Jun 04 21:08:39.640 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-06-04T21:08:40.889Z[ recovery-image] Jun 04 21:08:39.647 INFO O| Jun 04 21:08:39.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51002026-06-04T21:08:40.892Z[ recovery-image] Jun 04 21:08:39.648 INFO O| Jun 04 21:08:39.648 INFO STEP 91 (remove_files) COMPLETE
51012026-06-04T21:08:40.892Z[ recovery-image] Jun 04 21:08:39.648 INFO O| Jun 04 21:08:39.648 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-06-04T21:08:40.898Z[ recovery-image] Jun 04 21:08:39.656 INFO O| Jun 04 21:08:39.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51032026-06-04T21:08:40.898Z[ recovery-image] Jun 04 21:08:39.656 INFO O| Jun 04 21:08:39.656 INFO STEP 92 (remove_files) COMPLETE
51042026-06-04T21:08:40.901Z[ recovery-image] Jun 04 21:08:39.656 INFO O| Jun 04 21:08:39.656 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-06-04T21:08:40.905Z[ recovery-image] Jun 04 21:08:39.663 INFO O| Jun 04 21:08:39.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51062026-06-04T21:08:40.905Z[ recovery-image] Jun 04 21:08:39.663 INFO O| Jun 04 21:08:39.663 INFO STEP 93 (remove_files) COMPLETE
51072026-06-04T21:08:40.909Z[ recovery-image] Jun 04 21:08:39.663 INFO O| Jun 04 21:08:39.663 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-06-04T21:08:40.912Z[ recovery-image] Jun 04 21:08:39.670 INFO O| Jun 04 21:08:39.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51092026-06-04T21:08:40.912Z[ recovery-image] Jun 04 21:08:39.670 INFO O| Jun 04 21:08:39.670 INFO STEP 94 (remove_files) COMPLETE
51102026-06-04T21:08:40.915Z[ recovery-image] Jun 04 21:08:39.670 INFO O| Jun 04 21:08:39.670 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-06-04T21:08:40.920Z[ recovery-image] Jun 04 21:08:39.678 INFO O| Jun 04 21:08:39.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51122026-06-04T21:08:40.920Z[ recovery-image] Jun 04 21:08:39.678 INFO O| Jun 04 21:08:39.678 INFO STEP 95 (remove_files) COMPLETE
51132026-06-04T21:08:40.923Z[ recovery-image] Jun 04 21:08:39.678 INFO O| Jun 04 21:08:39.678 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-06-04T21:08:40.927Z[ recovery-image] Jun 04 21:08:39.685 INFO O| Jun 04 21:08:39.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51152026-06-04T21:08:40.927Z[ recovery-image] Jun 04 21:08:39.685 INFO O| Jun 04 21:08:39.685 INFO STEP 96 (remove_files) COMPLETE
51162026-06-04T21:08:40.927Z[ recovery-image] Jun 04 21:08:39.685 INFO O| Jun 04 21:08:39.685 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-06-04T21:08:40.935Z[ recovery-image] Jun 04 21:08:39.693 INFO O| Jun 04 21:08:39.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51182026-06-04T21:08:40.935Z[ recovery-image] Jun 04 21:08:39.693 INFO O| Jun 04 21:08:39.692 INFO STEP 97 (remove_files) COMPLETE
51192026-06-04T21:08:40.935Z[ recovery-image] Jun 04 21:08:39.693 INFO O| Jun 04 21:08:39.692 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-06-04T21:08:40.943Z[ recovery-image] Jun 04 21:08:39.701 INFO O| Jun 04 21:08:39.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51212026-06-04T21:08:40.943Z[ recovery-image] Jun 04 21:08:39.701 INFO O| Jun 04 21:08:39.701 INFO STEP 98 (remove_files) COMPLETE
51222026-06-04T21:08:40.943Z[ recovery-image] Jun 04 21:08:39.701 INFO O| Jun 04 21:08:39.701 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-06-04T21:08:40.950Z[ recovery-image] Jun 04 21:08:39.708 INFO O| Jun 04 21:08:39.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51242026-06-04T21:08:40.950Z[ recovery-image] Jun 04 21:08:39.708 INFO O| Jun 04 21:08:39.708 INFO STEP 99 (remove_files) COMPLETE
51252026-06-04T21:08:40.951Z[ recovery-image] Jun 04 21:08:39.709 INFO O| Jun 04 21:08:39.708 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-06-04T21:08:40.960Z[ recovery-image] Jun 04 21:08:39.716 INFO O| Jun 04 21:08:39.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51272026-06-04T21:08:40.962Z[ recovery-image] Jun 04 21:08:39.717 INFO O| Jun 04 21:08:39.717 INFO STEP 100 (remove_files) COMPLETE
51282026-06-04T21:08:40.962Z[ recovery-image] Jun 04 21:08:39.717 INFO O| Jun 04 21:08:39.717 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-06-04T21:08:40.966Z[ recovery-image] Jun 04 21:08:39.724 INFO O| Jun 04 21:08:39.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51302026-06-04T21:08:40.966Z[ recovery-image] Jun 04 21:08:39.724 INFO O| Jun 04 21:08:39.724 INFO STEP 101 (remove_files) COMPLETE
51312026-06-04T21:08:40.969Z[ recovery-image] Jun 04 21:08:39.724 INFO O| Jun 04 21:08:39.724 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-06-04T21:08:40.974Z[ recovery-image] Jun 04 21:08:39.732 INFO O| Jun 04 21:08:39.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51332026-06-04T21:08:40.974Z[ recovery-image] Jun 04 21:08:39.732 INFO O| Jun 04 21:08:39.732 INFO STEP 102 (remove_files) COMPLETE
51342026-06-04T21:08:40.974Z[ recovery-image] Jun 04 21:08:39.732 INFO O| Jun 04 21:08:39.732 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-06-04T21:08:40.984Z[ recovery-image] Jun 04 21:08:39.740 INFO O| Jun 04 21:08:39.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51362026-06-04T21:08:40.984Z[ recovery-image] Jun 04 21:08:39.740 INFO O| Jun 04 21:08:39.740 INFO STEP 103 (remove_files) COMPLETE
51372026-06-04T21:08:40.985Z[ recovery-image] Jun 04 21:08:39.740 INFO O| Jun 04 21:08:39.740 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-06-04T21:08:40.991Z[ recovery-image] Jun 04 21:08:39.748 INFO O| Jun 04 21:08:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51392026-06-04T21:08:40.994Z[ recovery-image] Jun 04 21:08:39.748 INFO O| Jun 04 21:08:39.748 INFO STEP 104 (remove_files) COMPLETE
51402026-06-04T21:08:40.994Z[ recovery-image] Jun 04 21:08:39.748 INFO O| Jun 04 21:08:39.748 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-06-04T21:08:40.999Z[ recovery-image] Jun 04 21:08:39.757 INFO O| Jun 04 21:08:39.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51422026-06-04T21:08:40.999Z[ recovery-image] Jun 04 21:08:39.757 INFO O| Jun 04 21:08:39.757 INFO STEP 105 (remove_files) COMPLETE
51432026-06-04T21:08:41.002Z[ recovery-image] Jun 04 21:08:39.757 INFO O| Jun 04 21:08:39.757 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-06-04T21:08:41.009Z[ recovery-image] Jun 04 21:08:39.766 INFO O| Jun 04 21:08:39.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51452026-06-04T21:08:41.009Z[ recovery-image] Jun 04 21:08:39.767 INFO O| Jun 04 21:08:39.767 INFO STEP 106 (remove_files) COMPLETE
51462026-06-04T21:08:41.012Z[ recovery-image] Jun 04 21:08:39.767 INFO O| Jun 04 21:08:39.767 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-06-04T21:08:41.018Z[ recovery-image] Jun 04 21:08:39.776 INFO O| Jun 04 21:08:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51482026-06-04T21:08:41.018Z[ recovery-image] Jun 04 21:08:39.776 INFO O| Jun 04 21:08:39.776 INFO STEP 107 (remove_files) COMPLETE
51492026-06-04T21:08:41.018Z[ recovery-image] Jun 04 21:08:39.776 INFO O| Jun 04 21:08:39.776 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-06-04T21:08:41.029Z[ recovery-image] Jun 04 21:08:39.787 INFO O| Jun 04 21:08:39.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51512026-06-04T21:08:41.029Z[ recovery-image] Jun 04 21:08:39.787 INFO O| Jun 04 21:08:39.787 INFO STEP 108 (remove_files) COMPLETE
51522026-06-04T21:08:41.032Z[ recovery-image] Jun 04 21:08:39.787 INFO O| Jun 04 21:08:39.787 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-06-04T21:08:41.054Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51542026-06-04T21:08:41.054Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.797 INFO STEP 109 (remove_files) COMPLETE
51552026-06-04T21:08:41.057Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.797 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-06-04T21:08:41.082Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51572026-06-04T21:08:41.082Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.806 INFO STEP 110 (remove_files) COMPLETE
51582026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.812 INFO O| Jun 04 21:08:39.806 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.814 INFO O| Jun 04 21:08:39.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51602026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.814 INFO O| Jun 04 21:08:39.814 INFO STEP 111 (remove_files) COMPLETE
51612026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.814 INFO O| Jun 04 21:08:39.814 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.823 INFO O| Jun 04 21:08:39.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51632026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.824 INFO O| Jun 04 21:08:39.824 INFO STEP 112 (remove_files) COMPLETE
51642026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.824 INFO O| Jun 04 21:08:39.824 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.833 INFO O| Jun 04 21:08:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51662026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.833 INFO O| Jun 04 21:08:39.833 INFO STEP 113 (remove_files) COMPLETE
51672026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.833 INFO O| Jun 04 21:08:39.833 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.842 INFO O| Jun 04 21:08:39.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51692026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.842 INFO O| Jun 04 21:08:39.842 INFO STEP 114 (remove_files) COMPLETE
51702026-06-04T21:08:41.085Z[ recovery-image] Jun 04 21:08:39.842 INFO O| Jun 04 21:08:39.842 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-06-04T21:08:41.092Z[ recovery-image] Jun 04 21:08:39.850 INFO O| Jun 04 21:08:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51722026-06-04T21:08:41.095Z[ recovery-image] Jun 04 21:08:39.851 INFO O| Jun 04 21:08:39.851 INFO STEP 115 (remove_files) COMPLETE
51732026-06-04T21:08:41.095Z[ recovery-image] Jun 04 21:08:39.851 INFO O| Jun 04 21:08:39.851 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-06-04T21:08:41.100Z[ recovery-image] Jun 04 21:08:39.858 INFO O| Jun 04 21:08:39.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51752026-06-04T21:08:41.100Z[ recovery-image] Jun 04 21:08:39.858 INFO O| Jun 04 21:08:39.858 INFO STEP 116 (remove_files) COMPLETE
51762026-06-04T21:08:41.103Z[ recovery-image] Jun 04 21:08:39.858 INFO O| Jun 04 21:08:39.858 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-06-04T21:08:41.107Z[ recovery-image] Jun 04 21:08:39.865 INFO O| Jun 04 21:08:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51782026-06-04T21:08:41.107Z[ recovery-image] Jun 04 21:08:39.865 INFO O| Jun 04 21:08:39.865 INFO STEP 117 (remove_files) COMPLETE
51792026-06-04T21:08:41.110Z[ recovery-image] Jun 04 21:08:39.865 INFO O| Jun 04 21:08:39.865 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-06-04T21:08:41.114Z[ recovery-image] Jun 04 21:08:39.872 INFO O| Jun 04 21:08:39.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51812026-06-04T21:08:41.114Z[ recovery-image] Jun 04 21:08:39.872 INFO O| Jun 04 21:08:39.872 INFO STEP 118 (remove_files) COMPLETE
51822026-06-04T21:08:41.114Z[ recovery-image] Jun 04 21:08:39.872 INFO O| Jun 04 21:08:39.872 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-06-04T21:08:41.121Z[ recovery-image] Jun 04 21:08:39.879 INFO O| Jun 04 21:08:39.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51842026-06-04T21:08:41.121Z[ recovery-image] Jun 04 21:08:39.879 INFO O| Jun 04 21:08:39.879 INFO STEP 119 (remove_files) COMPLETE
51852026-06-04T21:08:41.124Z[ recovery-image] Jun 04 21:08:39.879 INFO O| Jun 04 21:08:39.879 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-06-04T21:08:41.130Z[ recovery-image] Jun 04 21:08:39.888 INFO O| Jun 04 21:08:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51872026-06-04T21:08:41.130Z[ recovery-image] Jun 04 21:08:39.888 INFO O| Jun 04 21:08:39.888 INFO STEP 120 (remove_files) COMPLETE
51882026-06-04T21:08:41.133Z[ recovery-image] Jun 04 21:08:39.888 INFO O| Jun 04 21:08:39.888 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-06-04T21:08:41.138Z[ recovery-image] Jun 04 21:08:39.896 INFO O| Jun 04 21:08:39.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51902026-06-04T21:08:41.138Z[ recovery-image] Jun 04 21:08:39.896 INFO O| Jun 04 21:08:39.896 INFO STEP 121 (remove_files) COMPLETE
51912026-06-04T21:08:41.141Z[ recovery-image] Jun 04 21:08:39.896 INFO O| Jun 04 21:08:39.896 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-06-04T21:08:41.147Z[ recovery-image] Jun 04 21:08:39.905 INFO O| Jun 04 21:08:39.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51932026-06-04T21:08:41.147Z[ recovery-image] Jun 04 21:08:39.905 INFO O| Jun 04 21:08:39.905 INFO STEP 122 (remove_files) COMPLETE
51942026-06-04T21:08:41.150Z[ recovery-image] Jun 04 21:08:39.905 INFO O| Jun 04 21:08:39.905 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-06-04T21:08:41.155Z[ recovery-image] Jun 04 21:08:39.913 INFO O| Jun 04 21:08:39.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51962026-06-04T21:08:41.155Z[ recovery-image] Jun 04 21:08:39.913 INFO O| Jun 04 21:08:39.913 INFO STEP 123 (remove_files) COMPLETE
51972026-06-04T21:08:41.158Z[ recovery-image] Jun 04 21:08:39.913 INFO O| Jun 04 21:08:39.913 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-06-04T21:08:41.169Z[ recovery-image] Jun 04 21:08:39.927 INFO O| Jun 04 21:08:39.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51992026-06-04T21:08:41.169Z[ recovery-image] Jun 04 21:08:39.927 INFO O| Jun 04 21:08:39.927 INFO STEP 124 (remove_files) COMPLETE
52002026-06-04T21:08:41.172Z[ recovery-image] Jun 04 21:08:39.927 INFO O| Jun 04 21:08:39.927 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-06-04T21:08:41.195Z[ recovery-image] Jun 04 21:08:39.953 INFO O| Jun 04 21:08:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52022026-06-04T21:08:41.195Z[ recovery-image] Jun 04 21:08:39.953 INFO O| Jun 04 21:08:39.953 INFO STEP 125 (remove_files) COMPLETE
52032026-06-04T21:08:41.195Z[ recovery-image] Jun 04 21:08:39.953 INFO O| Jun 04 21:08:39.953 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-06-04T21:08:41.240Z[ recovery-image] Jun 04 21:08:39.998 INFO O| Jun 04 21:08:39.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52052026-06-04T21:08:41.240Z[ recovery-image] Jun 04 21:08:39.998 INFO O| Jun 04 21:08:39.998 INFO STEP 126 (remove_files) COMPLETE
52062026-06-04T21:08:41.243Z[ recovery-image] Jun 04 21:08:39.998 INFO O| Jun 04 21:08:39.998 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-06-04T21:08:41.261Z[ recovery-image] Jun 04 21:08:40.019 INFO O| Jun 04 21:08:40.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52082026-06-04T21:08:41.261Z[ recovery-image] Jun 04 21:08:40.019 INFO O| Jun 04 21:08:40.019 INFO STEP 127 (remove_files) COMPLETE
52092026-06-04T21:08:41.263Z[ recovery-image] Jun 04 21:08:40.019 INFO O| Jun 04 21:08:40.019 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-06-04T21:08:41.270Z[ recovery-image] Jun 04 21:08:40.028 INFO O| Jun 04 21:08:40.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52112026-06-04T21:08:41.270Z[ recovery-image] Jun 04 21:08:40.028 INFO O| Jun 04 21:08:40.028 INFO STEP 128 (remove_files) COMPLETE
52122026-06-04T21:08:41.273Z[ recovery-image] Jun 04 21:08:40.028 INFO O| Jun 04 21:08:40.028 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-06-04T21:08:41.279Z[ recovery-image] Jun 04 21:08:40.037 INFO O| Jun 04 21:08:40.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52142026-06-04T21:08:41.279Z[ recovery-image] Jun 04 21:08:40.037 INFO O| Jun 04 21:08:40.037 INFO STEP 129 (remove_files) COMPLETE
52152026-06-04T21:08:41.282Z[ recovery-image] Jun 04 21:08:40.037 INFO O| Jun 04 21:08:40.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-06-04T21:08:41.292Z[ recovery-image] Jun 04 21:08:40.047 INFO O| Jun 04 21:08:40.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52172026-06-04T21:08:41.292Z[ recovery-image] Jun 04 21:08:40.047 INFO O| Jun 04 21:08:40.047 INFO STEP 130 (remove_files) COMPLETE
52182026-06-04T21:08:41.295Z[ recovery-image] Jun 04 21:08:40.047 INFO O| Jun 04 21:08:40.047 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-06-04T21:08:41.298Z[ recovery-image] Jun 04 21:08:40.057 INFO O| Jun 04 21:08:40.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52202026-06-04T21:08:41.303Z[ recovery-image] Jun 04 21:08:40.057 INFO O| Jun 04 21:08:40.057 INFO STEP 131 (remove_files) COMPLETE
52212026-06-04T21:08:41.303Z[ recovery-image] Jun 04 21:08:40.058 INFO O| Jun 04 21:08:40.057 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-06-04T21:08:41.310Z[ recovery-image] Jun 04 21:08:40.068 INFO O| Jun 04 21:08:40.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52232026-06-04T21:08:41.310Z[ recovery-image] Jun 04 21:08:40.068 INFO O| Jun 04 21:08:40.068 INFO STEP 132 (remove_files) COMPLETE
52242026-06-04T21:08:41.313Z[ recovery-image] Jun 04 21:08:40.068 INFO O| Jun 04 21:08:40.068 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-06-04T21:08:41.319Z[ recovery-image] Jun 04 21:08:40.077 INFO O| Jun 04 21:08:40.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52262026-06-04T21:08:41.319Z[ recovery-image] Jun 04 21:08:40.077 INFO O| Jun 04 21:08:40.077 INFO STEP 133 (remove_files) COMPLETE
52272026-06-04T21:08:41.319Z[ recovery-image] Jun 04 21:08:40.077 INFO O| Jun 04 21:08:40.077 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-06-04T21:08:41.328Z[ recovery-image] Jun 04 21:08:40.086 INFO O| Jun 04 21:08:40.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52292026-06-04T21:08:41.328Z[ recovery-image] Jun 04 21:08:40.086 INFO O| Jun 04 21:08:40.086 INFO STEP 134 (remove_files) COMPLETE
52302026-06-04T21:08:41.332Z[ recovery-image] Jun 04 21:08:40.086 INFO O| Jun 04 21:08:40.086 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-06-04T21:08:41.338Z[ recovery-image] Jun 04 21:08:40.096 INFO O| Jun 04 21:08:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52322026-06-04T21:08:41.338Z[ recovery-image] Jun 04 21:08:40.096 INFO O| Jun 04 21:08:40.096 INFO STEP 135 (remove_files) COMPLETE
52332026-06-04T21:08:41.341Z[ recovery-image] Jun 04 21:08:40.096 INFO O| Jun 04 21:08:40.096 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-06-04T21:08:41.349Z[ recovery-image] Jun 04 21:08:40.105 INFO O| Jun 04 21:08:40.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52352026-06-04T21:08:41.349Z[ recovery-image] Jun 04 21:08:40.105 INFO O| Jun 04 21:08:40.105 INFO STEP 136 (remove_files) COMPLETE
52362026-06-04T21:08:41.352Z[ recovery-image] Jun 04 21:08:40.105 INFO O| Jun 04 21:08:40.105 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-06-04T21:08:41.356Z[ recovery-image] Jun 04 21:08:40.114 INFO O| Jun 04 21:08:40.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52382026-06-04T21:08:41.356Z[ recovery-image] Jun 04 21:08:40.114 INFO O| Jun 04 21:08:40.114 INFO STEP 137 (remove_files) COMPLETE
52392026-06-04T21:08:41.356Z[ recovery-image] Jun 04 21:08:40.114 INFO O| Jun 04 21:08:40.114 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-06-04T21:08:41.366Z[ recovery-image] Jun 04 21:08:40.124 INFO O| Jun 04 21:08:40.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52412026-06-04T21:08:41.366Z[ recovery-image] Jun 04 21:08:40.124 INFO O| Jun 04 21:08:40.124 INFO STEP 138 (remove_files) COMPLETE
52422026-06-04T21:08:41.369Z[ recovery-image] Jun 04 21:08:40.124 INFO O| Jun 04 21:08:40.124 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-06-04T21:08:41.373Z[ recovery-image] Jun 04 21:08:40.131 INFO O| Jun 04 21:08:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52442026-06-04T21:08:41.373Z[ recovery-image] Jun 04 21:08:40.131 INFO O| Jun 04 21:08:40.131 INFO STEP 139 (remove_files) COMPLETE
52452026-06-04T21:08:41.376Z[ recovery-image] Jun 04 21:08:40.131 INFO O| Jun 04 21:08:40.131 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-06-04T21:08:41.381Z[ recovery-image] Jun 04 21:08:40.139 INFO O| Jun 04 21:08:40.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52472026-06-04T21:08:41.381Z[ recovery-image] Jun 04 21:08:40.139 INFO O| Jun 04 21:08:40.139 INFO STEP 140 (remove_files) COMPLETE
52482026-06-04T21:08:41.381Z[ recovery-image] Jun 04 21:08:40.139 INFO O| Jun 04 21:08:40.139 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-06-04T21:08:41.407Z[ recovery-image] Jun 04 21:08:40.161 INFO O| Jun 04 21:08:40.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52502026-06-04T21:08:41.407Z[ recovery-image] Jun 04 21:08:40.163 INFO O| Jun 04 21:08:40.163 INFO STEP 141 (remove_files) COMPLETE
52512026-06-04T21:08:41.407Z[ recovery-image] Jun 04 21:08:40.163 INFO O| Jun 04 21:08:40.163 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-06-04T21:08:41.417Z[ recovery-image] Jun 04 21:08:40.172 INFO O| Jun 04 21:08:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52532026-06-04T21:08:41.417Z[ recovery-image] Jun 04 21:08:40.172 INFO O| Jun 04 21:08:40.172 INFO STEP 142 (remove_files) COMPLETE
52542026-06-04T21:08:41.417Z[ recovery-image] Jun 04 21:08:40.172 INFO O| Jun 04 21:08:40.172 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-06-04T21:08:41.423Z[ recovery-image] Jun 04 21:08:40.181 INFO O| Jun 04 21:08:40.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52562026-06-04T21:08:41.423Z[ recovery-image] Jun 04 21:08:40.181 INFO O| Jun 04 21:08:40.181 INFO STEP 143 (remove_files) COMPLETE
52572026-06-04T21:08:41.423Z[ recovery-image] Jun 04 21:08:40.181 INFO O| Jun 04 21:08:40.181 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-06-04T21:08:41.430Z[ recovery-image] Jun 04 21:08:40.188 INFO O| Jun 04 21:08:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52592026-06-04T21:08:41.434Z[ recovery-image] Jun 04 21:08:40.188 INFO O| Jun 04 21:08:40.188 INFO STEP 144 (remove_files) COMPLETE
52602026-06-04T21:08:41.434Z[ recovery-image] Jun 04 21:08:40.188 INFO O| Jun 04 21:08:40.188 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-06-04T21:08:41.438Z[ recovery-image] Jun 04 21:08:40.196 INFO O| Jun 04 21:08:40.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52622026-06-04T21:08:41.438Z[ recovery-image] Jun 04 21:08:40.196 INFO O| Jun 04 21:08:40.196 INFO STEP 145 (remove_files) COMPLETE
52632026-06-04T21:08:41.442Z[ recovery-image] Jun 04 21:08:40.196 INFO O| Jun 04 21:08:40.196 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-06-04T21:08:41.446Z[ recovery-image] Jun 04 21:08:40.204 INFO O| Jun 04 21:08:40.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52652026-06-04T21:08:41.446Z[ recovery-image] Jun 04 21:08:40.204 INFO O| Jun 04 21:08:40.204 INFO STEP 146 (remove_files) COMPLETE
52662026-06-04T21:08:41.449Z[ recovery-image] Jun 04 21:08:40.204 INFO O| Jun 04 21:08:40.204 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-06-04T21:08:41.453Z[ recovery-image] Jun 04 21:08:40.211 INFO O| Jun 04 21:08:40.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52682026-06-04T21:08:41.453Z[ recovery-image] Jun 04 21:08:40.211 INFO O| Jun 04 21:08:40.211 INFO STEP 147 (remove_files) COMPLETE
52692026-06-04T21:08:41.456Z[ recovery-image] Jun 04 21:08:40.211 INFO O| Jun 04 21:08:40.211 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-06-04T21:08:41.460Z[ recovery-image] Jun 04 21:08:40.218 INFO O| Jun 04 21:08:40.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52712026-06-04T21:08:41.460Z[ recovery-image] Jun 04 21:08:40.218 INFO O| Jun 04 21:08:40.218 INFO STEP 148 (remove_files) COMPLETE
52722026-06-04T21:08:41.463Z[ recovery-image] Jun 04 21:08:40.218 INFO O| Jun 04 21:08:40.218 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-06-04T21:08:41.467Z[ recovery-image] Jun 04 21:08:40.225 INFO O| Jun 04 21:08:40.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52742026-06-04T21:08:41.470Z[ recovery-image] Jun 04 21:08:40.225 INFO O| Jun 04 21:08:40.225 INFO STEP 149 (remove_files) COMPLETE
52752026-06-04T21:08:41.470Z[ recovery-image] Jun 04 21:08:40.225 INFO O| Jun 04 21:08:40.225 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-06-04T21:08:41.474Z[ recovery-image] Jun 04 21:08:40.232 INFO O| Jun 04 21:08:40.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52772026-06-04T21:08:41.476Z[ recovery-image] Jun 04 21:08:40.233 INFO O| Jun 04 21:08:40.232 INFO STEP 150 (remove_files) COMPLETE
52782026-06-04T21:08:41.476Z[ recovery-image] Jun 04 21:08:40.233 INFO O| Jun 04 21:08:40.232 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-06-04T21:08:41.482Z[ recovery-image] Jun 04 21:08:40.240 INFO O| Jun 04 21:08:40.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52802026-06-04T21:08:41.482Z[ recovery-image] Jun 04 21:08:40.240 INFO O| Jun 04 21:08:40.240 INFO STEP 151 (remove_files) COMPLETE
52812026-06-04T21:08:41.485Z[ recovery-image] Jun 04 21:08:40.240 INFO O| Jun 04 21:08:40.240 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-06-04T21:08:41.490Z[ recovery-image] Jun 04 21:08:40.248 INFO O| Jun 04 21:08:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52832026-06-04T21:08:41.490Z[ recovery-image] Jun 04 21:08:40.248 INFO O| Jun 04 21:08:40.248 INFO STEP 152 (remove_files) COMPLETE
52842026-06-04T21:08:41.490Z[ recovery-image] Jun 04 21:08:40.248 INFO O| Jun 04 21:08:40.248 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-06-04T21:08:41.498Z[ recovery-image] Jun 04 21:08:40.256 INFO O| Jun 04 21:08:40.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52862026-06-04T21:08:41.498Z[ recovery-image] Jun 04 21:08:40.256 INFO O| Jun 04 21:08:40.256 INFO STEP 153 (remove_files) COMPLETE
52872026-06-04T21:08:41.498Z[ recovery-image] Jun 04 21:08:40.256 INFO O| Jun 04 21:08:40.256 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-06-04T21:08:41.507Z[ recovery-image] Jun 04 21:08:40.265 INFO O| Jun 04 21:08:40.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52892026-06-04T21:08:41.510Z[ recovery-image] Jun 04 21:08:40.265 INFO O| Jun 04 21:08:40.265 INFO STEP 154 (remove_files) COMPLETE
52902026-06-04T21:08:41.510Z[ recovery-image] Jun 04 21:08:40.265 INFO O| Jun 04 21:08:40.265 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-06-04T21:08:41.516Z[ recovery-image] Jun 04 21:08:40.273 INFO O| Jun 04 21:08:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52922026-06-04T21:08:41.517Z[ recovery-image] Jun 04 21:08:40.274 INFO O| Jun 04 21:08:40.274 INFO STEP 155 (remove_files) COMPLETE
52932026-06-04T21:08:41.519Z[ recovery-image] Jun 04 21:08:40.274 INFO O| Jun 04 21:08:40.274 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-06-04T21:08:41.527Z[ recovery-image] Jun 04 21:08:40.282 INFO O| Jun 04 21:08:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52952026-06-04T21:08:41.527Z[ recovery-image] Jun 04 21:08:40.282 INFO O| Jun 04 21:08:40.282 INFO STEP 156 (remove_files) COMPLETE
52962026-06-04T21:08:41.530Z[ recovery-image] Jun 04 21:08:40.282 INFO O| Jun 04 21:08:40.282 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-06-04T21:08:41.533Z[ recovery-image] Jun 04 21:08:40.289 INFO O| Jun 04 21:08:40.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52982026-06-04T21:08:41.533Z[ recovery-image] Jun 04 21:08:40.289 INFO O| Jun 04 21:08:40.289 INFO STEP 157 (remove_files) COMPLETE
52992026-06-04T21:08:41.533Z[ recovery-image] Jun 04 21:08:40.289 INFO O| Jun 04 21:08:40.289 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-06-04T21:08:41.539Z[ recovery-image] Jun 04 21:08:40.297 INFO O| Jun 04 21:08:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53012026-06-04T21:08:41.539Z[ recovery-image] Jun 04 21:08:40.297 INFO O| Jun 04 21:08:40.297 INFO STEP 158 (remove_files) COMPLETE
53022026-06-04T21:08:41.542Z[ recovery-image] Jun 04 21:08:40.297 INFO O| Jun 04 21:08:40.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-06-04T21:08:41.546Z[ recovery-image] Jun 04 21:08:40.304 INFO O| Jun 04 21:08:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53042026-06-04T21:08:41.549Z[ recovery-image] Jun 04 21:08:40.305 INFO O| Jun 04 21:08:40.305 INFO STEP 159 (remove_files) COMPLETE
53052026-06-04T21:08:41.549Z[ recovery-image] Jun 04 21:08:40.305 INFO O| Jun 04 21:08:40.305 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-06-04T21:08:41.556Z[ recovery-image] Jun 04 21:08:40.313 INFO O| Jun 04 21:08:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53072026-06-04T21:08:41.556Z[ recovery-image] Jun 04 21:08:40.313 INFO O| Jun 04 21:08:40.313 INFO STEP 160 (remove_files) COMPLETE
53082026-06-04T21:08:41.556Z[ recovery-image] Jun 04 21:08:40.313 INFO O| Jun 04 21:08:40.313 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-06-04T21:08:41.563Z[ recovery-image] Jun 04 21:08:40.321 INFO O| Jun 04 21:08:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53102026-06-04T21:08:41.566Z[ recovery-image] Jun 04 21:08:40.322 INFO O| Jun 04 21:08:40.322 INFO STEP 161 (remove_files) COMPLETE
53112026-06-04T21:08:41.566Z[ recovery-image] Jun 04 21:08:40.322 INFO O| Jun 04 21:08:40.322 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-06-04T21:08:41.572Z[ recovery-image] Jun 04 21:08:40.330 INFO O| Jun 04 21:08:40.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53132026-06-04T21:08:41.572Z[ recovery-image] Jun 04 21:08:40.330 INFO O| Jun 04 21:08:40.330 INFO STEP 162 (remove_files) COMPLETE
53142026-06-04T21:08:41.575Z[ recovery-image] Jun 04 21:08:40.330 INFO O| Jun 04 21:08:40.330 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-06-04T21:08:41.579Z[ recovery-image] Jun 04 21:08:40.337 INFO O| Jun 04 21:08:40.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53162026-06-04T21:08:41.579Z[ recovery-image] Jun 04 21:08:40.337 INFO O| Jun 04 21:08:40.337 INFO STEP 163 (remove_files) COMPLETE
53172026-06-04T21:08:41.579Z[ recovery-image] Jun 04 21:08:40.337 INFO O| Jun 04 21:08:40.337 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-06-04T21:08:41.606Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53192026-06-04T21:08:41.606Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.345 INFO STEP 164 (remove_files) COMPLETE
53202026-06-04T21:08:41.606Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.345 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53222026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.352 INFO STEP 165 (remove_files) COMPLETE
53232026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.352 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53252026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.359 INFO STEP 166 (remove_files) COMPLETE
53262026-06-04T21:08:41.609Z[ recovery-image] Jun 04 21:08:40.363 INFO O| Jun 04 21:08:40.359 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-06-04T21:08:41.612Z[ recovery-image] Jun 04 21:08:40.367 INFO O| Jun 04 21:08:40.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53282026-06-04T21:08:41.612Z[ recovery-image] Jun 04 21:08:40.367 INFO O| Jun 04 21:08:40.367 INFO STEP 167 (remove_files) COMPLETE
53292026-06-04T21:08:41.612Z[ recovery-image] Jun 04 21:08:40.367 INFO O| Jun 04 21:08:40.367 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-06-04T21:08:41.617Z[ recovery-image] Jun 04 21:08:40.375 INFO O| Jun 04 21:08:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53312026-06-04T21:08:41.617Z[ recovery-image] Jun 04 21:08:40.375 INFO O| Jun 04 21:08:40.375 INFO STEP 168 (remove_files) COMPLETE
53322026-06-04T21:08:41.620Z[ recovery-image] Jun 04 21:08:40.375 INFO O| Jun 04 21:08:40.375 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-06-04T21:08:41.626Z[ recovery-image] Jun 04 21:08:40.384 INFO O| Jun 04 21:08:40.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53342026-06-04T21:08:41.626Z[ recovery-image] Jun 04 21:08:40.384 INFO O| Jun 04 21:08:40.384 INFO STEP 169 (remove_files) COMPLETE
53352026-06-04T21:08:41.626Z[ recovery-image] Jun 04 21:08:40.384 INFO O| Jun 04 21:08:40.384 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-06-04T21:08:41.634Z[ recovery-image] Jun 04 21:08:40.392 INFO O| Jun 04 21:08:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53372026-06-04T21:08:41.634Z[ recovery-image] Jun 04 21:08:40.392 INFO O| Jun 04 21:08:40.392 INFO STEP 170 (remove_files) COMPLETE
53382026-06-04T21:08:41.634Z[ recovery-image] Jun 04 21:08:40.392 INFO O| Jun 04 21:08:40.392 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-06-04T21:08:41.643Z[ recovery-image] Jun 04 21:08:40.400 INFO O| Jun 04 21:08:40.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53402026-06-04T21:08:41.643Z[ recovery-image] Jun 04 21:08:40.400 INFO O| Jun 04 21:08:40.400 INFO STEP 171 (remove_files) COMPLETE
53412026-06-04T21:08:41.643Z[ recovery-image] Jun 04 21:08:40.400 INFO O| Jun 04 21:08:40.400 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-06-04T21:08:41.650Z[ recovery-image] Jun 04 21:08:40.408 INFO O| Jun 04 21:08:40.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53432026-06-04T21:08:41.650Z[ recovery-image] Jun 04 21:08:40.408 INFO O| Jun 04 21:08:40.408 INFO STEP 172 (remove_files) COMPLETE
53442026-06-04T21:08:41.653Z[ recovery-image] Jun 04 21:08:40.408 INFO O| Jun 04 21:08:40.408 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-06-04T21:08:41.658Z[ recovery-image] Jun 04 21:08:40.416 INFO O| Jun 04 21:08:40.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53462026-06-04T21:08:41.658Z[ recovery-image] Jun 04 21:08:40.416 INFO O| Jun 04 21:08:40.416 INFO STEP 173 (remove_files) COMPLETE
53472026-06-04T21:08:41.658Z[ recovery-image] Jun 04 21:08:40.416 INFO O| Jun 04 21:08:40.416 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-06-04T21:08:41.667Z[ recovery-image] Jun 04 21:08:40.425 INFO O| Jun 04 21:08:40.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53492026-06-04T21:08:41.667Z[ recovery-image] Jun 04 21:08:40.425 INFO O| Jun 04 21:08:40.425 INFO STEP 174 (remove_files) COMPLETE
53502026-06-04T21:08:41.670Z[ recovery-image] Jun 04 21:08:40.425 INFO O| Jun 04 21:08:40.425 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-06-04T21:08:41.675Z[ recovery-image] Jun 04 21:08:40.433 INFO O| Jun 04 21:08:40.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53522026-06-04T21:08:41.675Z[ recovery-image] Jun 04 21:08:40.433 INFO O| Jun 04 21:08:40.433 INFO STEP 175 (remove_files) COMPLETE
53532026-06-04T21:08:41.678Z[ recovery-image] Jun 04 21:08:40.433 INFO O| Jun 04 21:08:40.433 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-06-04T21:08:41.683Z[ recovery-image] Jun 04 21:08:40.441 INFO O| Jun 04 21:08:40.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53552026-06-04T21:08:41.686Z[ recovery-image] Jun 04 21:08:40.442 INFO O| Jun 04 21:08:40.442 INFO STEP 176 (remove_files) COMPLETE
53562026-06-04T21:08:41.686Z[ recovery-image] Jun 04 21:08:40.442 INFO O| Jun 04 21:08:40.442 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-06-04T21:08:41.691Z[ recovery-image] Jun 04 21:08:40.449 INFO O| Jun 04 21:08:40.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53582026-06-04T21:08:41.691Z[ recovery-image] Jun 04 21:08:40.449 INFO O| Jun 04 21:08:40.449 INFO STEP 177 (remove_files) COMPLETE
53592026-06-04T21:08:41.691Z[ recovery-image] Jun 04 21:08:40.449 INFO O| Jun 04 21:08:40.449 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-06-04T21:08:41.703Z[ recovery-image] Jun 04 21:08:40.457 INFO O| Jun 04 21:08:40.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53612026-06-04T21:08:41.703Z[ recovery-image] Jun 04 21:08:40.457 INFO O| Jun 04 21:08:40.457 INFO STEP 178 (remove_files) COMPLETE
53622026-06-04T21:08:41.703Z[ recovery-image] Jun 04 21:08:40.457 INFO O| Jun 04 21:08:40.457 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-06-04T21:08:41.707Z[ recovery-image] Jun 04 21:08:40.464 INFO O| Jun 04 21:08:40.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53642026-06-04T21:08:41.707Z[ recovery-image] Jun 04 21:08:40.464 INFO O| Jun 04 21:08:40.464 INFO STEP 179 (remove_files) COMPLETE
53652026-06-04T21:08:41.707Z[ recovery-image] Jun 04 21:08:40.464 INFO O| Jun 04 21:08:40.464 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-06-04T21:08:41.716Z[ recovery-image] Jun 04 21:08:40.472 INFO O| Jun 04 21:08:40.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53672026-06-04T21:08:41.716Z[ recovery-image] Jun 04 21:08:40.472 INFO O| Jun 04 21:08:40.472 INFO STEP 180 (remove_files) COMPLETE
53682026-06-04T21:08:41.716Z[ recovery-image] Jun 04 21:08:40.472 INFO O| Jun 04 21:08:40.472 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-06-04T21:08:41.722Z[ recovery-image] Jun 04 21:08:40.480 INFO O| Jun 04 21:08:40.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53702026-06-04T21:08:41.722Z[ recovery-image] Jun 04 21:08:40.480 INFO O| Jun 04 21:08:40.480 INFO STEP 181 (remove_files) COMPLETE
53712026-06-04T21:08:41.722Z[ recovery-image] Jun 04 21:08:40.480 INFO O| Jun 04 21:08:40.480 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-06-04T21:08:41.735Z[ recovery-image] Jun 04 21:08:40.489 INFO O| Jun 04 21:08:40.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53732026-06-04T21:08:41.735Z[ recovery-image] Jun 04 21:08:40.489 INFO O| Jun 04 21:08:40.489 INFO STEP 182 (remove_files) COMPLETE
53742026-06-04T21:08:41.738Z[ recovery-image] Jun 04 21:08:40.489 INFO O| Jun 04 21:08:40.489 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-06-04T21:08:41.741Z[ recovery-image] Jun 04 21:08:40.499 INFO O| Jun 04 21:08:40.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53762026-06-04T21:08:41.741Z[ recovery-image] Jun 04 21:08:40.499 INFO O| Jun 04 21:08:40.499 INFO STEP 183 (remove_files) COMPLETE
53772026-06-04T21:08:41.741Z[ recovery-image] Jun 04 21:08:40.499 INFO O| Jun 04 21:08:40.499 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-06-04T21:08:41.750Z[ recovery-image] Jun 04 21:08:40.508 INFO O| Jun 04 21:08:40.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53792026-06-04T21:08:41.750Z[ recovery-image] Jun 04 21:08:40.508 INFO O| Jun 04 21:08:40.508 INFO STEP 184 (remove_files) COMPLETE
53802026-06-04T21:08:41.750Z[ recovery-image] Jun 04 21:08:40.508 INFO O| Jun 04 21:08:40.508 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-06-04T21:08:41.759Z[ recovery-image] Jun 04 21:08:40.516 INFO O| Jun 04 21:08:40.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53822026-06-04T21:08:41.759Z[ recovery-image] Jun 04 21:08:40.516 INFO O| Jun 04 21:08:40.516 INFO STEP 185 (remove_files) COMPLETE
53832026-06-04T21:08:41.759Z[ recovery-image] Jun 04 21:08:40.516 INFO O| Jun 04 21:08:40.516 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-06-04T21:08:41.767Z[ recovery-image] Jun 04 21:08:40.525 INFO O| Jun 04 21:08:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53852026-06-04T21:08:41.767Z[ recovery-image] Jun 04 21:08:40.525 INFO O| Jun 04 21:08:40.525 INFO STEP 186 (remove_files) COMPLETE
53862026-06-04T21:08:41.771Z[ recovery-image] Jun 04 21:08:40.525 INFO O| Jun 04 21:08:40.525 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-06-04T21:08:41.777Z[ recovery-image] Jun 04 21:08:40.535 INFO O| Jun 04 21:08:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53882026-06-04T21:08:41.777Z[ recovery-image] Jun 04 21:08:40.535 INFO O| Jun 04 21:08:40.535 INFO STEP 187 (remove_files) COMPLETE
53892026-06-04T21:08:41.777Z[ recovery-image] Jun 04 21:08:40.535 INFO O| Jun 04 21:08:40.535 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-06-04T21:08:41.787Z[ recovery-image] Jun 04 21:08:40.545 INFO O| Jun 04 21:08:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53912026-06-04T21:08:41.787Z[ recovery-image] Jun 04 21:08:40.545 INFO O| Jun 04 21:08:40.545 INFO STEP 188 (remove_files) COMPLETE
53922026-06-04T21:08:41.787Z[ recovery-image] Jun 04 21:08:40.545 INFO O| Jun 04 21:08:40.545 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-06-04T21:08:41.796Z[ recovery-image] Jun 04 21:08:40.554 INFO O| Jun 04 21:08:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53942026-06-04T21:08:41.796Z[ recovery-image] Jun 04 21:08:40.554 INFO O| Jun 04 21:08:40.554 INFO STEP 189 (remove_files) COMPLETE
53952026-06-04T21:08:41.796Z[ recovery-image] Jun 04 21:08:40.554 INFO O| Jun 04 21:08:40.554 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-06-04T21:08:41.806Z[ recovery-image] Jun 04 21:08:40.563 INFO O| Jun 04 21:08:40.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53972026-06-04T21:08:41.806Z[ recovery-image] Jun 04 21:08:40.564 INFO O| Jun 04 21:08:40.564 INFO STEP 190 (remove_files) COMPLETE
53982026-06-04T21:08:41.806Z[ recovery-image] Jun 04 21:08:40.564 INFO O| Jun 04 21:08:40.564 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-06-04T21:08:41.813Z[ recovery-image] Jun 04 21:08:40.571 INFO O| Jun 04 21:08:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54002026-06-04T21:08:41.813Z[ recovery-image] Jun 04 21:08:40.571 INFO O| Jun 04 21:08:40.571 INFO STEP 191 (remove_files) COMPLETE
54012026-06-04T21:08:41.817Z[ recovery-image] Jun 04 21:08:40.571 INFO O| Jun 04 21:08:40.571 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-06-04T21:08:41.821Z[ recovery-image] Jun 04 21:08:40.579 INFO O| Jun 04 21:08:40.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54032026-06-04T21:08:41.821Z[ recovery-image] Jun 04 21:08:40.579 INFO O| Jun 04 21:08:40.579 INFO STEP 192 (remove_files) COMPLETE
54042026-06-04T21:08:41.821Z[ recovery-image] Jun 04 21:08:40.579 INFO O| Jun 04 21:08:40.579 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-06-04T21:08:41.829Z[ recovery-image] Jun 04 21:08:40.587 INFO O| Jun 04 21:08:40.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54062026-06-04T21:08:41.829Z[ recovery-image] Jun 04 21:08:40.587 INFO O| Jun 04 21:08:40.587 INFO STEP 193 (remove_files) COMPLETE
54072026-06-04T21:08:41.833Z[ recovery-image] Jun 04 21:08:40.587 INFO O| Jun 04 21:08:40.587 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-06-04T21:08:41.837Z[ recovery-image] Jun 04 21:08:40.595 INFO O| Jun 04 21:08:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54092026-06-04T21:08:41.837Z[ recovery-image] Jun 04 21:08:40.595 INFO O| Jun 04 21:08:40.595 INFO STEP 194 (remove_files) COMPLETE
54102026-06-04T21:08:41.837Z[ recovery-image] Jun 04 21:08:40.595 INFO O| Jun 04 21:08:40.595 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-06-04T21:08:41.845Z[ recovery-image] Jun 04 21:08:40.603 INFO O| Jun 04 21:08:40.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54122026-06-04T21:08:41.845Z[ recovery-image] Jun 04 21:08:40.603 INFO O| Jun 04 21:08:40.603 INFO STEP 195 (remove_files) COMPLETE
54132026-06-04T21:08:41.848Z[ recovery-image] Jun 04 21:08:40.603 INFO O| Jun 04 21:08:40.603 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-06-04T21:08:41.853Z[ recovery-image] Jun 04 21:08:40.611 INFO O| Jun 04 21:08:40.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54152026-06-04T21:08:41.853Z[ recovery-image] Jun 04 21:08:40.611 INFO O| Jun 04 21:08:40.611 INFO STEP 196 (remove_files) COMPLETE
54162026-06-04T21:08:41.853Z[ recovery-image] Jun 04 21:08:40.611 INFO O| Jun 04 21:08:40.611 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-06-04T21:08:41.860Z[ recovery-image] Jun 04 21:08:40.619 INFO O| Jun 04 21:08:40.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54182026-06-04T21:08:41.861Z[ recovery-image] Jun 04 21:08:40.619 INFO O| Jun 04 21:08:40.619 INFO STEP 197 (remove_files) COMPLETE
54192026-06-04T21:08:41.861Z[ recovery-image] Jun 04 21:08:40.619 INFO O| Jun 04 21:08:40.619 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-06-04T21:08:41.870Z[ recovery-image] Jun 04 21:08:40.626 INFO O| Jun 04 21:08:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54212026-06-04T21:08:41.870Z[ recovery-image] Jun 04 21:08:40.626 INFO O| Jun 04 21:08:40.626 INFO STEP 198 (remove_files) COMPLETE
54222026-06-04T21:08:41.870Z[ recovery-image] Jun 04 21:08:40.626 INFO O| Jun 04 21:08:40.626 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-06-04T21:08:41.876Z[ recovery-image] Jun 04 21:08:40.634 INFO O| Jun 04 21:08:40.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54242026-06-04T21:08:41.876Z[ recovery-image] Jun 04 21:08:40.634 INFO O| Jun 04 21:08:40.634 INFO STEP 199 (remove_files) COMPLETE
54252026-06-04T21:08:41.876Z[ recovery-image] Jun 04 21:08:40.634 INFO O| Jun 04 21:08:40.634 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-06-04T21:08:41.886Z[ recovery-image] Jun 04 21:08:40.644 INFO O| Jun 04 21:08:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54272026-06-04T21:08:41.886Z[ recovery-image] Jun 04 21:08:40.644 INFO O| Jun 04 21:08:40.644 INFO STEP 200 (remove_files) COMPLETE
54282026-06-04T21:08:41.886Z[ recovery-image] Jun 04 21:08:40.644 INFO O| Jun 04 21:08:40.644 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-06-04T21:08:41.896Z[ recovery-image] Jun 04 21:08:40.654 INFO O| Jun 04 21:08:40.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54302026-06-04T21:08:41.896Z[ recovery-image] Jun 04 21:08:40.654 INFO O| Jun 04 21:08:40.654 INFO STEP 201 (remove_files) COMPLETE
54312026-06-04T21:08:41.896Z[ recovery-image] Jun 04 21:08:40.654 INFO O| Jun 04 21:08:40.654 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-06-04T21:08:41.905Z[ recovery-image] Jun 04 21:08:40.663 INFO O| Jun 04 21:08:40.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54332026-06-04T21:08:41.905Z[ recovery-image] Jun 04 21:08:40.663 INFO O| Jun 04 21:08:40.663 INFO STEP 202 (remove_files) COMPLETE
54342026-06-04T21:08:41.905Z[ recovery-image] Jun 04 21:08:40.663 INFO O| Jun 04 21:08:40.663 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-06-04T21:08:41.914Z[ recovery-image] Jun 04 21:08:40.672 INFO O| Jun 04 21:08:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54362026-06-04T21:08:41.914Z[ recovery-image] Jun 04 21:08:40.672 INFO O| Jun 04 21:08:40.672 INFO STEP 203 (remove_files) COMPLETE
54372026-06-04T21:08:41.914Z[ recovery-image] Jun 04 21:08:40.672 INFO O| Jun 04 21:08:40.672 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-06-04T21:08:41.924Z[ recovery-image] Jun 04 21:08:40.682 INFO O| Jun 04 21:08:40.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54392026-06-04T21:08:41.924Z[ recovery-image] Jun 04 21:08:40.682 INFO O| Jun 04 21:08:40.682 INFO STEP 204 (remove_files) COMPLETE
54402026-06-04T21:08:41.924Z[ recovery-image] Jun 04 21:08:40.682 INFO O| Jun 04 21:08:40.682 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.691 INFO O| Jun 04 21:08:40.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54422026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.691 INFO O| Jun 04 21:08:40.691 INFO STEP 205 (remove_files) COMPLETE
54432026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.691 INFO O| Jun 04 21:08:40.691 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.700 INFO O| Jun 04 21:08:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54452026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.700 INFO O| Jun 04 21:08:40.700 INFO STEP 206 (remove_files) COMPLETE
54462026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.700 INFO O| Jun 04 21:08:40.700 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.708 INFO O| Jun 04 21:08:40.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54482026-06-04T21:08:42.005Z[ recovery-image] Jun 04 21:08:40.708 INFO O| Jun 04 21:08:40.708 INFO STEP 207 (remove_files) COMPLETE
54492026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.708 INFO O| Jun 04 21:08:40.708 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.718 INFO O| Jun 04 21:08:40.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54512026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.718 INFO O| Jun 04 21:08:40.718 INFO STEP 208 (remove_files) COMPLETE
54522026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.718 INFO O| Jun 04 21:08:40.718 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.728 INFO O| Jun 04 21:08:40.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54542026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.728 INFO O| Jun 04 21:08:40.728 INFO STEP 209 (remove_files) COMPLETE
54552026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.728 INFO O| Jun 04 21:08:40.728 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.738 INFO O| Jun 04 21:08:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54572026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.738 INFO O| Jun 04 21:08:40.738 INFO STEP 210 (remove_files) COMPLETE
54582026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.738 INFO O| Jun 04 21:08:40.738 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.748 INFO O| Jun 04 21:08:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54602026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.748 INFO O| Jun 04 21:08:40.748 INFO STEP 211 (remove_files) COMPLETE
54612026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.748 INFO O| Jun 04 21:08:40.748 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.758 INFO O| Jun 04 21:08:40.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54632026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.758 INFO O| Jun 04 21:08:40.758 INFO STEP 212 (remove_files) COMPLETE
54642026-06-04T21:08:42.006Z[ recovery-image] Jun 04 21:08:40.758 INFO O| Jun 04 21:08:40.758 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-06-04T21:08:42.009Z[ recovery-image] Jun 04 21:08:40.767 INFO O| Jun 04 21:08:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54662026-06-04T21:08:42.009Z[ recovery-image] Jun 04 21:08:40.767 INFO O| Jun 04 21:08:40.767 INFO STEP 213 (remove_files) COMPLETE
54672026-06-04T21:08:42.012Z[ recovery-image] Jun 04 21:08:40.767 INFO O| Jun 04 21:08:40.767 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-06-04T21:08:42.019Z[ recovery-image] Jun 04 21:08:40.776 INFO O| Jun 04 21:08:40.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54692026-06-04T21:08:42.019Z[ recovery-image] Jun 04 21:08:40.776 INFO O| Jun 04 21:08:40.776 INFO STEP 214 (remove_files) COMPLETE
54702026-06-04T21:08:42.019Z[ recovery-image] Jun 04 21:08:40.776 INFO O| Jun 04 21:08:40.776 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-06-04T21:08:42.027Z[ recovery-image] Jun 04 21:08:40.784 INFO O| Jun 04 21:08:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54722026-06-04T21:08:42.027Z[ recovery-image] Jun 04 21:08:40.785 INFO O| Jun 04 21:08:40.785 INFO STEP 215 (remove_files) COMPLETE
54732026-06-04T21:08:42.027Z[ recovery-image] Jun 04 21:08:40.785 INFO O| Jun 04 21:08:40.785 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-06-04T21:08:42.034Z[ recovery-image] Jun 04 21:08:40.792 INFO O| Jun 04 21:08:40.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54752026-06-04T21:08:42.034Z[ recovery-image] Jun 04 21:08:40.792 INFO O| Jun 04 21:08:40.792 INFO STEP 216 (remove_files) COMPLETE
54762026-06-04T21:08:42.035Z[ recovery-image] Jun 04 21:08:40.792 INFO O| Jun 04 21:08:40.792 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-06-04T21:08:42.042Z[ recovery-image] Jun 04 21:08:40.800 INFO O| Jun 04 21:08:40.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54782026-06-04T21:08:42.042Z[ recovery-image] Jun 04 21:08:40.800 INFO O| Jun 04 21:08:40.800 INFO STEP 217 (remove_files) COMPLETE
54792026-06-04T21:08:42.042Z[ recovery-image] Jun 04 21:08:40.800 INFO O| Jun 04 21:08:40.800 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-06-04T21:08:42.049Z[ recovery-image] Jun 04 21:08:40.807 INFO O| Jun 04 21:08:40.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54812026-06-04T21:08:42.049Z[ recovery-image] Jun 04 21:08:40.807 INFO O| Jun 04 21:08:40.807 INFO STEP 218 (remove_files) COMPLETE
54822026-06-04T21:08:42.049Z[ recovery-image] Jun 04 21:08:40.807 INFO O| Jun 04 21:08:40.807 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-06-04T21:08:42.056Z[ recovery-image] Jun 04 21:08:40.814 INFO O| Jun 04 21:08:40.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54842026-06-04T21:08:42.056Z[ recovery-image] Jun 04 21:08:40.814 INFO O| Jun 04 21:08:40.814 INFO STEP 219 (remove_files) COMPLETE
54852026-06-04T21:08:42.056Z[ recovery-image] Jun 04 21:08:40.814 INFO O| Jun 04 21:08:40.814 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-06-04T21:08:42.064Z[ recovery-image] Jun 04 21:08:40.822 INFO O| Jun 04 21:08:40.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54872026-06-04T21:08:42.064Z[ recovery-image] Jun 04 21:08:40.822 INFO O| Jun 04 21:08:40.822 INFO STEP 220 (remove_files) COMPLETE
54882026-06-04T21:08:42.067Z[ recovery-image] Jun 04 21:08:40.822 INFO O| Jun 04 21:08:40.822 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-06-04T21:08:42.074Z[ recovery-image] Jun 04 21:08:40.832 INFO O| Jun 04 21:08:40.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54902026-06-04T21:08:42.074Z[ recovery-image] Jun 04 21:08:40.832 INFO O| Jun 04 21:08:40.832 INFO STEP 221 (remove_files) COMPLETE
54912026-06-04T21:08:42.074Z[ recovery-image] Jun 04 21:08:40.832 INFO O| Jun 04 21:08:40.832 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-06-04T21:08:42.085Z[ recovery-image] Jun 04 21:08:40.842 INFO O| Jun 04 21:08:40.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54932026-06-04T21:08:42.085Z[ recovery-image] Jun 04 21:08:40.843 INFO O| Jun 04 21:08:40.842 INFO STEP 222 (remove_files) COMPLETE
54942026-06-04T21:08:42.088Z[ recovery-image] Jun 04 21:08:40.843 INFO O| Jun 04 21:08:40.843 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-06-04T21:08:42.094Z[ recovery-image] Jun 04 21:08:40.852 INFO O| Jun 04 21:08:40.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54962026-06-04T21:08:42.094Z[ recovery-image] Jun 04 21:08:40.852 INFO O| Jun 04 21:08:40.852 INFO STEP 223 (remove_files) COMPLETE
54972026-06-04T21:08:42.098Z[ recovery-image] Jun 04 21:08:40.852 INFO O| Jun 04 21:08:40.852 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-06-04T21:08:42.103Z[ recovery-image] Jun 04 21:08:40.861 INFO O| Jun 04 21:08:40.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54992026-06-04T21:08:42.103Z[ recovery-image] Jun 04 21:08:40.861 INFO O| Jun 04 21:08:40.861 INFO STEP 224 (remove_files) COMPLETE
55002026-06-04T21:08:42.103Z[ recovery-image] Jun 04 21:08:40.861 INFO O| Jun 04 21:08:40.861 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-06-04T21:08:42.113Z[ recovery-image] Jun 04 21:08:40.870 INFO O| Jun 04 21:08:40.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55022026-06-04T21:08:42.113Z[ recovery-image] Jun 04 21:08:40.870 INFO O| Jun 04 21:08:40.870 INFO STEP 225 (remove_files) COMPLETE
55032026-06-04T21:08:42.116Z[ recovery-image] Jun 04 21:08:40.870 INFO O| Jun 04 21:08:40.870 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-06-04T21:08:42.122Z[ recovery-image] Jun 04 21:08:40.880 INFO O| Jun 04 21:08:40.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55052026-06-04T21:08:42.125Z[ recovery-image] Jun 04 21:08:40.881 INFO O| Jun 04 21:08:40.881 INFO STEP 226 (remove_files) COMPLETE
55062026-06-04T21:08:42.125Z[ recovery-image] Jun 04 21:08:40.881 INFO O| Jun 04 21:08:40.881 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-06-04T21:08:42.131Z[ recovery-image] Jun 04 21:08:40.889 INFO O| Jun 04 21:08:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55082026-06-04T21:08:42.131Z[ recovery-image] Jun 04 21:08:40.889 INFO O| Jun 04 21:08:40.889 INFO STEP 227 (remove_files) COMPLETE
55092026-06-04T21:08:42.131Z[ recovery-image] Jun 04 21:08:40.889 INFO O| Jun 04 21:08:40.889 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-06-04T21:08:42.139Z[ recovery-image] Jun 04 21:08:40.897 INFO O| Jun 04 21:08:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55112026-06-04T21:08:42.139Z[ recovery-image] Jun 04 21:08:40.898 INFO O| Jun 04 21:08:40.897 INFO STEP 228 (remove_files) COMPLETE
55122026-06-04T21:08:42.140Z[ recovery-image] Jun 04 21:08:40.898 INFO O| Jun 04 21:08:40.897 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-06-04T21:08:42.147Z[ recovery-image] Jun 04 21:08:40.905 INFO O| Jun 04 21:08:40.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55142026-06-04T21:08:42.147Z[ recovery-image] Jun 04 21:08:40.905 INFO O| Jun 04 21:08:40.905 INFO STEP 229 (remove_files) COMPLETE
55152026-06-04T21:08:42.150Z[ recovery-image] Jun 04 21:08:40.905 INFO O| Jun 04 21:08:40.905 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-06-04T21:08:42.155Z[ recovery-image] Jun 04 21:08:40.913 INFO O| Jun 04 21:08:40.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55172026-06-04T21:08:42.155Z[ recovery-image] Jun 04 21:08:40.913 INFO O| Jun 04 21:08:40.913 INFO STEP 230 (remove_files) COMPLETE
55182026-06-04T21:08:42.158Z[ recovery-image] Jun 04 21:08:40.913 INFO O| Jun 04 21:08:40.913 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-06-04T21:08:42.165Z[ recovery-image] Jun 04 21:08:40.921 INFO O| Jun 04 21:08:40.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55202026-06-04T21:08:42.165Z[ recovery-image] Jun 04 21:08:40.921 INFO O| Jun 04 21:08:40.921 INFO STEP 231 (remove_files) COMPLETE
55212026-06-04T21:08:42.168Z[ recovery-image] Jun 04 21:08:40.921 INFO O| Jun 04 21:08:40.921 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-06-04T21:08:42.171Z[ recovery-image] Jun 04 21:08:40.928 INFO O| Jun 04 21:08:40.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55232026-06-04T21:08:42.171Z[ recovery-image] Jun 04 21:08:40.928 INFO O| Jun 04 21:08:40.928 INFO STEP 232 (remove_files) COMPLETE
55242026-06-04T21:08:42.171Z[ recovery-image] Jun 04 21:08:40.928 INFO O| Jun 04 21:08:40.928 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-06-04T21:08:42.177Z[ recovery-image] Jun 04 21:08:40.935 INFO O| Jun 04 21:08:40.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55262026-06-04T21:08:42.177Z[ recovery-image] Jun 04 21:08:40.935 INFO O| Jun 04 21:08:40.935 INFO STEP 233 (remove_files) COMPLETE
55272026-06-04T21:08:42.177Z[ recovery-image] Jun 04 21:08:40.935 INFO O| Jun 04 21:08:40.935 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-06-04T21:08:42.184Z[ recovery-image] Jun 04 21:08:40.942 INFO O| Jun 04 21:08:40.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55292026-06-04T21:08:42.184Z[ recovery-image] Jun 04 21:08:40.942 INFO O| Jun 04 21:08:40.942 INFO STEP 234 (remove_files) COMPLETE
55302026-06-04T21:08:42.187Z[ recovery-image] Jun 04 21:08:40.942 INFO O| Jun 04 21:08:40.942 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-06-04T21:08:42.192Z[ recovery-image] Jun 04 21:08:40.950 INFO O| Jun 04 21:08:40.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55322026-06-04T21:08:42.192Z[ recovery-image] Jun 04 21:08:40.950 INFO O| Jun 04 21:08:40.950 INFO STEP 235 (remove_files) COMPLETE
55332026-06-04T21:08:42.192Z[ recovery-image] Jun 04 21:08:40.950 INFO O| Jun 04 21:08:40.950 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-06-04T21:08:42.199Z[ recovery-image] Jun 04 21:08:40.957 INFO O| Jun 04 21:08:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55352026-06-04T21:08:42.199Z[ recovery-image] Jun 04 21:08:40.957 INFO O| Jun 04 21:08:40.957 INFO STEP 236 (remove_files) COMPLETE
55362026-06-04T21:08:42.202Z[ recovery-image] Jun 04 21:08:40.957 INFO O| Jun 04 21:08:40.957 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-06-04T21:08:42.207Z[ recovery-image] Jun 04 21:08:40.965 INFO O| Jun 04 21:08:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55382026-06-04T21:08:42.207Z[ recovery-image] Jun 04 21:08:40.965 INFO O| Jun 04 21:08:40.965 INFO STEP 237 (remove_files) COMPLETE
55392026-06-04T21:08:42.207Z[ recovery-image] Jun 04 21:08:40.965 INFO O| Jun 04 21:08:40.965 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-06-04T21:08:42.215Z[ recovery-image] Jun 04 21:08:40.973 INFO O| Jun 04 21:08:40.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55412026-06-04T21:08:42.215Z[ recovery-image] Jun 04 21:08:40.973 INFO O| Jun 04 21:08:40.973 INFO STEP 238 (remove_files) COMPLETE
55422026-06-04T21:08:42.215Z[ recovery-image] Jun 04 21:08:40.973 INFO O| Jun 04 21:08:40.973 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-06-04T21:08:42.223Z[ recovery-image] Jun 04 21:08:40.981 INFO O| Jun 04 21:08:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55442026-06-04T21:08:42.223Z[ recovery-image] Jun 04 21:08:40.981 INFO O| Jun 04 21:08:40.981 INFO STEP 239 (remove_files) COMPLETE
55452026-06-04T21:08:42.226Z[ recovery-image] Jun 04 21:08:40.981 INFO O| Jun 04 21:08:40.981 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-06-04T21:08:42.230Z[ recovery-image] Jun 04 21:08:40.988 INFO O| Jun 04 21:08:40.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55472026-06-04T21:08:42.230Z[ recovery-image] Jun 04 21:08:40.988 INFO O| Jun 04 21:08:40.988 INFO STEP 240 (remove_files) COMPLETE
55482026-06-04T21:08:42.230Z[ recovery-image] Jun 04 21:08:40.988 INFO O| Jun 04 21:08:40.988 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-06-04T21:08:42.237Z[ recovery-image] Jun 04 21:08:40.995 INFO O| Jun 04 21:08:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55502026-06-04T21:08:42.237Z[ recovery-image] Jun 04 21:08:40.995 INFO O| Jun 04 21:08:40.995 INFO STEP 241 (remove_files) COMPLETE
55512026-06-04T21:08:42.237Z[ recovery-image] Jun 04 21:08:40.995 INFO O| Jun 04 21:08:40.995 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-06-04T21:08:42.245Z[ recovery-image] Jun 04 21:08:41.003 INFO O| Jun 04 21:08:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55532026-06-04T21:08:42.245Z[ recovery-image] Jun 04 21:08:41.003 INFO O| Jun 04 21:08:41.003 INFO STEP 242 (remove_files) COMPLETE
55542026-06-04T21:08:42.245Z[ recovery-image] Jun 04 21:08:41.003 INFO O| Jun 04 21:08:41.003 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-06-04T21:08:42.253Z[ recovery-image] Jun 04 21:08:41.011 INFO O| Jun 04 21:08:41.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55562026-06-04T21:08:42.253Z[ recovery-image] Jun 04 21:08:41.011 INFO O| Jun 04 21:08:41.011 INFO STEP 243 (remove_files) COMPLETE
55572026-06-04T21:08:42.256Z[ recovery-image] Jun 04 21:08:41.011 INFO O| Jun 04 21:08:41.011 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-06-04T21:08:42.263Z[ recovery-image] Jun 04 21:08:41.021 INFO O| Jun 04 21:08:41.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55592026-06-04T21:08:42.263Z[ recovery-image] Jun 04 21:08:41.021 INFO O| Jun 04 21:08:41.021 INFO STEP 244 (remove_files) COMPLETE
55602026-06-04T21:08:42.263Z[ recovery-image] Jun 04 21:08:41.021 INFO O| Jun 04 21:08:41.021 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-06-04T21:08:42.273Z[ recovery-image] Jun 04 21:08:41.030 INFO O| Jun 04 21:08:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55622026-06-04T21:08:42.273Z[ recovery-image] Jun 04 21:08:41.031 INFO O| Jun 04 21:08:41.030 INFO STEP 245 (remove_files) COMPLETE
55632026-06-04T21:08:42.275Z[ recovery-image] Jun 04 21:08:41.031 INFO O| Jun 04 21:08:41.031 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-06-04T21:08:42.286Z[ recovery-image] Jun 04 21:08:41.040 INFO O| Jun 04 21:08:41.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55652026-06-04T21:08:42.286Z[ recovery-image] Jun 04 21:08:41.040 INFO O| Jun 04 21:08:41.040 INFO STEP 246 (remove_files) COMPLETE
55662026-06-04T21:08:42.286Z[ recovery-image] Jun 04 21:08:41.040 INFO O| Jun 04 21:08:41.040 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-06-04T21:08:42.291Z[ recovery-image] Jun 04 21:08:41.049 INFO O| Jun 04 21:08:41.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55682026-06-04T21:08:42.291Z[ recovery-image] Jun 04 21:08:41.049 INFO O| Jun 04 21:08:41.049 INFO STEP 247 (remove_files) COMPLETE
55692026-06-04T21:08:42.291Z[ recovery-image] Jun 04 21:08:41.049 INFO O| Jun 04 21:08:41.049 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-06-04T21:08:42.348Z[ recovery-image] Jun 04 21:08:41.092 INFO O| Jun 04 21:08:41.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55712026-06-04T21:08:42.351Z[ recovery-image] Jun 04 21:08:41.106 INFO O| Jun 04 21:08:41.106 INFO STEP 248 (remove_files) COMPLETE
55722026-06-04T21:08:42.351Z[ recovery-image] Jun 04 21:08:41.106 INFO O| Jun 04 21:08:41.106 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-06-04T21:08:42.361Z[ recovery-image] Jun 04 21:08:41.119 INFO O| Jun 04 21:08:41.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55742026-06-04T21:08:42.361Z[ recovery-image] Jun 04 21:08:41.119 INFO O| Jun 04 21:08:41.119 INFO STEP 249 (remove_files) COMPLETE
55752026-06-04T21:08:42.361Z[ recovery-image] Jun 04 21:08:41.119 INFO O| Jun 04 21:08:41.119 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-06-04T21:08:42.370Z[ recovery-image] Jun 04 21:08:41.127 INFO O| Jun 04 21:08:41.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55772026-06-04T21:08:42.370Z[ recovery-image] Jun 04 21:08:41.128 INFO O| Jun 04 21:08:41.128 INFO STEP 250 (remove_files) COMPLETE
55782026-06-04T21:08:42.370Z[ recovery-image] Jun 04 21:08:41.128 INFO O| Jun 04 21:08:41.128 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-06-04T21:08:42.378Z[ recovery-image] Jun 04 21:08:41.136 INFO O| Jun 04 21:08:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55802026-06-04T21:08:42.378Z[ recovery-image] Jun 04 21:08:41.136 INFO O| Jun 04 21:08:41.136 INFO STEP 251 (remove_files) COMPLETE
55812026-06-04T21:08:42.378Z[ recovery-image] Jun 04 21:08:41.136 INFO O| Jun 04 21:08:41.136 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-06-04T21:08:42.388Z[ recovery-image] Jun 04 21:08:41.146 INFO O| Jun 04 21:08:41.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55832026-06-04T21:08:42.388Z[ recovery-image] Jun 04 21:08:41.146 INFO O| Jun 04 21:08:41.146 INFO STEP 252 (remove_files) COMPLETE
55842026-06-04T21:08:42.388Z[ recovery-image] Jun 04 21:08:41.146 INFO O| Jun 04 21:08:41.146 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-06-04T21:08:42.397Z[ recovery-image] Jun 04 21:08:41.155 INFO O| Jun 04 21:08:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55862026-06-04T21:08:42.397Z[ recovery-image] Jun 04 21:08:41.155 INFO O| Jun 04 21:08:41.155 INFO STEP 253 (remove_files) COMPLETE
55872026-06-04T21:08:42.397Z[ recovery-image] Jun 04 21:08:41.155 INFO O| Jun 04 21:08:41.155 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-06-04T21:08:42.406Z[ recovery-image] Jun 04 21:08:41.164 INFO O| Jun 04 21:08:41.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55892026-06-04T21:08:42.406Z[ recovery-image] Jun 04 21:08:41.164 INFO O| Jun 04 21:08:41.164 INFO STEP 254 (remove_files) COMPLETE
55902026-06-04T21:08:42.406Z[ recovery-image] Jun 04 21:08:41.164 INFO O| Jun 04 21:08:41.164 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-06-04T21:08:42.415Z[ recovery-image] Jun 04 21:08:41.173 INFO O| Jun 04 21:08:41.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55922026-06-04T21:08:42.415Z[ recovery-image] Jun 04 21:08:41.173 INFO O| Jun 04 21:08:41.173 INFO STEP 255 (remove_files) COMPLETE
55932026-06-04T21:08:42.416Z[ recovery-image] Jun 04 21:08:41.173 INFO O| Jun 04 21:08:41.173 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-06-04T21:08:42.427Z[ recovery-image] Jun 04 21:08:41.182 INFO O| Jun 04 21:08:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55952026-06-04T21:08:42.427Z[ recovery-image] Jun 04 21:08:41.183 INFO O| Jun 04 21:08:41.183 INFO STEP 256 (remove_files) COMPLETE
55962026-06-04T21:08:42.427Z[ recovery-image] Jun 04 21:08:41.183 INFO O| Jun 04 21:08:41.183 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-06-04T21:08:42.433Z[ recovery-image] Jun 04 21:08:41.191 INFO O| Jun 04 21:08:41.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55982026-06-04T21:08:42.433Z[ recovery-image] Jun 04 21:08:41.191 INFO O| Jun 04 21:08:41.191 INFO STEP 257 (remove_files) COMPLETE
55992026-06-04T21:08:42.433Z[ recovery-image] Jun 04 21:08:41.191 INFO O| Jun 04 21:08:41.191 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-06-04T21:08:42.441Z[ recovery-image] Jun 04 21:08:41.199 INFO O| Jun 04 21:08:41.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56012026-06-04T21:08:42.442Z[ recovery-image] Jun 04 21:08:41.199 INFO O| Jun 04 21:08:41.199 INFO STEP 258 (remove_files) COMPLETE
56022026-06-04T21:08:42.442Z[ recovery-image] Jun 04 21:08:41.200 INFO O| Jun 04 21:08:41.199 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-06-04T21:08:42.450Z[ recovery-image] Jun 04 21:08:41.208 INFO O| Jun 04 21:08:41.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56042026-06-04T21:08:42.450Z[ recovery-image] Jun 04 21:08:41.208 INFO O| Jun 04 21:08:41.208 INFO STEP 259 (remove_files) COMPLETE
56052026-06-04T21:08:42.450Z[ recovery-image] Jun 04 21:08:41.208 INFO O| Jun 04 21:08:41.208 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-06-04T21:08:42.459Z[ recovery-image] Jun 04 21:08:41.216 INFO O| Jun 04 21:08:41.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56072026-06-04T21:08:42.459Z[ recovery-image] Jun 04 21:08:41.216 INFO O| Jun 04 21:08:41.216 INFO STEP 260 (remove_files) COMPLETE
56082026-06-04T21:08:42.459Z[ recovery-image] Jun 04 21:08:41.216 INFO O| Jun 04 21:08:41.216 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-06-04T21:08:42.467Z[ recovery-image] Jun 04 21:08:41.225 INFO O| Jun 04 21:08:41.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56102026-06-04T21:08:42.470Z[ recovery-image] Jun 04 21:08:41.226 INFO O| Jun 04 21:08:41.226 INFO STEP 261 (remove_files) COMPLETE
56112026-06-04T21:08:42.470Z[ recovery-image] Jun 04 21:08:41.226 INFO O| Jun 04 21:08:41.226 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-06-04T21:08:42.477Z[ recovery-image] Jun 04 21:08:41.235 INFO O| Jun 04 21:08:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56132026-06-04T21:08:42.477Z[ recovery-image] Jun 04 21:08:41.235 INFO O| Jun 04 21:08:41.235 INFO STEP 262 (remove_files) COMPLETE
56142026-06-04T21:08:42.480Z[ recovery-image] Jun 04 21:08:41.235 INFO O| Jun 04 21:08:41.235 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-06-04T21:08:42.485Z[ recovery-image] Jun 04 21:08:41.243 INFO O| Jun 04 21:08:41.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56162026-06-04T21:08:42.485Z[ recovery-image] Jun 04 21:08:41.243 INFO O| Jun 04 21:08:41.243 INFO STEP 263 (remove_files) COMPLETE
56172026-06-04T21:08:42.488Z[ recovery-image] Jun 04 21:08:41.243 INFO O| Jun 04 21:08:41.243 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-06-04T21:08:42.493Z[ recovery-image] Jun 04 21:08:41.251 INFO O| Jun 04 21:08:41.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56192026-06-04T21:08:42.496Z[ recovery-image] Jun 04 21:08:41.252 INFO O| Jun 04 21:08:41.252 INFO STEP 264 (remove_files) COMPLETE
56202026-06-04T21:08:42.496Z[ recovery-image] Jun 04 21:08:41.252 INFO O| Jun 04 21:08:41.252 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-06-04T21:08:42.502Z[ recovery-image] Jun 04 21:08:41.260 INFO O| Jun 04 21:08:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56222026-06-04T21:08:42.503Z[ recovery-image] Jun 04 21:08:41.260 INFO O| Jun 04 21:08:41.260 INFO STEP 265 (remove_files) COMPLETE
56232026-06-04T21:08:42.506Z[ recovery-image] Jun 04 21:08:41.260 INFO O| Jun 04 21:08:41.260 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-06-04T21:08:42.510Z[ recovery-image] Jun 04 21:08:41.268 INFO O| Jun 04 21:08:41.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56252026-06-04T21:08:42.510Z[ recovery-image] Jun 04 21:08:41.268 INFO O| Jun 04 21:08:41.268 INFO STEP 266 (remove_files) COMPLETE
56262026-06-04T21:08:42.513Z[ recovery-image] Jun 04 21:08:41.268 INFO O| Jun 04 21:08:41.268 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-06-04T21:08:42.519Z[ recovery-image] Jun 04 21:08:41.277 INFO O| Jun 04 21:08:41.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56282026-06-04T21:08:42.519Z[ recovery-image] Jun 04 21:08:41.277 INFO O| Jun 04 21:08:41.277 INFO STEP 267 (remove_files) COMPLETE
56292026-06-04T21:08:42.521Z[ recovery-image] Jun 04 21:08:41.277 INFO O| Jun 04 21:08:41.277 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-06-04T21:08:42.527Z[ recovery-image] Jun 04 21:08:41.285 INFO O| Jun 04 21:08:41.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56312026-06-04T21:08:42.527Z[ recovery-image] Jun 04 21:08:41.285 INFO O| Jun 04 21:08:41.285 INFO STEP 268 (remove_files) COMPLETE
56322026-06-04T21:08:42.530Z[ recovery-image] Jun 04 21:08:41.285 INFO O| Jun 04 21:08:41.285 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-06-04T21:08:42.535Z[ recovery-image] Jun 04 21:08:41.293 INFO O| Jun 04 21:08:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56342026-06-04T21:08:42.535Z[ recovery-image] Jun 04 21:08:41.293 INFO O| Jun 04 21:08:41.293 INFO STEP 269 (remove_files) COMPLETE
56352026-06-04T21:08:42.538Z[ recovery-image] Jun 04 21:08:41.293 INFO O| Jun 04 21:08:41.293 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-06-04T21:08:42.543Z[ recovery-image] Jun 04 21:08:41.301 INFO O| Jun 04 21:08:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56372026-06-04T21:08:42.543Z[ recovery-image] Jun 04 21:08:41.302 INFO O| Jun 04 21:08:41.302 INFO STEP 270 (remove_files) COMPLETE
56382026-06-04T21:08:42.547Z[ recovery-image] Jun 04 21:08:41.302 INFO O| Jun 04 21:08:41.302 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-06-04T21:08:42.552Z[ recovery-image] Jun 04 21:08:41.310 INFO O| Jun 04 21:08:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56402026-06-04T21:08:42.552Z[ recovery-image] Jun 04 21:08:41.310 INFO O| Jun 04 21:08:41.310 INFO STEP 271 (remove_files) COMPLETE
56412026-06-04T21:08:42.555Z[ recovery-image] Jun 04 21:08:41.310 INFO O| Jun 04 21:08:41.310 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-06-04T21:08:42.560Z[ recovery-image] Jun 04 21:08:41.319 INFO O| Jun 04 21:08:41.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56432026-06-04T21:08:42.560Z[ recovery-image] Jun 04 21:08:41.319 INFO O| Jun 04 21:08:41.319 INFO STEP 272 (remove_files) COMPLETE
56442026-06-04T21:08:42.563Z[ recovery-image] Jun 04 21:08:41.319 INFO O| Jun 04 21:08:41.319 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-06-04T21:08:42.569Z[ recovery-image] Jun 04 21:08:41.327 INFO O| Jun 04 21:08:41.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56462026-06-04T21:08:42.569Z[ recovery-image] Jun 04 21:08:41.327 INFO O| Jun 04 21:08:41.327 INFO STEP 273 (remove_files) COMPLETE
56472026-06-04T21:08:42.569Z[ recovery-image] Jun 04 21:08:41.327 INFO O| Jun 04 21:08:41.327 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-06-04T21:08:42.580Z[ recovery-image] Jun 04 21:08:41.338 INFO O| Jun 04 21:08:41.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56492026-06-04T21:08:42.580Z[ recovery-image] Jun 04 21:08:41.338 INFO O| Jun 04 21:08:41.338 INFO STEP 274 (remove_files) COMPLETE
56502026-06-04T21:08:42.583Z[ recovery-image] Jun 04 21:08:41.338 INFO O| Jun 04 21:08:41.338 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-06-04T21:08:42.589Z[ recovery-image] Jun 04 21:08:41.347 INFO O| Jun 04 21:08:41.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56522026-06-04T21:08:42.589Z[ recovery-image] Jun 04 21:08:41.347 INFO O| Jun 04 21:08:41.347 INFO STEP 275 (remove_files) COMPLETE
56532026-06-04T21:08:42.592Z[ recovery-image] Jun 04 21:08:41.347 INFO O| Jun 04 21:08:41.347 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-06-04T21:08:42.598Z[ recovery-image] Jun 04 21:08:41.356 INFO O| Jun 04 21:08:41.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56552026-06-04T21:08:42.598Z[ recovery-image] Jun 04 21:08:41.356 INFO O| Jun 04 21:08:41.356 INFO STEP 276 (remove_files) COMPLETE
56562026-06-04T21:08:42.601Z[ recovery-image] Jun 04 21:08:41.356 INFO O| Jun 04 21:08:41.356 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-06-04T21:08:42.606Z[ recovery-image] Jun 04 21:08:41.364 INFO O| Jun 04 21:08:41.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56582026-06-04T21:08:42.606Z[ recovery-image] Jun 04 21:08:41.364 INFO O| Jun 04 21:08:41.364 INFO STEP 277 (remove_files) COMPLETE
56592026-06-04T21:08:42.606Z[ recovery-image] Jun 04 21:08:41.364 INFO O| Jun 04 21:08:41.364 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-06-04T21:08:42.616Z[ recovery-image] Jun 04 21:08:41.373 INFO O| Jun 04 21:08:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56612026-06-04T21:08:42.616Z[ recovery-image] Jun 04 21:08:41.373 INFO O| Jun 04 21:08:41.373 INFO STEP 278 (remove_files) COMPLETE
56622026-06-04T21:08:42.622Z[ recovery-image] Jun 04 21:08:41.373 INFO O| Jun 04 21:08:41.373 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-06-04T21:08:42.625Z[ recovery-image] Jun 04 21:08:41.382 INFO O| Jun 04 21:08:41.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56642026-06-04T21:08:42.625Z[ recovery-image] Jun 04 21:08:41.382 INFO O| Jun 04 21:08:41.382 INFO STEP 279 (remove_files) COMPLETE
56652026-06-04T21:08:42.625Z[ recovery-image] Jun 04 21:08:41.382 INFO O| Jun 04 21:08:41.382 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-06-04T21:08:42.635Z[ recovery-image] Jun 04 21:08:41.393 INFO O| Jun 04 21:08:41.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56672026-06-04T21:08:42.635Z[ recovery-image] Jun 04 21:08:41.393 INFO O| Jun 04 21:08:41.393 INFO STEP 280 (remove_files) COMPLETE
56682026-06-04T21:08:42.635Z[ recovery-image] Jun 04 21:08:41.393 INFO O| Jun 04 21:08:41.393 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-06-04T21:08:42.644Z[ recovery-image] Jun 04 21:08:41.401 INFO O| Jun 04 21:08:41.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56702026-06-04T21:08:42.644Z[ recovery-image] Jun 04 21:08:41.401 INFO O| Jun 04 21:08:41.401 INFO STEP 281 (remove_files) COMPLETE
56712026-06-04T21:08:42.644Z[ recovery-image] Jun 04 21:08:41.401 INFO O| Jun 04 21:08:41.401 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-06-04T21:08:42.652Z[ recovery-image] Jun 04 21:08:41.410 INFO O| Jun 04 21:08:41.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56732026-06-04T21:08:42.652Z[ recovery-image] Jun 04 21:08:41.410 INFO O| Jun 04 21:08:41.410 INFO STEP 282 (remove_files) COMPLETE
56742026-06-04T21:08:42.652Z[ recovery-image] Jun 04 21:08:41.410 INFO O| Jun 04 21:08:41.410 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-06-04T21:08:42.661Z[ recovery-image] Jun 04 21:08:41.419 INFO O| Jun 04 21:08:41.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56762026-06-04T21:08:42.661Z[ recovery-image] Jun 04 21:08:41.419 INFO O| Jun 04 21:08:41.419 INFO STEP 283 (remove_files) COMPLETE
56772026-06-04T21:08:42.661Z[ recovery-image] Jun 04 21:08:41.419 INFO O| Jun 04 21:08:41.419 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-06-04T21:08:42.683Z[ recovery-image] Jun 04 21:08:41.441 INFO O| Jun 04 21:08:41.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56792026-06-04T21:08:42.683Z[ recovery-image] Jun 04 21:08:41.441 INFO O| Jun 04 21:08:41.441 INFO STEP 284 (remove_files) COMPLETE
56802026-06-04T21:08:42.683Z[ recovery-image] Jun 04 21:08:41.441 INFO O| Jun 04 21:08:41.441 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-06-04T21:08:42.693Z[ recovery-image] Jun 04 21:08:41.451 INFO O| Jun 04 21:08:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56822026-06-04T21:08:42.693Z[ recovery-image] Jun 04 21:08:41.451 INFO O| Jun 04 21:08:41.451 INFO STEP 285 (remove_files) COMPLETE
56832026-06-04T21:08:42.693Z[ recovery-image] Jun 04 21:08:41.451 INFO O| Jun 04 21:08:41.451 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-06-04T21:08:42.702Z[ recovery-image] Jun 04 21:08:41.460 INFO O| Jun 04 21:08:41.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56852026-06-04T21:08:42.702Z[ recovery-image] Jun 04 21:08:41.460 INFO O| Jun 04 21:08:41.460 INFO STEP 286 (remove_files) COMPLETE
56862026-06-04T21:08:42.702Z[ recovery-image] Jun 04 21:08:41.460 INFO O| Jun 04 21:08:41.460 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-06-04T21:08:42.725Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56882026-06-04T21:08:42.725Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.469 INFO STEP 287 (remove_files) COMPLETE
56892026-06-04T21:08:42.725Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.469 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-06-04T21:08:42.728Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56912026-06-04T21:08:42.728Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.478 INFO STEP 288 (remove_files) COMPLETE
56922026-06-04T21:08:42.728Z[ recovery-image] Jun 04 21:08:41.483 INFO O| Jun 04 21:08:41.478 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-06-04T21:08:42.731Z[ recovery-image] Jun 04 21:08:41.488 INFO O| Jun 04 21:08:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56942026-06-04T21:08:42.731Z[ recovery-image] Jun 04 21:08:41.488 INFO O| Jun 04 21:08:41.488 INFO STEP 289 (remove_files) COMPLETE
56952026-06-04T21:08:42.731Z[ recovery-image] Jun 04 21:08:41.488 INFO O| Jun 04 21:08:41.488 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-06-04T21:08:42.738Z[ recovery-image] Jun 04 21:08:41.496 INFO O| Jun 04 21:08:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56972026-06-04T21:08:42.738Z[ recovery-image] Jun 04 21:08:41.496 INFO O| Jun 04 21:08:41.496 INFO STEP 290 (remove_files) COMPLETE
56982026-06-04T21:08:42.741Z[ recovery-image] Jun 04 21:08:41.496 INFO O| Jun 04 21:08:41.496 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-06-04T21:08:42.746Z[ recovery-image] Jun 04 21:08:41.504 INFO O| Jun 04 21:08:41.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57002026-06-04T21:08:42.749Z[ recovery-image] Jun 04 21:08:41.505 INFO O| Jun 04 21:08:41.505 INFO STEP 291 (remove_files) COMPLETE
57012026-06-04T21:08:42.749Z[ recovery-image] Jun 04 21:08:41.505 INFO O| Jun 04 21:08:41.505 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-06-04T21:08:42.756Z[ recovery-image] Jun 04 21:08:41.514 INFO O| Jun 04 21:08:41.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57032026-06-04T21:08:42.756Z[ recovery-image] Jun 04 21:08:41.514 INFO O| Jun 04 21:08:41.514 INFO STEP 292 (remove_files) COMPLETE
57042026-06-04T21:08:42.759Z[ recovery-image] Jun 04 21:08:41.514 INFO O| Jun 04 21:08:41.514 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-06-04T21:08:42.764Z[ recovery-image] Jun 04 21:08:41.522 INFO O| Jun 04 21:08:41.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57062026-06-04T21:08:42.764Z[ recovery-image] Jun 04 21:08:41.522 INFO O| Jun 04 21:08:41.522 INFO STEP 293 (remove_files) COMPLETE
57072026-06-04T21:08:42.764Z[ recovery-image] Jun 04 21:08:41.522 INFO O| Jun 04 21:08:41.522 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-06-04T21:08:42.773Z[ recovery-image] Jun 04 21:08:41.531 INFO O| Jun 04 21:08:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57092026-06-04T21:08:42.773Z[ recovery-image] Jun 04 21:08:41.532 INFO O| Jun 04 21:08:41.532 INFO STEP 294 (remove_files) COMPLETE
57102026-06-04T21:08:42.773Z[ recovery-image] Jun 04 21:08:41.532 INFO O| Jun 04 21:08:41.532 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-06-04T21:08:42.783Z[ recovery-image] Jun 04 21:08:41.541 INFO O| Jun 04 21:08:41.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57122026-06-04T21:08:42.783Z[ recovery-image] Jun 04 21:08:41.541 INFO O| Jun 04 21:08:41.541 INFO STEP 295 (remove_files) COMPLETE
57132026-06-04T21:08:42.786Z[ recovery-image] Jun 04 21:08:41.541 INFO O| Jun 04 21:08:41.541 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-06-04T21:08:42.792Z[ recovery-image] Jun 04 21:08:41.550 INFO O| Jun 04 21:08:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57152026-06-04T21:08:42.792Z[ recovery-image] Jun 04 21:08:41.550 INFO O| Jun 04 21:08:41.550 INFO STEP 296 (remove_files) COMPLETE
57162026-06-04T21:08:42.795Z[ recovery-image] Jun 04 21:08:41.550 INFO O| Jun 04 21:08:41.550 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-06-04T21:08:42.802Z[ recovery-image] Jun 04 21:08:41.559 INFO O| Jun 04 21:08:41.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57182026-06-04T21:08:42.802Z[ recovery-image] Jun 04 21:08:41.559 INFO O| Jun 04 21:08:41.559 INFO STEP 297 (remove_files) COMPLETE
57192026-06-04T21:08:42.802Z[ recovery-image] Jun 04 21:08:41.559 INFO O| Jun 04 21:08:41.559 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-06-04T21:08:42.810Z[ recovery-image] Jun 04 21:08:41.568 INFO O| Jun 04 21:08:41.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57212026-06-04T21:08:42.810Z[ recovery-image] Jun 04 21:08:41.568 INFO O| Jun 04 21:08:41.568 INFO STEP 298 (remove_files) COMPLETE
57222026-06-04T21:08:42.810Z[ recovery-image] Jun 04 21:08:41.568 INFO O| Jun 04 21:08:41.568 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-06-04T21:08:42.818Z[ recovery-image] Jun 04 21:08:41.576 INFO O| Jun 04 21:08:41.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57242026-06-04T21:08:42.818Z[ recovery-image] Jun 04 21:08:41.576 INFO O| Jun 04 21:08:41.576 INFO STEP 299 (remove_files) COMPLETE
57252026-06-04T21:08:42.821Z[ recovery-image] Jun 04 21:08:41.576 INFO O| Jun 04 21:08:41.576 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-06-04T21:08:42.827Z[ recovery-image] Jun 04 21:08:41.584 INFO O| Jun 04 21:08:41.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57272026-06-04T21:08:42.827Z[ recovery-image] Jun 04 21:08:41.584 INFO O| Jun 04 21:08:41.584 INFO STEP 300 (remove_files) COMPLETE
57282026-06-04T21:08:42.827Z[ recovery-image] Jun 04 21:08:41.584 INFO O| Jun 04 21:08:41.584 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-06-04T21:08:42.837Z[ recovery-image] Jun 04 21:08:41.594 INFO O| Jun 04 21:08:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57302026-06-04T21:08:42.837Z[ recovery-image] Jun 04 21:08:41.594 INFO O| Jun 04 21:08:41.594 INFO STEP 301 (remove_files) COMPLETE
57312026-06-04T21:08:42.837Z[ recovery-image] Jun 04 21:08:41.594 INFO O| Jun 04 21:08:41.594 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-06-04T21:08:42.845Z[ recovery-image] Jun 04 21:08:41.603 INFO O| Jun 04 21:08:41.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57332026-06-04T21:08:42.845Z[ recovery-image] Jun 04 21:08:41.603 INFO O| Jun 04 21:08:41.603 INFO STEP 302 (remove_files) COMPLETE
57342026-06-04T21:08:42.845Z[ recovery-image] Jun 04 21:08:41.603 INFO O| Jun 04 21:08:41.603 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-06-04T21:08:42.853Z[ recovery-image] Jun 04 21:08:41.611 INFO O| Jun 04 21:08:41.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57362026-06-04T21:08:42.854Z[ recovery-image] Jun 04 21:08:41.612 INFO O| Jun 04 21:08:41.612 INFO STEP 303 (remove_files) COMPLETE
57372026-06-04T21:08:42.854Z[ recovery-image] Jun 04 21:08:41.612 INFO O| Jun 04 21:08:41.612 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-06-04T21:08:42.862Z[ recovery-image] Jun 04 21:08:41.620 INFO O| Jun 04 21:08:41.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57392026-06-04T21:08:42.862Z[ recovery-image] Jun 04 21:08:41.620 INFO O| Jun 04 21:08:41.620 INFO STEP 304 (remove_files) COMPLETE
57402026-06-04T21:08:42.862Z[ recovery-image] Jun 04 21:08:41.620 INFO O| Jun 04 21:08:41.620 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-06-04T21:08:42.871Z[ recovery-image] Jun 04 21:08:41.629 INFO O| Jun 04 21:08:41.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57422026-06-04T21:08:42.871Z[ recovery-image] Jun 04 21:08:41.629 INFO O| Jun 04 21:08:41.629 INFO STEP 305 (remove_files) COMPLETE
57432026-06-04T21:08:42.871Z[ recovery-image] Jun 04 21:08:41.629 INFO O| Jun 04 21:08:41.629 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-06-04T21:08:42.882Z[ recovery-image] Jun 04 21:08:41.640 INFO O| Jun 04 21:08:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57452026-06-04T21:08:42.882Z[ recovery-image] Jun 04 21:08:41.640 INFO O| Jun 04 21:08:41.640 INFO STEP 306 (remove_files) COMPLETE
57462026-06-04T21:08:42.882Z[ recovery-image] Jun 04 21:08:41.640 INFO O| Jun 04 21:08:41.640 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-06-04T21:08:42.891Z[ recovery-image] Jun 04 21:08:41.649 INFO O| Jun 04 21:08:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57482026-06-04T21:08:42.891Z[ recovery-image] Jun 04 21:08:41.649 INFO O| Jun 04 21:08:41.649 INFO STEP 307 (remove_files) COMPLETE
57492026-06-04T21:08:42.894Z[ recovery-image] Jun 04 21:08:41.649 INFO O| Jun 04 21:08:41.649 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-06-04T21:08:42.900Z[ recovery-image] Jun 04 21:08:41.658 INFO O| Jun 04 21:08:41.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57512026-06-04T21:08:42.900Z[ recovery-image] Jun 04 21:08:41.658 INFO O| Jun 04 21:08:41.658 INFO STEP 308 (remove_files) COMPLETE
57522026-06-04T21:08:42.900Z[ recovery-image] Jun 04 21:08:41.658 INFO O| Jun 04 21:08:41.658 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-06-04T21:08:42.910Z[ recovery-image] Jun 04 21:08:41.668 INFO O| Jun 04 21:08:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57542026-06-04T21:08:42.910Z[ recovery-image] Jun 04 21:08:41.668 INFO O| Jun 04 21:08:41.668 INFO STEP 309 (remove_files) COMPLETE
57552026-06-04T21:08:42.913Z[ recovery-image] Jun 04 21:08:41.668 INFO O| Jun 04 21:08:41.668 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-06-04T21:08:42.919Z[ recovery-image] Jun 04 21:08:41.677 INFO O| Jun 04 21:08:41.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57572026-06-04T21:08:42.919Z[ recovery-image] Jun 04 21:08:41.677 INFO O| Jun 04 21:08:41.677 INFO STEP 310 (remove_files) COMPLETE
57582026-06-04T21:08:42.919Z[ recovery-image] Jun 04 21:08:41.677 INFO O| Jun 04 21:08:41.677 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-06-04T21:08:42.929Z[ recovery-image] Jun 04 21:08:41.686 INFO O| Jun 04 21:08:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57602026-06-04T21:08:42.929Z[ recovery-image] Jun 04 21:08:41.686 INFO O| Jun 04 21:08:41.686 INFO STEP 311 (remove_files) COMPLETE
57612026-06-04T21:08:42.929Z[ recovery-image] Jun 04 21:08:41.686 INFO O| Jun 04 21:08:41.686 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-06-04T21:08:42.936Z[ recovery-image] Jun 04 21:08:41.694 INFO O| Jun 04 21:08:41.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57632026-06-04T21:08:42.936Z[ recovery-image] Jun 04 21:08:41.694 INFO O| Jun 04 21:08:41.694 INFO STEP 312 (remove_files) COMPLETE
57642026-06-04T21:08:42.941Z[ recovery-image] Jun 04 21:08:41.694 INFO O| Jun 04 21:08:41.694 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-06-04T21:08:42.945Z[ recovery-image] Jun 04 21:08:41.703 INFO O| Jun 04 21:08:41.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57662026-06-04T21:08:42.945Z[ recovery-image] Jun 04 21:08:41.703 INFO O| Jun 04 21:08:41.703 INFO STEP 313 (remove_files) COMPLETE
57672026-06-04T21:08:42.948Z[ recovery-image] Jun 04 21:08:41.703 INFO O| Jun 04 21:08:41.703 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-06-04T21:08:42.952Z[ recovery-image] Jun 04 21:08:41.711 INFO O| Jun 04 21:08:41.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57692026-06-04T21:08:42.957Z[ recovery-image] Jun 04 21:08:41.711 INFO O| Jun 04 21:08:41.711 INFO STEP 314 (remove_files) COMPLETE
57702026-06-04T21:08:42.957Z[ recovery-image] Jun 04 21:08:41.711 INFO O| Jun 04 21:08:41.711 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-06-04T21:08:42.963Z[ recovery-image] Jun 04 21:08:41.720 INFO O| Jun 04 21:08:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57722026-06-04T21:08:42.963Z[ recovery-image] Jun 04 21:08:41.720 INFO O| Jun 04 21:08:41.720 INFO STEP 315 (remove_files) COMPLETE
57732026-06-04T21:08:42.963Z[ recovery-image] Jun 04 21:08:41.720 INFO O| Jun 04 21:08:41.720 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-06-04T21:08:42.971Z[ recovery-image] Jun 04 21:08:41.729 INFO O| Jun 04 21:08:41.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57752026-06-04T21:08:42.971Z[ recovery-image] Jun 04 21:08:41.729 INFO O| Jun 04 21:08:41.729 INFO STEP 316 (remove_files) COMPLETE
57762026-06-04T21:08:42.971Z[ recovery-image] Jun 04 21:08:41.729 INFO O| Jun 04 21:08:41.729 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-06-04T21:08:42.979Z[ recovery-image] Jun 04 21:08:41.737 INFO O| Jun 04 21:08:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57782026-06-04T21:08:42.979Z[ recovery-image] Jun 04 21:08:41.737 INFO O| Jun 04 21:08:41.737 INFO STEP 317 (remove_files) COMPLETE
57792026-06-04T21:08:42.982Z[ recovery-image] Jun 04 21:08:41.737 INFO O| Jun 04 21:08:41.737 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-06-04T21:08:42.988Z[ recovery-image] Jun 04 21:08:41.746 INFO O| Jun 04 21:08:41.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57812026-06-04T21:08:42.988Z[ recovery-image] Jun 04 21:08:41.746 INFO O| Jun 04 21:08:41.746 INFO STEP 318 (remove_files) COMPLETE
57822026-06-04T21:08:42.988Z[ recovery-image] Jun 04 21:08:41.746 INFO O| Jun 04 21:08:41.746 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-06-04T21:08:42.996Z[ recovery-image] Jun 04 21:08:41.754 INFO O| Jun 04 21:08:41.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57842026-06-04T21:08:42.996Z[ recovery-image] Jun 04 21:08:41.754 INFO O| Jun 04 21:08:41.754 INFO STEP 319 (remove_files) COMPLETE
57852026-06-04T21:08:42.996Z[ recovery-image] Jun 04 21:08:41.754 INFO O| Jun 04 21:08:41.754 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-06-04T21:08:43.006Z[ recovery-image] Jun 04 21:08:41.763 INFO O| Jun 04 21:08:41.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57872026-06-04T21:08:43.006Z[ recovery-image] Jun 04 21:08:41.763 INFO O| Jun 04 21:08:41.763 INFO STEP 320 (remove_files) COMPLETE
57882026-06-04T21:08:43.006Z[ recovery-image] Jun 04 21:08:41.763 INFO O| Jun 04 21:08:41.763 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-06-04T21:08:43.014Z[ recovery-image] Jun 04 21:08:41.772 INFO O| Jun 04 21:08:41.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57902026-06-04T21:08:43.014Z[ recovery-image] Jun 04 21:08:41.772 INFO O| Jun 04 21:08:41.772 INFO STEP 321 (remove_files) COMPLETE
57912026-06-04T21:08:43.014Z[ recovery-image] Jun 04 21:08:41.772 INFO O| Jun 04 21:08:41.772 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-06-04T21:08:43.023Z[ recovery-image] Jun 04 21:08:41.781 INFO O| Jun 04 21:08:41.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57932026-06-04T21:08:43.023Z[ recovery-image] Jun 04 21:08:41.781 INFO O| Jun 04 21:08:41.781 INFO STEP 322 (remove_files) COMPLETE
57942026-06-04T21:08:43.027Z[ recovery-image] Jun 04 21:08:41.781 INFO O| Jun 04 21:08:41.781 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-06-04T21:08:43.032Z[ recovery-image] Jun 04 21:08:41.790 INFO O| Jun 04 21:08:41.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57962026-06-04T21:08:43.032Z[ recovery-image] Jun 04 21:08:41.790 INFO O| Jun 04 21:08:41.790 INFO STEP 323 (remove_files) COMPLETE
57972026-06-04T21:08:43.035Z[ recovery-image] Jun 04 21:08:41.790 INFO O| Jun 04 21:08:41.790 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-06-04T21:08:43.041Z[ recovery-image] Jun 04 21:08:41.799 INFO O| Jun 04 21:08:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57992026-06-04T21:08:43.041Z[ recovery-image] Jun 04 21:08:41.799 INFO O| Jun 04 21:08:41.799 INFO STEP 324 (remove_files) COMPLETE
58002026-06-04T21:08:43.044Z[ recovery-image] Jun 04 21:08:41.799 INFO O| Jun 04 21:08:41.799 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-06-04T21:08:43.050Z[ recovery-image] Jun 04 21:08:41.808 INFO O| Jun 04 21:08:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58022026-06-04T21:08:43.050Z[ recovery-image] Jun 04 21:08:41.808 INFO O| Jun 04 21:08:41.808 INFO STEP 325 (remove_files) COMPLETE
58032026-06-04T21:08:43.053Z[ recovery-image] Jun 04 21:08:41.808 INFO O| Jun 04 21:08:41.808 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-06-04T21:08:43.059Z[ recovery-image] Jun 04 21:08:41.817 INFO O| Jun 04 21:08:41.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58052026-06-04T21:08:43.059Z[ recovery-image] Jun 04 21:08:41.817 INFO O| Jun 04 21:08:41.817 INFO STEP 326 (remove_files) COMPLETE
58062026-06-04T21:08:43.059Z[ recovery-image] Jun 04 21:08:41.817 INFO O| Jun 04 21:08:41.817 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-06-04T21:08:43.068Z[ recovery-image] Jun 04 21:08:41.826 INFO O| Jun 04 21:08:41.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58082026-06-04T21:08:43.068Z[ recovery-image] Jun 04 21:08:41.826 INFO O| Jun 04 21:08:41.826 INFO STEP 327 (remove_files) COMPLETE
58092026-06-04T21:08:43.071Z[ recovery-image] Jun 04 21:08:41.826 INFO O| Jun 04 21:08:41.826 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-06-04T21:08:43.077Z[ recovery-image] Jun 04 21:08:41.835 INFO O| Jun 04 21:08:41.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58112026-06-04T21:08:43.077Z[ recovery-image] Jun 04 21:08:41.835 INFO O| Jun 04 21:08:41.835 INFO STEP 328 (remove_files) COMPLETE
58122026-06-04T21:08:43.080Z[ recovery-image] Jun 04 21:08:41.835 INFO O| Jun 04 21:08:41.835 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-06-04T21:08:43.085Z[ recovery-image] Jun 04 21:08:41.843 INFO O| Jun 04 21:08:41.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58142026-06-04T21:08:43.085Z[ recovery-image] Jun 04 21:08:41.843 INFO O| Jun 04 21:08:41.843 INFO STEP 329 (remove_files) COMPLETE
58152026-06-04T21:08:43.085Z[ recovery-image] Jun 04 21:08:41.843 INFO O| Jun 04 21:08:41.843 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-06-04T21:08:43.093Z[ recovery-image] Jun 04 21:08:41.851 INFO O| Jun 04 21:08:41.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58172026-06-04T21:08:43.093Z[ recovery-image] Jun 04 21:08:41.851 INFO O| Jun 04 21:08:41.851 INFO STEP 330 (remove_files) COMPLETE
58182026-06-04T21:08:43.096Z[ recovery-image] Jun 04 21:08:41.851 INFO O| Jun 04 21:08:41.851 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-06-04T21:08:43.101Z[ recovery-image] Jun 04 21:08:41.859 INFO O| Jun 04 21:08:41.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58202026-06-04T21:08:43.101Z[ recovery-image] Jun 04 21:08:41.859 INFO O| Jun 04 21:08:41.859 INFO STEP 331 (remove_files) COMPLETE
58212026-06-04T21:08:43.101Z[ recovery-image] Jun 04 21:08:41.859 INFO O| Jun 04 21:08:41.859 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-06-04T21:08:43.109Z[ recovery-image] Jun 04 21:08:41.867 INFO O| Jun 04 21:08:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58232026-06-04T21:08:43.109Z[ recovery-image] Jun 04 21:08:41.867 INFO O| Jun 04 21:08:41.867 INFO STEP 332 (remove_files) COMPLETE
58242026-06-04T21:08:43.109Z[ recovery-image] Jun 04 21:08:41.867 INFO O| Jun 04 21:08:41.867 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-06-04T21:08:43.117Z[ recovery-image] Jun 04 21:08:41.874 INFO O| Jun 04 21:08:41.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58262026-06-04T21:08:43.117Z[ recovery-image] Jun 04 21:08:41.875 INFO O| Jun 04 21:08:41.875 INFO STEP 333 (remove_files) COMPLETE
58272026-06-04T21:08:43.117Z[ recovery-image] Jun 04 21:08:41.875 INFO O| Jun 04 21:08:41.875 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-06-04T21:08:43.124Z[ recovery-image] Jun 04 21:08:41.882 INFO O| Jun 04 21:08:41.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58292026-06-04T21:08:43.124Z[ recovery-image] Jun 04 21:08:41.882 INFO O| Jun 04 21:08:41.882 INFO STEP 334 (remove_files) COMPLETE
58302026-06-04T21:08:43.124Z[ recovery-image] Jun 04 21:08:41.882 INFO O| Jun 04 21:08:41.882 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-06-04T21:08:43.132Z[ recovery-image] Jun 04 21:08:41.890 INFO O| Jun 04 21:08:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58322026-06-04T21:08:43.132Z[ recovery-image] Jun 04 21:08:41.890 INFO O| Jun 04 21:08:41.890 INFO STEP 335 (remove_files) COMPLETE
58332026-06-04T21:08:43.135Z[ recovery-image] Jun 04 21:08:41.890 INFO O| Jun 04 21:08:41.890 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-06-04T21:08:43.142Z[ recovery-image] Jun 04 21:08:41.897 INFO O| Jun 04 21:08:41.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58352026-06-04T21:08:43.142Z[ recovery-image] Jun 04 21:08:41.898 INFO O| Jun 04 21:08:41.897 INFO STEP 336 (remove_files) COMPLETE
58362026-06-04T21:08:43.151Z[ recovery-image] Jun 04 21:08:41.898 INFO O| Jun 04 21:08:41.898 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-06-04T21:08:43.156Z[ recovery-image] Jun 04 21:08:41.905 INFO O| Jun 04 21:08:41.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58382026-06-04T21:08:43.156Z[ recovery-image] Jun 04 21:08:41.905 INFO O| Jun 04 21:08:41.905 INFO STEP 337 (remove_files) COMPLETE
58392026-06-04T21:08:43.156Z[ recovery-image] Jun 04 21:08:41.905 INFO O| Jun 04 21:08:41.905 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-06-04T21:08:43.160Z[ recovery-image] Jun 04 21:08:41.913 INFO O| Jun 04 21:08:41.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58412026-06-04T21:08:43.160Z[ recovery-image] Jun 04 21:08:41.913 INFO O| Jun 04 21:08:41.913 INFO STEP 338 (remove_files) COMPLETE
58422026-06-04T21:08:43.160Z[ recovery-image] Jun 04 21:08:41.913 INFO O| Jun 04 21:08:41.913 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-06-04T21:08:43.163Z[ recovery-image] Jun 04 21:08:41.922 INFO O| Jun 04 21:08:41.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58442026-06-04T21:08:43.164Z[ recovery-image] Jun 04 21:08:41.922 INFO O| Jun 04 21:08:41.922 INFO STEP 339 (remove_files) COMPLETE
58452026-06-04T21:08:43.164Z[ recovery-image] Jun 04 21:08:41.922 INFO O| Jun 04 21:08:41.922 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58472026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.930 INFO STEP 340 (remove_files) COMPLETE
58482026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.930 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58502026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.939 INFO STEP 341 (remove_files) COMPLETE
58512026-06-04T21:08:43.188Z[ recovery-image] Jun 04 21:08:41.944 INFO O| Jun 04 21:08:41.939 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-06-04T21:08:43.191Z[ recovery-image] Jun 04 21:08:41.948 INFO O| Jun 04 21:08:41.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58532026-06-04T21:08:43.191Z[ recovery-image] Jun 04 21:08:41.948 INFO O| Jun 04 21:08:41.948 INFO STEP 342 (remove_files) COMPLETE
58542026-06-04T21:08:43.191Z[ recovery-image] Jun 04 21:08:41.948 INFO O| Jun 04 21:08:41.948 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-06-04T21:08:43.199Z[ recovery-image] Jun 04 21:08:41.957 INFO O| Jun 04 21:08:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58562026-06-04T21:08:43.199Z[ recovery-image] Jun 04 21:08:41.957 INFO O| Jun 04 21:08:41.957 INFO STEP 343 (remove_files) COMPLETE
58572026-06-04T21:08:43.199Z[ recovery-image] Jun 04 21:08:41.957 INFO O| Jun 04 21:08:41.957 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-06-04T21:08:43.209Z[ recovery-image] Jun 04 21:08:41.966 INFO O| Jun 04 21:08:41.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58592026-06-04T21:08:43.209Z[ recovery-image] Jun 04 21:08:41.967 INFO O| Jun 04 21:08:41.966 INFO STEP 344 (remove_files) COMPLETE
58602026-06-04T21:08:43.209Z[ recovery-image] Jun 04 21:08:41.967 INFO O| Jun 04 21:08:41.967 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-06-04T21:08:43.223Z[ recovery-image] Jun 04 21:08:41.976 INFO O| Jun 04 21:08:41.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58622026-06-04T21:08:43.223Z[ recovery-image] Jun 04 21:08:41.976 INFO O| Jun 04 21:08:41.976 INFO STEP 345 (remove_files) COMPLETE
58632026-06-04T21:08:43.229Z[ recovery-image] Jun 04 21:08:41.976 INFO O| Jun 04 21:08:41.976 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-06-04T21:08:43.233Z[ recovery-image] Jun 04 21:08:41.986 INFO O| Jun 04 21:08:41.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58652026-06-04T21:08:43.233Z[ recovery-image] Jun 04 21:08:41.986 INFO O| Jun 04 21:08:41.986 INFO STEP 346 (remove_files) COMPLETE
58662026-06-04T21:08:43.233Z[ recovery-image] Jun 04 21:08:41.986 INFO O| Jun 04 21:08:41.986 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-06-04T21:08:43.238Z[ recovery-image] Jun 04 21:08:41.996 INFO O| Jun 04 21:08:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58682026-06-04T21:08:43.241Z[ recovery-image] Jun 04 21:08:41.997 INFO O| Jun 04 21:08:41.997 INFO STEP 347 (remove_files) COMPLETE
58692026-06-04T21:08:43.241Z[ recovery-image] Jun 04 21:08:41.997 INFO O| Jun 04 21:08:41.997 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-06-04T21:08:43.249Z[ recovery-image] Jun 04 21:08:42.007 INFO O| Jun 04 21:08:42.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58712026-06-04T21:08:43.249Z[ recovery-image] Jun 04 21:08:42.007 INFO O| Jun 04 21:08:42.007 INFO STEP 348 (remove_files) COMPLETE
58722026-06-04T21:08:43.249Z[ recovery-image] Jun 04 21:08:42.007 INFO O| Jun 04 21:08:42.007 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-06-04T21:08:43.258Z[ recovery-image] Jun 04 21:08:42.016 INFO O| Jun 04 21:08:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58742026-06-04T21:08:43.258Z[ recovery-image] Jun 04 21:08:42.016 INFO O| Jun 04 21:08:42.016 INFO STEP 349 (remove_files) COMPLETE
58752026-06-04T21:08:43.262Z[ recovery-image] Jun 04 21:08:42.016 INFO O| Jun 04 21:08:42.016 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-06-04T21:08:43.268Z[ recovery-image] Jun 04 21:08:42.026 INFO O| Jun 04 21:08:42.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58772026-06-04T21:08:43.268Z[ recovery-image] Jun 04 21:08:42.026 INFO O| Jun 04 21:08:42.026 INFO STEP 350 (remove_files) COMPLETE
58782026-06-04T21:08:43.273Z[ recovery-image] Jun 04 21:08:42.026 INFO O| Jun 04 21:08:42.026 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-06-04T21:08:43.277Z[ recovery-image] Jun 04 21:08:42.035 INFO O| Jun 04 21:08:42.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58802026-06-04T21:08:43.277Z[ recovery-image] Jun 04 21:08:42.035 INFO O| Jun 04 21:08:42.035 INFO STEP 351 (remove_files) COMPLETE
58812026-06-04T21:08:43.277Z[ recovery-image] Jun 04 21:08:42.035 INFO O| Jun 04 21:08:42.035 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-06-04T21:08:43.287Z[ recovery-image] Jun 04 21:08:42.044 INFO O| Jun 04 21:08:42.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58832026-06-04T21:08:43.290Z[ recovery-image] Jun 04 21:08:42.045 INFO O| Jun 04 21:08:42.045 INFO STEP 352 (remove_files) COMPLETE
58842026-06-04T21:08:43.290Z[ recovery-image] Jun 04 21:08:42.045 INFO O| Jun 04 21:08:42.045 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-06-04T21:08:43.298Z[ recovery-image] Jun 04 21:08:42.054 INFO O| Jun 04 21:08:42.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58862026-06-04T21:08:43.298Z[ recovery-image] Jun 04 21:08:42.054 INFO O| Jun 04 21:08:42.054 INFO STEP 353 (remove_files) COMPLETE
58872026-06-04T21:08:43.298Z[ recovery-image] Jun 04 21:08:42.054 INFO O| Jun 04 21:08:42.054 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-06-04T21:08:43.306Z[ recovery-image] Jun 04 21:08:42.064 INFO O| Jun 04 21:08:42.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58892026-06-04T21:08:43.306Z[ recovery-image] Jun 04 21:08:42.064 INFO O| Jun 04 21:08:42.064 INFO STEP 354 (remove_files) COMPLETE
58902026-06-04T21:08:43.309Z[ recovery-image] Jun 04 21:08:42.064 INFO O| Jun 04 21:08:42.064 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-06-04T21:08:43.316Z[ recovery-image] Jun 04 21:08:42.074 INFO O| Jun 04 21:08:42.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58922026-06-04T21:08:43.316Z[ recovery-image] Jun 04 21:08:42.074 INFO O| Jun 04 21:08:42.074 INFO STEP 355 (remove_files) COMPLETE
58932026-06-04T21:08:43.316Z[ recovery-image] Jun 04 21:08:42.074 INFO O| Jun 04 21:08:42.074 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-06-04T21:08:43.325Z[ recovery-image] Jun 04 21:08:42.083 INFO O| Jun 04 21:08:42.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58952026-06-04T21:08:43.325Z[ recovery-image] Jun 04 21:08:42.083 INFO O| Jun 04 21:08:42.083 INFO STEP 356 (remove_files) COMPLETE
58962026-06-04T21:08:43.331Z[ recovery-image] Jun 04 21:08:42.083 INFO O| Jun 04 21:08:42.083 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-06-04T21:08:43.336Z[ recovery-image] Jun 04 21:08:42.094 INFO O| Jun 04 21:08:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58982026-06-04T21:08:43.336Z[ recovery-image] Jun 04 21:08:42.094 INFO O| Jun 04 21:08:42.094 INFO STEP 357 (remove_files) COMPLETE
58992026-06-04T21:08:43.336Z[ recovery-image] Jun 04 21:08:42.094 INFO O| Jun 04 21:08:42.094 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-06-04T21:08:43.346Z[ recovery-image] Jun 04 21:08:42.104 INFO O| Jun 04 21:08:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59012026-06-04T21:08:43.346Z[ recovery-image] Jun 04 21:08:42.104 INFO O| Jun 04 21:08:42.104 INFO STEP 358 (remove_files) COMPLETE
59022026-06-04T21:08:43.346Z[ recovery-image] Jun 04 21:08:42.104 INFO O| Jun 04 21:08:42.104 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-06-04T21:08:43.356Z[ recovery-image] Jun 04 21:08:42.113 INFO O| Jun 04 21:08:42.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59042026-06-04T21:08:43.356Z[ recovery-image] Jun 04 21:08:42.113 INFO O| Jun 04 21:08:42.113 INFO STEP 359 (remove_files) COMPLETE
59052026-06-04T21:08:43.356Z[ recovery-image] Jun 04 21:08:42.113 INFO O| Jun 04 21:08:42.113 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-06-04T21:08:43.366Z[ recovery-image] Jun 04 21:08:42.124 INFO O| Jun 04 21:08:42.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59072026-06-04T21:08:43.366Z[ recovery-image] Jun 04 21:08:42.124 INFO O| Jun 04 21:08:42.124 INFO STEP 360 (remove_files) COMPLETE
59082026-06-04T21:08:43.366Z[ recovery-image] Jun 04 21:08:42.124 INFO O| Jun 04 21:08:42.124 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-06-04T21:08:43.376Z[ recovery-image] Jun 04 21:08:42.133 INFO O| Jun 04 21:08:42.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59102026-06-04T21:08:43.376Z[ recovery-image] Jun 04 21:08:42.133 INFO O| Jun 04 21:08:42.133 INFO STEP 361 (remove_files) COMPLETE
59112026-06-04T21:08:43.376Z[ recovery-image] Jun 04 21:08:42.133 INFO O| Jun 04 21:08:42.133 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-06-04T21:08:43.383Z[ recovery-image] Jun 04 21:08:42.141 INFO O| Jun 04 21:08:42.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59132026-06-04T21:08:43.383Z[ recovery-image] Jun 04 21:08:42.141 INFO O| Jun 04 21:08:42.141 INFO STEP 362 (remove_files) COMPLETE
59142026-06-04T21:08:43.383Z[ recovery-image] Jun 04 21:08:42.141 INFO O| Jun 04 21:08:42.141 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-06-04T21:08:43.390Z[ recovery-image] Jun 04 21:08:42.148 INFO O| Jun 04 21:08:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59162026-06-04T21:08:43.390Z[ recovery-image] Jun 04 21:08:42.148 INFO O| Jun 04 21:08:42.148 INFO STEP 363 (remove_files) COMPLETE
59172026-06-04T21:08:43.394Z[ recovery-image] Jun 04 21:08:42.148 INFO O| Jun 04 21:08:42.148 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-06-04T21:08:43.399Z[ recovery-image] Jun 04 21:08:42.156 INFO O| Jun 04 21:08:42.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59192026-06-04T21:08:43.399Z[ recovery-image] Jun 04 21:08:42.156 INFO O| Jun 04 21:08:42.156 INFO STEP 364 (remove_files) COMPLETE
59202026-06-04T21:08:43.402Z[ recovery-image] Jun 04 21:08:42.156 INFO O| Jun 04 21:08:42.156 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-06-04T21:08:43.405Z[ recovery-image] Jun 04 21:08:42.163 INFO O| Jun 04 21:08:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59222026-06-04T21:08:43.405Z[ recovery-image] Jun 04 21:08:42.163 INFO O| Jun 04 21:08:42.163 INFO STEP 365 (remove_files) COMPLETE
59232026-06-04T21:08:43.408Z[ recovery-image] Jun 04 21:08:42.163 INFO O| Jun 04 21:08:42.163 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-06-04T21:08:43.414Z[ recovery-image] Jun 04 21:08:42.171 INFO O| Jun 04 21:08:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59252026-06-04T21:08:43.414Z[ recovery-image] Jun 04 21:08:42.171 INFO O| Jun 04 21:08:42.171 INFO STEP 366 (remove_files) COMPLETE
59262026-06-04T21:08:43.417Z[ recovery-image] Jun 04 21:08:42.171 INFO O| Jun 04 21:08:42.171 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-06-04T21:08:43.422Z[ recovery-image] Jun 04 21:08:42.180 INFO O| Jun 04 21:08:42.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59282026-06-04T21:08:43.422Z[ recovery-image] Jun 04 21:08:42.180 INFO O| Jun 04 21:08:42.180 INFO STEP 367 (remove_files) COMPLETE
59292026-06-04T21:08:43.422Z[ recovery-image] Jun 04 21:08:42.180 INFO O| Jun 04 21:08:42.180 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-06-04T21:08:43.431Z[ recovery-image] Jun 04 21:08:42.189 INFO O| Jun 04 21:08:42.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59312026-06-04T21:08:43.431Z[ recovery-image] Jun 04 21:08:42.189 INFO O| Jun 04 21:08:42.189 INFO STEP 368 (remove_files) COMPLETE
59322026-06-04T21:08:43.431Z[ recovery-image] Jun 04 21:08:42.189 INFO O| Jun 04 21:08:42.189 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-06-04T21:08:43.441Z[ recovery-image] Jun 04 21:08:42.199 INFO O| Jun 04 21:08:42.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59342026-06-04T21:08:43.441Z[ recovery-image] Jun 04 21:08:42.199 INFO O| Jun 04 21:08:42.199 INFO STEP 369 (remove_files) COMPLETE
59352026-06-04T21:08:43.441Z[ recovery-image] Jun 04 21:08:42.199 INFO O| Jun 04 21:08:42.199 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-06-04T21:08:43.452Z[ recovery-image] Jun 04 21:08:42.210 INFO O| Jun 04 21:08:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59372026-06-04T21:08:43.452Z[ recovery-image] Jun 04 21:08:42.210 INFO O| Jun 04 21:08:42.210 INFO STEP 370 (remove_files) COMPLETE
59382026-06-04T21:08:43.452Z[ recovery-image] Jun 04 21:08:42.210 INFO O| Jun 04 21:08:42.210 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-06-04T21:08:43.462Z[ recovery-image] Jun 04 21:08:42.220 INFO O| Jun 04 21:08:42.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59402026-06-04T21:08:43.462Z[ recovery-image] Jun 04 21:08:42.220 INFO O| Jun 04 21:08:42.220 INFO STEP 371 (remove_files) COMPLETE
59412026-06-04T21:08:43.462Z[ recovery-image] Jun 04 21:08:42.220 INFO O| Jun 04 21:08:42.220 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-06-04T21:08:43.473Z[ recovery-image] Jun 04 21:08:42.231 INFO O| Jun 04 21:08:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59432026-06-04T21:08:43.473Z[ recovery-image] Jun 04 21:08:42.231 INFO O| Jun 04 21:08:42.231 INFO STEP 372 (remove_files) COMPLETE
59442026-06-04T21:08:43.473Z[ recovery-image] Jun 04 21:08:42.231 INFO O| Jun 04 21:08:42.231 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.241 INFO O| Jun 04 21:08:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59462026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.241 INFO O| Jun 04 21:08:42.241 INFO STEP 373 (remove_files) COMPLETE
59472026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.241 INFO O| Jun 04 21:08:42.241 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.251 INFO O| Jun 04 21:08:42.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59492026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.251 INFO O| Jun 04 21:08:42.251 INFO STEP 374 (remove_files) COMPLETE
59502026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.251 INFO O| Jun 04 21:08:42.251 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.261 INFO O| Jun 04 21:08:42.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59522026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.261 INFO O| Jun 04 21:08:42.261 INFO STEP 375 (remove_files) COMPLETE
59532026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.261 INFO O| Jun 04 21:08:42.261 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.269 INFO O| Jun 04 21:08:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59552026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.269 INFO O| Jun 04 21:08:42.269 INFO STEP 376 (remove_files) COMPLETE
59562026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.269 INFO O| Jun 04 21:08:42.269 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-06-04T21:08:43.545Z[ recovery-image] Jun 04 21:08:42.278 INFO O| Jun 04 21:08:42.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59582026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.278 INFO O| Jun 04 21:08:42.278 INFO STEP 377 (remove_files) COMPLETE
59592026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.278 INFO O| Jun 04 21:08:42.278 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.286 INFO O| Jun 04 21:08:42.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59612026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.286 INFO O| Jun 04 21:08:42.286 INFO STEP 378 (remove_files) COMPLETE
59622026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.286 INFO O| Jun 04 21:08:42.286 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.294 INFO O| Jun 04 21:08:42.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59642026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.294 INFO O| Jun 04 21:08:42.294 INFO STEP 379 (remove_files) COMPLETE
59652026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.294 INFO O| Jun 04 21:08:42.294 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.302 INFO O| Jun 04 21:08:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59672026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.302 INFO O| Jun 04 21:08:42.302 INFO STEP 380 (remove_files) COMPLETE
59682026-06-04T21:08:43.546Z[ recovery-image] Jun 04 21:08:42.302 INFO O| Jun 04 21:08:42.302 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-06-04T21:08:43.553Z[ recovery-image] Jun 04 21:08:42.310 INFO O| Jun 04 21:08:42.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59702026-06-04T21:08:43.553Z[ recovery-image] Jun 04 21:08:42.310 INFO O| Jun 04 21:08:42.310 INFO STEP 381 (remove_files) COMPLETE
59712026-06-04T21:08:43.553Z[ recovery-image] Jun 04 21:08:42.310 INFO O| Jun 04 21:08:42.310 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-06-04T21:08:43.560Z[ recovery-image] Jun 04 21:08:42.318 INFO O| Jun 04 21:08:42.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59732026-06-04T21:08:43.560Z[ recovery-image] Jun 04 21:08:42.318 INFO O| Jun 04 21:08:42.318 INFO STEP 382 (remove_files) COMPLETE
59742026-06-04T21:08:43.563Z[ recovery-image] Jun 04 21:08:42.318 INFO O| Jun 04 21:08:42.318 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-06-04T21:08:43.568Z[ recovery-image] Jun 04 21:08:42.326 INFO O| Jun 04 21:08:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59762026-06-04T21:08:43.568Z[ recovery-image] Jun 04 21:08:42.326 INFO O| Jun 04 21:08:42.326 INFO STEP 383 (remove_files) COMPLETE
59772026-06-04T21:08:43.568Z[ recovery-image] Jun 04 21:08:42.326 INFO O| Jun 04 21:08:42.326 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-06-04T21:08:43.576Z[ recovery-image] Jun 04 21:08:42.334 INFO O| Jun 04 21:08:42.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59792026-06-04T21:08:43.576Z[ recovery-image] Jun 04 21:08:42.334 INFO O| Jun 04 21:08:42.334 INFO STEP 384 (remove_files) COMPLETE
59802026-06-04T21:08:43.576Z[ recovery-image] Jun 04 21:08:42.334 INFO O| Jun 04 21:08:42.334 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-06-04T21:08:43.584Z[ recovery-image] Jun 04 21:08:42.342 INFO O| Jun 04 21:08:42.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59822026-06-04T21:08:43.584Z[ recovery-image] Jun 04 21:08:42.342 INFO O| Jun 04 21:08:42.342 INFO STEP 385 (remove_files) COMPLETE
59832026-06-04T21:08:43.586Z[ recovery-image] Jun 04 21:08:42.342 INFO O| Jun 04 21:08:42.342 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-06-04T21:08:43.592Z[ recovery-image] Jun 04 21:08:42.349 INFO O| Jun 04 21:08:42.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59852026-06-04T21:08:43.595Z[ recovery-image] Jun 04 21:08:42.349 INFO O| Jun 04 21:08:42.349 INFO STEP 386 (remove_files) COMPLETE
59862026-06-04T21:08:43.595Z[ recovery-image] Jun 04 21:08:42.349 INFO O| Jun 04 21:08:42.349 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-06-04T21:08:43.600Z[ recovery-image] Jun 04 21:08:42.358 INFO O| Jun 04 21:08:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59882026-06-04T21:08:43.600Z[ recovery-image] Jun 04 21:08:42.358 INFO O| Jun 04 21:08:42.358 INFO STEP 387 (remove_files) COMPLETE
59892026-06-04T21:08:43.603Z[ recovery-image] Jun 04 21:08:42.358 INFO O| Jun 04 21:08:42.358 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-06-04T21:08:43.608Z[ recovery-image] Jun 04 21:08:42.367 INFO O| Jun 04 21:08:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59912026-06-04T21:08:43.609Z[ recovery-image] Jun 04 21:08:42.367 INFO O| Jun 04 21:08:42.367 INFO STEP 388 (remove_files) COMPLETE
59922026-06-04T21:08:43.609Z[ recovery-image] Jun 04 21:08:42.367 INFO O| Jun 04 21:08:42.367 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-06-04T21:08:43.617Z[ recovery-image] Jun 04 21:08:42.375 INFO O| Jun 04 21:08:42.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59942026-06-04T21:08:43.617Z[ recovery-image] Jun 04 21:08:42.375 INFO O| Jun 04 21:08:42.375 INFO STEP 389 (remove_files) COMPLETE
59952026-06-04T21:08:43.617Z[ recovery-image] Jun 04 21:08:42.375 INFO O| Jun 04 21:08:42.375 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-06-04T21:08:43.627Z[ recovery-image] Jun 04 21:08:42.384 INFO O| Jun 04 21:08:42.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59972026-06-04T21:08:43.627Z[ recovery-image] Jun 04 21:08:42.384 INFO O| Jun 04 21:08:42.384 INFO STEP 390 (remove_files) COMPLETE
59982026-06-04T21:08:43.629Z[ recovery-image] Jun 04 21:08:42.384 INFO O| Jun 04 21:08:42.384 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-06-04T21:08:43.642Z[ recovery-image] Jun 04 21:08:42.393 INFO O| Jun 04 21:08:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60002026-06-04T21:08:43.642Z[ recovery-image] Jun 04 21:08:42.393 INFO O| Jun 04 21:08:42.393 INFO STEP 391 (remove_files) COMPLETE
60012026-06-04T21:08:43.648Z[ recovery-image] Jun 04 21:08:42.393 INFO O| Jun 04 21:08:42.393 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-06-04T21:08:43.648Z[ recovery-image] Jun 04 21:08:42.402 INFO O| Jun 04 21:08:42.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60032026-06-04T21:08:43.648Z[ recovery-image] Jun 04 21:08:42.402 INFO O| Jun 04 21:08:42.402 INFO STEP 392 (remove_files) COMPLETE
60042026-06-04T21:08:43.648Z[ recovery-image] Jun 04 21:08:42.402 INFO O| Jun 04 21:08:42.402 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-06-04T21:08:43.653Z[ recovery-image] Jun 04 21:08:42.411 INFO O| Jun 04 21:08:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60062026-06-04T21:08:43.653Z[ recovery-image] Jun 04 21:08:42.411 INFO O| Jun 04 21:08:42.411 INFO STEP 393 (remove_files) COMPLETE
60072026-06-04T21:08:43.656Z[ recovery-image] Jun 04 21:08:42.411 INFO O| Jun 04 21:08:42.411 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-06-04T21:08:43.662Z[ recovery-image] Jun 04 21:08:42.420 INFO O| Jun 04 21:08:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60092026-06-04T21:08:43.662Z[ recovery-image] Jun 04 21:08:42.420 INFO O| Jun 04 21:08:42.420 INFO STEP 394 (remove_files) COMPLETE
60102026-06-04T21:08:43.662Z[ recovery-image] Jun 04 21:08:42.420 INFO O| Jun 04 21:08:42.420 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-06-04T21:08:43.683Z[ recovery-image] Jun 04 21:08:42.429 INFO O| Jun 04 21:08:42.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60122026-06-04T21:08:43.683Z[ recovery-image] Jun 04 21:08:42.429 INFO O| Jun 04 21:08:42.429 INFO STEP 395 (remove_files) COMPLETE
60132026-06-04T21:08:43.683Z[ recovery-image] Jun 04 21:08:42.429 INFO O| Jun 04 21:08:42.429 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-06-04T21:08:43.687Z[ recovery-image] Jun 04 21:08:42.445 INFO O| Jun 04 21:08:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60152026-06-04T21:08:43.723Z[ recovery-image] Jun 04 21:08:42.481 INFO O| Jun 04 21:08:42.481 INFO STEP 396 (remove_files) COMPLETE
60162026-06-04T21:08:43.723Z[ recovery-image] Jun 04 21:08:42.481 INFO O| Jun 04 21:08:42.481 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-06-04T21:08:43.733Z[ recovery-image] Jun 04 21:08:42.491 INFO O| Jun 04 21:08:42.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60182026-06-04T21:08:43.733Z[ recovery-image] Jun 04 21:08:42.491 INFO O| Jun 04 21:08:42.491 INFO STEP 397 (remove_files) COMPLETE
60192026-06-04T21:08:43.733Z[ recovery-image] Jun 04 21:08:42.491 INFO O| Jun 04 21:08:42.491 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-06-04T21:08:43.747Z[ recovery-image] Jun 04 21:08:42.504 INFO O| Jun 04 21:08:42.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60212026-06-04T21:08:43.747Z[ recovery-image] Jun 04 21:08:42.504 INFO O| Jun 04 21:08:42.504 INFO STEP 398 (remove_files) COMPLETE
60222026-06-04T21:08:43.750Z[ recovery-image] Jun 04 21:08:42.504 INFO O| Jun 04 21:08:42.504 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-06-04T21:08:43.766Z[ recovery-image] Jun 04 21:08:42.523 INFO O| Jun 04 21:08:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60242026-06-04T21:08:43.766Z[ recovery-image] Jun 04 21:08:42.523 INFO O| Jun 04 21:08:42.523 INFO STEP 399 (remove_files) COMPLETE
60252026-06-04T21:08:43.766Z[ recovery-image] Jun 04 21:08:42.523 INFO O| Jun 04 21:08:42.523 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-06-04T21:08:43.777Z[ recovery-image] Jun 04 21:08:42.535 INFO O| Jun 04 21:08:42.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60272026-06-04T21:08:43.777Z[ recovery-image] Jun 04 21:08:42.535 INFO O| Jun 04 21:08:42.535 INFO STEP 400 (remove_files) COMPLETE
60282026-06-04T21:08:43.777Z[ recovery-image] Jun 04 21:08:42.535 INFO O| Jun 04 21:08:42.535 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-06-04T21:08:43.793Z[ recovery-image] Jun 04 21:08:42.547 INFO O| Jun 04 21:08:42.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60302026-06-04T21:08:43.793Z[ recovery-image] Jun 04 21:08:42.548 INFO O| Jun 04 21:08:42.548 INFO STEP 401 (remove_files) COMPLETE
60312026-06-04T21:08:43.793Z[ recovery-image] Jun 04 21:08:42.548 INFO O| Jun 04 21:08:42.548 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-06-04T21:08:43.801Z[ recovery-image] Jun 04 21:08:42.559 INFO O| Jun 04 21:08:42.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60332026-06-04T21:08:43.802Z[ recovery-image] Jun 04 21:08:42.559 INFO O| Jun 04 21:08:42.559 INFO STEP 402 (remove_files) COMPLETE
60342026-06-04T21:08:43.802Z[ recovery-image] Jun 04 21:08:42.559 INFO O| Jun 04 21:08:42.559 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-06-04T21:08:43.812Z[ recovery-image] Jun 04 21:08:42.570 INFO O| Jun 04 21:08:42.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60362026-06-04T21:08:43.812Z[ recovery-image] Jun 04 21:08:42.570 INFO O| Jun 04 21:08:42.570 INFO STEP 403 (remove_files) COMPLETE
60372026-06-04T21:08:43.812Z[ recovery-image] Jun 04 21:08:42.570 INFO O| Jun 04 21:08:42.570 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-06-04T21:08:43.823Z[ recovery-image] Jun 04 21:08:42.581 INFO O| Jun 04 21:08:42.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60392026-06-04T21:08:43.823Z[ recovery-image] Jun 04 21:08:42.581 INFO O| Jun 04 21:08:42.581 INFO STEP 404 (remove_files) COMPLETE
60402026-06-04T21:08:43.823Z[ recovery-image] Jun 04 21:08:42.581 INFO O| Jun 04 21:08:42.581 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-06-04T21:08:43.834Z[ recovery-image] Jun 04 21:08:42.591 INFO O| Jun 04 21:08:42.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60422026-06-04T21:08:43.834Z[ recovery-image] Jun 04 21:08:42.592 INFO O| Jun 04 21:08:42.592 INFO STEP 405 (remove_files) COMPLETE
60432026-06-04T21:08:43.837Z[ recovery-image] Jun 04 21:08:42.592 INFO O| Jun 04 21:08:42.592 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-06-04T21:08:43.844Z[ recovery-image] Jun 04 21:08:42.601 INFO O| Jun 04 21:08:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60452026-06-04T21:08:43.844Z[ recovery-image] Jun 04 21:08:42.602 INFO O| Jun 04 21:08:42.602 INFO STEP 406 (remove_files) COMPLETE
60462026-06-04T21:08:43.847Z[ recovery-image] Jun 04 21:08:42.602 INFO O| Jun 04 21:08:42.602 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-06-04T21:08:43.853Z[ recovery-image] Jun 04 21:08:42.611 INFO O| Jun 04 21:08:42.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60482026-06-04T21:08:43.853Z[ recovery-image] Jun 04 21:08:42.611 INFO O| Jun 04 21:08:42.611 INFO STEP 407 (remove_files) COMPLETE
60492026-06-04T21:08:43.856Z[ recovery-image] Jun 04 21:08:42.611 INFO O| Jun 04 21:08:42.611 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-06-04T21:08:43.863Z[ recovery-image] Jun 04 21:08:42.620 INFO O| Jun 04 21:08:42.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60512026-06-04T21:08:43.863Z[ recovery-image] Jun 04 21:08:42.620 INFO O| Jun 04 21:08:42.620 INFO STEP 408 (remove_files) COMPLETE
60522026-06-04T21:08:43.866Z[ recovery-image] Jun 04 21:08:42.620 INFO O| Jun 04 21:08:42.620 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-06-04T21:08:43.870Z[ recovery-image] Jun 04 21:08:42.628 INFO O| Jun 04 21:08:42.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60542026-06-04T21:08:43.870Z[ recovery-image] Jun 04 21:08:42.628 INFO O| Jun 04 21:08:42.628 INFO STEP 409 (remove_files) COMPLETE
60552026-06-04T21:08:43.870Z[ recovery-image] Jun 04 21:08:42.628 INFO O| Jun 04 21:08:42.628 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-06-04T21:08:43.881Z[ recovery-image] Jun 04 21:08:42.639 INFO O| Jun 04 21:08:42.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60572026-06-04T21:08:43.881Z[ recovery-image] Jun 04 21:08:42.639 INFO O| Jun 04 21:08:42.639 INFO STEP 410 (remove_files) COMPLETE
60582026-06-04T21:08:43.881Z[ recovery-image] Jun 04 21:08:42.639 INFO O| Jun 04 21:08:42.639 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-06-04T21:08:43.906Z[ recovery-image] Jun 04 21:08:42.664 INFO O| Jun 04 21:08:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60602026-06-04T21:08:43.906Z[ recovery-image] Jun 04 21:08:42.664 INFO O| Jun 04 21:08:42.664 INFO STEP 411 (remove_files) COMPLETE
60612026-06-04T21:08:43.906Z[ recovery-image] Jun 04 21:08:42.664 INFO O| Jun 04 21:08:42.664 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-06-04T21:08:43.918Z[ recovery-image] Jun 04 21:08:42.676 INFO O| Jun 04 21:08:42.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60632026-06-04T21:08:43.918Z[ recovery-image] Jun 04 21:08:42.676 INFO O| Jun 04 21:08:42.676 INFO STEP 412 (remove_files) COMPLETE
60642026-06-04T21:08:43.918Z[ recovery-image] Jun 04 21:08:42.676 INFO O| Jun 04 21:08:42.676 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-06-04T21:08:43.928Z[ recovery-image] Jun 04 21:08:42.686 INFO O| Jun 04 21:08:42.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60662026-06-04T21:08:43.928Z[ recovery-image] Jun 04 21:08:42.686 INFO O| Jun 04 21:08:42.686 INFO STEP 413 (remove_files) COMPLETE
60672026-06-04T21:08:43.931Z[ recovery-image] Jun 04 21:08:42.686 INFO O| Jun 04 21:08:42.686 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-06-04T21:08:43.937Z[ recovery-image] Jun 04 21:08:42.695 INFO O| Jun 04 21:08:42.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60692026-06-04T21:08:43.937Z[ recovery-image] Jun 04 21:08:42.695 INFO O| Jun 04 21:08:42.695 INFO STEP 414 (remove_files) COMPLETE
60702026-06-04T21:08:43.937Z[ recovery-image] Jun 04 21:08:42.695 INFO O| Jun 04 21:08:42.695 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-06-04T21:08:43.951Z[ recovery-image] Jun 04 21:08:42.703 INFO O| Jun 04 21:08:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60722026-06-04T21:08:43.951Z[ recovery-image] Jun 04 21:08:42.703 INFO O| Jun 04 21:08:42.703 INFO STEP 415 (remove_files) COMPLETE
60732026-06-04T21:08:43.951Z[ recovery-image] Jun 04 21:08:42.703 INFO O| Jun 04 21:08:42.703 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-06-04T21:08:43.976Z[ recovery-image] Jun 04 21:08:42.734 INFO O| Jun 04 21:08:42.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60752026-06-04T21:08:43.976Z[ recovery-image] Jun 04 21:08:42.734 INFO O| Jun 04 21:08:42.734 INFO STEP 416 (remove_files) COMPLETE
60762026-06-04T21:08:43.979Z[ recovery-image] Jun 04 21:08:42.734 INFO O| Jun 04 21:08:42.734 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-06-04T21:08:43.985Z[ recovery-image] Jun 04 21:08:42.743 INFO O| Jun 04 21:08:42.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60782026-06-04T21:08:43.985Z[ recovery-image] Jun 04 21:08:42.743 INFO O| Jun 04 21:08:42.743 INFO STEP 417 (remove_files) COMPLETE
60792026-06-04T21:08:43.988Z[ recovery-image] Jun 04 21:08:42.743 INFO O| Jun 04 21:08:42.743 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-06-04T21:08:43.995Z[ recovery-image] Jun 04 21:08:42.753 INFO O| Jun 04 21:08:42.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60812026-06-04T21:08:43.995Z[ recovery-image] Jun 04 21:08:42.753 INFO O| Jun 04 21:08:42.753 INFO STEP 418 (remove_files) COMPLETE
60822026-06-04T21:08:43.995Z[ recovery-image] Jun 04 21:08:42.753 INFO O| Jun 04 21:08:42.753 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-06-04T21:08:44.036Z[ recovery-image] Jun 04 21:08:42.794 INFO O| Jun 04 21:08:42.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60842026-06-04T21:08:44.036Z[ recovery-image] Jun 04 21:08:42.794 INFO O| Jun 04 21:08:42.794 INFO STEP 419 (remove_files) COMPLETE
60852026-06-04T21:08:44.039Z[ recovery-image] Jun 04 21:08:42.794 INFO O| Jun 04 21:08:42.794 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-06-04T21:08:44.052Z[ recovery-image] Jun 04 21:08:42.809 INFO O| Jun 04 21:08:42.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60872026-06-04T21:08:44.052Z[ recovery-image] Jun 04 21:08:42.810 INFO O| Jun 04 21:08:42.810 INFO STEP 420 (remove_files) COMPLETE
60882026-06-04T21:08:44.052Z[ recovery-image] Jun 04 21:08:42.810 INFO O| Jun 04 21:08:42.810 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-06-04T21:08:44.061Z[ recovery-image] Jun 04 21:08:42.818 INFO O| Jun 04 21:08:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60902026-06-04T21:08:44.064Z[ recovery-image] Jun 04 21:08:42.819 INFO O| Jun 04 21:08:42.819 INFO STEP 421 (remove_files) COMPLETE
60912026-06-04T21:08:44.064Z[ recovery-image] Jun 04 21:08:42.819 INFO O| Jun 04 21:08:42.819 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-06-04T21:08:44.071Z[ recovery-image] Jun 04 21:08:42.829 INFO O| Jun 04 21:08:42.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60932026-06-04T21:08:44.071Z[ recovery-image] Jun 04 21:08:42.829 INFO O| Jun 04 21:08:42.829 INFO STEP 422 (remove_files) COMPLETE
60942026-06-04T21:08:44.071Z[ recovery-image] Jun 04 21:08:42.829 INFO O| Jun 04 21:08:42.829 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-06-04T21:08:44.080Z[ recovery-image] Jun 04 21:08:42.838 INFO O| Jun 04 21:08:42.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60962026-06-04T21:08:44.080Z[ recovery-image] Jun 04 21:08:42.838 INFO O| Jun 04 21:08:42.838 INFO STEP 423 (remove_files) COMPLETE
60972026-06-04T21:08:44.083Z[ recovery-image] Jun 04 21:08:42.838 INFO O| Jun 04 21:08:42.838 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-06-04T21:08:44.088Z[ recovery-image] Jun 04 21:08:42.846 INFO O| Jun 04 21:08:42.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60992026-06-04T21:08:44.088Z[ recovery-image] Jun 04 21:08:42.846 INFO O| Jun 04 21:08:42.846 INFO STEP 424 (remove_files) COMPLETE
61002026-06-04T21:08:44.088Z[ recovery-image] Jun 04 21:08:42.846 INFO O| Jun 04 21:08:42.846 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-06-04T21:08:44.096Z[ recovery-image] Jun 04 21:08:42.854 INFO O| Jun 04 21:08:42.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61022026-06-04T21:08:44.096Z[ recovery-image] Jun 04 21:08:42.854 INFO O| Jun 04 21:08:42.854 INFO STEP 425 (remove_files) COMPLETE
61032026-06-04T21:08:44.096Z[ recovery-image] Jun 04 21:08:42.854 INFO O| Jun 04 21:08:42.854 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-06-04T21:08:44.104Z[ recovery-image] Jun 04 21:08:42.862 INFO O| Jun 04 21:08:42.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61052026-06-04T21:08:44.105Z[ recovery-image] Jun 04 21:08:42.862 INFO O| Jun 04 21:08:42.862 INFO STEP 426 (remove_files) COMPLETE
61062026-06-04T21:08:44.105Z[ recovery-image] Jun 04 21:08:42.862 INFO O| Jun 04 21:08:42.862 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-06-04T21:08:44.124Z[ recovery-image] Jun 04 21:08:42.882 INFO O| Jun 04 21:08:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61082026-06-04T21:08:44.124Z[ recovery-image] Jun 04 21:08:42.882 INFO O| Jun 04 21:08:42.882 INFO STEP 427 (remove_files) COMPLETE
61092026-06-04T21:08:44.124Z[ recovery-image] Jun 04 21:08:42.882 INFO O| Jun 04 21:08:42.882 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-06-04T21:08:44.133Z[ recovery-image] Jun 04 21:08:42.891 INFO O| Jun 04 21:08:42.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61112026-06-04T21:08:44.133Z[ recovery-image] Jun 04 21:08:42.891 INFO O| Jun 04 21:08:42.891 INFO STEP 428 (remove_files) COMPLETE
61122026-06-04T21:08:44.133Z[ recovery-image] Jun 04 21:08:42.891 INFO O| Jun 04 21:08:42.891 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-06-04T21:08:44.141Z[ recovery-image] Jun 04 21:08:42.899 INFO O| Jun 04 21:08:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61142026-06-04T21:08:44.141Z[ recovery-image] Jun 04 21:08:42.899 INFO O| Jun 04 21:08:42.899 INFO STEP 429 (remove_files) COMPLETE
61152026-06-04T21:08:44.141Z[ recovery-image] Jun 04 21:08:42.899 INFO O| Jun 04 21:08:42.899 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-06-04T21:08:44.151Z[ recovery-image] Jun 04 21:08:42.909 INFO O| Jun 04 21:08:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61172026-06-04T21:08:44.151Z[ recovery-image] Jun 04 21:08:42.909 INFO O| Jun 04 21:08:42.909 INFO STEP 430 (remove_files) COMPLETE
61182026-06-04T21:08:44.151Z[ recovery-image] Jun 04 21:08:42.909 INFO O| Jun 04 21:08:42.909 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-06-04T21:08:44.161Z[ recovery-image] Jun 04 21:08:42.919 INFO O| Jun 04 21:08:42.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61202026-06-04T21:08:44.161Z[ recovery-image] Jun 04 21:08:42.919 INFO O| Jun 04 21:08:42.919 INFO STEP 431 (remove_files) COMPLETE
61212026-06-04T21:08:44.161Z[ recovery-image] Jun 04 21:08:42.919 INFO O| Jun 04 21:08:42.919 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-06-04T21:08:44.172Z[ recovery-image] Jun 04 21:08:42.929 INFO O| Jun 04 21:08:42.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61232026-06-04T21:08:44.172Z[ recovery-image] Jun 04 21:08:42.929 INFO O| Jun 04 21:08:42.929 INFO STEP 432 (remove_files) COMPLETE
61242026-06-04T21:08:44.172Z[ recovery-image] Jun 04 21:08:42.929 INFO O| Jun 04 21:08:42.929 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-06-04T21:08:44.182Z[ recovery-image] Jun 04 21:08:42.940 INFO O| Jun 04 21:08:42.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61262026-06-04T21:08:44.182Z[ recovery-image] Jun 04 21:08:42.940 INFO O| Jun 04 21:08:42.940 INFO STEP 433 (remove_files) COMPLETE
61272026-06-04T21:08:44.185Z[ recovery-image] Jun 04 21:08:42.940 INFO O| Jun 04 21:08:42.940 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-06-04T21:08:44.193Z[ recovery-image] Jun 04 21:08:42.951 INFO O| Jun 04 21:08:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61292026-06-04T21:08:44.193Z[ recovery-image] Jun 04 21:08:42.951 INFO O| Jun 04 21:08:42.951 INFO STEP 434 (remove_files) COMPLETE
61302026-06-04T21:08:44.193Z[ recovery-image] Jun 04 21:08:42.951 INFO O| Jun 04 21:08:42.951 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-06-04T21:08:44.203Z[ recovery-image] Jun 04 21:08:42.961 INFO O| Jun 04 21:08:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61322026-06-04T21:08:44.203Z[ recovery-image] Jun 04 21:08:42.961 INFO O| Jun 04 21:08:42.961 INFO STEP 435 (remove_files) COMPLETE
61332026-06-04T21:08:44.203Z[ recovery-image] Jun 04 21:08:42.961 INFO O| Jun 04 21:08:42.961 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-06-04T21:08:44.213Z[ recovery-image] Jun 04 21:08:42.971 INFO O| Jun 04 21:08:42.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61352026-06-04T21:08:44.213Z[ recovery-image] Jun 04 21:08:42.971 INFO O| Jun 04 21:08:42.971 INFO STEP 436 (remove_files) COMPLETE
61362026-06-04T21:08:44.213Z[ recovery-image] Jun 04 21:08:42.971 INFO O| Jun 04 21:08:42.971 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-06-04T21:08:44.223Z[ recovery-image] Jun 04 21:08:42.980 INFO O| Jun 04 21:08:42.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61382026-06-04T21:08:44.223Z[ recovery-image] Jun 04 21:08:42.981 INFO O| Jun 04 21:08:42.981 INFO STEP 437 (remove_files) COMPLETE
61392026-06-04T21:08:44.223Z[ recovery-image] Jun 04 21:08:42.981 INFO O| Jun 04 21:08:42.981 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-06-04T21:08:44.233Z[ recovery-image] Jun 04 21:08:42.991 INFO O| Jun 04 21:08:42.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61412026-06-04T21:08:44.233Z[ recovery-image] Jun 04 21:08:42.991 INFO O| Jun 04 21:08:42.991 INFO STEP 438 (remove_files) COMPLETE
61422026-06-04T21:08:44.233Z[ recovery-image] Jun 04 21:08:42.991 INFO O| Jun 04 21:08:42.991 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-06-04T21:08:44.242Z[ recovery-image] Jun 04 21:08:43.000 INFO O| Jun 04 21:08:43.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61442026-06-04T21:08:44.243Z[ recovery-image] Jun 04 21:08:43.000 INFO O| Jun 04 21:08:43.000 INFO STEP 439 (remove_files) COMPLETE
61452026-06-04T21:08:44.243Z[ recovery-image] Jun 04 21:08:43.001 INFO O| Jun 04 21:08:43.000 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-06-04T21:08:44.252Z[ recovery-image] Jun 04 21:08:43.009 INFO O| Jun 04 21:08:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61472026-06-04T21:08:44.252Z[ recovery-image] Jun 04 21:08:43.010 INFO O| Jun 04 21:08:43.010 INFO STEP 440 (remove_files) COMPLETE
61482026-06-04T21:08:44.255Z[ recovery-image] Jun 04 21:08:43.010 INFO O| Jun 04 21:08:43.010 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-06-04T21:08:44.261Z[ recovery-image] Jun 04 21:08:43.019 INFO O| Jun 04 21:08:43.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61502026-06-04T21:08:44.261Z[ recovery-image] Jun 04 21:08:43.019 INFO O| Jun 04 21:08:43.019 INFO STEP 441 (remove_files) COMPLETE
61512026-06-04T21:08:44.264Z[ recovery-image] Jun 04 21:08:43.019 INFO O| Jun 04 21:08:43.019 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-06-04T21:08:44.271Z[ recovery-image] Jun 04 21:08:43.029 INFO O| Jun 04 21:08:43.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61532026-06-04T21:08:44.271Z[ recovery-image] Jun 04 21:08:43.029 INFO O| Jun 04 21:08:43.029 INFO STEP 442 (remove_files) COMPLETE
61542026-06-04T21:08:44.274Z[ recovery-image] Jun 04 21:08:43.029 INFO O| Jun 04 21:08:43.029 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-06-04T21:08:44.279Z[ recovery-image] Jun 04 21:08:43.037 INFO O| Jun 04 21:08:43.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61562026-06-04T21:08:44.279Z[ recovery-image] Jun 04 21:08:43.037 INFO O| Jun 04 21:08:43.037 INFO STEP 443 (remove_files) COMPLETE
61572026-06-04T21:08:44.282Z[ recovery-image] Jun 04 21:08:43.037 INFO O| Jun 04 21:08:43.037 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-06-04T21:08:44.289Z[ recovery-image] Jun 04 21:08:43.047 INFO O| Jun 04 21:08:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61592026-06-04T21:08:44.289Z[ recovery-image] Jun 04 21:08:43.047 INFO O| Jun 04 21:08:43.047 INFO STEP 444 (remove_files) COMPLETE
61602026-06-04T21:08:44.292Z[ recovery-image] Jun 04 21:08:43.047 INFO O| Jun 04 21:08:43.047 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-06-04T21:08:44.307Z[ recovery-image] Jun 04 21:08:43.062 INFO O| Jun 04 21:08:43.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61622026-06-04T21:08:44.307Z[ recovery-image] Jun 04 21:08:43.062 INFO O| Jun 04 21:08:43.060 INFO STEP 445 (remove_files) COMPLETE
61632026-06-04T21:08:44.307Z[ recovery-image] Jun 04 21:08:43.062 INFO O| Jun 04 21:08:43.060 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-06-04T21:08:44.315Z[ recovery-image] Jun 04 21:08:43.072 INFO O| Jun 04 21:08:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61652026-06-04T21:08:44.315Z[ recovery-image] Jun 04 21:08:43.072 INFO O| Jun 04 21:08:43.072 INFO STEP 446 (remove_files) COMPLETE
61662026-06-04T21:08:44.315Z[ recovery-image] Jun 04 21:08:43.072 INFO O| Jun 04 21:08:43.072 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-06-04T21:08:44.323Z[ recovery-image] Jun 04 21:08:43.081 INFO O| Jun 04 21:08:43.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61682026-06-04T21:08:44.323Z[ recovery-image] Jun 04 21:08:43.081 INFO O| Jun 04 21:08:43.081 INFO STEP 447 (remove_files) COMPLETE
61692026-06-04T21:08:44.323Z[ recovery-image] Jun 04 21:08:43.081 INFO O| Jun 04 21:08:43.081 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-06-04T21:08:44.331Z[ recovery-image] Jun 04 21:08:43.089 INFO O| Jun 04 21:08:43.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61712026-06-04T21:08:44.331Z[ recovery-image] Jun 04 21:08:43.089 INFO O| Jun 04 21:08:43.089 INFO STEP 448 (remove_files) COMPLETE
61722026-06-04T21:08:44.335Z[ recovery-image] Jun 04 21:08:43.089 INFO O| Jun 04 21:08:43.089 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-06-04T21:08:44.341Z[ recovery-image] Jun 04 21:08:43.099 INFO O| Jun 04 21:08:43.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61742026-06-04T21:08:44.344Z[ recovery-image] Jun 04 21:08:43.101 INFO O| Jun 04 21:08:43.101 INFO STEP 449 (remove_files) COMPLETE
61752026-06-04T21:08:44.344Z[ recovery-image] Jun 04 21:08:43.101 INFO O| Jun 04 21:08:43.101 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-06-04T21:08:44.353Z[ recovery-image] Jun 04 21:08:43.111 INFO O| Jun 04 21:08:43.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61772026-06-04T21:08:44.353Z[ recovery-image] Jun 04 21:08:43.111 INFO O| Jun 04 21:08:43.111 INFO STEP 450 (remove_files) COMPLETE
61782026-06-04T21:08:44.353Z[ recovery-image] Jun 04 21:08:43.111 INFO O| Jun 04 21:08:43.111 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-06-04T21:08:44.363Z[ recovery-image] Jun 04 21:08:43.121 INFO O| Jun 04 21:08:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61802026-06-04T21:08:44.363Z[ recovery-image] Jun 04 21:08:43.121 INFO O| Jun 04 21:08:43.121 INFO STEP 451 (remove_files) COMPLETE
61812026-06-04T21:08:44.366Z[ recovery-image] Jun 04 21:08:43.121 INFO O| Jun 04 21:08:43.121 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-06-04T21:08:44.372Z[ recovery-image] Jun 04 21:08:43.130 INFO O| Jun 04 21:08:43.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61832026-06-04T21:08:44.372Z[ recovery-image] Jun 04 21:08:43.130 INFO O| Jun 04 21:08:43.130 INFO STEP 452 (remove_files) COMPLETE
61842026-06-04T21:08:44.372Z[ recovery-image] Jun 04 21:08:43.130 INFO O| Jun 04 21:08:43.130 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-06-04T21:08:44.380Z[ recovery-image] Jun 04 21:08:43.138 INFO O| Jun 04 21:08:43.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61862026-06-04T21:08:44.380Z[ recovery-image] Jun 04 21:08:43.138 INFO O| Jun 04 21:08:43.138 INFO STEP 453 (remove_files) COMPLETE
61872026-06-04T21:08:44.381Z[ recovery-image] Jun 04 21:08:43.138 INFO O| Jun 04 21:08:43.138 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-06-04T21:08:44.390Z[ recovery-image] Jun 04 21:08:43.148 INFO O| Jun 04 21:08:43.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61892026-06-04T21:08:44.390Z[ recovery-image] Jun 04 21:08:43.148 INFO O| Jun 04 21:08:43.148 INFO STEP 454 (remove_files) COMPLETE
61902026-06-04T21:08:44.393Z[ recovery-image] Jun 04 21:08:43.148 INFO O| Jun 04 21:08:43.148 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-06-04T21:08:44.398Z[ recovery-image] Jun 04 21:08:43.156 INFO O| Jun 04 21:08:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61922026-06-04T21:08:44.401Z[ recovery-image] Jun 04 21:08:43.158 INFO O| Jun 04 21:08:43.158 INFO STEP 455 (remove_files) COMPLETE
61932026-06-04T21:08:44.401Z[ recovery-image] Jun 04 21:08:43.158 INFO O| Jun 04 21:08:43.158 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-06-04T21:08:44.409Z[ recovery-image] Jun 04 21:08:43.167 INFO O| Jun 04 21:08:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61952026-06-04T21:08:44.409Z[ recovery-image] Jun 04 21:08:43.167 INFO O| Jun 04 21:08:43.167 INFO STEP 456 (remove_files) COMPLETE
61962026-06-04T21:08:44.409Z[ recovery-image] Jun 04 21:08:43.167 INFO O| Jun 04 21:08:43.167 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-06-04T21:08:44.417Z[ recovery-image] Jun 04 21:08:43.175 INFO O| Jun 04 21:08:43.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61982026-06-04T21:08:44.417Z[ recovery-image] Jun 04 21:08:43.175 INFO O| Jun 04 21:08:43.175 INFO STEP 457 (remove_files) COMPLETE
61992026-06-04T21:08:44.417Z[ recovery-image] Jun 04 21:08:43.175 INFO O| Jun 04 21:08:43.175 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-06-04T21:08:44.424Z[ recovery-image] Jun 04 21:08:43.182 INFO O| Jun 04 21:08:43.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62012026-06-04T21:08:44.424Z[ recovery-image] Jun 04 21:08:43.182 INFO O| Jun 04 21:08:43.182 INFO STEP 458 (remove_files) COMPLETE
62022026-06-04T21:08:44.424Z[ recovery-image] Jun 04 21:08:43.182 INFO O| Jun 04 21:08:43.182 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-06-04T21:08:44.431Z[ recovery-image] Jun 04 21:08:43.189 INFO O| Jun 04 21:08:43.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62042026-06-04T21:08:44.431Z[ recovery-image] Jun 04 21:08:43.189 INFO O| Jun 04 21:08:43.189 INFO STEP 459 (remove_files) COMPLETE
62052026-06-04T21:08:44.435Z[ recovery-image] Jun 04 21:08:43.189 INFO O| Jun 04 21:08:43.189 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-06-04T21:08:44.438Z[ recovery-image] Jun 04 21:08:43.197 INFO O| Jun 04 21:08:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62072026-06-04T21:08:44.438Z[ recovery-image] Jun 04 21:08:43.197 INFO O| Jun 04 21:08:43.197 INFO STEP 460 (remove_files) COMPLETE
62082026-06-04T21:08:44.438Z[ recovery-image] Jun 04 21:08:43.197 INFO O| Jun 04 21:08:43.197 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-06-04T21:08:44.446Z[ recovery-image] Jun 04 21:08:43.204 INFO O| Jun 04 21:08:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62102026-06-04T21:08:44.446Z[ recovery-image] Jun 04 21:08:43.204 INFO O| Jun 04 21:08:43.204 INFO STEP 461 (remove_files) COMPLETE
62112026-06-04T21:08:44.449Z[ recovery-image] Jun 04 21:08:43.204 INFO O| Jun 04 21:08:43.204 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-06-04T21:08:44.454Z[ recovery-image] Jun 04 21:08:43.212 INFO O| Jun 04 21:08:43.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62132026-06-04T21:08:44.454Z[ recovery-image] Jun 04 21:08:43.212 INFO O| Jun 04 21:08:43.212 INFO STEP 462 (remove_files) COMPLETE
62142026-06-04T21:08:44.454Z[ recovery-image] Jun 04 21:08:43.212 INFO O| Jun 04 21:08:43.212 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-06-04T21:08:44.461Z[ recovery-image] Jun 04 21:08:43.219 INFO O| Jun 04 21:08:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62162026-06-04T21:08:44.461Z[ recovery-image] Jun 04 21:08:43.219 INFO O| Jun 04 21:08:43.219 INFO STEP 463 (remove_files) COMPLETE
62172026-06-04T21:08:44.461Z[ recovery-image] Jun 04 21:08:43.219 INFO O| Jun 04 21:08:43.219 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-06-04T21:08:44.470Z[ recovery-image] Jun 04 21:08:43.227 INFO O| Jun 04 21:08:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62192026-06-04T21:08:44.470Z[ recovery-image] Jun 04 21:08:43.227 INFO O| Jun 04 21:08:43.227 INFO STEP 464 (remove_files) COMPLETE
62202026-06-04T21:08:44.470Z[ recovery-image] Jun 04 21:08:43.227 INFO O| Jun 04 21:08:43.227 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-06-04T21:08:44.476Z[ recovery-image] Jun 04 21:08:43.234 INFO O| Jun 04 21:08:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62222026-06-04T21:08:44.476Z[ recovery-image] Jun 04 21:08:43.234 INFO O| Jun 04 21:08:43.234 INFO STEP 465 (remove_files) COMPLETE
62232026-06-04T21:08:44.476Z[ recovery-image] Jun 04 21:08:43.234 INFO O| Jun 04 21:08:43.234 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-06-04T21:08:44.484Z[ recovery-image] Jun 04 21:08:43.241 INFO O| Jun 04 21:08:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62252026-06-04T21:08:44.484Z[ recovery-image] Jun 04 21:08:43.242 INFO O| Jun 04 21:08:43.242 INFO STEP 466 (remove_files) COMPLETE
62262026-06-04T21:08:44.484Z[ recovery-image] Jun 04 21:08:43.242 INFO O| Jun 04 21:08:43.242 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-06-04T21:08:44.491Z[ recovery-image] Jun 04 21:08:43.249 INFO O| Jun 04 21:08:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62282026-06-04T21:08:44.491Z[ recovery-image] Jun 04 21:08:43.249 INFO O| Jun 04 21:08:43.249 INFO STEP 467 (remove_files) COMPLETE
62292026-06-04T21:08:44.492Z[ recovery-image] Jun 04 21:08:43.249 INFO O| Jun 04 21:08:43.249 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-06-04T21:08:44.499Z[ recovery-image] Jun 04 21:08:43.257 INFO O| Jun 04 21:08:43.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62312026-06-04T21:08:44.502Z[ recovery-image] Jun 04 21:08:43.258 INFO O| Jun 04 21:08:43.258 INFO STEP 468 (remove_files) COMPLETE
62322026-06-04T21:08:44.502Z[ recovery-image] Jun 04 21:08:43.258 INFO O| Jun 04 21:08:43.258 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-06-04T21:08:44.508Z[ recovery-image] Jun 04 21:08:43.266 INFO O| Jun 04 21:08:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62342026-06-04T21:08:44.508Z[ recovery-image] Jun 04 21:08:43.266 INFO O| Jun 04 21:08:43.266 INFO STEP 469 (remove_files) COMPLETE
62352026-06-04T21:08:44.511Z[ recovery-image] Jun 04 21:08:43.266 INFO O| Jun 04 21:08:43.266 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-06-04T21:08:44.515Z[ recovery-image] Jun 04 21:08:43.273 INFO O| Jun 04 21:08:43.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62372026-06-04T21:08:44.515Z[ recovery-image] Jun 04 21:08:43.273 INFO O| Jun 04 21:08:43.273 INFO STEP 470 (remove_files) COMPLETE
62382026-06-04T21:08:44.515Z[ recovery-image] Jun 04 21:08:43.273 INFO O| Jun 04 21:08:43.273 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-06-04T21:08:44.523Z[ recovery-image] Jun 04 21:08:43.281 INFO O| Jun 04 21:08:43.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62402026-06-04T21:08:44.523Z[ recovery-image] Jun 04 21:08:43.281 INFO O| Jun 04 21:08:43.281 INFO STEP 471 (remove_files) COMPLETE
62412026-06-04T21:08:44.526Z[ recovery-image] Jun 04 21:08:43.281 INFO O| Jun 04 21:08:43.281 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-06-04T21:08:44.533Z[ recovery-image] Jun 04 21:08:43.291 INFO O| Jun 04 21:08:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62432026-06-04T21:08:44.533Z[ recovery-image] Jun 04 21:08:43.291 INFO O| Jun 04 21:08:43.291 INFO STEP 472 (remove_files) COMPLETE
62442026-06-04T21:08:44.536Z[ recovery-image] Jun 04 21:08:43.291 INFO O| Jun 04 21:08:43.291 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-06-04T21:08:44.542Z[ recovery-image] Jun 04 21:08:43.300 INFO O| Jun 04 21:08:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62462026-06-04T21:08:44.543Z[ recovery-image] Jun 04 21:08:43.300 INFO O| Jun 04 21:08:43.300 INFO STEP 473 (remove_files) COMPLETE
62472026-06-04T21:08:44.545Z[ recovery-image] Jun 04 21:08:43.300 INFO O| Jun 04 21:08:43.300 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-06-04T21:08:44.552Z[ recovery-image] Jun 04 21:08:43.309 INFO O| Jun 04 21:08:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62492026-06-04T21:08:44.552Z[ recovery-image] Jun 04 21:08:43.309 INFO O| Jun 04 21:08:43.309 INFO STEP 474 (remove_files) COMPLETE
62502026-06-04T21:08:44.555Z[ recovery-image] Jun 04 21:08:43.309 INFO O| Jun 04 21:08:43.309 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-06-04T21:08:44.560Z[ recovery-image] Jun 04 21:08:43.318 INFO O| Jun 04 21:08:43.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62522026-06-04T21:08:44.560Z[ recovery-image] Jun 04 21:08:43.318 INFO O| Jun 04 21:08:43.318 INFO STEP 475 (remove_files) COMPLETE
62532026-06-04T21:08:44.563Z[ recovery-image] Jun 04 21:08:43.318 INFO O| Jun 04 21:08:43.318 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-06-04T21:08:44.567Z[ recovery-image] Jun 04 21:08:43.325 INFO O| Jun 04 21:08:43.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62552026-06-04T21:08:44.567Z[ recovery-image] Jun 04 21:08:43.325 INFO O| Jun 04 21:08:43.325 INFO STEP 476 (remove_files) COMPLETE
62562026-06-04T21:08:44.567Z[ recovery-image] Jun 04 21:08:43.325 INFO O| Jun 04 21:08:43.325 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-06-04T21:08:44.574Z[ recovery-image] Jun 04 21:08:43.332 INFO O| Jun 04 21:08:43.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62582026-06-04T21:08:44.574Z[ recovery-image] Jun 04 21:08:43.332 INFO O| Jun 04 21:08:43.332 INFO STEP 477 (remove_files) COMPLETE
62592026-06-04T21:08:44.577Z[ recovery-image] Jun 04 21:08:43.332 INFO O| Jun 04 21:08:43.332 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.341 INFO O| Jun 04 21:08:43.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62612026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.341 INFO O| Jun 04 21:08:43.341 INFO STEP 478 (remove_files) COMPLETE
62622026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.342 INFO O| Jun 04 21:08:43.341 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.350 INFO O| Jun 04 21:08:43.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62642026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.350 INFO O| Jun 04 21:08:43.350 INFO STEP 479 (remove_files) COMPLETE
62652026-06-04T21:08:44.601Z[ recovery-image] Jun 04 21:08:43.350 INFO O| Jun 04 21:08:43.350 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-06-04T21:08:44.604Z[ recovery-image] Jun 04 21:08:43.358 INFO O| Jun 04 21:08:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62672026-06-04T21:08:44.604Z[ recovery-image] Jun 04 21:08:43.359 INFO O| Jun 04 21:08:43.359 INFO STEP 480 (remove_files) COMPLETE
62682026-06-04T21:08:44.604Z[ recovery-image] Jun 04 21:08:43.359 INFO O| Jun 04 21:08:43.359 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-06-04T21:08:44.609Z[ recovery-image] Jun 04 21:08:43.366 INFO O| Jun 04 21:08:43.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62702026-06-04T21:08:44.609Z[ recovery-image] Jun 04 21:08:43.367 INFO O| Jun 04 21:08:43.366 INFO STEP 481 (remove_files) COMPLETE
62712026-06-04T21:08:44.612Z[ recovery-image] Jun 04 21:08:43.367 INFO O| Jun 04 21:08:43.367 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-06-04T21:08:44.616Z[ recovery-image] Jun 04 21:08:43.374 INFO O| Jun 04 21:08:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62732026-06-04T21:08:44.616Z[ recovery-image] Jun 04 21:08:43.374 INFO O| Jun 04 21:08:43.374 INFO STEP 482 (remove_files) COMPLETE
62742026-06-04T21:08:44.620Z[ recovery-image] Jun 04 21:08:43.374 INFO O| Jun 04 21:08:43.374 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-06-04T21:08:44.626Z[ recovery-image] Jun 04 21:08:43.382 INFO O| Jun 04 21:08:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62762026-06-04T21:08:44.627Z[ recovery-image] Jun 04 21:08:43.382 INFO O| Jun 04 21:08:43.382 INFO STEP 483 (remove_files) COMPLETE
62772026-06-04T21:08:44.627Z[ recovery-image] Jun 04 21:08:43.382 INFO O| Jun 04 21:08:43.382 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-06-04T21:08:44.633Z[ recovery-image] Jun 04 21:08:43.391 INFO O| Jun 04 21:08:43.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62792026-06-04T21:08:44.633Z[ recovery-image] Jun 04 21:08:43.391 INFO O| Jun 04 21:08:43.391 INFO STEP 484 (remove_files) COMPLETE
62802026-06-04T21:08:44.634Z[ recovery-image] Jun 04 21:08:43.391 INFO O| Jun 04 21:08:43.391 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-06-04T21:08:44.641Z[ recovery-image] Jun 04 21:08:43.399 INFO O| Jun 04 21:08:43.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62822026-06-04T21:08:44.641Z[ recovery-image] Jun 04 21:08:43.399 INFO O| Jun 04 21:08:43.399 INFO STEP 485 (remove_files) COMPLETE
62832026-06-04T21:08:44.645Z[ recovery-image] Jun 04 21:08:43.399 INFO O| Jun 04 21:08:43.399 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-06-04T21:08:44.648Z[ recovery-image] Jun 04 21:08:43.406 INFO O| Jun 04 21:08:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62852026-06-04T21:08:44.649Z[ recovery-image] Jun 04 21:08:43.407 INFO O| Jun 04 21:08:43.407 INFO STEP 486 (remove_files) COMPLETE
62862026-06-04T21:08:44.649Z[ recovery-image] Jun 04 21:08:43.407 INFO O| Jun 04 21:08:43.407 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-06-04T21:08:44.658Z[ recovery-image] Jun 04 21:08:43.415 INFO O| Jun 04 21:08:43.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62882026-06-04T21:08:44.658Z[ recovery-image] Jun 04 21:08:43.415 INFO O| Jun 04 21:08:43.415 INFO STEP 487 (remove_files) COMPLETE
62892026-06-04T21:08:44.658Z[ recovery-image] Jun 04 21:08:43.415 INFO O| Jun 04 21:08:43.415 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-06-04T21:08:44.667Z[ recovery-image] Jun 04 21:08:43.424 INFO O| Jun 04 21:08:43.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62912026-06-04T21:08:44.667Z[ recovery-image] Jun 04 21:08:43.424 INFO O| Jun 04 21:08:43.424 INFO STEP 488 (remove_files) COMPLETE
62922026-06-04T21:08:44.670Z[ recovery-image] Jun 04 21:08:43.424 INFO O| Jun 04 21:08:43.424 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-06-04T21:08:44.677Z[ recovery-image] Jun 04 21:08:43.432 INFO O| Jun 04 21:08:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62942026-06-04T21:08:44.677Z[ recovery-image] Jun 04 21:08:43.432 INFO O| Jun 04 21:08:43.432 INFO STEP 489 (remove_files) COMPLETE
62952026-06-04T21:08:44.677Z[ recovery-image] Jun 04 21:08:43.432 INFO O| Jun 04 21:08:43.432 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-06-04T21:08:44.683Z[ recovery-image] Jun 04 21:08:43.441 INFO O| Jun 04 21:08:43.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62972026-06-04T21:08:44.683Z[ recovery-image] Jun 04 21:08:43.441 INFO O| Jun 04 21:08:43.441 INFO STEP 490 (remove_files) COMPLETE
62982026-06-04T21:08:44.686Z[ recovery-image] Jun 04 21:08:43.441 INFO O| Jun 04 21:08:43.441 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-06-04T21:08:44.691Z[ recovery-image] Jun 04 21:08:43.449 INFO O| Jun 04 21:08:43.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63002026-06-04T21:08:44.691Z[ recovery-image] Jun 04 21:08:43.449 INFO O| Jun 04 21:08:43.449 INFO STEP 491 (remove_files) COMPLETE
63012026-06-04T21:08:44.694Z[ recovery-image] Jun 04 21:08:43.449 INFO O| Jun 04 21:08:43.449 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-06-04T21:08:44.700Z[ recovery-image] Jun 04 21:08:43.458 INFO O| Jun 04 21:08:43.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63032026-06-04T21:08:44.704Z[ recovery-image] Jun 04 21:08:43.459 INFO O| Jun 04 21:08:43.459 INFO STEP 492 (remove_files) COMPLETE
63042026-06-04T21:08:44.704Z[ recovery-image] Jun 04 21:08:43.459 INFO O| Jun 04 21:08:43.459 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-06-04T21:08:44.712Z[ recovery-image] Jun 04 21:08:43.468 INFO O| Jun 04 21:08:43.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63062026-06-04T21:08:44.712Z[ recovery-image] Jun 04 21:08:43.468 INFO O| Jun 04 21:08:43.468 INFO STEP 493 (remove_files) COMPLETE
63072026-06-04T21:08:44.712Z[ recovery-image] Jun 04 21:08:43.468 INFO O| Jun 04 21:08:43.468 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-06-04T21:08:44.746Z[ recovery-image] Jun 04 21:08:43.504 INFO O| Jun 04 21:08:43.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63092026-06-04T21:08:44.746Z[ recovery-image] Jun 04 21:08:43.504 INFO O| Jun 04 21:08:43.504 INFO STEP 494 (remove_files) COMPLETE
63102026-06-04T21:08:44.749Z[ recovery-image] Jun 04 21:08:43.504 INFO O| Jun 04 21:08:43.504 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-06-04T21:08:44.757Z[ recovery-image] Jun 04 21:08:43.515 INFO O| Jun 04 21:08:43.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63122026-06-04T21:08:44.757Z[ recovery-image] Jun 04 21:08:43.515 INFO O| Jun 04 21:08:43.515 INFO STEP 495 (remove_files) COMPLETE
63132026-06-04T21:08:44.760Z[ recovery-image] Jun 04 21:08:43.515 INFO O| Jun 04 21:08:43.515 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-06-04T21:08:44.765Z[ recovery-image] Jun 04 21:08:43.523 INFO O| Jun 04 21:08:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63152026-06-04T21:08:44.765Z[ recovery-image] Jun 04 21:08:43.523 INFO O| Jun 04 21:08:43.523 INFO STEP 496 (remove_files) COMPLETE
63162026-06-04T21:08:44.769Z[ recovery-image] Jun 04 21:08:43.523 INFO O| Jun 04 21:08:43.523 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-06-04T21:08:44.773Z[ recovery-image] Jun 04 21:08:43.531 INFO O| Jun 04 21:08:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63182026-06-04T21:08:44.773Z[ recovery-image] Jun 04 21:08:43.531 INFO O| Jun 04 21:08:43.531 INFO STEP 497 (remove_files) COMPLETE
63192026-06-04T21:08:44.776Z[ recovery-image] Jun 04 21:08:43.531 INFO O| Jun 04 21:08:43.531 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-06-04T21:08:44.783Z[ recovery-image] Jun 04 21:08:43.539 INFO O| Jun 04 21:08:43.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63212026-06-04T21:08:44.783Z[ recovery-image] Jun 04 21:08:43.539 INFO O| Jun 04 21:08:43.539 INFO STEP 498 (remove_files) COMPLETE
63222026-06-04T21:08:44.783Z[ recovery-image] Jun 04 21:08:43.539 INFO O| Jun 04 21:08:43.539 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-06-04T21:08:44.789Z[ recovery-image] Jun 04 21:08:43.547 INFO O| Jun 04 21:08:43.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63242026-06-04T21:08:44.789Z[ recovery-image] Jun 04 21:08:43.547 INFO O| Jun 04 21:08:43.547 INFO STEP 499 (remove_files) COMPLETE
63252026-06-04T21:08:44.796Z[ recovery-image] Jun 04 21:08:43.547 INFO O| Jun 04 21:08:43.547 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-06-04T21:08:44.800Z[ recovery-image] Jun 04 21:08:43.555 INFO O| Jun 04 21:08:43.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63272026-06-04T21:08:44.800Z[ recovery-image] Jun 04 21:08:43.555 INFO O| Jun 04 21:08:43.555 INFO STEP 500 (remove_files) COMPLETE
63282026-06-04T21:08:44.800Z[ recovery-image] Jun 04 21:08:43.555 INFO O| Jun 04 21:08:43.555 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-06-04T21:08:44.807Z[ recovery-image] Jun 04 21:08:43.563 INFO O| Jun 04 21:08:43.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63302026-06-04T21:08:44.807Z[ recovery-image] Jun 04 21:08:43.563 INFO O| Jun 04 21:08:43.563 INFO STEP 501 (remove_files) COMPLETE
63312026-06-04T21:08:44.813Z[ recovery-image] Jun 04 21:08:43.563 INFO O| Jun 04 21:08:43.563 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-06-04T21:08:44.816Z[ recovery-image] Jun 04 21:08:43.571 INFO O| Jun 04 21:08:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63332026-06-04T21:08:44.816Z[ recovery-image] Jun 04 21:08:43.571 INFO O| Jun 04 21:08:43.571 INFO STEP 502 (remove_files) COMPLETE
63342026-06-04T21:08:44.816Z[ recovery-image] Jun 04 21:08:43.571 INFO O| Jun 04 21:08:43.571 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-06-04T21:08:44.821Z[ recovery-image] Jun 04 21:08:43.579 INFO O| Jun 04 21:08:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63362026-06-04T21:08:44.821Z[ recovery-image] Jun 04 21:08:43.579 INFO O| Jun 04 21:08:43.579 INFO STEP 503 (remove_files) COMPLETE
63372026-06-04T21:08:44.821Z[ recovery-image] Jun 04 21:08:43.579 INFO O| Jun 04 21:08:43.579 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-06-04T21:08:44.830Z[ recovery-image] Jun 04 21:08:43.587 INFO O| Jun 04 21:08:43.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63392026-06-04T21:08:44.830Z[ recovery-image] Jun 04 21:08:43.587 INFO O| Jun 04 21:08:43.587 INFO STEP 504 (remove_files) COMPLETE
63402026-06-04T21:08:44.830Z[ recovery-image] Jun 04 21:08:43.587 INFO O| Jun 04 21:08:43.587 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-06-04T21:08:44.837Z[ recovery-image] Jun 04 21:08:43.595 INFO O| Jun 04 21:08:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63422026-06-04T21:08:44.837Z[ recovery-image] Jun 04 21:08:43.595 INFO O| Jun 04 21:08:43.595 INFO STEP 505 (remove_files) COMPLETE
63432026-06-04T21:08:44.837Z[ recovery-image] Jun 04 21:08:43.595 INFO O| Jun 04 21:08:43.595 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-06-04T21:08:44.849Z[ recovery-image] Jun 04 21:08:43.607 INFO O| Jun 04 21:08:43.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63452026-06-04T21:08:44.849Z[ recovery-image] Jun 04 21:08:43.607 INFO O| Jun 04 21:08:43.607 INFO STEP 506 (remove_files) COMPLETE
63462026-06-04T21:08:44.849Z[ recovery-image] Jun 04 21:08:43.607 INFO O| Jun 04 21:08:43.607 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.617 INFO O| Jun 04 21:08:43.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63482026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.618 INFO O| Jun 04 21:08:43.618 INFO STEP 507 (remove_files) COMPLETE
63492026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.618 INFO O| Jun 04 21:08:43.618 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.626 INFO O| Jun 04 21:08:43.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63512026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.626 INFO O| Jun 04 21:08:43.626 INFO STEP 508 (remove_files) COMPLETE
63522026-06-04T21:08:44.871Z[ recovery-image] Jun 04 21:08:43.626 INFO O| Jun 04 21:08:43.626 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-06-04T21:08:44.876Z[ recovery-image] Jun 04 21:08:43.634 INFO O| Jun 04 21:08:43.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63542026-06-04T21:08:44.876Z[ recovery-image] Jun 04 21:08:43.634 INFO O| Jun 04 21:08:43.634 INFO STEP 509 (remove_files) COMPLETE
63552026-06-04T21:08:44.876Z[ recovery-image] Jun 04 21:08:43.634 INFO O| Jun 04 21:08:43.634 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-06-04T21:08:44.884Z[ recovery-image] Jun 04 21:08:43.642 INFO O| Jun 04 21:08:43.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63572026-06-04T21:08:44.884Z[ recovery-image] Jun 04 21:08:43.642 INFO O| Jun 04 21:08:43.642 INFO STEP 510 (remove_files) COMPLETE
63582026-06-04T21:08:44.884Z[ recovery-image] Jun 04 21:08:43.642 INFO O| Jun 04 21:08:43.642 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-06-04T21:08:44.892Z[ recovery-image] Jun 04 21:08:43.650 INFO O| Jun 04 21:08:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63602026-06-04T21:08:44.892Z[ recovery-image] Jun 04 21:08:43.650 INFO O| Jun 04 21:08:43.650 INFO STEP 511 (remove_files) COMPLETE
63612026-06-04T21:08:44.892Z[ recovery-image] Jun 04 21:08:43.650 INFO O| Jun 04 21:08:43.650 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-06-04T21:08:44.900Z[ recovery-image] Jun 04 21:08:43.658 INFO O| Jun 04 21:08:43.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63632026-06-04T21:08:44.900Z[ recovery-image] Jun 04 21:08:43.658 INFO O| Jun 04 21:08:43.658 INFO STEP 512 (remove_files) COMPLETE
63642026-06-04T21:08:44.900Z[ recovery-image] Jun 04 21:08:43.658 INFO O| Jun 04 21:08:43.658 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-06-04T21:08:44.921Z[ recovery-image] Jun 04 21:08:43.667 INFO O| Jun 04 21:08:43.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63662026-06-04T21:08:44.921Z[ recovery-image] Jun 04 21:08:43.668 INFO O| Jun 04 21:08:43.668 INFO STEP 513 (remove_files) COMPLETE
63672026-06-04T21:08:44.921Z[ recovery-image] Jun 04 21:08:43.668 INFO O| Jun 04 21:08:43.668 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-06-04T21:08:44.924Z[ recovery-image] Jun 04 21:08:43.678 INFO O| Jun 04 21:08:43.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63692026-06-04T21:08:44.924Z[ recovery-image] Jun 04 21:08:43.678 INFO O| Jun 04 21:08:43.678 INFO STEP 514 (remove_files) COMPLETE
63702026-06-04T21:08:44.924Z[ recovery-image] Jun 04 21:08:43.678 INFO O| Jun 04 21:08:43.678 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-06-04T21:08:44.929Z[ recovery-image] Jun 04 21:08:43.686 INFO O| Jun 04 21:08:43.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63722026-06-04T21:08:44.929Z[ recovery-image] Jun 04 21:08:43.686 INFO O| Jun 04 21:08:43.686 INFO STEP 515 (remove_files) COMPLETE
63732026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.686 INFO O| Jun 04 21:08:43.686 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.693 INFO O| Jun 04 21:08:43.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63752026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.693 INFO O| Jun 04 21:08:43.693 INFO STEP 516 (remove_files) COMPLETE
63762026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.693 INFO O| Jun 04 21:08:43.693 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.700 INFO O| Jun 04 21:08:43.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63782026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.701 INFO O| Jun 04 21:08:43.700 INFO STEP 517 (remove_files) COMPLETE
63792026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.701 INFO O| Jun 04 21:08:43.701 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.707 INFO O| Jun 04 21:08:43.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63812026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.707 INFO O| Jun 04 21:08:43.707 INFO STEP 518 (remove_files) COMPLETE
63822026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.707 INFO O| Jun 04 21:08:43.707 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-06-04T21:08:45.008Z[ recovery-image] Jun 04 21:08:43.715 INFO O| Jun 04 21:08:43.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63842026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.715 INFO O| Jun 04 21:08:43.715 INFO STEP 519 (remove_files) COMPLETE
63852026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.715 INFO O| Jun 04 21:08:43.715 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.722 INFO O| Jun 04 21:08:43.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63872026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.722 INFO O| Jun 04 21:08:43.722 INFO STEP 520 (remove_files) COMPLETE
63882026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.722 INFO O| Jun 04 21:08:43.722 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.729 INFO O| Jun 04 21:08:43.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63902026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.729 INFO O| Jun 04 21:08:43.729 INFO STEP 521 (remove_files) COMPLETE
63912026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.729 INFO O| Jun 04 21:08:43.729 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.737 INFO O| Jun 04 21:08:43.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63932026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.738 INFO O| Jun 04 21:08:43.738 INFO STEP 522 (remove_files) COMPLETE
63942026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.738 INFO O| Jun 04 21:08:43.738 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.745 INFO O| Jun 04 21:08:43.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63962026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.745 INFO O| Jun 04 21:08:43.745 INFO STEP 523 (remove_files) COMPLETE
63972026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.745 INFO O| Jun 04 21:08:43.745 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.752 INFO O| Jun 04 21:08:43.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63992026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.752 INFO O| Jun 04 21:08:43.752 INFO STEP 524 (remove_files) COMPLETE
64002026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.752 INFO O| Jun 04 21:08:43.752 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.759 INFO O| Jun 04 21:08:43.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64022026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.759 INFO O| Jun 04 21:08:43.759 INFO STEP 525 (remove_files) COMPLETE
64032026-06-04T21:08:45.009Z[ recovery-image] Jun 04 21:08:43.759 INFO O| Jun 04 21:08:43.759 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-06-04T21:08:45.012Z[ recovery-image] Jun 04 21:08:43.767 INFO O| Jun 04 21:08:43.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64052026-06-04T21:08:45.012Z[ recovery-image] Jun 04 21:08:43.767 INFO O| Jun 04 21:08:43.767 INFO STEP 526 (remove_files) COMPLETE
64062026-06-04T21:08:45.012Z[ recovery-image] Jun 04 21:08:43.767 INFO O| Jun 04 21:08:43.767 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-06-04T21:08:45.017Z[ recovery-image] Jun 04 21:08:43.775 INFO O| Jun 04 21:08:43.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64082026-06-04T21:08:45.017Z[ recovery-image] Jun 04 21:08:43.775 INFO O| Jun 04 21:08:43.775 INFO STEP 527 (remove_files) COMPLETE
64092026-06-04T21:08:45.017Z[ recovery-image] Jun 04 21:08:43.775 INFO O| Jun 04 21:08:43.775 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-06-04T21:08:45.024Z[ recovery-image] Jun 04 21:08:43.782 INFO O| Jun 04 21:08:43.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64112026-06-04T21:08:45.024Z[ recovery-image] Jun 04 21:08:43.782 INFO O| Jun 04 21:08:43.782 INFO STEP 528 (remove_files) COMPLETE
64122026-06-04T21:08:45.027Z[ recovery-image] Jun 04 21:08:43.782 INFO O| Jun 04 21:08:43.782 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-06-04T21:08:45.032Z[ recovery-image] Jun 04 21:08:43.789 INFO O| Jun 04 21:08:43.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64142026-06-04T21:08:45.032Z[ recovery-image] Jun 04 21:08:43.789 INFO O| Jun 04 21:08:43.789 INFO STEP 529 (remove_files) COMPLETE
64152026-06-04T21:08:45.035Z[ recovery-image] Jun 04 21:08:43.789 INFO O| Jun 04 21:08:43.789 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-06-04T21:08:45.039Z[ recovery-image] Jun 04 21:08:43.797 INFO O| Jun 04 21:08:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64172026-06-04T21:08:45.039Z[ recovery-image] Jun 04 21:08:43.797 INFO O| Jun 04 21:08:43.797 INFO STEP 530 (remove_files) COMPLETE
64182026-06-04T21:08:45.042Z[ recovery-image] Jun 04 21:08:43.797 INFO O| Jun 04 21:08:43.797 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-06-04T21:08:45.046Z[ recovery-image] Jun 04 21:08:43.804 INFO O| Jun 04 21:08:43.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64202026-06-04T21:08:45.046Z[ recovery-image] Jun 04 21:08:43.804 INFO O| Jun 04 21:08:43.804 INFO STEP 531 (remove_files) COMPLETE
64212026-06-04T21:08:45.049Z[ recovery-image] Jun 04 21:08:43.804 INFO O| Jun 04 21:08:43.804 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-06-04T21:08:45.054Z[ recovery-image] Jun 04 21:08:43.812 INFO O| Jun 04 21:08:43.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64232026-06-04T21:08:45.054Z[ recovery-image] Jun 04 21:08:43.812 INFO O| Jun 04 21:08:43.812 INFO STEP 532 (remove_files) COMPLETE
64242026-06-04T21:08:45.057Z[ recovery-image] Jun 04 21:08:43.812 INFO O| Jun 04 21:08:43.812 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-06-04T21:08:45.063Z[ recovery-image] Jun 04 21:08:43.819 INFO O| Jun 04 21:08:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64262026-06-04T21:08:45.063Z[ recovery-image] Jun 04 21:08:43.819 INFO O| Jun 04 21:08:43.819 INFO STEP 533 (remove_files) COMPLETE
64272026-06-04T21:08:45.065Z[ recovery-image] Jun 04 21:08:43.819 INFO O| Jun 04 21:08:43.819 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-06-04T21:08:45.068Z[ recovery-image] Jun 04 21:08:43.827 INFO O| Jun 04 21:08:43.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64292026-06-04T21:08:45.068Z[ recovery-image] Jun 04 21:08:43.827 INFO O| Jun 04 21:08:43.827 INFO STEP 534 (remove_files) COMPLETE
64302026-06-04T21:08:45.072Z[ recovery-image] Jun 04 21:08:43.827 INFO O| Jun 04 21:08:43.827 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-06-04T21:08:45.076Z[ recovery-image] Jun 04 21:08:43.834 INFO O| Jun 04 21:08:43.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64322026-06-04T21:08:45.076Z[ recovery-image] Jun 04 21:08:43.834 INFO O| Jun 04 21:08:43.834 INFO STEP 535 (remove_files) COMPLETE
64332026-06-04T21:08:45.078Z[ recovery-image] Jun 04 21:08:43.834 INFO O| Jun 04 21:08:43.834 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-06-04T21:08:45.083Z[ recovery-image] Jun 04 21:08:43.841 INFO O| Jun 04 21:08:43.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64352026-06-04T21:08:45.083Z[ recovery-image] Jun 04 21:08:43.841 INFO O| Jun 04 21:08:43.841 INFO STEP 536 (remove_files) COMPLETE
64362026-06-04T21:08:45.086Z[ recovery-image] Jun 04 21:08:43.841 INFO O| Jun 04 21:08:43.841 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-06-04T21:08:45.090Z[ recovery-image] Jun 04 21:08:43.848 INFO O| Jun 04 21:08:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64382026-06-04T21:08:45.090Z[ recovery-image] Jun 04 21:08:43.848 INFO O| Jun 04 21:08:43.848 INFO STEP 537 (remove_files) COMPLETE
64392026-06-04T21:08:45.094Z[ recovery-image] Jun 04 21:08:43.848 INFO O| Jun 04 21:08:43.848 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-06-04T21:08:45.097Z[ recovery-image] Jun 04 21:08:43.855 INFO O| Jun 04 21:08:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64412026-06-04T21:08:45.097Z[ recovery-image] Jun 04 21:08:43.855 INFO O| Jun 04 21:08:43.855 INFO STEP 538 (remove_files) COMPLETE
64422026-06-04T21:08:45.100Z[ recovery-image] Jun 04 21:08:43.855 INFO O| Jun 04 21:08:43.855 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-06-04T21:08:45.126Z[ recovery-image] Jun 04 21:08:43.883 INFO O| Jun 04 21:08:43.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64442026-06-04T21:08:45.126Z[ recovery-image] Jun 04 21:08:43.883 INFO O| Jun 04 21:08:43.883 INFO STEP 539 (remove_files) COMPLETE
64452026-06-04T21:08:45.126Z[ recovery-image] Jun 04 21:08:43.883 INFO O| Jun 04 21:08:43.883 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-06-04T21:08:45.134Z[ recovery-image] Jun 04 21:08:43.892 INFO O| Jun 04 21:08:43.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64472026-06-04T21:08:45.134Z[ recovery-image] Jun 04 21:08:43.892 INFO O| Jun 04 21:08:43.892 INFO STEP 540 (remove_files) COMPLETE
64482026-06-04T21:08:45.137Z[ recovery-image] Jun 04 21:08:43.892 INFO O| Jun 04 21:08:43.892 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-06-04T21:08:45.142Z[ recovery-image] Jun 04 21:08:43.900 INFO O| Jun 04 21:08:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64502026-06-04T21:08:45.142Z[ recovery-image] Jun 04 21:08:43.900 INFO O| Jun 04 21:08:43.900 INFO STEP 541 (remove_files) COMPLETE
64512026-06-04T21:08:45.145Z[ recovery-image] Jun 04 21:08:43.900 INFO O| Jun 04 21:08:43.900 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-06-04T21:08:45.149Z[ recovery-image] Jun 04 21:08:43.907 INFO O| Jun 04 21:08:43.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64532026-06-04T21:08:45.149Z[ recovery-image] Jun 04 21:08:43.907 INFO O| Jun 04 21:08:43.907 INFO STEP 542 (remove_files) COMPLETE
64542026-06-04T21:08:45.153Z[ recovery-image] Jun 04 21:08:43.907 INFO O| Jun 04 21:08:43.907 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-06-04T21:08:45.157Z[ recovery-image] Jun 04 21:08:43.915 INFO O| Jun 04 21:08:43.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64562026-06-04T21:08:45.157Z[ recovery-image] Jun 04 21:08:43.915 INFO O| Jun 04 21:08:43.915 INFO STEP 543 (remove_files) COMPLETE
64572026-06-04T21:08:45.161Z[ recovery-image] Jun 04 21:08:43.915 INFO O| Jun 04 21:08:43.915 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-06-04T21:08:45.165Z[ recovery-image] Jun 04 21:08:43.923 INFO O| Jun 04 21:08:43.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64592026-06-04T21:08:45.165Z[ recovery-image] Jun 04 21:08:43.923 INFO O| Jun 04 21:08:43.923 INFO STEP 544 (remove_files) COMPLETE
64602026-06-04T21:08:45.168Z[ recovery-image] Jun 04 21:08:43.923 INFO O| Jun 04 21:08:43.923 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-06-04T21:08:45.173Z[ recovery-image] Jun 04 21:08:43.931 INFO O| Jun 04 21:08:43.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64622026-06-04T21:08:45.173Z[ recovery-image] Jun 04 21:08:43.931 INFO O| Jun 04 21:08:43.931 INFO STEP 545 (remove_files) COMPLETE
64632026-06-04T21:08:45.176Z[ recovery-image] Jun 04 21:08:43.931 INFO O| Jun 04 21:08:43.931 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-06-04T21:08:45.181Z[ recovery-image] Jun 04 21:08:43.939 INFO O| Jun 04 21:08:43.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64652026-06-04T21:08:45.181Z[ recovery-image] Jun 04 21:08:43.939 INFO O| Jun 04 21:08:43.939 INFO STEP 546 (remove_files) COMPLETE
64662026-06-04T21:08:45.185Z[ recovery-image] Jun 04 21:08:43.939 INFO O| Jun 04 21:08:43.939 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-06-04T21:08:45.189Z[ recovery-image] Jun 04 21:08:43.947 INFO O| Jun 04 21:08:43.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64682026-06-04T21:08:45.189Z[ recovery-image] Jun 04 21:08:43.947 INFO O| Jun 04 21:08:43.947 INFO STEP 547 (remove_files) COMPLETE
64692026-06-04T21:08:45.192Z[ recovery-image] Jun 04 21:08:43.947 INFO O| Jun 04 21:08:43.947 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-06-04T21:08:45.197Z[ recovery-image] Jun 04 21:08:43.955 INFO O| Jun 04 21:08:43.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64712026-06-04T21:08:45.197Z[ recovery-image] Jun 04 21:08:43.955 INFO O| Jun 04 21:08:43.955 INFO STEP 548 (remove_files) COMPLETE
64722026-06-04T21:08:45.197Z[ recovery-image] Jun 04 21:08:43.955 INFO O| Jun 04 21:08:43.955 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-06-04T21:08:45.204Z[ recovery-image] Jun 04 21:08:43.962 INFO O| Jun 04 21:08:43.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64742026-06-04T21:08:45.220Z[ recovery-image] Jun 04 21:08:43.978 INFO O| Jun 04 21:08:43.978 INFO STEP 549 (remove_files) COMPLETE
64752026-06-04T21:08:45.220Z[ recovery-image] Jun 04 21:08:43.978 INFO O| Jun 04 21:08:43.978 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-06-04T21:08:45.234Z[ recovery-image] Jun 04 21:08:43.988 INFO O| Jun 04 21:08:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64772026-06-04T21:08:45.234Z[ recovery-image] Jun 04 21:08:43.988 INFO O| Jun 04 21:08:43.988 INFO STEP 550 (remove_files) COMPLETE
64782026-06-04T21:08:45.234Z[ recovery-image] Jun 04 21:08:43.988 INFO O| Jun 04 21:08:43.988 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-06-04T21:08:45.256Z[ recovery-image] Jun 04 21:08:44.014 INFO O| Jun 04 21:08:44.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64802026-06-04T21:08:45.256Z[ recovery-image] Jun 04 21:08:44.014 INFO O| Jun 04 21:08:44.014 INFO STEP 551 (remove_files) COMPLETE
64812026-06-04T21:08:45.259Z[ recovery-image] Jun 04 21:08:44.014 INFO O| Jun 04 21:08:44.014 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-06-04T21:08:45.264Z[ recovery-image] Jun 04 21:08:44.022 INFO O| Jun 04 21:08:44.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64832026-06-04T21:08:45.264Z[ recovery-image] Jun 04 21:08:44.022 INFO O| Jun 04 21:08:44.022 INFO STEP 552 (remove_files) COMPLETE
64842026-06-04T21:08:45.267Z[ recovery-image] Jun 04 21:08:44.022 INFO O| Jun 04 21:08:44.022 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-06-04T21:08:45.301Z[ recovery-image] Jun 04 21:08:44.059 INFO O| Jun 04 21:08:44.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64862026-06-04T21:08:45.301Z[ recovery-image] Jun 04 21:08:44.059 INFO O| Jun 04 21:08:44.059 INFO STEP 553 (remove_files) COMPLETE
64872026-06-04T21:08:45.301Z[ recovery-image] Jun 04 21:08:44.059 INFO O| Jun 04 21:08:44.059 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-06-04T21:08:45.311Z[ recovery-image] Jun 04 21:08:44.069 INFO O| Jun 04 21:08:44.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64892026-06-04T21:08:45.311Z[ recovery-image] Jun 04 21:08:44.069 INFO O| Jun 04 21:08:44.069 INFO STEP 554 (remove_files) COMPLETE
64902026-06-04T21:08:45.314Z[ recovery-image] Jun 04 21:08:44.069 INFO O| Jun 04 21:08:44.069 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-06-04T21:08:45.321Z[ recovery-image] Jun 04 21:08:44.079 INFO O| Jun 04 21:08:44.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64922026-06-04T21:08:45.321Z[ recovery-image] Jun 04 21:08:44.079 INFO O| Jun 04 21:08:44.079 INFO STEP 555 (remove_files) COMPLETE
64932026-06-04T21:08:45.321Z[ recovery-image] Jun 04 21:08:44.079 INFO O| Jun 04 21:08:44.079 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-06-04T21:08:45.331Z[ recovery-image] Jun 04 21:08:44.089 INFO O| Jun 04 21:08:44.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64952026-06-04T21:08:45.331Z[ recovery-image] Jun 04 21:08:44.089 INFO O| Jun 04 21:08:44.089 INFO STEP 556 (remove_files) COMPLETE
64962026-06-04T21:08:45.331Z[ recovery-image] Jun 04 21:08:44.089 INFO O| Jun 04 21:08:44.089 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-06-04T21:08:45.340Z[ recovery-image] Jun 04 21:08:44.098 INFO O| Jun 04 21:08:44.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64982026-06-04T21:08:45.340Z[ recovery-image] Jun 04 21:08:44.098 INFO O| Jun 04 21:08:44.098 INFO STEP 557 (remove_files) COMPLETE
64992026-06-04T21:08:45.340Z[ recovery-image] Jun 04 21:08:44.098 INFO O| Jun 04 21:08:44.098 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-06-04T21:08:45.350Z[ recovery-image] Jun 04 21:08:44.108 INFO O| Jun 04 21:08:44.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65012026-06-04T21:08:45.350Z[ recovery-image] Jun 04 21:08:44.108 INFO O| Jun 04 21:08:44.108 INFO STEP 558 (remove_files) COMPLETE
65022026-06-04T21:08:45.353Z[ recovery-image] Jun 04 21:08:44.108 INFO O| Jun 04 21:08:44.108 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-06-04T21:08:45.357Z[ recovery-image] Jun 04 21:08:44.115 INFO O| Jun 04 21:08:44.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65042026-06-04T21:08:45.357Z[ recovery-image] Jun 04 21:08:44.115 INFO O| Jun 04 21:08:44.115 INFO STEP 559 (remove_files) COMPLETE
65052026-06-04T21:08:45.363Z[ recovery-image] Jun 04 21:08:44.115 INFO O| Jun 04 21:08:44.115 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-06-04T21:08:45.367Z[ recovery-image] Jun 04 21:08:44.123 INFO O| Jun 04 21:08:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65072026-06-04T21:08:45.367Z[ recovery-image] Jun 04 21:08:44.123 INFO O| Jun 04 21:08:44.123 INFO STEP 560 (remove_files) COMPLETE
65082026-06-04T21:08:45.367Z[ recovery-image] Jun 04 21:08:44.123 INFO O| Jun 04 21:08:44.123 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-06-04T21:08:45.373Z[ recovery-image] Jun 04 21:08:44.130 INFO O| Jun 04 21:08:44.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65102026-06-04T21:08:45.373Z[ recovery-image] Jun 04 21:08:44.130 INFO O| Jun 04 21:08:44.130 INFO STEP 561 (remove_files) COMPLETE
65112026-06-04T21:08:45.376Z[ recovery-image] Jun 04 21:08:44.130 INFO O| Jun 04 21:08:44.130 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-06-04T21:08:45.380Z[ recovery-image] Jun 04 21:08:44.138 INFO O| Jun 04 21:08:44.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65132026-06-04T21:08:45.380Z[ recovery-image] Jun 04 21:08:44.138 INFO O| Jun 04 21:08:44.138 INFO STEP 562 (remove_files) COMPLETE
65142026-06-04T21:08:45.383Z[ recovery-image] Jun 04 21:08:44.138 INFO O| Jun 04 21:08:44.138 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-06-04T21:08:45.388Z[ recovery-image] Jun 04 21:08:44.145 INFO O| Jun 04 21:08:44.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65162026-06-04T21:08:45.388Z[ recovery-image] Jun 04 21:08:44.145 INFO O| Jun 04 21:08:44.145 INFO STEP 563 (remove_files) COMPLETE
65172026-06-04T21:08:45.391Z[ recovery-image] Jun 04 21:08:44.145 INFO O| Jun 04 21:08:44.145 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-06-04T21:08:45.395Z[ recovery-image] Jun 04 21:08:44.152 INFO O| Jun 04 21:08:44.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65192026-06-04T21:08:45.395Z[ recovery-image] Jun 04 21:08:44.152 INFO O| Jun 04 21:08:44.152 INFO STEP 564 (remove_files) COMPLETE
65202026-06-04T21:08:45.395Z[ recovery-image] Jun 04 21:08:44.152 INFO O| Jun 04 21:08:44.152 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-06-04T21:08:45.401Z[ recovery-image] Jun 04 21:08:44.159 INFO O| Jun 04 21:08:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65222026-06-04T21:08:45.401Z[ recovery-image] Jun 04 21:08:44.159 INFO O| Jun 04 21:08:44.159 INFO STEP 565 (remove_files) COMPLETE
65232026-06-04T21:08:45.401Z[ recovery-image] Jun 04 21:08:44.159 INFO O| Jun 04 21:08:44.159 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-06-04T21:08:45.408Z[ recovery-image] Jun 04 21:08:44.166 INFO O| Jun 04 21:08:44.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65252026-06-04T21:08:45.408Z[ recovery-image] Jun 04 21:08:44.166 INFO O| Jun 04 21:08:44.166 INFO STEP 566 (remove_files) COMPLETE
65262026-06-04T21:08:45.411Z[ recovery-image] Jun 04 21:08:44.166 INFO O| Jun 04 21:08:44.166 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-06-04T21:08:45.415Z[ recovery-image] Jun 04 21:08:44.173 INFO O| Jun 04 21:08:44.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65282026-06-04T21:08:45.415Z[ recovery-image] Jun 04 21:08:44.173 INFO O| Jun 04 21:08:44.173 INFO STEP 567 (remove_files) COMPLETE
65292026-06-04T21:08:45.418Z[ recovery-image] Jun 04 21:08:44.173 INFO O| Jun 04 21:08:44.173 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-06-04T21:08:45.422Z[ recovery-image] Jun 04 21:08:44.180 INFO O| Jun 04 21:08:44.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65312026-06-04T21:08:45.422Z[ recovery-image] Jun 04 21:08:44.180 INFO O| Jun 04 21:08:44.180 INFO STEP 568 (remove_files) COMPLETE
65322026-06-04T21:08:45.422Z[ recovery-image] Jun 04 21:08:44.180 INFO O| Jun 04 21:08:44.180 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-06-04T21:08:45.429Z[ recovery-image] Jun 04 21:08:44.187 INFO O| Jun 04 21:08:44.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65342026-06-04T21:08:45.429Z[ recovery-image] Jun 04 21:08:44.187 INFO O| Jun 04 21:08:44.187 INFO STEP 569 (remove_files) COMPLETE
65352026-06-04T21:08:45.429Z[ recovery-image] Jun 04 21:08:44.187 INFO O| Jun 04 21:08:44.187 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-06-04T21:08:45.436Z[ recovery-image] Jun 04 21:08:44.194 INFO O| Jun 04 21:08:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65372026-06-04T21:08:45.436Z[ recovery-image] Jun 04 21:08:44.195 INFO O| Jun 04 21:08:44.195 INFO STEP 570 (remove_files) COMPLETE
65382026-06-04T21:08:45.440Z[ recovery-image] Jun 04 21:08:44.195 INFO O| Jun 04 21:08:44.195 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-06-04T21:08:45.446Z[ recovery-image] Jun 04 21:08:44.203 INFO O| Jun 04 21:08:44.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65402026-06-04T21:08:45.446Z[ recovery-image] Jun 04 21:08:44.203 INFO O| Jun 04 21:08:44.203 INFO STEP 571 (remove_files) COMPLETE
65412026-06-04T21:08:45.451Z[ recovery-image] Jun 04 21:08:44.203 INFO O| Jun 04 21:08:44.203 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-06-04T21:08:45.455Z[ recovery-image] Jun 04 21:08:44.210 INFO O| Jun 04 21:08:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65432026-06-04T21:08:45.455Z[ recovery-image] Jun 04 21:08:44.210 INFO O| Jun 04 21:08:44.210 INFO STEP 572 (remove_files) COMPLETE
65442026-06-04T21:08:45.455Z[ recovery-image] Jun 04 21:08:44.210 INFO O| Jun 04 21:08:44.210 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-06-04T21:08:45.462Z[ recovery-image] Jun 04 21:08:44.218 INFO O| Jun 04 21:08:44.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65462026-06-04T21:08:45.462Z[ recovery-image] Jun 04 21:08:44.218 INFO O| Jun 04 21:08:44.218 INFO STEP 573 (remove_files) COMPLETE
65472026-06-04T21:08:45.462Z[ recovery-image] Jun 04 21:08:44.218 INFO O| Jun 04 21:08:44.218 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-06-04T21:08:45.468Z[ recovery-image] Jun 04 21:08:44.226 INFO O| Jun 04 21:08:44.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65492026-06-04T21:08:45.468Z[ recovery-image] Jun 04 21:08:44.226 INFO O| Jun 04 21:08:44.226 INFO STEP 574 (remove_files) COMPLETE
65502026-06-04T21:08:45.471Z[ recovery-image] Jun 04 21:08:44.226 INFO O| Jun 04 21:08:44.226 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-06-04T21:08:45.477Z[ recovery-image] Jun 04 21:08:44.235 INFO O| Jun 04 21:08:44.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65522026-06-04T21:08:45.477Z[ recovery-image] Jun 04 21:08:44.235 INFO O| Jun 04 21:08:44.235 INFO STEP 575 (remove_files) COMPLETE
65532026-06-04T21:08:45.477Z[ recovery-image] Jun 04 21:08:44.235 INFO O| Jun 04 21:08:44.235 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-06-04T21:08:45.484Z[ recovery-image] Jun 04 21:08:44.243 INFO O| Jun 04 21:08:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65552026-06-04T21:08:45.485Z[ recovery-image] Jun 04 21:08:44.243 INFO O| Jun 04 21:08:44.243 INFO STEP 576 (remove_files) COMPLETE
65562026-06-04T21:08:45.488Z[ recovery-image] Jun 04 21:08:44.243 INFO O| Jun 04 21:08:44.243 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-06-04T21:08:45.492Z[ recovery-image] Jun 04 21:08:44.250 INFO O| Jun 04 21:08:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65582026-06-04T21:08:45.492Z[ recovery-image] Jun 04 21:08:44.250 INFO O| Jun 04 21:08:44.250 INFO STEP 577 (remove_files) COMPLETE
65592026-06-04T21:08:45.492Z[ recovery-image] Jun 04 21:08:44.250 INFO O| Jun 04 21:08:44.250 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-06-04T21:08:45.500Z[ recovery-image] Jun 04 21:08:44.258 INFO O| Jun 04 21:08:44.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65612026-06-04T21:08:45.503Z[ recovery-image] Jun 04 21:08:44.260 INFO O| Jun 04 21:08:44.260 INFO STEP 578 (remove_files) COMPLETE
65622026-06-04T21:08:45.503Z[ recovery-image] Jun 04 21:08:44.260 INFO O| Jun 04 21:08:44.260 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-06-04T21:08:45.510Z[ recovery-image] Jun 04 21:08:44.268 INFO O| Jun 04 21:08:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65642026-06-04T21:08:45.510Z[ recovery-image] Jun 04 21:08:44.268 INFO O| Jun 04 21:08:44.268 INFO STEP 579 (remove_files) COMPLETE
65652026-06-04T21:08:45.510Z[ recovery-image] Jun 04 21:08:44.268 INFO O| Jun 04 21:08:44.268 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-06-04T21:08:45.517Z[ recovery-image] Jun 04 21:08:44.276 INFO O| Jun 04 21:08:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65672026-06-04T21:08:45.521Z[ recovery-image] Jun 04 21:08:44.276 INFO O| Jun 04 21:08:44.276 INFO STEP 580 (remove_files) COMPLETE
65682026-06-04T21:08:45.521Z[ recovery-image] Jun 04 21:08:44.276 INFO O| Jun 04 21:08:44.276 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-06-04T21:08:45.527Z[ recovery-image] Jun 04 21:08:44.285 INFO O| Jun 04 21:08:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65702026-06-04T21:08:45.527Z[ recovery-image] Jun 04 21:08:44.285 INFO O| Jun 04 21:08:44.285 INFO STEP 581 (remove_files) COMPLETE
65712026-06-04T21:08:45.532Z[ recovery-image] Jun 04 21:08:44.285 INFO O| Jun 04 21:08:44.285 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-06-04T21:08:45.535Z[ recovery-image] Jun 04 21:08:44.293 INFO O| Jun 04 21:08:44.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65732026-06-04T21:08:45.535Z[ recovery-image] Jun 04 21:08:44.293 INFO O| Jun 04 21:08:44.293 INFO STEP 582 (remove_files) COMPLETE
65742026-06-04T21:08:45.538Z[ recovery-image] Jun 04 21:08:44.293 INFO O| Jun 04 21:08:44.293 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-06-04T21:08:45.543Z[ recovery-image] Jun 04 21:08:44.301 INFO O| Jun 04 21:08:44.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65762026-06-04T21:08:45.543Z[ recovery-image] Jun 04 21:08:44.301 INFO O| Jun 04 21:08:44.301 INFO STEP 583 (remove_files) COMPLETE
65772026-06-04T21:08:45.543Z[ recovery-image] Jun 04 21:08:44.301 INFO O| Jun 04 21:08:44.301 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-06-04T21:08:45.550Z[ recovery-image] Jun 04 21:08:44.308 INFO O| Jun 04 21:08:44.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65792026-06-04T21:08:45.550Z[ recovery-image] Jun 04 21:08:44.308 INFO O| Jun 04 21:08:44.308 INFO STEP 584 (remove_files) COMPLETE
65802026-06-04T21:08:45.553Z[ recovery-image] Jun 04 21:08:44.308 INFO O| Jun 04 21:08:44.308 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-06-04T21:08:45.557Z[ recovery-image] Jun 04 21:08:44.315 INFO O| Jun 04 21:08:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65822026-06-04T21:08:45.557Z[ recovery-image] Jun 04 21:08:44.315 INFO O| Jun 04 21:08:44.315 INFO STEP 585 (remove_files) COMPLETE
65832026-06-04T21:08:45.560Z[ recovery-image] Jun 04 21:08:44.315 INFO O| Jun 04 21:08:44.315 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-06-04T21:08:45.565Z[ recovery-image] Jun 04 21:08:44.322 INFO O| Jun 04 21:08:44.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65852026-06-04T21:08:45.565Z[ recovery-image] Jun 04 21:08:44.322 INFO O| Jun 04 21:08:44.322 INFO STEP 586 (remove_files) COMPLETE
65862026-06-04T21:08:45.568Z[ recovery-image] Jun 04 21:08:44.322 INFO O| Jun 04 21:08:44.322 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-06-04T21:08:45.571Z[ recovery-image] Jun 04 21:08:44.329 INFO O| Jun 04 21:08:44.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65882026-06-04T21:08:45.571Z[ recovery-image] Jun 04 21:08:44.329 INFO O| Jun 04 21:08:44.329 INFO STEP 587 (remove_files) COMPLETE
65892026-06-04T21:08:45.571Z[ recovery-image] Jun 04 21:08:44.329 INFO O| Jun 04 21:08:44.329 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-06-04T21:08:45.578Z[ recovery-image] Jun 04 21:08:44.336 INFO O| Jun 04 21:08:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65912026-06-04T21:08:45.578Z[ recovery-image] Jun 04 21:08:44.336 INFO O| Jun 04 21:08:44.336 INFO STEP 588 (remove_files) COMPLETE
65922026-06-04T21:08:45.581Z[ recovery-image] Jun 04 21:08:44.336 INFO O| Jun 04 21:08:44.336 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-06-04T21:08:45.587Z[ recovery-image] Jun 04 21:08:44.345 INFO O| Jun 04 21:08:44.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65942026-06-04T21:08:45.587Z[ recovery-image] Jun 04 21:08:44.345 INFO O| Jun 04 21:08:44.345 INFO STEP 589 (remove_files) COMPLETE
65952026-06-04T21:08:45.591Z[ recovery-image] Jun 04 21:08:44.345 INFO O| Jun 04 21:08:44.345 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-06-04T21:08:45.595Z[ recovery-image] Jun 04 21:08:44.353 INFO O| Jun 04 21:08:44.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65972026-06-04T21:08:45.595Z[ recovery-image] Jun 04 21:08:44.353 INFO O| Jun 04 21:08:44.353 INFO STEP 590 (remove_files) COMPLETE
65982026-06-04T21:08:45.595Z[ recovery-image] Jun 04 21:08:44.353 INFO O| Jun 04 21:08:44.353 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-06-04T21:08:45.603Z[ recovery-image] Jun 04 21:08:44.361 INFO O| Jun 04 21:08:44.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66002026-06-04T21:08:45.603Z[ recovery-image] Jun 04 21:08:44.361 INFO O| Jun 04 21:08:44.361 INFO STEP 591 (remove_files) COMPLETE
66012026-06-04T21:08:45.603Z[ recovery-image] Jun 04 21:08:44.361 INFO O| Jun 04 21:08:44.361 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-06-04T21:08:45.610Z[ recovery-image] Jun 04 21:08:44.368 INFO O| Jun 04 21:08:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66032026-06-04T21:08:45.610Z[ recovery-image] Jun 04 21:08:44.368 INFO O| Jun 04 21:08:44.368 INFO STEP 592 (remove_files) COMPLETE
66042026-06-04T21:08:45.610Z[ recovery-image] Jun 04 21:08:44.368 INFO O| Jun 04 21:08:44.368 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-06-04T21:08:45.622Z[ recovery-image] Jun 04 21:08:44.376 INFO O| Jun 04 21:08:44.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66062026-06-04T21:08:45.622Z[ recovery-image] Jun 04 21:08:44.376 INFO O| Jun 04 21:08:44.376 INFO STEP 593 (remove_files) COMPLETE
66072026-06-04T21:08:45.622Z[ recovery-image] Jun 04 21:08:44.376 INFO O| Jun 04 21:08:44.376 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-06-04T21:08:45.629Z[ recovery-image] Jun 04 21:08:44.384 INFO O| Jun 04 21:08:44.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66092026-06-04T21:08:45.629Z[ recovery-image] Jun 04 21:08:44.384 INFO O| Jun 04 21:08:44.384 INFO STEP 594 (remove_files) COMPLETE
66102026-06-04T21:08:45.629Z[ recovery-image] Jun 04 21:08:44.384 INFO O| Jun 04 21:08:44.384 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-06-04T21:08:45.636Z[ recovery-image] Jun 04 21:08:44.392 INFO O| Jun 04 21:08:44.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66122026-06-04T21:08:45.636Z[ recovery-image] Jun 04 21:08:44.392 INFO O| Jun 04 21:08:44.392 INFO STEP 595 (remove_files) COMPLETE
66132026-06-04T21:08:45.683Z[ recovery-image] Jun 04 21:08:44.392 INFO O| Jun 04 21:08:44.392 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.398 INFO O| Jun 04 21:08:44.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66152026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.399 INFO O| Jun 04 21:08:44.399 INFO STEP 596 (remove_files) COMPLETE
66162026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.399 INFO O| Jun 04 21:08:44.399 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.405 INFO O| Jun 04 21:08:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66182026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.405 INFO O| Jun 04 21:08:44.405 INFO STEP 597 (remove_files) COMPLETE
66192026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.405 INFO O| Jun 04 21:08:44.405 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.412 INFO O| Jun 04 21:08:44.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66212026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.412 INFO O| Jun 04 21:08:44.412 INFO STEP 598 (remove_files) COMPLETE
66222026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.412 INFO O| Jun 04 21:08:44.412 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.419 INFO O| Jun 04 21:08:44.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66242026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.419 INFO O| Jun 04 21:08:44.419 INFO STEP 599 (remove_files) COMPLETE
66252026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.419 INFO O| Jun 04 21:08:44.419 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.426 INFO O| Jun 04 21:08:44.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66272026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.426 INFO O| Jun 04 21:08:44.426 INFO STEP 600 (remove_files) COMPLETE
66282026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.426 INFO O| Jun 04 21:08:44.426 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.433 INFO O| Jun 04 21:08:44.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66302026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.433 INFO O| Jun 04 21:08:44.433 INFO STEP 601 (remove_files) COMPLETE
66312026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.433 INFO O| Jun 04 21:08:44.433 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.441 INFO O| Jun 04 21:08:44.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66332026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.441 INFO O| Jun 04 21:08:44.441 INFO STEP 602 (remove_files) COMPLETE
66342026-06-04T21:08:45.690Z[ recovery-image] Jun 04 21:08:44.441 INFO O| Jun 04 21:08:44.441 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-06-04T21:08:45.695Z[ recovery-image] Jun 04 21:08:44.451 INFO O| Jun 04 21:08:44.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66362026-06-04T21:08:45.696Z[ recovery-image] Jun 04 21:08:44.451 INFO O| Jun 04 21:08:44.451 INFO STEP 603 (remove_files) COMPLETE
66372026-06-04T21:08:45.696Z[ recovery-image] Jun 04 21:08:44.451 INFO O| Jun 04 21:08:44.451 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-06-04T21:08:45.702Z[ recovery-image] Jun 04 21:08:44.460 INFO O| Jun 04 21:08:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66392026-06-04T21:08:45.702Z[ recovery-image] Jun 04 21:08:44.460 INFO O| Jun 04 21:08:44.460 INFO STEP 604 (remove_files) COMPLETE
66402026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.460 INFO O| Jun 04 21:08:44.460 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.468 INFO O| Jun 04 21:08:44.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66422026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.468 INFO O| Jun 04 21:08:44.468 INFO STEP 605 (remove_files) COMPLETE
66432026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.468 INFO O| Jun 04 21:08:44.468 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.476 INFO O| Jun 04 21:08:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66452026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.477 INFO O| Jun 04 21:08:44.477 INFO STEP 606 (remove_files) COMPLETE
66462026-06-04T21:08:45.720Z[ recovery-image] Jun 04 21:08:44.477 INFO O| Jun 04 21:08:44.477 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-06-04T21:08:45.728Z[ recovery-image] Jun 04 21:08:44.484 INFO O| Jun 04 21:08:44.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66482026-06-04T21:08:45.728Z[ recovery-image] Jun 04 21:08:44.484 INFO O| Jun 04 21:08:44.484 INFO STEP 607 (remove_files) COMPLETE
66492026-06-04T21:08:45.728Z[ recovery-image] Jun 04 21:08:44.484 INFO O| Jun 04 21:08:44.484 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-06-04T21:08:45.734Z[ recovery-image] Jun 04 21:08:44.492 INFO O| Jun 04 21:08:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66512026-06-04T21:08:45.734Z[ recovery-image] Jun 04 21:08:44.492 INFO O| Jun 04 21:08:44.492 INFO STEP 608 (remove_files) COMPLETE
66522026-06-04T21:08:45.735Z[ recovery-image] Jun 04 21:08:44.492 INFO O| Jun 04 21:08:44.492 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-06-04T21:08:45.744Z[ recovery-image] Jun 04 21:08:44.500 INFO O| Jun 04 21:08:44.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66542026-06-04T21:08:45.745Z[ recovery-image] Jun 04 21:08:44.500 INFO O| Jun 04 21:08:44.500 INFO STEP 609 (remove_files) COMPLETE
66552026-06-04T21:08:45.745Z[ recovery-image] Jun 04 21:08:44.500 INFO O| Jun 04 21:08:44.500 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-06-04T21:08:45.749Z[ recovery-image] Jun 04 21:08:44.507 INFO O| Jun 04 21:08:44.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66572026-06-04T21:08:45.749Z[ recovery-image] Jun 04 21:08:44.507 INFO O| Jun 04 21:08:44.507 INFO STEP 610 (remove_files) COMPLETE
66582026-06-04T21:08:45.749Z[ recovery-image] Jun 04 21:08:44.507 INFO O| Jun 04 21:08:44.507 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-06-04T21:08:45.757Z[ recovery-image] Jun 04 21:08:44.514 INFO O| Jun 04 21:08:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66602026-06-04T21:08:45.757Z[ recovery-image] Jun 04 21:08:44.514 INFO O| Jun 04 21:08:44.514 INFO STEP 611 (remove_files) COMPLETE
66612026-06-04T21:08:45.758Z[ recovery-image] Jun 04 21:08:44.514 INFO O| Jun 04 21:08:44.514 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-06-04T21:08:45.763Z[ recovery-image] Jun 04 21:08:44.521 INFO O| Jun 04 21:08:44.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66632026-06-04T21:08:45.763Z[ recovery-image] Jun 04 21:08:44.521 INFO O| Jun 04 21:08:44.521 INFO STEP 612 (remove_files) COMPLETE
66642026-06-04T21:08:45.763Z[ recovery-image] Jun 04 21:08:44.521 INFO O| Jun 04 21:08:44.521 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-06-04T21:08:45.772Z[ recovery-image] Jun 04 21:08:44.529 INFO O| Jun 04 21:08:44.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66662026-06-04T21:08:45.772Z[ recovery-image] Jun 04 21:08:44.529 INFO O| Jun 04 21:08:44.529 INFO STEP 613 (remove_files) COMPLETE
66672026-06-04T21:08:45.776Z[ recovery-image] Jun 04 21:08:44.529 INFO O| Jun 04 21:08:44.529 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-06-04T21:08:45.779Z[ recovery-image] Jun 04 21:08:44.536 INFO O| Jun 04 21:08:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66692026-06-04T21:08:45.779Z[ recovery-image] Jun 04 21:08:44.536 INFO O| Jun 04 21:08:44.536 INFO STEP 614 (remove_files) COMPLETE
66702026-06-04T21:08:45.779Z[ recovery-image] Jun 04 21:08:44.537 INFO O| Jun 04 21:08:44.536 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-06-04T21:08:45.786Z[ recovery-image] Jun 04 21:08:44.544 INFO O| Jun 04 21:08:44.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66722026-06-04T21:08:45.786Z[ recovery-image] Jun 04 21:08:44.544 INFO O| Jun 04 21:08:44.544 INFO STEP 615 (remove_files) COMPLETE
66732026-06-04T21:08:45.786Z[ recovery-image] Jun 04 21:08:44.544 INFO O| Jun 04 21:08:44.544 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-06-04T21:08:45.794Z[ recovery-image] Jun 04 21:08:44.552 INFO O| Jun 04 21:08:44.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66752026-06-04T21:08:45.794Z[ recovery-image] Jun 04 21:08:44.552 INFO O| Jun 04 21:08:44.552 INFO STEP 616 (remove_files) COMPLETE
66762026-06-04T21:08:45.797Z[ recovery-image] Jun 04 21:08:44.552 INFO O| Jun 04 21:08:44.552 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-06-04T21:08:45.803Z[ recovery-image] Jun 04 21:08:44.559 INFO O| Jun 04 21:08:44.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66782026-06-04T21:08:45.803Z[ recovery-image] Jun 04 21:08:44.559 INFO O| Jun 04 21:08:44.559 INFO STEP 617 (remove_files) COMPLETE
66792026-06-04T21:08:45.807Z[ recovery-image] Jun 04 21:08:44.559 INFO O| Jun 04 21:08:44.559 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-06-04T21:08:45.810Z[ recovery-image] Jun 04 21:08:44.568 INFO O| Jun 04 21:08:44.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66812026-06-04T21:08:45.810Z[ recovery-image] Jun 04 21:08:44.568 INFO O| Jun 04 21:08:44.568 INFO STEP 618 (remove_files) COMPLETE
66822026-06-04T21:08:45.810Z[ recovery-image] Jun 04 21:08:44.568 INFO O| Jun 04 21:08:44.568 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-06-04T21:08:45.818Z[ recovery-image] Jun 04 21:08:44.576 INFO O| Jun 04 21:08:44.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66842026-06-04T21:08:45.818Z[ recovery-image] Jun 04 21:08:44.576 INFO O| Jun 04 21:08:44.576 INFO STEP 619 (remove_files) COMPLETE
66852026-06-04T21:08:45.818Z[ recovery-image] Jun 04 21:08:44.576 INFO O| Jun 04 21:08:44.576 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-06-04T21:08:45.825Z[ recovery-image] Jun 04 21:08:44.583 INFO O| Jun 04 21:08:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66872026-06-04T21:08:45.825Z[ recovery-image] Jun 04 21:08:44.583 INFO O| Jun 04 21:08:44.583 INFO STEP 620 (remove_files) COMPLETE
66882026-06-04T21:08:45.825Z[ recovery-image] Jun 04 21:08:44.583 INFO O| Jun 04 21:08:44.583 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-06-04T21:08:45.833Z[ recovery-image] Jun 04 21:08:44.590 INFO O| Jun 04 21:08:44.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66902026-06-04T21:08:45.833Z[ recovery-image] Jun 04 21:08:44.590 INFO O| Jun 04 21:08:44.590 INFO STEP 621 (remove_files) COMPLETE
66912026-06-04T21:08:45.833Z[ recovery-image] Jun 04 21:08:44.590 INFO O| Jun 04 21:08:44.590 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-06-04T21:08:45.841Z[ recovery-image] Jun 04 21:08:44.598 INFO O| Jun 04 21:08:44.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66932026-06-04T21:08:45.841Z[ recovery-image] Jun 04 21:08:44.598 INFO O| Jun 04 21:08:44.598 INFO STEP 622 (remove_files) COMPLETE
66942026-06-04T21:08:45.841Z[ recovery-image] Jun 04 21:08:44.598 INFO O| Jun 04 21:08:44.598 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-06-04T21:08:45.848Z[ recovery-image] Jun 04 21:08:44.606 INFO O| Jun 04 21:08:44.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66962026-06-04T21:08:45.848Z[ recovery-image] Jun 04 21:08:44.606 INFO O| Jun 04 21:08:44.606 INFO STEP 623 (remove_files) COMPLETE
66972026-06-04T21:08:45.851Z[ recovery-image] Jun 04 21:08:44.606 INFO O| Jun 04 21:08:44.606 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-06-04T21:08:45.861Z[ recovery-image] Jun 04 21:08:44.616 INFO O| Jun 04 21:08:44.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66992026-06-04T21:08:45.861Z[ recovery-image] Jun 04 21:08:44.616 INFO O| Jun 04 21:08:44.616 INFO STEP 624 (remove_files) COMPLETE
67002026-06-04T21:08:45.861Z[ recovery-image] Jun 04 21:08:44.616 INFO O| Jun 04 21:08:44.616 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-06-04T21:08:45.867Z[ recovery-image] Jun 04 21:08:44.625 INFO O| Jun 04 21:08:44.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67022026-06-04T21:08:45.867Z[ recovery-image] Jun 04 21:08:44.625 INFO O| Jun 04 21:08:44.625 INFO STEP 625 (remove_files) COMPLETE
67032026-06-04T21:08:45.867Z[ recovery-image] Jun 04 21:08:44.625 INFO O| Jun 04 21:08:44.625 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-06-04T21:08:45.876Z[ recovery-image] Jun 04 21:08:44.634 INFO O| Jun 04 21:08:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67052026-06-04T21:08:45.876Z[ recovery-image] Jun 04 21:08:44.634 INFO O| Jun 04 21:08:44.634 INFO STEP 626 (remove_files) COMPLETE
67062026-06-04T21:08:45.876Z[ recovery-image] Jun 04 21:08:44.634 INFO O| Jun 04 21:08:44.634 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-06-04T21:08:45.885Z[ recovery-image] Jun 04 21:08:44.641 INFO O| Jun 04 21:08:44.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67082026-06-04T21:08:45.885Z[ recovery-image] Jun 04 21:08:44.641 INFO O| Jun 04 21:08:44.641 INFO STEP 627 (remove_files) COMPLETE
67092026-06-04T21:08:45.885Z[ recovery-image] Jun 04 21:08:44.642 INFO O| Jun 04 21:08:44.641 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-06-04T21:08:45.891Z[ recovery-image] Jun 04 21:08:44.649 INFO O| Jun 04 21:08:44.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67112026-06-04T21:08:45.891Z[ recovery-image] Jun 04 21:08:44.649 INFO O| Jun 04 21:08:44.649 INFO STEP 628 (remove_files) COMPLETE
67122026-06-04T21:08:45.891Z[ recovery-image] Jun 04 21:08:44.649 INFO O| Jun 04 21:08:44.649 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-06-04T21:08:45.899Z[ recovery-image] Jun 04 21:08:44.657 INFO O| Jun 04 21:08:44.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67142026-06-04T21:08:45.899Z[ recovery-image] Jun 04 21:08:44.657 INFO O| Jun 04 21:08:44.657 INFO STEP 629 (remove_files) COMPLETE
67152026-06-04T21:08:45.899Z[ recovery-image] Jun 04 21:08:44.657 INFO O| Jun 04 21:08:44.657 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-06-04T21:08:45.908Z[ recovery-image] Jun 04 21:08:44.666 INFO O| Jun 04 21:08:44.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67172026-06-04T21:08:45.908Z[ recovery-image] Jun 04 21:08:44.666 INFO O| Jun 04 21:08:44.666 INFO STEP 630 (remove_files) COMPLETE
67182026-06-04T21:08:45.908Z[ recovery-image] Jun 04 21:08:44.666 INFO O| Jun 04 21:08:44.666 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-06-04T21:08:45.982Z[ recovery-image] Jun 04 21:08:44.675 INFO O| Jun 04 21:08:44.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67202026-06-04T21:08:45.982Z[ recovery-image] Jun 04 21:08:44.675 INFO O| Jun 04 21:08:44.675 INFO STEP 631 (remove_files) COMPLETE
67212026-06-04T21:08:45.982Z[ recovery-image] Jun 04 21:08:44.675 INFO O| Jun 04 21:08:44.675 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.683 INFO O| Jun 04 21:08:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67232026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.683 INFO O| Jun 04 21:08:44.683 INFO STEP 632 (remove_files) COMPLETE
67242026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.683 INFO O| Jun 04 21:08:44.683 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.691 INFO O| Jun 04 21:08:44.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67262026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.691 INFO O| Jun 04 21:08:44.691 INFO STEP 633 (remove_files) COMPLETE
67272026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.691 INFO O| Jun 04 21:08:44.691 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.699 INFO O| Jun 04 21:08:44.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67292026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.699 INFO O| Jun 04 21:08:44.699 INFO STEP 634 (remove_files) COMPLETE
67302026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.699 INFO O| Jun 04 21:08:44.699 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.706 INFO O| Jun 04 21:08:44.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67322026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.706 INFO O| Jun 04 21:08:44.706 INFO STEP 635 (remove_files) COMPLETE
67332026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.706 INFO O| Jun 04 21:08:44.706 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.713 INFO O| Jun 04 21:08:44.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67352026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.713 INFO O| Jun 04 21:08:44.713 INFO STEP 636 (remove_files) COMPLETE
67362026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.713 INFO O| Jun 04 21:08:44.713 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.720 INFO O| Jun 04 21:08:44.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67382026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.720 INFO O| Jun 04 21:08:44.720 INFO STEP 637 (remove_files) COMPLETE
67392026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.720 INFO O| Jun 04 21:08:44.720 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.727 INFO O| Jun 04 21:08:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67412026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.727 INFO O| Jun 04 21:08:44.727 INFO STEP 638 (remove_files) COMPLETE
67422026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.727 INFO O| Jun 04 21:08:44.727 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.735 INFO O| Jun 04 21:08:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67442026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.735 INFO O| Jun 04 21:08:44.735 INFO STEP 639 (remove_files) COMPLETE
67452026-06-04T21:08:45.988Z[ recovery-image] Jun 04 21:08:44.735 INFO O| Jun 04 21:08:44.735 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-06-04T21:08:45.989Z[ recovery-image] Jun 04 21:08:44.742 INFO O| Jun 04 21:08:44.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67472026-06-04T21:08:45.989Z[ recovery-image] Jun 04 21:08:44.742 INFO O| Jun 04 21:08:44.742 INFO STEP 640 (remove_files) COMPLETE
67482026-06-04T21:08:45.989Z[ recovery-image] Jun 04 21:08:44.742 INFO O| Jun 04 21:08:44.742 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-06-04T21:08:45.994Z[ recovery-image] Jun 04 21:08:44.750 INFO O| Jun 04 21:08:44.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67502026-06-04T21:08:45.994Z[ recovery-image] Jun 04 21:08:44.750 INFO O| Jun 04 21:08:44.750 INFO STEP 641 (remove_files) COMPLETE
67512026-06-04T21:08:45.994Z[ recovery-image] Jun 04 21:08:44.750 INFO O| Jun 04 21:08:44.750 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-06-04T21:08:45.999Z[ recovery-image] Jun 04 21:08:44.757 INFO O| Jun 04 21:08:44.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67532026-06-04T21:08:45.999Z[ recovery-image] Jun 04 21:08:44.757 INFO O| Jun 04 21:08:44.757 INFO STEP 642 (remove_files) COMPLETE
67542026-06-04T21:08:46.003Z[ recovery-image] Jun 04 21:08:44.757 INFO O| Jun 04 21:08:44.757 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-06-04T21:08:46.021Z[ recovery-image] Jun 04 21:08:44.779 INFO O| Jun 04 21:08:44.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67562026-06-04T21:08:46.021Z[ recovery-image] Jun 04 21:08:44.779 INFO O| Jun 04 21:08:44.779 INFO STEP 643 (remove_files) COMPLETE
67572026-06-04T21:08:46.021Z[ recovery-image] Jun 04 21:08:44.779 INFO O| Jun 04 21:08:44.779 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-06-04T21:08:46.030Z[ recovery-image] Jun 04 21:08:44.788 INFO O| Jun 04 21:08:44.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67592026-06-04T21:08:46.031Z[ recovery-image] Jun 04 21:08:44.788 INFO O| Jun 04 21:08:44.788 INFO STEP 644 (remove_files) COMPLETE
67602026-06-04T21:08:46.031Z[ recovery-image] Jun 04 21:08:44.788 INFO O| Jun 04 21:08:44.788 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-06-04T21:08:46.039Z[ recovery-image] Jun 04 21:08:44.796 INFO O| Jun 04 21:08:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67622026-06-04T21:08:46.039Z[ recovery-image] Jun 04 21:08:44.796 INFO O| Jun 04 21:08:44.796 INFO STEP 645 (remove_files) COMPLETE
67632026-06-04T21:08:46.039Z[ recovery-image] Jun 04 21:08:44.796 INFO O| Jun 04 21:08:44.796 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-06-04T21:08:46.045Z[ recovery-image] Jun 04 21:08:44.803 INFO O| Jun 04 21:08:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67652026-06-04T21:08:46.045Z[ recovery-image] Jun 04 21:08:44.803 INFO O| Jun 04 21:08:44.803 INFO STEP 646 (remove_files) COMPLETE
67662026-06-04T21:08:46.045Z[ recovery-image] Jun 04 21:08:44.803 INFO O| Jun 04 21:08:44.803 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-06-04T21:08:46.053Z[ recovery-image] Jun 04 21:08:44.811 INFO O| Jun 04 21:08:44.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67682026-06-04T21:08:46.054Z[ recovery-image] Jun 04 21:08:44.811 INFO O| Jun 04 21:08:44.811 INFO STEP 647 (remove_files) COMPLETE
67692026-06-04T21:08:46.054Z[ recovery-image] Jun 04 21:08:44.811 INFO O| Jun 04 21:08:44.811 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-06-04T21:08:46.061Z[ recovery-image] Jun 04 21:08:44.819 INFO O| Jun 04 21:08:44.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67712026-06-04T21:08:46.061Z[ recovery-image] Jun 04 21:08:44.819 INFO O| Jun 04 21:08:44.819 INFO STEP 648 (remove_files) COMPLETE
67722026-06-04T21:08:46.061Z[ recovery-image] Jun 04 21:08:44.819 INFO O| Jun 04 21:08:44.819 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-06-04T21:08:46.068Z[ recovery-image] Jun 04 21:08:44.826 INFO O| Jun 04 21:08:44.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67742026-06-04T21:08:46.068Z[ recovery-image] Jun 04 21:08:44.827 INFO O| Jun 04 21:08:44.826 INFO STEP 649 (remove_files) COMPLETE
67752026-06-04T21:08:46.068Z[ recovery-image] Jun 04 21:08:44.827 INFO O| Jun 04 21:08:44.827 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-06-04T21:08:46.076Z[ recovery-image] Jun 04 21:08:44.834 INFO O| Jun 04 21:08:44.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67772026-06-04T21:08:46.076Z[ recovery-image] Jun 04 21:08:44.834 INFO O| Jun 04 21:08:44.834 INFO STEP 650 (remove_files) COMPLETE
67782026-06-04T21:08:46.076Z[ recovery-image] Jun 04 21:08:44.834 INFO O| Jun 04 21:08:44.834 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-06-04T21:08:46.105Z[ recovery-image] Jun 04 21:08:44.863 INFO O| Jun 04 21:08:44.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67802026-06-04T21:08:46.105Z[ recovery-image] Jun 04 21:08:44.863 INFO O| Jun 04 21:08:44.863 INFO STEP 651 (remove_files) COMPLETE
67812026-06-04T21:08:46.105Z[ recovery-image] Jun 04 21:08:44.863 INFO O| Jun 04 21:08:44.863 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-06-04T21:08:46.114Z[ recovery-image] Jun 04 21:08:44.872 INFO O| Jun 04 21:08:44.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67832026-06-04T21:08:46.134Z[ recovery-image] Jun 04 21:08:44.892 INFO O| Jun 04 21:08:44.892 INFO STEP 652 (remove_files) COMPLETE
67842026-06-04T21:08:46.134Z[ recovery-image] Jun 04 21:08:44.892 INFO O| Jun 04 21:08:44.892 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-06-04T21:08:46.143Z[ recovery-image] Jun 04 21:08:44.901 INFO O| Jun 04 21:08:44.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67862026-06-04T21:08:46.143Z[ recovery-image] Jun 04 21:08:44.901 INFO O| Jun 04 21:08:44.901 INFO STEP 653 (remove_files) COMPLETE
67872026-06-04T21:08:46.143Z[ recovery-image] Jun 04 21:08:44.901 INFO O| Jun 04 21:08:44.901 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-06-04T21:08:46.152Z[ recovery-image] Jun 04 21:08:44.909 INFO O| Jun 04 21:08:44.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67892026-06-04T21:08:46.152Z[ recovery-image] Jun 04 21:08:44.909 INFO O| Jun 04 21:08:44.909 INFO STEP 654 (remove_files) COMPLETE
67902026-06-04T21:08:46.155Z[ recovery-image] Jun 04 21:08:44.909 INFO O| Jun 04 21:08:44.909 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-06-04T21:08:46.158Z[ recovery-image] Jun 04 21:08:44.916 INFO O| Jun 04 21:08:44.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67922026-06-04T21:08:46.158Z[ recovery-image] Jun 04 21:08:44.916 INFO O| Jun 04 21:08:44.916 INFO STEP 655 (remove_files) COMPLETE
67932026-06-04T21:08:46.158Z[ recovery-image] Jun 04 21:08:44.916 INFO O| Jun 04 21:08:44.916 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-06-04T21:08:46.166Z[ recovery-image] Jun 04 21:08:44.923 INFO O| Jun 04 21:08:44.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67952026-06-04T21:08:46.188Z[ recovery-image] Jun 04 21:08:44.946 INFO O| Jun 04 21:08:44.946 INFO STEP 656 (remove_files) COMPLETE
67962026-06-04T21:08:46.188Z[ recovery-image] Jun 04 21:08:44.946 INFO O| Jun 04 21:08:44.946 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-06-04T21:08:46.197Z[ recovery-image] Jun 04 21:08:44.955 INFO O| Jun 04 21:08:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67982026-06-04T21:08:46.221Z[ recovery-image] Jun 04 21:08:44.978 INFO O| Jun 04 21:08:44.978 INFO STEP 657 (remove_files) COMPLETE
67992026-06-04T21:08:46.221Z[ recovery-image] Jun 04 21:08:44.978 INFO O| Jun 04 21:08:44.978 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-06-04T21:08:46.229Z[ recovery-image] Jun 04 21:08:44.987 INFO O| Jun 04 21:08:44.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68012026-06-04T21:08:46.229Z[ recovery-image] Jun 04 21:08:44.987 INFO O| Jun 04 21:08:44.987 INFO STEP 658 (remove_files) COMPLETE
68022026-06-04T21:08:46.232Z[ recovery-image] Jun 04 21:08:44.987 INFO O| Jun 04 21:08:44.987 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-06-04T21:08:46.286Z[ recovery-image] Jun 04 21:08:45.044 INFO O| Jun 04 21:08:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68042026-06-04T21:08:46.286Z[ recovery-image] Jun 04 21:08:45.044 INFO O| Jun 04 21:08:45.044 INFO STEP 659 (remove_files) COMPLETE
68052026-06-04T21:08:46.286Z[ recovery-image] Jun 04 21:08:45.044 INFO O| Jun 04 21:08:45.044 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-06-04T21:08:46.299Z[ recovery-image] Jun 04 21:08:45.057 INFO O| Jun 04 21:08:45.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68072026-06-04T21:08:46.299Z[ recovery-image] Jun 04 21:08:45.057 INFO O| Jun 04 21:08:45.057 INFO STEP 660 (remove_files) COMPLETE
68082026-06-04T21:08:46.299Z[ recovery-image] Jun 04 21:08:45.057 INFO O| Jun 04 21:08:45.057 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-06-04T21:08:46.307Z[ recovery-image] Jun 04 21:08:45.065 INFO O| Jun 04 21:08:45.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68102026-06-04T21:08:46.307Z[ recovery-image] Jun 04 21:08:45.065 INFO O| Jun 04 21:08:45.065 INFO STEP 661 (remove_files) COMPLETE
68112026-06-04T21:08:46.307Z[ recovery-image] Jun 04 21:08:45.065 INFO O| Jun 04 21:08:45.065 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-06-04T21:08:46.314Z[ recovery-image] Jun 04 21:08:45.072 INFO O| Jun 04 21:08:45.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68132026-06-04T21:08:46.315Z[ recovery-image] Jun 04 21:08:45.073 INFO O| Jun 04 21:08:45.072 INFO STEP 662 (remove_files) COMPLETE
68142026-06-04T21:08:46.315Z[ recovery-image] Jun 04 21:08:45.073 INFO O| Jun 04 21:08:45.072 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-06-04T21:08:46.322Z[ recovery-image] Jun 04 21:08:45.080 INFO O| Jun 04 21:08:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68162026-06-04T21:08:46.322Z[ recovery-image] Jun 04 21:08:45.080 INFO O| Jun 04 21:08:45.080 INFO STEP 663 (remove_files) COMPLETE
68172026-06-04T21:08:46.322Z[ recovery-image] Jun 04 21:08:45.080 INFO O| Jun 04 21:08:45.080 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-06-04T21:08:46.330Z[ recovery-image] Jun 04 21:08:45.088 INFO O| Jun 04 21:08:45.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68192026-06-04T21:08:46.330Z[ recovery-image] Jun 04 21:08:45.088 INFO O| Jun 04 21:08:45.088 INFO STEP 664 (remove_files) COMPLETE
68202026-06-04T21:08:46.330Z[ recovery-image] Jun 04 21:08:45.088 INFO O| Jun 04 21:08:45.088 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-06-04T21:08:46.337Z[ recovery-image] Jun 04 21:08:45.095 INFO O| Jun 04 21:08:45.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68222026-06-04T21:08:46.337Z[ recovery-image] Jun 04 21:08:45.095 INFO O| Jun 04 21:08:45.095 INFO STEP 665 (remove_files) COMPLETE
68232026-06-04T21:08:46.337Z[ recovery-image] Jun 04 21:08:45.095 INFO O| Jun 04 21:08:45.095 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-06-04T21:08:46.344Z[ recovery-image] Jun 04 21:08:45.102 INFO O| Jun 04 21:08:45.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68252026-06-04T21:08:46.344Z[ recovery-image] Jun 04 21:08:45.102 INFO O| Jun 04 21:08:45.102 INFO STEP 666 (remove_files) COMPLETE
68262026-06-04T21:08:46.344Z[ recovery-image] Jun 04 21:08:45.102 INFO O| Jun 04 21:08:45.102 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-06-04T21:08:46.351Z[ recovery-image] Jun 04 21:08:45.109 INFO O| Jun 04 21:08:45.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68282026-06-04T21:08:46.352Z[ recovery-image] Jun 04 21:08:45.110 INFO O| Jun 04 21:08:45.109 INFO STEP 667 (remove_files) COMPLETE
68292026-06-04T21:08:46.352Z[ recovery-image] Jun 04 21:08:45.110 INFO O| Jun 04 21:08:45.109 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-06-04T21:08:46.360Z[ recovery-image] Jun 04 21:08:45.117 INFO O| Jun 04 21:08:45.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68312026-06-04T21:08:46.361Z[ recovery-image] Jun 04 21:08:45.118 INFO O| Jun 04 21:08:45.117 INFO STEP 668 (remove_files) COMPLETE
68322026-06-04T21:08:46.361Z[ recovery-image] Jun 04 21:08:45.118 INFO O| Jun 04 21:08:45.117 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-06-04T21:08:46.367Z[ recovery-image] Jun 04 21:08:45.125 INFO O| Jun 04 21:08:45.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68342026-06-04T21:08:46.367Z[ recovery-image] Jun 04 21:08:45.125 INFO O| Jun 04 21:08:45.125 INFO STEP 669 (remove_files) COMPLETE
68352026-06-04T21:08:46.370Z[ recovery-image] Jun 04 21:08:45.125 INFO O| Jun 04 21:08:45.125 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-06-04T21:08:46.376Z[ recovery-image] Jun 04 21:08:45.134 INFO O| Jun 04 21:08:45.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68372026-06-04T21:08:46.376Z[ recovery-image] Jun 04 21:08:45.134 INFO O| Jun 04 21:08:45.134 INFO STEP 670 (remove_files) COMPLETE
68382026-06-04T21:08:46.379Z[ recovery-image] Jun 04 21:08:45.134 INFO O| Jun 04 21:08:45.134 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-06-04T21:08:46.385Z[ recovery-image] Jun 04 21:08:45.143 INFO O| Jun 04 21:08:45.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68402026-06-04T21:08:46.385Z[ recovery-image] Jun 04 21:08:45.143 INFO O| Jun 04 21:08:45.143 INFO STEP 671 (remove_files) COMPLETE
68412026-06-04T21:08:46.388Z[ recovery-image] Jun 04 21:08:45.143 INFO O| Jun 04 21:08:45.143 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-06-04T21:08:46.393Z[ recovery-image] Jun 04 21:08:45.151 INFO O| Jun 04 21:08:45.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68432026-06-04T21:08:46.393Z[ recovery-image] Jun 04 21:08:45.151 INFO O| Jun 04 21:08:45.151 INFO STEP 672 (remove_files) COMPLETE
68442026-06-04T21:08:46.396Z[ recovery-image] Jun 04 21:08:45.151 INFO O| Jun 04 21:08:45.151 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-06-04T21:08:46.400Z[ recovery-image] Jun 04 21:08:45.158 INFO O| Jun 04 21:08:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68462026-06-04T21:08:46.403Z[ recovery-image] Jun 04 21:08:45.158 INFO O| Jun 04 21:08:45.158 INFO STEP 673 (remove_files) COMPLETE
68472026-06-04T21:08:46.403Z[ recovery-image] Jun 04 21:08:45.158 INFO O| Jun 04 21:08:45.158 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-06-04T21:08:46.408Z[ recovery-image] Jun 04 21:08:45.166 INFO O| Jun 04 21:08:45.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68492026-06-04T21:08:46.411Z[ recovery-image] Jun 04 21:08:45.166 INFO O| Jun 04 21:08:45.166 INFO STEP 674 (remove_files) COMPLETE
68502026-06-04T21:08:46.411Z[ recovery-image] Jun 04 21:08:45.166 INFO O| Jun 04 21:08:45.166 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-06-04T21:08:46.416Z[ recovery-image] Jun 04 21:08:45.174 INFO O| Jun 04 21:08:45.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68522026-06-04T21:08:46.416Z[ recovery-image] Jun 04 21:08:45.174 INFO O| Jun 04 21:08:45.174 INFO STEP 675 (remove_files) COMPLETE
68532026-06-04T21:08:46.416Z[ recovery-image] Jun 04 21:08:45.174 INFO O| Jun 04 21:08:45.174 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-06-04T21:08:46.424Z[ recovery-image] Jun 04 21:08:45.181 INFO O| Jun 04 21:08:45.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68552026-06-04T21:08:46.424Z[ recovery-image] Jun 04 21:08:45.181 INFO O| Jun 04 21:08:45.181 INFO STEP 676 (remove_files) COMPLETE
68562026-06-04T21:08:46.429Z[ recovery-image] Jun 04 21:08:45.181 INFO O| Jun 04 21:08:45.181 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-06-04T21:08:46.432Z[ recovery-image] Jun 04 21:08:45.189 INFO O| Jun 04 21:08:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68582026-06-04T21:08:46.432Z[ recovery-image] Jun 04 21:08:45.189 INFO O| Jun 04 21:08:45.189 INFO STEP 677 (remove_files) COMPLETE
68592026-06-04T21:08:46.433Z[ recovery-image] Jun 04 21:08:45.189 INFO O| Jun 04 21:08:45.189 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-06-04T21:08:46.439Z[ recovery-image] Jun 04 21:08:45.197 INFO O| Jun 04 21:08:45.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68612026-06-04T21:08:46.442Z[ recovery-image] Jun 04 21:08:45.198 INFO O| Jun 04 21:08:45.198 INFO STEP 678 (remove_files) COMPLETE
68622026-06-04T21:08:46.442Z[ recovery-image] Jun 04 21:08:45.198 INFO O| Jun 04 21:08:45.198 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-06-04T21:08:46.448Z[ recovery-image] Jun 04 21:08:45.207 INFO O| Jun 04 21:08:45.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68642026-06-04T21:08:46.453Z[ recovery-image] Jun 04 21:08:45.207 INFO O| Jun 04 21:08:45.207 INFO STEP 679 (remove_files) COMPLETE
68652026-06-04T21:08:46.453Z[ recovery-image] Jun 04 21:08:45.207 INFO O| Jun 04 21:08:45.207 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-06-04T21:08:46.457Z[ recovery-image] Jun 04 21:08:45.215 INFO O| Jun 04 21:08:45.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68672026-06-04T21:08:46.457Z[ recovery-image] Jun 04 21:08:45.215 INFO O| Jun 04 21:08:45.215 INFO STEP 680 (remove_files) COMPLETE
68682026-06-04T21:08:46.457Z[ recovery-image] Jun 04 21:08:45.215 INFO O| Jun 04 21:08:45.215 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-06-04T21:08:46.475Z[ recovery-image] Jun 04 21:08:45.224 INFO O| Jun 04 21:08:45.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68702026-06-04T21:08:46.475Z[ recovery-image] Jun 04 21:08:45.225 INFO O| Jun 04 21:08:45.225 INFO STEP 681 (remove_files) COMPLETE
68712026-06-04T21:08:46.476Z[ recovery-image] Jun 04 21:08:45.225 INFO O| Jun 04 21:08:45.225 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-06-04T21:08:46.480Z[ recovery-image] Jun 04 21:08:45.234 INFO O| Jun 04 21:08:45.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68732026-06-04T21:08:46.480Z[ recovery-image] Jun 04 21:08:45.234 INFO O| Jun 04 21:08:45.234 INFO STEP 682 (remove_files) COMPLETE
68742026-06-04T21:08:46.480Z[ recovery-image] Jun 04 21:08:45.234 INFO O| Jun 04 21:08:45.234 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-06-04T21:08:46.484Z[ recovery-image] Jun 04 21:08:45.242 INFO O| Jun 04 21:08:45.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68762026-06-04T21:08:46.484Z[ recovery-image] Jun 04 21:08:45.242 INFO O| Jun 04 21:08:45.242 INFO STEP 683 (remove_files) COMPLETE
68772026-06-04T21:08:46.487Z[ recovery-image] Jun 04 21:08:45.242 INFO O| Jun 04 21:08:45.242 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-06-04T21:08:46.494Z[ recovery-image] Jun 04 21:08:45.251 INFO O| Jun 04 21:08:45.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68792026-06-04T21:08:46.494Z[ recovery-image] Jun 04 21:08:45.252 INFO O| Jun 04 21:08:45.251 INFO STEP 684 (remove_files) COMPLETE
68802026-06-04T21:08:46.494Z[ recovery-image] Jun 04 21:08:45.252 INFO O| Jun 04 21:08:45.251 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-06-04T21:08:46.502Z[ recovery-image] Jun 04 21:08:45.259 INFO O| Jun 04 21:08:45.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68822026-06-04T21:08:46.502Z[ recovery-image] Jun 04 21:08:45.260 INFO O| Jun 04 21:08:45.259 INFO STEP 685 (remove_files) COMPLETE
68832026-06-04T21:08:46.502Z[ recovery-image] Jun 04 21:08:45.260 INFO O| Jun 04 21:08:45.260 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-06-04T21:08:46.509Z[ recovery-image] Jun 04 21:08:45.267 INFO O| Jun 04 21:08:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68852026-06-04T21:08:46.509Z[ recovery-image] Jun 04 21:08:45.267 INFO O| Jun 04 21:08:45.267 INFO STEP 686 (remove_files) COMPLETE
68862026-06-04T21:08:46.509Z[ recovery-image] Jun 04 21:08:45.267 INFO O| Jun 04 21:08:45.267 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-06-04T21:08:46.517Z[ recovery-image] Jun 04 21:08:45.275 INFO O| Jun 04 21:08:45.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68882026-06-04T21:08:46.517Z[ recovery-image] Jun 04 21:08:45.275 INFO O| Jun 04 21:08:45.275 INFO STEP 687 (remove_files) COMPLETE
68892026-06-04T21:08:46.520Z[ recovery-image] Jun 04 21:08:45.275 INFO O| Jun 04 21:08:45.275 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-06-04T21:08:46.524Z[ recovery-image] Jun 04 21:08:45.282 INFO O| Jun 04 21:08:45.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68912026-06-04T21:08:46.528Z[ recovery-image] Jun 04 21:08:45.283 INFO O| Jun 04 21:08:45.283 INFO STEP 688 (remove_files) COMPLETE
68922026-06-04T21:08:46.528Z[ recovery-image] Jun 04 21:08:45.284 INFO O| Jun 04 21:08:45.283 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-06-04T21:08:46.533Z[ recovery-image] Jun 04 21:08:45.291 INFO O| Jun 04 21:08:45.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68942026-06-04T21:08:46.533Z[ recovery-image] Jun 04 21:08:45.291 INFO O| Jun 04 21:08:45.291 INFO STEP 689 (remove_files) COMPLETE
68952026-06-04T21:08:46.533Z[ recovery-image] Jun 04 21:08:45.291 INFO O| Jun 04 21:08:45.291 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-06-04T21:08:46.540Z[ recovery-image] Jun 04 21:08:45.298 INFO O| Jun 04 21:08:45.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68972026-06-04T21:08:46.540Z[ recovery-image] Jun 04 21:08:45.298 INFO O| Jun 04 21:08:45.298 INFO STEP 690 (remove_files) COMPLETE
68982026-06-04T21:08:46.540Z[ recovery-image] Jun 04 21:08:45.298 INFO O| Jun 04 21:08:45.298 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-06-04T21:08:46.547Z[ recovery-image] Jun 04 21:08:45.305 INFO O| Jun 04 21:08:45.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69002026-06-04T21:08:46.548Z[ recovery-image] Jun 04 21:08:45.306 INFO O| Jun 04 21:08:45.305 INFO STEP 691 (remove_files) COMPLETE
69012026-06-04T21:08:46.548Z[ recovery-image] Jun 04 21:08:45.306 INFO O| Jun 04 21:08:45.306 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-06-04T21:08:46.555Z[ recovery-image] Jun 04 21:08:45.313 INFO O| Jun 04 21:08:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69032026-06-04T21:08:46.555Z[ recovery-image] Jun 04 21:08:45.313 INFO O| Jun 04 21:08:45.313 INFO STEP 692 (remove_files) COMPLETE
69042026-06-04T21:08:46.559Z[ recovery-image] Jun 04 21:08:45.313 INFO O| Jun 04 21:08:45.313 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-06-04T21:08:46.562Z[ recovery-image] Jun 04 21:08:45.320 INFO O| Jun 04 21:08:45.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69062026-06-04T21:08:46.562Z[ recovery-image] Jun 04 21:08:45.321 INFO O| Jun 04 21:08:45.321 INFO STEP 693 (remove_files) COMPLETE
69072026-06-04T21:08:46.562Z[ recovery-image] Jun 04 21:08:45.321 INFO O| Jun 04 21:08:45.321 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-06-04T21:08:46.570Z[ recovery-image] Jun 04 21:08:45.328 INFO O| Jun 04 21:08:45.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69092026-06-04T21:08:46.570Z[ recovery-image] Jun 04 21:08:45.328 INFO O| Jun 04 21:08:45.328 INFO STEP 694 (remove_files) COMPLETE
69102026-06-04T21:08:46.570Z[ recovery-image] Jun 04 21:08:45.328 INFO O| Jun 04 21:08:45.328 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-06-04T21:08:46.578Z[ recovery-image] Jun 04 21:08:45.336 INFO O| Jun 04 21:08:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69122026-06-04T21:08:46.578Z[ recovery-image] Jun 04 21:08:45.336 INFO O| Jun 04 21:08:45.336 INFO STEP 695 (remove_files) COMPLETE
69132026-06-04T21:08:46.581Z[ recovery-image] Jun 04 21:08:45.336 INFO O| Jun 04 21:08:45.336 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-06-04T21:08:46.587Z[ recovery-image] Jun 04 21:08:45.344 INFO O| Jun 04 21:08:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69152026-06-04T21:08:46.587Z[ recovery-image] Jun 04 21:08:45.344 INFO O| Jun 04 21:08:45.344 INFO STEP 696 (remove_files) COMPLETE
69162026-06-04T21:08:46.587Z[ recovery-image] Jun 04 21:08:45.344 INFO O| Jun 04 21:08:45.344 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-06-04T21:08:46.594Z[ recovery-image] Jun 04 21:08:45.352 INFO O| Jun 04 21:08:45.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69182026-06-04T21:08:46.594Z[ recovery-image] Jun 04 21:08:45.352 INFO O| Jun 04 21:08:45.352 INFO STEP 697 (remove_files) COMPLETE
69192026-06-04T21:08:46.594Z[ recovery-image] Jun 04 21:08:45.352 INFO O| Jun 04 21:08:45.352 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-06-04T21:08:46.601Z[ recovery-image] Jun 04 21:08:45.359 INFO O| Jun 04 21:08:45.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69212026-06-04T21:08:46.601Z[ recovery-image] Jun 04 21:08:45.359 INFO O| Jun 04 21:08:45.359 INFO STEP 698 (remove_files) COMPLETE
69222026-06-04T21:08:46.601Z[ recovery-image] Jun 04 21:08:45.359 INFO O| Jun 04 21:08:45.359 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-06-04T21:08:46.608Z[ recovery-image] Jun 04 21:08:45.366 INFO O| Jun 04 21:08:45.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69242026-06-04T21:08:46.608Z[ recovery-image] Jun 04 21:08:45.366 INFO O| Jun 04 21:08:45.366 INFO STEP 699 (remove_files) COMPLETE
69252026-06-04T21:08:46.608Z[ recovery-image] Jun 04 21:08:45.366 INFO O| Jun 04 21:08:45.366 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-06-04T21:08:46.615Z[ recovery-image] Jun 04 21:08:45.373 INFO O| Jun 04 21:08:45.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69272026-06-04T21:08:46.615Z[ recovery-image] Jun 04 21:08:45.373 INFO O| Jun 04 21:08:45.373 INFO STEP 700 (remove_files) COMPLETE
69282026-06-04T21:08:46.615Z[ recovery-image] Jun 04 21:08:45.373 INFO O| Jun 04 21:08:45.373 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-06-04T21:08:46.623Z[ recovery-image] Jun 04 21:08:45.381 INFO O| Jun 04 21:08:45.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69302026-06-04T21:08:46.623Z[ recovery-image] Jun 04 21:08:45.381 INFO O| Jun 04 21:08:45.381 INFO STEP 701 (remove_files) COMPLETE
69312026-06-04T21:08:46.623Z[ recovery-image] Jun 04 21:08:45.381 INFO O| Jun 04 21:08:45.381 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-06-04T21:08:46.630Z[ recovery-image] Jun 04 21:08:45.388 INFO O| Jun 04 21:08:45.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69332026-06-04T21:08:46.630Z[ recovery-image] Jun 04 21:08:45.388 INFO O| Jun 04 21:08:45.388 INFO STEP 702 (remove_files) COMPLETE
69342026-06-04T21:08:46.630Z[ recovery-image] Jun 04 21:08:45.388 INFO O| Jun 04 21:08:45.388 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-06-04T21:08:46.639Z[ recovery-image] Jun 04 21:08:45.395 INFO O| Jun 04 21:08:45.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69362026-06-04T21:08:46.639Z[ recovery-image] Jun 04 21:08:45.396 INFO O| Jun 04 21:08:45.396 INFO STEP 703 (remove_files) COMPLETE
69372026-06-04T21:08:46.639Z[ recovery-image] Jun 04 21:08:45.396 INFO O| Jun 04 21:08:45.396 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-06-04T21:08:46.646Z[ recovery-image] Jun 04 21:08:45.404 INFO O| Jun 04 21:08:45.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69392026-06-04T21:08:46.646Z[ recovery-image] Jun 04 21:08:45.404 INFO O| Jun 04 21:08:45.404 INFO STEP 704 (remove_files) COMPLETE
69402026-06-04T21:08:46.650Z[ recovery-image] Jun 04 21:08:45.404 INFO O| Jun 04 21:08:45.404 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-06-04T21:08:46.654Z[ recovery-image] Jun 04 21:08:45.412 INFO O| Jun 04 21:08:45.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69422026-06-04T21:08:46.654Z[ recovery-image] Jun 04 21:08:45.412 INFO O| Jun 04 21:08:45.412 INFO STEP 705 (remove_files) COMPLETE
69432026-06-04T21:08:46.657Z[ recovery-image] Jun 04 21:08:45.412 INFO O| Jun 04 21:08:45.412 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-06-04T21:08:46.662Z[ recovery-image] Jun 04 21:08:45.420 INFO O| Jun 04 21:08:45.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69452026-06-04T21:08:46.662Z[ recovery-image] Jun 04 21:08:45.420 INFO O| Jun 04 21:08:45.420 INFO STEP 706 (remove_files) COMPLETE
69462026-06-04T21:08:46.662Z[ recovery-image] Jun 04 21:08:45.420 INFO O| Jun 04 21:08:45.420 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-06-04T21:08:46.670Z[ recovery-image] Jun 04 21:08:45.428 INFO O| Jun 04 21:08:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69482026-06-04T21:08:46.670Z[ recovery-image] Jun 04 21:08:45.428 INFO O| Jun 04 21:08:45.428 INFO STEP 707 (remove_files) COMPLETE
69492026-06-04T21:08:46.673Z[ recovery-image] Jun 04 21:08:45.429 INFO O| Jun 04 21:08:45.428 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-06-04T21:08:46.678Z[ recovery-image] Jun 04 21:08:45.437 INFO O| Jun 04 21:08:45.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69512026-06-04T21:08:46.678Z[ recovery-image] Jun 04 21:08:45.437 INFO O| Jun 04 21:08:45.437 INFO STEP 708 (remove_files) COMPLETE
69522026-06-04T21:08:46.682Z[ recovery-image] Jun 04 21:08:45.437 INFO O| Jun 04 21:08:45.437 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-06-04T21:08:46.688Z[ recovery-image] Jun 04 21:08:45.444 INFO O| Jun 04 21:08:45.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69542026-06-04T21:08:46.688Z[ recovery-image] Jun 04 21:08:45.445 INFO O| Jun 04 21:08:45.445 INFO STEP 709 (remove_files) COMPLETE
69552026-06-04T21:08:46.691Z[ recovery-image] Jun 04 21:08:45.445 INFO O| Jun 04 21:08:45.445 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-06-04T21:08:46.694Z[ recovery-image] Jun 04 21:08:45.452 INFO O| Jun 04 21:08:45.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69572026-06-04T21:08:46.694Z[ recovery-image] Jun 04 21:08:45.452 INFO O| Jun 04 21:08:45.452 INFO STEP 710 (remove_files) COMPLETE
69582026-06-04T21:08:46.694Z[ recovery-image] Jun 04 21:08:45.452 INFO O| Jun 04 21:08:45.452 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-06-04T21:08:46.702Z[ recovery-image] Jun 04 21:08:45.460 INFO O| Jun 04 21:08:45.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69602026-06-04T21:08:46.702Z[ recovery-image] Jun 04 21:08:45.460 INFO O| Jun 04 21:08:45.460 INFO STEP 711 (remove_files) COMPLETE
69612026-06-04T21:08:46.702Z[ recovery-image] Jun 04 21:08:45.460 INFO O| Jun 04 21:08:45.460 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-06-04T21:08:46.710Z[ recovery-image] Jun 04 21:08:45.469 INFO O| Jun 04 21:08:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69632026-06-04T21:08:46.711Z[ recovery-image] Jun 04 21:08:45.469 INFO O| Jun 04 21:08:45.469 INFO STEP 712 (remove_files) COMPLETE
69642026-06-04T21:08:46.711Z[ recovery-image] Jun 04 21:08:45.469 INFO O| Jun 04 21:08:45.469 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-06-04T21:08:46.719Z[ recovery-image] Jun 04 21:08:45.477 INFO O| Jun 04 21:08:45.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69662026-06-04T21:08:46.719Z[ recovery-image] Jun 04 21:08:45.477 INFO O| Jun 04 21:08:45.477 INFO STEP 713 (remove_files) COMPLETE
69672026-06-04T21:08:46.719Z[ recovery-image] Jun 04 21:08:45.477 INFO O| Jun 04 21:08:45.477 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-06-04T21:08:46.727Z[ recovery-image] Jun 04 21:08:45.485 INFO O| Jun 04 21:08:45.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69692026-06-04T21:08:46.727Z[ recovery-image] Jun 04 21:08:45.485 INFO O| Jun 04 21:08:45.485 INFO STEP 714 (remove_files) COMPLETE
69702026-06-04T21:08:46.727Z[ recovery-image] Jun 04 21:08:45.485 INFO O| Jun 04 21:08:45.485 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-06-04T21:08:46.735Z[ recovery-image] Jun 04 21:08:45.493 INFO O| Jun 04 21:08:45.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69722026-06-04T21:08:46.735Z[ recovery-image] Jun 04 21:08:45.493 INFO O| Jun 04 21:08:45.493 INFO STEP 715 (remove_files) COMPLETE
69732026-06-04T21:08:46.735Z[ recovery-image] Jun 04 21:08:45.493 INFO O| Jun 04 21:08:45.493 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-06-04T21:08:46.743Z[ recovery-image] Jun 04 21:08:45.501 INFO O| Jun 04 21:08:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69752026-06-04T21:08:46.743Z[ recovery-image] Jun 04 21:08:45.501 INFO O| Jun 04 21:08:45.501 INFO STEP 716 (remove_files) COMPLETE
69762026-06-04T21:08:46.743Z[ recovery-image] Jun 04 21:08:45.501 INFO O| Jun 04 21:08:45.501 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-06-04T21:08:46.753Z[ recovery-image] Jun 04 21:08:45.510 INFO O| Jun 04 21:08:45.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69782026-06-04T21:08:46.755Z[ recovery-image] Jun 04 21:08:45.511 INFO O| Jun 04 21:08:45.511 INFO STEP 717 (remove_files) COMPLETE
69792026-06-04T21:08:46.756Z[ recovery-image] Jun 04 21:08:45.511 INFO O| Jun 04 21:08:45.511 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-06-04T21:08:46.763Z[ recovery-image] Jun 04 21:08:45.521 INFO O| Jun 04 21:08:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69812026-06-04T21:08:46.763Z[ recovery-image] Jun 04 21:08:45.521 INFO O| Jun 04 21:08:45.521 INFO STEP 718 (remove_files) COMPLETE
69822026-06-04T21:08:46.763Z[ recovery-image] Jun 04 21:08:45.521 INFO O| Jun 04 21:08:45.521 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-06-04T21:08:46.773Z[ recovery-image] Jun 04 21:08:45.531 INFO O| Jun 04 21:08:45.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69842026-06-04T21:08:46.773Z[ recovery-image] Jun 04 21:08:45.531 INFO O| Jun 04 21:08:45.531 INFO STEP 719 (remove_files) COMPLETE
69852026-06-04T21:08:46.773Z[ recovery-image] Jun 04 21:08:45.531 INFO O| Jun 04 21:08:45.531 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.540 INFO O| Jun 04 21:08:45.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69872026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.540 INFO O| Jun 04 21:08:45.540 INFO STEP 720 (remove_files) COMPLETE
69882026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.540 INFO O| Jun 04 21:08:45.540 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.549 INFO O| Jun 04 21:08:45.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69902026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.549 INFO O| Jun 04 21:08:45.549 INFO STEP 721 (remove_files) COMPLETE
69912026-06-04T21:08:46.795Z[ recovery-image] Jun 04 21:08:45.549 INFO O| Jun 04 21:08:45.549 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-06-04T21:08:46.799Z[ recovery-image] Jun 04 21:08:45.556 INFO O| Jun 04 21:08:45.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69932026-06-04T21:08:46.799Z[ recovery-image] Jun 04 21:08:45.556 INFO O| Jun 04 21:08:45.556 INFO STEP 722 (remove_files) COMPLETE
69942026-06-04T21:08:46.799Z[ recovery-image] Jun 04 21:08:45.556 INFO O| Jun 04 21:08:45.556 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-06-04T21:08:46.806Z[ recovery-image] Jun 04 21:08:45.564 INFO O| Jun 04 21:08:45.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69962026-06-04T21:08:46.806Z[ recovery-image] Jun 04 21:08:45.564 INFO O| Jun 04 21:08:45.564 INFO STEP 723 (remove_files) COMPLETE
69972026-06-04T21:08:46.806Z[ recovery-image] Jun 04 21:08:45.564 INFO O| Jun 04 21:08:45.564 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-06-04T21:08:46.814Z[ recovery-image] Jun 04 21:08:45.571 INFO O| Jun 04 21:08:45.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69992026-06-04T21:08:46.814Z[ recovery-image] Jun 04 21:08:45.572 INFO O| Jun 04 21:08:45.572 INFO STEP 724 (remove_files) COMPLETE
70002026-06-04T21:08:46.817Z[ recovery-image] Jun 04 21:08:45.572 INFO O| Jun 04 21:08:45.572 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-06-04T21:08:46.821Z[ recovery-image] Jun 04 21:08:45.579 INFO O| Jun 04 21:08:45.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70022026-06-04T21:08:46.821Z[ recovery-image] Jun 04 21:08:45.579 INFO O| Jun 04 21:08:45.579 INFO STEP 725 (remove_files) COMPLETE
70032026-06-04T21:08:46.821Z[ recovery-image] Jun 04 21:08:45.579 INFO O| Jun 04 21:08:45.579 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-06-04T21:08:46.829Z[ recovery-image] Jun 04 21:08:45.586 INFO O| Jun 04 21:08:45.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70052026-06-04T21:08:46.829Z[ recovery-image] Jun 04 21:08:45.587 INFO O| Jun 04 21:08:45.586 INFO STEP 726 (remove_files) COMPLETE
70062026-06-04T21:08:46.832Z[ recovery-image] Jun 04 21:08:45.587 INFO O| Jun 04 21:08:45.586 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-06-04T21:08:46.837Z[ recovery-image] Jun 04 21:08:45.594 INFO O| Jun 04 21:08:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70082026-06-04T21:08:46.837Z[ recovery-image] Jun 04 21:08:45.594 INFO O| Jun 04 21:08:45.594 INFO STEP 727 (remove_files) COMPLETE
70092026-06-04T21:08:46.837Z[ recovery-image] Jun 04 21:08:45.594 INFO O| Jun 04 21:08:45.594 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-06-04T21:08:46.844Z[ recovery-image] Jun 04 21:08:45.602 INFO O| Jun 04 21:08:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70112026-06-04T21:08:46.844Z[ recovery-image] Jun 04 21:08:45.602 INFO O| Jun 04 21:08:45.602 INFO STEP 728 (remove_files) COMPLETE
70122026-06-04T21:08:46.847Z[ recovery-image] Jun 04 21:08:45.602 INFO O| Jun 04 21:08:45.602 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-06-04T21:08:46.852Z[ recovery-image] Jun 04 21:08:45.609 INFO O| Jun 04 21:08:45.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70142026-06-04T21:08:46.853Z[ recovery-image] Jun 04 21:08:45.609 INFO O| Jun 04 21:08:45.609 INFO STEP 729 (remove_files) COMPLETE
70152026-06-04T21:08:46.856Z[ recovery-image] Jun 04 21:08:45.609 INFO O| Jun 04 21:08:45.609 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-06-04T21:08:46.860Z[ recovery-image] Jun 04 21:08:45.616 INFO O| Jun 04 21:08:45.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70172026-06-04T21:08:46.860Z[ recovery-image] Jun 04 21:08:45.616 INFO O| Jun 04 21:08:45.616 INFO STEP 730 (remove_files) COMPLETE
70182026-06-04T21:08:46.860Z[ recovery-image] Jun 04 21:08:45.616 INFO O| Jun 04 21:08:45.616 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-06-04T21:08:46.866Z[ recovery-image] Jun 04 21:08:45.624 INFO O| Jun 04 21:08:45.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70202026-06-04T21:08:46.866Z[ recovery-image] Jun 04 21:08:45.624 INFO O| Jun 04 21:08:45.624 INFO STEP 731 (remove_files) COMPLETE
70212026-06-04T21:08:46.869Z[ recovery-image] Jun 04 21:08:45.624 INFO O| Jun 04 21:08:45.624 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-06-04T21:08:46.873Z[ recovery-image] Jun 04 21:08:45.631 INFO O| Jun 04 21:08:45.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70232026-06-04T21:08:46.873Z[ recovery-image] Jun 04 21:08:45.631 INFO O| Jun 04 21:08:45.631 INFO STEP 732 (remove_files) COMPLETE
70242026-06-04T21:08:46.876Z[ recovery-image] Jun 04 21:08:45.631 INFO O| Jun 04 21:08:45.631 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-06-04T21:08:46.881Z[ recovery-image] Jun 04 21:08:45.639 INFO O| Jun 04 21:08:45.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70262026-06-04T21:08:46.881Z[ recovery-image] Jun 04 21:08:45.639 INFO O| Jun 04 21:08:45.639 INFO STEP 733 (remove_files) COMPLETE
70272026-06-04T21:08:46.884Z[ recovery-image] Jun 04 21:08:45.639 INFO O| Jun 04 21:08:45.639 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-06-04T21:08:46.888Z[ recovery-image] Jun 04 21:08:45.646 INFO O| Jun 04 21:08:45.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70292026-06-04T21:08:46.893Z[ recovery-image] Jun 04 21:08:45.647 INFO O| Jun 04 21:08:45.647 INFO STEP 734 (remove_files) COMPLETE
70302026-06-04T21:08:46.893Z[ recovery-image] Jun 04 21:08:45.647 INFO O| Jun 04 21:08:45.647 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-06-04T21:08:46.905Z[ recovery-image] Jun 04 21:08:45.654 INFO O| Jun 04 21:08:45.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70322026-06-04T21:08:46.905Z[ recovery-image] Jun 04 21:08:45.654 INFO O| Jun 04 21:08:45.654 INFO STEP 735 (remove_files) COMPLETE
70332026-06-04T21:08:46.915Z[ recovery-image] Jun 04 21:08:45.654 INFO O| Jun 04 21:08:45.654 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-06-04T21:08:46.915Z[ recovery-image] Jun 04 21:08:45.662 INFO O| Jun 04 21:08:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70352026-06-04T21:08:46.915Z[ recovery-image] Jun 04 21:08:45.662 INFO O| Jun 04 21:08:45.662 INFO STEP 736 (remove_files) COMPLETE
70362026-06-04T21:08:46.915Z[ recovery-image] Jun 04 21:08:45.662 INFO O| Jun 04 21:08:45.662 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-06-04T21:08:46.924Z[ recovery-image] Jun 04 21:08:45.670 INFO O| Jun 04 21:08:45.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70382026-06-04T21:08:46.924Z[ recovery-image] Jun 04 21:08:45.670 INFO O| Jun 04 21:08:45.670 INFO STEP 737 (remove_files) COMPLETE
70392026-06-04T21:08:46.924Z[ recovery-image] Jun 04 21:08:45.670 INFO O| Jun 04 21:08:45.670 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-06-04T21:08:46.927Z[ recovery-image] Jun 04 21:08:45.677 INFO O| Jun 04 21:08:45.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70412026-06-04T21:08:46.927Z[ recovery-image] Jun 04 21:08:45.677 INFO O| Jun 04 21:08:45.677 INFO STEP 738 (remove_files) COMPLETE
70422026-06-04T21:08:46.927Z[ recovery-image] Jun 04 21:08:45.677 INFO O| Jun 04 21:08:45.677 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-06-04T21:08:46.927Z[ recovery-image] Jun 04 21:08:45.685 INFO O| Jun 04 21:08:45.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70442026-06-04T21:08:46.927Z[ recovery-image] Jun 04 21:08:45.685 INFO O| Jun 04 21:08:45.685 INFO STEP 739 (remove_files) COMPLETE
70452026-06-04T21:08:46.928Z[ recovery-image] Jun 04 21:08:45.685 INFO O| Jun 04 21:08:45.685 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-06-04T21:08:46.934Z[ recovery-image] Jun 04 21:08:45.692 INFO O| Jun 04 21:08:45.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70472026-06-04T21:08:46.934Z[ recovery-image] Jun 04 21:08:45.692 INFO O| Jun 04 21:08:45.692 INFO STEP 740 (remove_files) COMPLETE
70482026-06-04T21:08:46.934Z[ recovery-image] Jun 04 21:08:45.692 INFO O| Jun 04 21:08:45.692 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-06-04T21:08:46.942Z[ recovery-image] Jun 04 21:08:45.700 INFO O| Jun 04 21:08:45.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70502026-06-04T21:08:46.942Z[ recovery-image] Jun 04 21:08:45.700 INFO O| Jun 04 21:08:45.700 INFO STEP 741 (remove_files) COMPLETE
70512026-06-04T21:08:46.942Z[ recovery-image] Jun 04 21:08:45.700 INFO O| Jun 04 21:08:45.700 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-06-04T21:08:46.949Z[ recovery-image] Jun 04 21:08:45.707 INFO O| Jun 04 21:08:45.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70532026-06-04T21:08:46.949Z[ recovery-image] Jun 04 21:08:45.707 INFO O| Jun 04 21:08:45.707 INFO STEP 742 (remove_files) COMPLETE
70542026-06-04T21:08:46.949Z[ recovery-image] Jun 04 21:08:45.707 INFO O| Jun 04 21:08:45.707 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-06-04T21:08:46.957Z[ recovery-image] Jun 04 21:08:45.715 INFO O| Jun 04 21:08:45.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70562026-06-04T21:08:46.957Z[ recovery-image] Jun 04 21:08:45.715 INFO O| Jun 04 21:08:45.715 INFO STEP 743 (remove_files) COMPLETE
70572026-06-04T21:08:46.957Z[ recovery-image] Jun 04 21:08:45.715 INFO O| Jun 04 21:08:45.715 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-06-04T21:08:46.965Z[ recovery-image] Jun 04 21:08:45.722 INFO O| Jun 04 21:08:45.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70592026-06-04T21:08:46.965Z[ recovery-image] Jun 04 21:08:45.722 INFO O| Jun 04 21:08:45.722 INFO STEP 744 (remove_files) COMPLETE
70602026-06-04T21:08:46.965Z[ recovery-image] Jun 04 21:08:45.722 INFO O| Jun 04 21:08:45.722 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-06-04T21:08:46.971Z[ recovery-image] Jun 04 21:08:45.729 INFO O| Jun 04 21:08:45.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70622026-06-04T21:08:46.971Z[ recovery-image] Jun 04 21:08:45.729 INFO O| Jun 04 21:08:45.729 INFO STEP 745 (remove_files) COMPLETE
70632026-06-04T21:08:46.975Z[ recovery-image] Jun 04 21:08:45.729 INFO O| Jun 04 21:08:45.729 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-06-04T21:08:46.979Z[ recovery-image] Jun 04 21:08:45.736 INFO O| Jun 04 21:08:45.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70652026-06-04T21:08:46.979Z[ recovery-image] Jun 04 21:08:45.736 INFO O| Jun 04 21:08:45.736 INFO STEP 746 (remove_files) COMPLETE
70662026-06-04T21:08:46.979Z[ recovery-image] Jun 04 21:08:45.736 INFO O| Jun 04 21:08:45.736 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-06-04T21:08:46.985Z[ recovery-image] Jun 04 21:08:45.743 INFO O| Jun 04 21:08:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70682026-06-04T21:08:46.985Z[ recovery-image] Jun 04 21:08:45.743 INFO O| Jun 04 21:08:45.743 INFO STEP 747 (remove_files) COMPLETE
70692026-06-04T21:08:46.989Z[ recovery-image] Jun 04 21:08:45.743 INFO O| Jun 04 21:08:45.743 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-06-04T21:08:46.993Z[ recovery-image] Jun 04 21:08:45.751 INFO O| Jun 04 21:08:45.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70712026-06-04T21:08:46.996Z[ recovery-image] Jun 04 21:08:45.752 INFO O| Jun 04 21:08:45.752 INFO STEP 748 (remove_files) COMPLETE
70722026-06-04T21:08:46.997Z[ recovery-image] Jun 04 21:08:45.752 INFO O| Jun 04 21:08:45.752 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-06-04T21:08:47.002Z[ recovery-image] Jun 04 21:08:45.760 INFO O| Jun 04 21:08:45.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70742026-06-04T21:08:47.002Z[ recovery-image] Jun 04 21:08:45.760 INFO O| Jun 04 21:08:45.760 INFO STEP 749 (remove_files) COMPLETE
70752026-06-04T21:08:47.006Z[ recovery-image] Jun 04 21:08:45.760 INFO O| Jun 04 21:08:45.760 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-06-04T21:08:47.010Z[ recovery-image] Jun 04 21:08:45.767 INFO O| Jun 04 21:08:45.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70772026-06-04T21:08:47.011Z[ recovery-image] Jun 04 21:08:45.767 INFO O| Jun 04 21:08:45.767 INFO STEP 750 (remove_files) COMPLETE
70782026-06-04T21:08:47.011Z[ recovery-image] Jun 04 21:08:45.767 INFO O| Jun 04 21:08:45.767 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-06-04T21:08:47.017Z[ recovery-image] Jun 04 21:08:45.775 INFO O| Jun 04 21:08:45.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70802026-06-04T21:08:47.017Z[ recovery-image] Jun 04 21:08:45.775 INFO O| Jun 04 21:08:45.775 INFO STEP 751 (remove_files) COMPLETE
70812026-06-04T21:08:47.017Z[ recovery-image] Jun 04 21:08:45.775 INFO O| Jun 04 21:08:45.775 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-06-04T21:08:47.026Z[ recovery-image] Jun 04 21:08:45.782 INFO O| Jun 04 21:08:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70832026-06-04T21:08:47.029Z[ recovery-image] Jun 04 21:08:45.783 INFO O| Jun 04 21:08:45.783 INFO STEP 752 (remove_files) COMPLETE
70842026-06-04T21:08:47.029Z[ recovery-image] Jun 04 21:08:45.783 INFO O| Jun 04 21:08:45.783 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-06-04T21:08:47.034Z[ recovery-image] Jun 04 21:08:45.791 INFO O| Jun 04 21:08:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70862026-06-04T21:08:47.034Z[ recovery-image] Jun 04 21:08:45.791 INFO O| Jun 04 21:08:45.791 INFO STEP 753 (remove_files) COMPLETE
70872026-06-04T21:08:47.037Z[ recovery-image] Jun 04 21:08:45.791 INFO O| Jun 04 21:08:45.791 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-06-04T21:08:47.041Z[ recovery-image] Jun 04 21:08:45.799 INFO O| Jun 04 21:08:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70892026-06-04T21:08:47.041Z[ recovery-image] Jun 04 21:08:45.799 INFO O| Jun 04 21:08:45.799 INFO STEP 754 (remove_files) COMPLETE
70902026-06-04T21:08:47.041Z[ recovery-image] Jun 04 21:08:45.799 INFO O| Jun 04 21:08:45.799 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-06-04T21:08:47.049Z[ recovery-image] Jun 04 21:08:45.807 INFO O| Jun 04 21:08:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70922026-06-04T21:08:47.049Z[ recovery-image] Jun 04 21:08:45.807 INFO O| Jun 04 21:08:45.807 INFO STEP 755 (remove_files) COMPLETE
70932026-06-04T21:08:47.049Z[ recovery-image] Jun 04 21:08:45.807 INFO O| Jun 04 21:08:45.807 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-06-04T21:08:47.057Z[ recovery-image] Jun 04 21:08:45.815 INFO O| Jun 04 21:08:45.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70952026-06-04T21:08:47.057Z[ recovery-image] Jun 04 21:08:45.815 INFO O| Jun 04 21:08:45.815 INFO STEP 756 (remove_files) COMPLETE
70962026-06-04T21:08:47.060Z[ recovery-image] Jun 04 21:08:45.815 INFO O| Jun 04 21:08:45.815 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-06-04T21:08:47.065Z[ recovery-image] Jun 04 21:08:45.823 INFO O| Jun 04 21:08:45.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70982026-06-04T21:08:47.065Z[ recovery-image] Jun 04 21:08:45.823 INFO O| Jun 04 21:08:45.823 INFO STEP 757 (remove_files) COMPLETE
70992026-06-04T21:08:47.069Z[ recovery-image] Jun 04 21:08:45.823 INFO O| Jun 04 21:08:45.823 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-06-04T21:08:47.076Z[ recovery-image] Jun 04 21:08:45.832 INFO O| Jun 04 21:08:45.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71012026-06-04T21:08:47.076Z[ recovery-image] Jun 04 21:08:45.832 INFO O| Jun 04 21:08:45.832 INFO STEP 758 (remove_files) COMPLETE
71022026-06-04T21:08:47.079Z[ recovery-image] Jun 04 21:08:45.832 INFO O| Jun 04 21:08:45.832 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-06-04T21:08:47.083Z[ recovery-image] Jun 04 21:08:45.841 INFO O| Jun 04 21:08:45.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71042026-06-04T21:08:47.083Z[ recovery-image] Jun 04 21:08:45.841 INFO O| Jun 04 21:08:45.841 INFO STEP 759 (remove_files) COMPLETE
71052026-06-04T21:08:47.086Z[ recovery-image] Jun 04 21:08:45.841 INFO O| Jun 04 21:08:45.841 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.849 INFO O| Jun 04 21:08:45.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71072026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.849 INFO O| Jun 04 21:08:45.849 INFO STEP 760 (remove_files) COMPLETE
71082026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.849 INFO O| Jun 04 21:08:45.849 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.858 INFO O| Jun 04 21:08:45.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71102026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.858 INFO O| Jun 04 21:08:45.858 INFO STEP 761 (remove_files) COMPLETE
71112026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.858 INFO O| Jun 04 21:08:45.858 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.865 INFO O| Jun 04 21:08:45.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71132026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.865 INFO O| Jun 04 21:08:45.865 INFO STEP 762 (remove_files) COMPLETE
71142026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.865 INFO O| Jun 04 21:08:45.865 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.873 INFO O| Jun 04 21:08:45.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71162026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.873 INFO O| Jun 04 21:08:45.873 INFO STEP 763 (remove_files) COMPLETE
71172026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.873 INFO O| Jun 04 21:08:45.873 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.880 INFO O| Jun 04 21:08:45.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71192026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.880 INFO O| Jun 04 21:08:45.880 INFO STEP 764 (remove_files) COMPLETE
71202026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.880 INFO O| Jun 04 21:08:45.880 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.887 INFO O| Jun 04 21:08:45.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71222026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.887 INFO O| Jun 04 21:08:45.887 INFO STEP 765 (remove_files) COMPLETE
71232026-06-04T21:08:47.145Z[ recovery-image] Jun 04 21:08:45.887 INFO O| Jun 04 21:08:45.887 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-06-04T21:08:47.156Z[ recovery-image] Jun 04 21:08:45.914 INFO O| Jun 04 21:08:45.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71252026-06-04T21:08:47.156Z[ recovery-image] Jun 04 21:08:45.914 INFO O| Jun 04 21:08:45.914 INFO STEP 766 (remove_files) COMPLETE
71262026-06-04T21:08:47.159Z[ recovery-image] Jun 04 21:08:45.914 INFO O| Jun 04 21:08:45.914 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-06-04T21:08:47.185Z[ recovery-image] Jun 04 21:08:45.943 INFO O| Jun 04 21:08:45.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71282026-06-04T21:08:47.185Z[ recovery-image] Jun 04 21:08:45.943 INFO O| Jun 04 21:08:45.943 INFO STEP 767 (remove_files) COMPLETE
71292026-06-04T21:08:47.185Z[ recovery-image] Jun 04 21:08:45.943 INFO O| Jun 04 21:08:45.943 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-06-04T21:08:47.193Z[ recovery-image] Jun 04 21:08:45.951 INFO O| Jun 04 21:08:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71312026-06-04T21:08:47.193Z[ recovery-image] Jun 04 21:08:45.951 INFO O| Jun 04 21:08:45.951 INFO STEP 768 (remove_files) COMPLETE
71322026-06-04T21:08:47.197Z[ recovery-image] Jun 04 21:08:45.951 INFO O| Jun 04 21:08:45.951 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-06-04T21:08:47.201Z[ recovery-image] Jun 04 21:08:45.959 INFO O| Jun 04 21:08:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71342026-06-04T21:08:47.201Z[ recovery-image] Jun 04 21:08:45.959 INFO O| Jun 04 21:08:45.959 INFO STEP 769 (remove_files) COMPLETE
71352026-06-04T21:08:47.201Z[ recovery-image] Jun 04 21:08:45.959 INFO O| Jun 04 21:08:45.959 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-06-04T21:08:47.209Z[ recovery-image] Jun 04 21:08:45.967 INFO O| Jun 04 21:08:45.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71372026-06-04T21:08:47.209Z[ recovery-image] Jun 04 21:08:45.967 INFO O| Jun 04 21:08:45.967 INFO STEP 770 (remove_files) COMPLETE
71382026-06-04T21:08:47.209Z[ recovery-image] Jun 04 21:08:45.967 INFO O| Jun 04 21:08:45.967 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-06-04T21:08:47.217Z[ recovery-image] Jun 04 21:08:45.975 INFO O| Jun 04 21:08:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71402026-06-04T21:08:47.217Z[ recovery-image] Jun 04 21:08:45.975 INFO O| Jun 04 21:08:45.975 INFO STEP 771 (remove_files) COMPLETE
71412026-06-04T21:08:47.220Z[ recovery-image] Jun 04 21:08:45.975 INFO O| Jun 04 21:08:45.975 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-06-04T21:08:47.224Z[ recovery-image] Jun 04 21:08:45.982 INFO O| Jun 04 21:08:45.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71432026-06-04T21:08:47.224Z[ recovery-image] Jun 04 21:08:45.982 INFO O| Jun 04 21:08:45.982 INFO STEP 772 (remove_files) COMPLETE
71442026-06-04T21:08:47.227Z[ recovery-image] Jun 04 21:08:45.982 INFO O| Jun 04 21:08:45.982 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-06-04T21:08:47.231Z[ recovery-image] Jun 04 21:08:45.989 INFO O| Jun 04 21:08:45.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71462026-06-04T21:08:47.231Z[ recovery-image] Jun 04 21:08:45.990 INFO O| Jun 04 21:08:45.989 INFO STEP 773 (remove_files) COMPLETE
71472026-06-04T21:08:47.231Z[ recovery-image] Jun 04 21:08:45.990 INFO O| Jun 04 21:08:45.990 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-06-04T21:08:47.240Z[ recovery-image] Jun 04 21:08:45.997 INFO O| Jun 04 21:08:45.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71492026-06-04T21:08:47.240Z[ recovery-image] Jun 04 21:08:45.997 INFO O| Jun 04 21:08:45.997 INFO STEP 774 (remove_files) COMPLETE
71502026-06-04T21:08:47.240Z[ recovery-image] Jun 04 21:08:45.997 INFO O| Jun 04 21:08:45.997 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-06-04T21:08:47.249Z[ recovery-image] Jun 04 21:08:46.007 INFO O| Jun 04 21:08:46.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71522026-06-04T21:08:47.249Z[ recovery-image] Jun 04 21:08:46.007 INFO O| Jun 04 21:08:46.007 INFO STEP 775 (remove_files) COMPLETE
71532026-06-04T21:08:47.249Z[ recovery-image] Jun 04 21:08:46.007 INFO O| Jun 04 21:08:46.007 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-06-04T21:08:47.257Z[ recovery-image] Jun 04 21:08:46.015 INFO O| Jun 04 21:08:46.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71552026-06-04T21:08:47.257Z[ recovery-image] Jun 04 21:08:46.015 INFO O| Jun 04 21:08:46.015 INFO STEP 776 (remove_files) COMPLETE
71562026-06-04T21:08:47.260Z[ recovery-image] Jun 04 21:08:46.015 INFO O| Jun 04 21:08:46.015 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-06-04T21:08:47.266Z[ recovery-image] Jun 04 21:08:46.023 INFO O| Jun 04 21:08:46.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71582026-06-04T21:08:47.266Z[ recovery-image] Jun 04 21:08:46.024 INFO O| Jun 04 21:08:46.023 INFO STEP 777 (remove_files) COMPLETE
71592026-06-04T21:08:47.266Z[ recovery-image] Jun 04 21:08:46.024 INFO O| Jun 04 21:08:46.023 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-06-04T21:08:47.279Z[ recovery-image] Jun 04 21:08:46.037 INFO O| Jun 04 21:08:46.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71612026-06-04T21:08:47.280Z[ recovery-image] Jun 04 21:08:46.038 INFO O| Jun 04 21:08:46.037 INFO STEP 778 (remove_files) COMPLETE
71622026-06-04T21:08:47.282Z[ recovery-image] Jun 04 21:08:46.038 INFO O| Jun 04 21:08:46.037 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-06-04T21:08:47.303Z[ recovery-image] Jun 04 21:08:46.061 INFO O| Jun 04 21:08:46.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71642026-06-04T21:08:47.303Z[ recovery-image] Jun 04 21:08:46.061 INFO O| Jun 04 21:08:46.061 INFO STEP 779 (remove_files) COMPLETE
71652026-06-04T21:08:47.303Z[ recovery-image] Jun 04 21:08:46.061 INFO O| Jun 04 21:08:46.061 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-06-04T21:08:47.313Z[ recovery-image] Jun 04 21:08:46.070 INFO O| Jun 04 21:08:46.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71672026-06-04T21:08:47.313Z[ recovery-image] Jun 04 21:08:46.071 INFO O| Jun 04 21:08:46.071 INFO STEP 780 (remove_files) COMPLETE
71682026-06-04T21:08:47.316Z[ recovery-image] Jun 04 21:08:46.071 INFO O| Jun 04 21:08:46.071 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-06-04T21:08:47.323Z[ recovery-image] Jun 04 21:08:46.081 INFO O| Jun 04 21:08:46.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71702026-06-04T21:08:47.323Z[ recovery-image] Jun 04 21:08:46.081 INFO O| Jun 04 21:08:46.081 INFO STEP 781 (remove_files) COMPLETE
71712026-06-04T21:08:47.326Z[ recovery-image] Jun 04 21:08:46.081 INFO O| Jun 04 21:08:46.081 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-06-04T21:08:47.333Z[ recovery-image] Jun 04 21:08:46.091 INFO O| Jun 04 21:08:46.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71732026-06-04T21:08:47.333Z[ recovery-image] Jun 04 21:08:46.091 INFO O| Jun 04 21:08:46.091 INFO STEP 782 (remove_files) COMPLETE
71742026-06-04T21:08:47.336Z[ recovery-image] Jun 04 21:08:46.091 INFO O| Jun 04 21:08:46.091 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-06-04T21:08:47.342Z[ recovery-image] Jun 04 21:08:46.100 INFO O| Jun 04 21:08:46.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71762026-06-04T21:08:47.342Z[ recovery-image] Jun 04 21:08:46.100 INFO O| Jun 04 21:08:46.100 INFO STEP 783 (remove_files) COMPLETE
71772026-06-04T21:08:47.345Z[ recovery-image] Jun 04 21:08:46.100 INFO O| Jun 04 21:08:46.100 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-06-04T21:08:47.350Z[ recovery-image] Jun 04 21:08:46.108 INFO O| Jun 04 21:08:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71792026-06-04T21:08:47.350Z[ recovery-image] Jun 04 21:08:46.108 INFO O| Jun 04 21:08:46.108 INFO STEP 784 (remove_files) COMPLETE
71802026-06-04T21:08:47.353Z[ recovery-image] Jun 04 21:08:46.108 INFO O| Jun 04 21:08:46.108 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-06-04T21:08:47.359Z[ recovery-image] Jun 04 21:08:46.117 INFO O| Jun 04 21:08:46.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71822026-06-04T21:08:47.359Z[ recovery-image] Jun 04 21:08:46.117 INFO O| Jun 04 21:08:46.117 INFO STEP 785 (remove_files) COMPLETE
71832026-06-04T21:08:47.359Z[ recovery-image] Jun 04 21:08:46.117 INFO O| Jun 04 21:08:46.117 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-06-04T21:08:47.368Z[ recovery-image] Jun 04 21:08:46.126 INFO O| Jun 04 21:08:46.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71852026-06-04T21:08:47.369Z[ recovery-image] Jun 04 21:08:46.127 INFO O| Jun 04 21:08:46.126 INFO STEP 786 (remove_files) COMPLETE
71862026-06-04T21:08:47.369Z[ recovery-image] Jun 04 21:08:46.127 INFO O| Jun 04 21:08:46.127 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-06-04T21:08:47.377Z[ recovery-image] Jun 04 21:08:46.135 INFO O| Jun 04 21:08:46.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71882026-06-04T21:08:47.377Z[ recovery-image] Jun 04 21:08:46.135 INFO O| Jun 04 21:08:46.135 INFO STEP 787 (remove_files) COMPLETE
71892026-06-04T21:08:47.377Z[ recovery-image] Jun 04 21:08:46.135 INFO O| Jun 04 21:08:46.135 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-06-04T21:08:47.387Z[ recovery-image] Jun 04 21:08:46.145 INFO O| Jun 04 21:08:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71912026-06-04T21:08:47.388Z[ recovery-image] Jun 04 21:08:46.145 INFO O| Jun 04 21:08:46.145 INFO STEP 788 (remove_files) COMPLETE
71922026-06-04T21:08:47.388Z[ recovery-image] Jun 04 21:08:46.145 INFO O| Jun 04 21:08:46.145 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-06-04T21:08:47.400Z[ recovery-image] Jun 04 21:08:46.155 INFO O| Jun 04 21:08:46.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71942026-06-04T21:08:47.400Z[ recovery-image] Jun 04 21:08:46.155 INFO O| Jun 04 21:08:46.155 INFO STEP 789 (remove_files) COMPLETE
71952026-06-04T21:08:47.400Z[ recovery-image] Jun 04 21:08:46.155 INFO O| Jun 04 21:08:46.155 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-06-04T21:08:47.405Z[ recovery-image] Jun 04 21:08:46.163 INFO O| Jun 04 21:08:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71972026-06-04T21:08:47.405Z[ recovery-image] Jun 04 21:08:46.163 INFO O| Jun 04 21:08:46.163 INFO STEP 790 (remove_files) COMPLETE
71982026-06-04T21:08:47.408Z[ recovery-image] Jun 04 21:08:46.163 INFO O| Jun 04 21:08:46.163 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-06-04T21:08:47.413Z[ recovery-image] Jun 04 21:08:46.171 INFO O| Jun 04 21:08:46.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72002026-06-04T21:08:47.413Z[ recovery-image] Jun 04 21:08:46.171 INFO O| Jun 04 21:08:46.171 INFO STEP 791 (remove_files) COMPLETE
72012026-06-04T21:08:47.413Z[ recovery-image] Jun 04 21:08:46.171 INFO O| Jun 04 21:08:46.171 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-06-04T21:08:47.421Z[ recovery-image] Jun 04 21:08:46.179 INFO O| Jun 04 21:08:46.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72032026-06-04T21:08:47.421Z[ recovery-image] Jun 04 21:08:46.179 INFO O| Jun 04 21:08:46.179 INFO STEP 792 (remove_files) COMPLETE
72042026-06-04T21:08:47.421Z[ recovery-image] Jun 04 21:08:46.179 INFO O| Jun 04 21:08:46.179 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-06-04T21:08:47.429Z[ recovery-image] Jun 04 21:08:46.187 INFO O| Jun 04 21:08:46.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72062026-06-04T21:08:47.429Z[ recovery-image] Jun 04 21:08:46.187 INFO O| Jun 04 21:08:46.187 INFO STEP 793 (remove_files) COMPLETE
72072026-06-04T21:08:47.429Z[ recovery-image] Jun 04 21:08:46.187 INFO O| Jun 04 21:08:46.187 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-06-04T21:08:47.437Z[ recovery-image] Jun 04 21:08:46.195 INFO O| Jun 04 21:08:46.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72092026-06-04T21:08:47.437Z[ recovery-image] Jun 04 21:08:46.195 INFO O| Jun 04 21:08:46.195 INFO STEP 794 (remove_files) COMPLETE
72102026-06-04T21:08:47.437Z[ recovery-image] Jun 04 21:08:46.195 INFO O| Jun 04 21:08:46.195 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-06-04T21:08:47.464Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72122026-06-04T21:08:47.464Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.203 INFO STEP 795 (remove_files) COMPLETE
72132026-06-04T21:08:47.464Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.203 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72152026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.212 INFO STEP 796 (remove_files) COMPLETE
72162026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.212 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72182026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.220 INFO STEP 797 (remove_files) COMPLETE
72192026-06-04T21:08:47.468Z[ recovery-image] Jun 04 21:08:46.221 INFO O| Jun 04 21:08:46.220 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-06-04T21:08:47.471Z[ recovery-image] Jun 04 21:08:46.228 INFO O| Jun 04 21:08:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72212026-06-04T21:08:47.471Z[ recovery-image] Jun 04 21:08:46.228 INFO O| Jun 04 21:08:46.228 INFO STEP 798 (remove_files) COMPLETE
72222026-06-04T21:08:47.471Z[ recovery-image] Jun 04 21:08:46.228 INFO O| Jun 04 21:08:46.228 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-06-04T21:08:47.477Z[ recovery-image] Jun 04 21:08:46.235 INFO O| Jun 04 21:08:46.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72242026-06-04T21:08:47.477Z[ recovery-image] Jun 04 21:08:46.235 INFO O| Jun 04 21:08:46.235 INFO STEP 799 (remove_files) COMPLETE
72252026-06-04T21:08:47.480Z[ recovery-image] Jun 04 21:08:46.235 INFO O| Jun 04 21:08:46.235 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-06-04T21:08:47.485Z[ recovery-image] Jun 04 21:08:46.243 INFO O| Jun 04 21:08:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72272026-06-04T21:08:47.485Z[ recovery-image] Jun 04 21:08:46.243 INFO O| Jun 04 21:08:46.243 INFO STEP 800 (remove_files) COMPLETE
72282026-06-04T21:08:47.485Z[ recovery-image] Jun 04 21:08:46.243 INFO O| Jun 04 21:08:46.243 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-06-04T21:08:47.493Z[ recovery-image] Jun 04 21:08:46.251 INFO O| Jun 04 21:08:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72302026-06-04T21:08:47.493Z[ recovery-image] Jun 04 21:08:46.251 INFO O| Jun 04 21:08:46.251 INFO STEP 801 (remove_files) COMPLETE
72312026-06-04T21:08:47.497Z[ recovery-image] Jun 04 21:08:46.251 INFO O| Jun 04 21:08:46.251 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-06-04T21:08:47.501Z[ recovery-image] Jun 04 21:08:46.259 INFO O| Jun 04 21:08:46.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72332026-06-04T21:08:47.501Z[ recovery-image] Jun 04 21:08:46.259 INFO O| Jun 04 21:08:46.259 INFO STEP 802 (remove_files) COMPLETE
72342026-06-04T21:08:47.504Z[ recovery-image] Jun 04 21:08:46.259 INFO O| Jun 04 21:08:46.259 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-06-04T21:08:47.510Z[ recovery-image] Jun 04 21:08:46.267 INFO O| Jun 04 21:08:46.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72362026-06-04T21:08:47.510Z[ recovery-image] Jun 04 21:08:46.268 INFO O| Jun 04 21:08:46.268 INFO STEP 803 (remove_files) COMPLETE
72372026-06-04T21:08:47.513Z[ recovery-image] Jun 04 21:08:46.268 INFO O| Jun 04 21:08:46.268 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-06-04T21:08:47.518Z[ recovery-image] Jun 04 21:08:46.276 INFO O| Jun 04 21:08:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72392026-06-04T21:08:47.518Z[ recovery-image] Jun 04 21:08:46.276 INFO O| Jun 04 21:08:46.276 INFO STEP 804 (remove_files) COMPLETE
72402026-06-04T21:08:47.518Z[ recovery-image] Jun 04 21:08:46.276 INFO O| Jun 04 21:08:46.276 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-06-04T21:08:47.526Z[ recovery-image] Jun 04 21:08:46.284 INFO O| Jun 04 21:08:46.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72422026-06-04T21:08:47.526Z[ recovery-image] Jun 04 21:08:46.284 INFO O| Jun 04 21:08:46.284 INFO STEP 805 (remove_files) COMPLETE
72432026-06-04T21:08:47.526Z[ recovery-image] Jun 04 21:08:46.284 INFO O| Jun 04 21:08:46.284 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-06-04T21:08:47.534Z[ recovery-image] Jun 04 21:08:46.292 INFO O| Jun 04 21:08:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72452026-06-04T21:08:47.534Z[ recovery-image] Jun 04 21:08:46.292 INFO O| Jun 04 21:08:46.292 INFO STEP 806 (remove_files) COMPLETE
72462026-06-04T21:08:47.550Z[ recovery-image] Jun 04 21:08:46.293 INFO O| Jun 04 21:08:46.292 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.300 INFO O| Jun 04 21:08:46.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72482026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.300 INFO O| Jun 04 21:08:46.300 INFO STEP 807 (remove_files) COMPLETE
72492026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.300 INFO O| Jun 04 21:08:46.300 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.308 INFO O| Jun 04 21:08:46.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72512026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.308 INFO O| Jun 04 21:08:46.308 INFO STEP 808 (remove_files) COMPLETE
72522026-06-04T21:08:47.553Z[ recovery-image] Jun 04 21:08:46.308 INFO O| Jun 04 21:08:46.308 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-06-04T21:08:47.557Z[ recovery-image] Jun 04 21:08:46.316 INFO O| Jun 04 21:08:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72542026-06-04T21:08:47.557Z[ recovery-image] Jun 04 21:08:46.316 INFO O| Jun 04 21:08:46.316 INFO STEP 809 (remove_files) COMPLETE
72552026-06-04T21:08:47.560Z[ recovery-image] Jun 04 21:08:46.316 INFO O| Jun 04 21:08:46.316 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-06-04T21:08:47.565Z[ recovery-image] Jun 04 21:08:46.323 INFO O| Jun 04 21:08:46.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72572026-06-04T21:08:47.565Z[ recovery-image] Jun 04 21:08:46.323 INFO O| Jun 04 21:08:46.323 INFO STEP 810 (remove_files) COMPLETE
72582026-06-04T21:08:47.568Z[ recovery-image] Jun 04 21:08:46.323 INFO O| Jun 04 21:08:46.323 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-06-04T21:08:47.575Z[ recovery-image] Jun 04 21:08:46.334 INFO O| Jun 04 21:08:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72602026-06-04T21:08:47.575Z[ recovery-image] Jun 04 21:08:46.334 INFO O| Jun 04 21:08:46.334 INFO STEP 811 (remove_files) COMPLETE
72612026-06-04T21:08:47.575Z[ recovery-image] Jun 04 21:08:46.334 INFO O| Jun 04 21:08:46.334 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-06-04T21:08:47.584Z[ recovery-image] Jun 04 21:08:46.342 INFO O| Jun 04 21:08:46.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72632026-06-04T21:08:47.584Z[ recovery-image] Jun 04 21:08:46.343 INFO O| Jun 04 21:08:46.343 INFO STEP 812 (remove_files) COMPLETE
72642026-06-04T21:08:47.585Z[ recovery-image] Jun 04 21:08:46.343 INFO O| Jun 04 21:08:46.343 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-06-04T21:08:47.594Z[ recovery-image] Jun 04 21:08:46.352 INFO O| Jun 04 21:08:46.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72662026-06-04T21:08:47.594Z[ recovery-image] Jun 04 21:08:46.352 INFO O| Jun 04 21:08:46.352 INFO STEP 813 (remove_files) COMPLETE
72672026-06-04T21:08:47.594Z[ recovery-image] Jun 04 21:08:46.352 INFO O| Jun 04 21:08:46.352 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-06-04T21:08:47.602Z[ recovery-image] Jun 04 21:08:46.360 INFO O| Jun 04 21:08:46.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72692026-06-04T21:08:47.602Z[ recovery-image] Jun 04 21:08:46.361 INFO O| Jun 04 21:08:46.360 INFO STEP 814 (remove_files) COMPLETE
72702026-06-04T21:08:47.605Z[ recovery-image] Jun 04 21:08:46.361 INFO O| Jun 04 21:08:46.361 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-06-04T21:08:47.611Z[ recovery-image] Jun 04 21:08:46.369 INFO O| Jun 04 21:08:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72722026-06-04T21:08:47.611Z[ recovery-image] Jun 04 21:08:46.369 INFO O| Jun 04 21:08:46.369 INFO STEP 815 (remove_files) COMPLETE
72732026-06-04T21:08:47.614Z[ recovery-image] Jun 04 21:08:46.369 INFO O| Jun 04 21:08:46.369 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-06-04T21:08:47.621Z[ recovery-image] Jun 04 21:08:46.379 INFO O| Jun 04 21:08:46.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72752026-06-04T21:08:47.621Z[ recovery-image] Jun 04 21:08:46.379 INFO O| Jun 04 21:08:46.379 INFO STEP 816 (remove_files) COMPLETE
72762026-06-04T21:08:47.621Z[ recovery-image] Jun 04 21:08:46.379 INFO O| Jun 04 21:08:46.379 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-06-04T21:08:47.630Z[ recovery-image] Jun 04 21:08:46.388 INFO O| Jun 04 21:08:46.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72782026-06-04T21:08:47.630Z[ recovery-image] Jun 04 21:08:46.388 INFO O| Jun 04 21:08:46.388 INFO STEP 817 (remove_files) COMPLETE
72792026-06-04T21:08:47.630Z[ recovery-image] Jun 04 21:08:46.388 INFO O| Jun 04 21:08:46.388 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-06-04T21:08:47.638Z[ recovery-image] Jun 04 21:08:46.396 INFO O| Jun 04 21:08:46.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72812026-06-04T21:08:47.638Z[ recovery-image] Jun 04 21:08:46.396 INFO O| Jun 04 21:08:46.396 INFO STEP 818 (remove_files) COMPLETE
72822026-06-04T21:08:47.641Z[ recovery-image] Jun 04 21:08:46.397 INFO O| Jun 04 21:08:46.396 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-06-04T21:08:47.647Z[ recovery-image] Jun 04 21:08:46.405 INFO O| Jun 04 21:08:46.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72842026-06-04T21:08:47.647Z[ recovery-image] Jun 04 21:08:46.405 INFO O| Jun 04 21:08:46.405 INFO STEP 819 (remove_files) COMPLETE
72852026-06-04T21:08:47.647Z[ recovery-image] Jun 04 21:08:46.405 INFO O| Jun 04 21:08:46.405 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-06-04T21:08:47.655Z[ recovery-image] Jun 04 21:08:46.413 INFO O| Jun 04 21:08:46.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72872026-06-04T21:08:47.655Z[ recovery-image] Jun 04 21:08:46.413 INFO O| Jun 04 21:08:46.413 INFO STEP 820 (remove_files) COMPLETE
72882026-06-04T21:08:47.655Z[ recovery-image] Jun 04 21:08:46.413 INFO O| Jun 04 21:08:46.413 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-06-04T21:08:47.665Z[ recovery-image] Jun 04 21:08:46.422 INFO O| Jun 04 21:08:46.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72902026-06-04T21:08:47.665Z[ recovery-image] Jun 04 21:08:46.422 INFO O| Jun 04 21:08:46.422 INFO STEP 821 (remove_files) COMPLETE
72912026-06-04T21:08:47.665Z[ recovery-image] Jun 04 21:08:46.422 INFO O| Jun 04 21:08:46.422 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-06-04T21:08:47.673Z[ recovery-image] Jun 04 21:08:46.431 INFO O| Jun 04 21:08:46.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72932026-06-04T21:08:47.673Z[ recovery-image] Jun 04 21:08:46.431 INFO O| Jun 04 21:08:46.431 INFO STEP 822 (remove_files) COMPLETE
72942026-06-04T21:08:47.673Z[ recovery-image] Jun 04 21:08:46.431 INFO O| Jun 04 21:08:46.431 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-06-04T21:08:47.681Z[ recovery-image] Jun 04 21:08:46.439 INFO O| Jun 04 21:08:46.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72962026-06-04T21:08:47.681Z[ recovery-image] Jun 04 21:08:46.439 INFO O| Jun 04 21:08:46.439 INFO STEP 823 (remove_files) COMPLETE
72972026-06-04T21:08:47.684Z[ recovery-image] Jun 04 21:08:46.439 INFO O| Jun 04 21:08:46.439 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-06-04T21:08:47.692Z[ recovery-image] Jun 04 21:08:46.448 INFO O| Jun 04 21:08:46.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72992026-06-04T21:08:47.692Z[ recovery-image] Jun 04 21:08:46.448 INFO O| Jun 04 21:08:46.448 INFO STEP 824 (remove_files) COMPLETE
73002026-06-04T21:08:47.695Z[ recovery-image] Jun 04 21:08:46.448 INFO O| Jun 04 21:08:46.448 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-06-04T21:08:47.698Z[ recovery-image] Jun 04 21:08:46.456 INFO O| Jun 04 21:08:46.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73022026-06-04T21:08:47.698Z[ recovery-image] Jun 04 21:08:46.456 INFO O| Jun 04 21:08:46.456 INFO STEP 825 (remove_files) COMPLETE
73032026-06-04T21:08:47.698Z[ recovery-image] Jun 04 21:08:46.456 INFO O| Jun 04 21:08:46.456 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-06-04T21:08:47.706Z[ recovery-image] Jun 04 21:08:46.464 INFO O| Jun 04 21:08:46.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73052026-06-04T21:08:47.706Z[ recovery-image] Jun 04 21:08:46.464 INFO O| Jun 04 21:08:46.464 INFO STEP 826 (remove_files) COMPLETE
73062026-06-04T21:08:47.706Z[ recovery-image] Jun 04 21:08:46.464 INFO O| Jun 04 21:08:46.464 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-06-04T21:08:47.716Z[ recovery-image] Jun 04 21:08:46.473 INFO O| Jun 04 21:08:46.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73082026-06-04T21:08:47.716Z[ recovery-image] Jun 04 21:08:46.473 INFO O| Jun 04 21:08:46.473 INFO STEP 827 (remove_files) COMPLETE
73092026-06-04T21:08:47.716Z[ recovery-image] Jun 04 21:08:46.473 INFO O| Jun 04 21:08:46.473 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-06-04T21:08:47.724Z[ recovery-image] Jun 04 21:08:46.482 INFO O| Jun 04 21:08:46.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73112026-06-04T21:08:47.724Z[ recovery-image] Jun 04 21:08:46.482 INFO O| Jun 04 21:08:46.482 INFO STEP 828 (remove_files) COMPLETE
73122026-06-04T21:08:47.724Z[ recovery-image] Jun 04 21:08:46.482 INFO O| Jun 04 21:08:46.482 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-06-04T21:08:47.735Z[ recovery-image] Jun 04 21:08:46.493 INFO O| Jun 04 21:08:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73142026-06-04T21:08:47.735Z[ recovery-image] Jun 04 21:08:46.493 INFO O| Jun 04 21:08:46.493 INFO STEP 829 (remove_files) COMPLETE
73152026-06-04T21:08:47.735Z[ recovery-image] Jun 04 21:08:46.493 INFO O| Jun 04 21:08:46.493 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-06-04T21:08:47.745Z[ recovery-image] Jun 04 21:08:46.503 INFO O| Jun 04 21:08:46.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73172026-06-04T21:08:47.745Z[ recovery-image] Jun 04 21:08:46.503 INFO O| Jun 04 21:08:46.503 INFO STEP 830 (remove_files) COMPLETE
73182026-06-04T21:08:47.748Z[ recovery-image] Jun 04 21:08:46.503 INFO O| Jun 04 21:08:46.503 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-06-04T21:08:47.755Z[ recovery-image] Jun 04 21:08:46.513 INFO O| Jun 04 21:08:46.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73202026-06-04T21:08:47.755Z[ recovery-image] Jun 04 21:08:46.513 INFO O| Jun 04 21:08:46.513 INFO STEP 831 (remove_files) COMPLETE
73212026-06-04T21:08:47.758Z[ recovery-image] Jun 04 21:08:46.513 INFO O| Jun 04 21:08:46.513 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-06-04T21:08:47.763Z[ recovery-image] Jun 04 21:08:46.522 INFO O| Jun 04 21:08:46.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73232026-06-04T21:08:47.764Z[ recovery-image] Jun 04 21:08:46.522 INFO O| Jun 04 21:08:46.522 INFO STEP 832 (remove_files) COMPLETE
73242026-06-04T21:08:47.766Z[ recovery-image] Jun 04 21:08:46.522 INFO O| Jun 04 21:08:46.522 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-06-04T21:08:47.773Z[ recovery-image] Jun 04 21:08:46.531 INFO O| Jun 04 21:08:46.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73262026-06-04T21:08:47.773Z[ recovery-image] Jun 04 21:08:46.531 INFO O| Jun 04 21:08:46.531 INFO STEP 833 (remove_files) COMPLETE
73272026-06-04T21:08:47.773Z[ recovery-image] Jun 04 21:08:46.531 INFO O| Jun 04 21:08:46.531 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-06-04T21:08:47.782Z[ recovery-image] Jun 04 21:08:46.540 INFO O| Jun 04 21:08:46.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73292026-06-04T21:08:47.782Z[ recovery-image] Jun 04 21:08:46.541 INFO O| Jun 04 21:08:46.540 INFO STEP 834 (remove_files) COMPLETE
73302026-06-04T21:08:47.782Z[ recovery-image] Jun 04 21:08:46.541 INFO O| Jun 04 21:08:46.541 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-06-04T21:08:47.792Z[ recovery-image] Jun 04 21:08:46.550 INFO O| Jun 04 21:08:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73322026-06-04T21:08:47.792Z[ recovery-image] Jun 04 21:08:46.550 INFO O| Jun 04 21:08:46.550 INFO STEP 835 (remove_files) COMPLETE
73332026-06-04T21:08:47.795Z[ recovery-image] Jun 04 21:08:46.550 INFO O| Jun 04 21:08:46.550 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-06-04T21:08:47.800Z[ recovery-image] Jun 04 21:08:46.558 INFO O| Jun 04 21:08:46.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73352026-06-04T21:08:47.800Z[ recovery-image] Jun 04 21:08:46.559 INFO O| Jun 04 21:08:46.559 INFO STEP 836 (remove_files) COMPLETE
73362026-06-04T21:08:47.803Z[ recovery-image] Jun 04 21:08:46.559 INFO O| Jun 04 21:08:46.559 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-06-04T21:08:47.811Z[ recovery-image] Jun 04 21:08:46.567 INFO O| Jun 04 21:08:46.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73382026-06-04T21:08:47.811Z[ recovery-image] Jun 04 21:08:46.567 INFO O| Jun 04 21:08:46.567 INFO STEP 837 (remove_files) COMPLETE
73392026-06-04T21:08:47.811Z[ recovery-image] Jun 04 21:08:46.567 INFO O| Jun 04 21:08:46.567 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-06-04T21:08:47.819Z[ recovery-image] Jun 04 21:08:46.577 INFO O| Jun 04 21:08:46.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73412026-06-04T21:08:47.819Z[ recovery-image] Jun 04 21:08:46.577 INFO O| Jun 04 21:08:46.577 INFO STEP 838 (remove_files) COMPLETE
73422026-06-04T21:08:47.823Z[ recovery-image] Jun 04 21:08:46.577 INFO O| Jun 04 21:08:46.577 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-06-04T21:08:47.829Z[ recovery-image] Jun 04 21:08:46.586 INFO O| Jun 04 21:08:46.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73442026-06-04T21:08:47.829Z[ recovery-image] Jun 04 21:08:46.586 INFO O| Jun 04 21:08:46.586 INFO STEP 839 (remove_files) COMPLETE
73452026-06-04T21:08:47.832Z[ recovery-image] Jun 04 21:08:46.586 INFO O| Jun 04 21:08:46.586 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-06-04T21:08:47.837Z[ recovery-image] Jun 04 21:08:46.595 INFO O| Jun 04 21:08:46.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73472026-06-04T21:08:47.837Z[ recovery-image] Jun 04 21:08:46.595 INFO O| Jun 04 21:08:46.595 INFO STEP 840 (remove_files) COMPLETE
73482026-06-04T21:08:47.840Z[ recovery-image] Jun 04 21:08:46.595 INFO O| Jun 04 21:08:46.595 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-06-04T21:08:47.845Z[ recovery-image] Jun 04 21:08:46.604 INFO O| Jun 04 21:08:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73502026-06-04T21:08:47.845Z[ recovery-image] Jun 04 21:08:46.604 INFO O| Jun 04 21:08:46.604 INFO STEP 841 (remove_files) COMPLETE
73512026-06-04T21:08:47.848Z[ recovery-image] Jun 04 21:08:46.604 INFO O| Jun 04 21:08:46.604 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-06-04T21:08:47.854Z[ recovery-image] Jun 04 21:08:46.612 INFO O| Jun 04 21:08:46.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73532026-06-04T21:08:47.854Z[ recovery-image] Jun 04 21:08:46.612 INFO O| Jun 04 21:08:46.612 INFO STEP 842 (remove_files) COMPLETE
73542026-06-04T21:08:47.857Z[ recovery-image] Jun 04 21:08:46.612 INFO O| Jun 04 21:08:46.612 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-06-04T21:08:47.862Z[ recovery-image] Jun 04 21:08:46.620 INFO O| Jun 04 21:08:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73562026-06-04T21:08:47.862Z[ recovery-image] Jun 04 21:08:46.620 INFO O| Jun 04 21:08:46.620 INFO STEP 843 (remove_files) COMPLETE
73572026-06-04T21:08:47.865Z[ recovery-image] Jun 04 21:08:46.620 INFO O| Jun 04 21:08:46.620 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-06-04T21:08:47.871Z[ recovery-image] Jun 04 21:08:46.629 INFO O| Jun 04 21:08:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73592026-06-04T21:08:47.871Z[ recovery-image] Jun 04 21:08:46.629 INFO O| Jun 04 21:08:46.629 INFO STEP 844 (remove_files) COMPLETE
73602026-06-04T21:08:47.874Z[ recovery-image] Jun 04 21:08:46.629 INFO O| Jun 04 21:08:46.629 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-06-04T21:08:47.880Z[ recovery-image] Jun 04 21:08:46.637 INFO O| Jun 04 21:08:46.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73622026-06-04T21:08:47.880Z[ recovery-image] Jun 04 21:08:46.637 INFO O| Jun 04 21:08:46.637 INFO STEP 845 (remove_files) COMPLETE
73632026-06-04T21:08:47.883Z[ recovery-image] Jun 04 21:08:46.637 INFO O| Jun 04 21:08:46.637 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-06-04T21:08:47.888Z[ recovery-image] Jun 04 21:08:46.646 INFO O| Jun 04 21:08:46.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73652026-06-04T21:08:47.888Z[ recovery-image] Jun 04 21:08:46.646 INFO O| Jun 04 21:08:46.646 INFO STEP 846 (remove_files) COMPLETE
73662026-06-04T21:08:47.892Z[ recovery-image] Jun 04 21:08:46.646 INFO O| Jun 04 21:08:46.646 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-06-04T21:08:47.896Z[ recovery-image] Jun 04 21:08:46.655 INFO O| Jun 04 21:08:46.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73682026-06-04T21:08:47.896Z[ recovery-image] Jun 04 21:08:46.655 INFO O| Jun 04 21:08:46.655 INFO STEP 847 (remove_files) COMPLETE
73692026-06-04T21:08:47.896Z[ recovery-image] Jun 04 21:08:46.655 INFO O| Jun 04 21:08:46.655 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-06-04T21:08:47.906Z[ recovery-image] Jun 04 21:08:46.664 INFO O| Jun 04 21:08:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73712026-06-04T21:08:47.906Z[ recovery-image] Jun 04 21:08:46.664 INFO O| Jun 04 21:08:46.664 INFO STEP 848 (remove_files) COMPLETE
73722026-06-04T21:08:47.913Z[ recovery-image] Jun 04 21:08:46.664 INFO O| Jun 04 21:08:46.664 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-06-04T21:08:47.918Z[ recovery-image] Jun 04 21:08:46.673 INFO O| Jun 04 21:08:46.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73742026-06-04T21:08:47.918Z[ recovery-image] Jun 04 21:08:46.673 INFO O| Jun 04 21:08:46.673 INFO STEP 849 (remove_files) COMPLETE
73752026-06-04T21:08:47.918Z[ recovery-image] Jun 04 21:08:46.673 INFO O| Jun 04 21:08:46.673 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-06-04T21:08:47.926Z[ recovery-image] Jun 04 21:08:46.683 INFO O| Jun 04 21:08:46.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73772026-06-04T21:08:47.926Z[ recovery-image] Jun 04 21:08:46.683 INFO O| Jun 04 21:08:46.683 INFO STEP 850 (remove_files) COMPLETE
73782026-06-04T21:08:47.926Z[ recovery-image] Jun 04 21:08:46.683 INFO O| Jun 04 21:08:46.683 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-06-04T21:08:47.933Z[ recovery-image] Jun 04 21:08:46.692 INFO O| Jun 04 21:08:46.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73802026-06-04T21:08:47.934Z[ recovery-image] Jun 04 21:08:46.692 INFO O| Jun 04 21:08:46.692 INFO STEP 851 (remove_files) COMPLETE
73812026-06-04T21:08:47.934Z[ recovery-image] Jun 04 21:08:46.692 INFO O| Jun 04 21:08:46.692 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-06-04T21:08:47.942Z[ recovery-image] Jun 04 21:08:46.700 INFO O| Jun 04 21:08:46.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73832026-06-04T21:08:47.942Z[ recovery-image] Jun 04 21:08:46.700 INFO O| Jun 04 21:08:46.700 INFO STEP 852 (remove_files) COMPLETE
73842026-06-04T21:08:47.942Z[ recovery-image] Jun 04 21:08:46.700 INFO O| Jun 04 21:08:46.700 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-06-04T21:08:47.951Z[ recovery-image] Jun 04 21:08:46.709 INFO O| Jun 04 21:08:46.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73862026-06-04T21:08:47.951Z[ recovery-image] Jun 04 21:08:46.709 INFO O| Jun 04 21:08:46.709 INFO STEP 853 (remove_files) COMPLETE
73872026-06-04T21:08:47.951Z[ recovery-image] Jun 04 21:08:46.709 INFO O| Jun 04 21:08:46.709 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-06-04T21:08:47.959Z[ recovery-image] Jun 04 21:08:46.717 INFO O| Jun 04 21:08:46.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73892026-06-04T21:08:47.959Z[ recovery-image] Jun 04 21:08:46.717 INFO O| Jun 04 21:08:46.717 INFO STEP 854 (remove_files) COMPLETE
73902026-06-04T21:08:47.959Z[ recovery-image] Jun 04 21:08:46.717 INFO O| Jun 04 21:08:46.717 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-06-04T21:08:47.968Z[ recovery-image] Jun 04 21:08:46.726 INFO O| Jun 04 21:08:46.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73922026-06-04T21:08:47.968Z[ recovery-image] Jun 04 21:08:46.726 INFO O| Jun 04 21:08:46.726 INFO STEP 855 (remove_files) COMPLETE
73932026-06-04T21:08:47.968Z[ recovery-image] Jun 04 21:08:46.726 INFO O| Jun 04 21:08:46.726 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-06-04T21:08:47.977Z[ recovery-image] Jun 04 21:08:46.735 INFO O| Jun 04 21:08:46.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73952026-06-04T21:08:47.977Z[ recovery-image] Jun 04 21:08:46.735 INFO O| Jun 04 21:08:46.735 INFO STEP 856 (remove_files) COMPLETE
73962026-06-04T21:08:47.980Z[ recovery-image] Jun 04 21:08:46.735 INFO O| Jun 04 21:08:46.735 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-06-04T21:08:47.987Z[ recovery-image] Jun 04 21:08:46.744 INFO O| Jun 04 21:08:46.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73982026-06-04T21:08:47.987Z[ recovery-image] Jun 04 21:08:46.744 INFO O| Jun 04 21:08:46.744 INFO STEP 857 (remove_files) COMPLETE
73992026-06-04T21:08:47.990Z[ recovery-image] Jun 04 21:08:46.744 INFO O| Jun 04 21:08:46.744 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-06-04T21:08:47.995Z[ recovery-image] Jun 04 21:08:46.752 INFO O| Jun 04 21:08:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74012026-06-04T21:08:47.995Z[ recovery-image] Jun 04 21:08:46.752 INFO O| Jun 04 21:08:46.752 INFO STEP 858 (remove_files) COMPLETE
74022026-06-04T21:08:47.998Z[ recovery-image] Jun 04 21:08:46.752 INFO O| Jun 04 21:08:46.752 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-06-04T21:08:48.004Z[ recovery-image] Jun 04 21:08:46.760 INFO O| Jun 04 21:08:46.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74042026-06-04T21:08:48.004Z[ recovery-image] Jun 04 21:08:46.761 INFO O| Jun 04 21:08:46.761 INFO STEP 859 (remove_files) COMPLETE
74052026-06-04T21:08:48.010Z[ recovery-image] Jun 04 21:08:46.761 INFO O| Jun 04 21:08:46.761 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-06-04T21:08:48.019Z[ recovery-image] Jun 04 21:08:46.769 INFO O| Jun 04 21:08:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74072026-06-04T21:08:48.019Z[ recovery-image] Jun 04 21:08:46.769 INFO O| Jun 04 21:08:46.769 INFO STEP 860 (remove_files) COMPLETE
74082026-06-04T21:08:48.019Z[ recovery-image] Jun 04 21:08:46.769 INFO O| Jun 04 21:08:46.769 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-06-04T21:08:48.024Z[ recovery-image] Jun 04 21:08:46.778 INFO O| Jun 04 21:08:46.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74102026-06-04T21:08:48.024Z[ recovery-image] Jun 04 21:08:46.778 INFO O| Jun 04 21:08:46.778 INFO STEP 861 (remove_files) COMPLETE
74112026-06-04T21:08:48.024Z[ recovery-image] Jun 04 21:08:46.778 INFO O| Jun 04 21:08:46.778 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-06-04T21:08:48.029Z[ recovery-image] Jun 04 21:08:46.786 INFO O| Jun 04 21:08:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74132026-06-04T21:08:48.029Z[ recovery-image] Jun 04 21:08:46.786 INFO O| Jun 04 21:08:46.786 INFO STEP 862 (remove_files) COMPLETE
74142026-06-04T21:08:48.032Z[ recovery-image] Jun 04 21:08:46.786 INFO O| Jun 04 21:08:46.786 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-06-04T21:08:48.036Z[ recovery-image] Jun 04 21:08:46.794 INFO O| Jun 04 21:08:46.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74162026-06-04T21:08:48.036Z[ recovery-image] Jun 04 21:08:46.794 INFO O| Jun 04 21:08:46.794 INFO STEP 863 (remove_files) COMPLETE
74172026-06-04T21:08:48.039Z[ recovery-image] Jun 04 21:08:46.794 INFO O| Jun 04 21:08:46.794 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-06-04T21:08:48.045Z[ recovery-image] Jun 04 21:08:46.803 INFO O| Jun 04 21:08:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74192026-06-04T21:08:48.045Z[ recovery-image] Jun 04 21:08:46.803 INFO O| Jun 04 21:08:46.803 INFO STEP 864 (remove_files) COMPLETE
74202026-06-04T21:08:48.045Z[ recovery-image] Jun 04 21:08:46.803 INFO O| Jun 04 21:08:46.803 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-06-04T21:08:48.054Z[ recovery-image] Jun 04 21:08:46.812 INFO O| Jun 04 21:08:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74222026-06-04T21:08:48.054Z[ recovery-image] Jun 04 21:08:46.812 INFO O| Jun 04 21:08:46.812 INFO STEP 865 (remove_files) COMPLETE
74232026-06-04T21:08:48.054Z[ recovery-image] Jun 04 21:08:46.812 INFO O| Jun 04 21:08:46.812 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-06-04T21:08:48.063Z[ recovery-image] Jun 04 21:08:46.821 INFO O| Jun 04 21:08:46.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74252026-06-04T21:08:48.063Z[ recovery-image] Jun 04 21:08:46.821 INFO O| Jun 04 21:08:46.821 INFO STEP 866 (remove_files) COMPLETE
74262026-06-04T21:08:48.063Z[ recovery-image] Jun 04 21:08:46.821 INFO O| Jun 04 21:08:46.821 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-06-04T21:08:48.072Z[ recovery-image] Jun 04 21:08:46.830 INFO O| Jun 04 21:08:46.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74282026-06-04T21:08:48.072Z[ recovery-image] Jun 04 21:08:46.830 INFO O| Jun 04 21:08:46.830 INFO STEP 867 (remove_files) COMPLETE
74292026-06-04T21:08:48.072Z[ recovery-image] Jun 04 21:08:46.830 INFO O| Jun 04 21:08:46.830 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-06-04T21:08:48.083Z[ recovery-image] Jun 04 21:08:46.841 INFO O| Jun 04 21:08:46.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74312026-06-04T21:08:48.083Z[ recovery-image] Jun 04 21:08:46.841 INFO O| Jun 04 21:08:46.841 INFO STEP 868 (remove_files) COMPLETE
74322026-06-04T21:08:48.083Z[ recovery-image] Jun 04 21:08:46.841 INFO O| Jun 04 21:08:46.841 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-06-04T21:08:48.093Z[ recovery-image] Jun 04 21:08:46.851 INFO O| Jun 04 21:08:46.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74342026-06-04T21:08:48.093Z[ recovery-image] Jun 04 21:08:46.851 INFO O| Jun 04 21:08:46.851 INFO STEP 869 (remove_files) COMPLETE
74352026-06-04T21:08:48.096Z[ recovery-image] Jun 04 21:08:46.851 INFO O| Jun 04 21:08:46.851 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-06-04T21:08:48.103Z[ recovery-image] Jun 04 21:08:46.861 INFO O| Jun 04 21:08:46.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74372026-06-04T21:08:48.103Z[ recovery-image] Jun 04 21:08:46.861 INFO O| Jun 04 21:08:46.861 INFO STEP 870 (remove_files) COMPLETE
74382026-06-04T21:08:48.103Z[ recovery-image] Jun 04 21:08:46.861 INFO O| Jun 04 21:08:46.861 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-06-04T21:08:48.114Z[ recovery-image] Jun 04 21:08:46.870 INFO O| Jun 04 21:08:46.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74402026-06-04T21:08:48.114Z[ recovery-image] Jun 04 21:08:46.870 INFO O| Jun 04 21:08:46.870 INFO STEP 871 (remove_files) COMPLETE
74412026-06-04T21:08:48.117Z[ recovery-image] Jun 04 21:08:46.870 INFO O| Jun 04 21:08:46.870 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-06-04T21:08:48.121Z[ recovery-image] Jun 04 21:08:46.879 INFO O| Jun 04 21:08:46.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74432026-06-04T21:08:48.121Z[ recovery-image] Jun 04 21:08:46.879 INFO O| Jun 04 21:08:46.879 INFO STEP 872 (remove_files) COMPLETE
74442026-06-04T21:08:48.123Z[ recovery-image] Jun 04 21:08:46.879 INFO O| Jun 04 21:08:46.879 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-06-04T21:08:48.128Z[ recovery-image] Jun 04 21:08:46.886 INFO O| Jun 04 21:08:46.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74462026-06-04T21:08:48.128Z[ recovery-image] Jun 04 21:08:46.886 INFO O| Jun 04 21:08:46.886 INFO STEP 873 (remove_files) COMPLETE
74472026-06-04T21:08:48.128Z[ recovery-image] Jun 04 21:08:46.886 INFO O| Jun 04 21:08:46.886 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-06-04T21:08:48.140Z[ recovery-image] Jun 04 21:08:46.897 INFO O| Jun 04 21:08:46.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74492026-06-04T21:08:48.140Z[ recovery-image] Jun 04 21:08:46.897 INFO O| Jun 04 21:08:46.897 INFO STEP 874 (remove_files) COMPLETE
74502026-06-04T21:08:48.143Z[ recovery-image] Jun 04 21:08:46.897 INFO O| Jun 04 21:08:46.897 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-06-04T21:08:48.148Z[ recovery-image] Jun 04 21:08:46.906 INFO O| Jun 04 21:08:46.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74522026-06-04T21:08:48.148Z[ recovery-image] Jun 04 21:08:46.906 INFO O| Jun 04 21:08:46.906 INFO STEP 875 (remove_files) COMPLETE
74532026-06-04T21:08:48.148Z[ recovery-image] Jun 04 21:08:46.906 INFO O| Jun 04 21:08:46.906 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-06-04T21:08:48.157Z[ recovery-image] Jun 04 21:08:46.915 INFO O| Jun 04 21:08:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74552026-06-04T21:08:48.157Z[ recovery-image] Jun 04 21:08:46.915 INFO O| Jun 04 21:08:46.915 INFO STEP 876 (remove_files) COMPLETE
74562026-06-04T21:08:48.157Z[ recovery-image] Jun 04 21:08:46.915 INFO O| Jun 04 21:08:46.915 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-06-04T21:08:48.167Z[ recovery-image] Jun 04 21:08:46.925 INFO O| Jun 04 21:08:46.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74582026-06-04T21:08:48.167Z[ recovery-image] Jun 04 21:08:46.925 INFO O| Jun 04 21:08:46.925 INFO STEP 877 (remove_files) COMPLETE
74592026-06-04T21:08:48.167Z[ recovery-image] Jun 04 21:08:46.925 INFO O| Jun 04 21:08:46.925 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-06-04T21:08:48.176Z[ recovery-image] Jun 04 21:08:46.934 INFO O| Jun 04 21:08:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74612026-06-04T21:08:48.176Z[ recovery-image] Jun 04 21:08:46.934 INFO O| Jun 04 21:08:46.934 INFO STEP 878 (remove_files) COMPLETE
74622026-06-04T21:08:48.180Z[ recovery-image] Jun 04 21:08:46.934 INFO O| Jun 04 21:08:46.934 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-06-04T21:08:48.185Z[ recovery-image] Jun 04 21:08:46.943 INFO O| Jun 04 21:08:46.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74642026-06-04T21:08:48.185Z[ recovery-image] Jun 04 21:08:46.943 INFO O| Jun 04 21:08:46.943 INFO STEP 879 (remove_files) COMPLETE
74652026-06-04T21:08:48.188Z[ recovery-image] Jun 04 21:08:46.943 INFO O| Jun 04 21:08:46.943 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-06-04T21:08:48.193Z[ recovery-image] Jun 04 21:08:46.952 INFO O| Jun 04 21:08:46.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74672026-06-04T21:08:48.193Z[ recovery-image] Jun 04 21:08:46.952 INFO O| Jun 04 21:08:46.952 INFO STEP 880 (remove_files) COMPLETE
74682026-06-04T21:08:48.193Z[ recovery-image] Jun 04 21:08:46.952 INFO O| Jun 04 21:08:46.952 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-06-04T21:08:48.202Z[ recovery-image] Jun 04 21:08:46.960 INFO O| Jun 04 21:08:46.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74702026-06-04T21:08:48.202Z[ recovery-image] Jun 04 21:08:46.960 INFO O| Jun 04 21:08:46.960 INFO STEP 881 (remove_files) COMPLETE
74712026-06-04T21:08:48.202Z[ recovery-image] Jun 04 21:08:46.960 INFO O| Jun 04 21:08:46.960 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-06-04T21:08:48.211Z[ recovery-image] Jun 04 21:08:46.969 INFO O| Jun 04 21:08:46.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74732026-06-04T21:08:48.211Z[ recovery-image] Jun 04 21:08:46.969 INFO O| Jun 04 21:08:46.969 INFO STEP 882 (remove_files) COMPLETE
74742026-06-04T21:08:48.215Z[ recovery-image] Jun 04 21:08:46.969 INFO O| Jun 04 21:08:46.969 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-06-04T21:08:48.219Z[ recovery-image] Jun 04 21:08:46.977 INFO O| Jun 04 21:08:46.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74762026-06-04T21:08:48.219Z[ recovery-image] Jun 04 21:08:46.977 INFO O| Jun 04 21:08:46.977 INFO STEP 883 (remove_files) COMPLETE
74772026-06-04T21:08:48.222Z[ recovery-image] Jun 04 21:08:46.977 INFO O| Jun 04 21:08:46.977 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-06-04T21:08:48.227Z[ recovery-image] Jun 04 21:08:46.985 INFO O| Jun 04 21:08:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74792026-06-04T21:08:48.227Z[ recovery-image] Jun 04 21:08:46.985 INFO O| Jun 04 21:08:46.985 INFO STEP 884 (remove_files) COMPLETE
74802026-06-04T21:08:48.227Z[ recovery-image] Jun 04 21:08:46.985 INFO O| Jun 04 21:08:46.985 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-06-04T21:08:48.254Z[ recovery-image] Jun 04 21:08:47.012 INFO O| Jun 04 21:08:47.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74822026-06-04T21:08:48.254Z[ recovery-image] Jun 04 21:08:47.012 INFO O| Jun 04 21:08:47.012 INFO STEP 885 (remove_files) COMPLETE
74832026-06-04T21:08:48.260Z[ recovery-image] Jun 04 21:08:47.012 INFO O| Jun 04 21:08:47.012 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-06-04T21:08:48.263Z[ recovery-image] Jun 04 21:08:47.021 INFO O| Jun 04 21:08:47.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74852026-06-04T21:08:48.263Z[ recovery-image] Jun 04 21:08:47.021 INFO O| Jun 04 21:08:47.021 INFO STEP 886 (remove_files) COMPLETE
74862026-06-04T21:08:48.263Z[ recovery-image] Jun 04 21:08:47.021 INFO O| Jun 04 21:08:47.021 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-06-04T21:08:48.271Z[ recovery-image] Jun 04 21:08:47.029 INFO O| Jun 04 21:08:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74882026-06-04T21:08:48.271Z[ recovery-image] Jun 04 21:08:47.029 INFO O| Jun 04 21:08:47.029 INFO STEP 887 (remove_files) COMPLETE
74892026-06-04T21:08:48.271Z[ recovery-image] Jun 04 21:08:47.029 INFO O| Jun 04 21:08:47.029 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-06-04T21:08:48.279Z[ recovery-image] Jun 04 21:08:47.037 INFO O| Jun 04 21:08:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74912026-06-04T21:08:48.279Z[ recovery-image] Jun 04 21:08:47.038 INFO O| Jun 04 21:08:47.038 INFO STEP 888 (remove_files) COMPLETE
74922026-06-04T21:08:48.282Z[ recovery-image] Jun 04 21:08:47.038 INFO O| Jun 04 21:08:47.038 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-06-04T21:08:48.303Z[ recovery-image] Jun 04 21:08:47.061 INFO O| Jun 04 21:08:47.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74942026-06-04T21:08:48.303Z[ recovery-image] Jun 04 21:08:47.061 INFO O| Jun 04 21:08:47.061 INFO STEP 889 (remove_files) COMPLETE
74952026-06-04T21:08:48.303Z[ recovery-image] Jun 04 21:08:47.061 INFO O| Jun 04 21:08:47.061 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-06-04T21:08:48.312Z[ recovery-image] Jun 04 21:08:47.070 INFO O| Jun 04 21:08:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74972026-06-04T21:08:48.312Z[ recovery-image] Jun 04 21:08:47.070 INFO O| Jun 04 21:08:47.070 INFO STEP 890 (remove_files) COMPLETE
74982026-06-04T21:08:48.312Z[ recovery-image] Jun 04 21:08:47.070 INFO O| Jun 04 21:08:47.070 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-06-04T21:08:48.321Z[ recovery-image] Jun 04 21:08:47.079 INFO O| Jun 04 21:08:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75002026-06-04T21:08:48.321Z[ recovery-image] Jun 04 21:08:47.079 INFO O| Jun 04 21:08:47.079 INFO STEP 891 (remove_files) COMPLETE
75012026-06-04T21:08:48.321Z[ recovery-image] Jun 04 21:08:47.079 INFO O| Jun 04 21:08:47.079 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-06-04T21:08:48.329Z[ recovery-image] Jun 04 21:08:47.087 INFO O| Jun 04 21:08:47.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75032026-06-04T21:08:48.329Z[ recovery-image] Jun 04 21:08:47.087 INFO O| Jun 04 21:08:47.087 INFO STEP 892 (remove_files) COMPLETE
75042026-06-04T21:08:48.329Z[ recovery-image] Jun 04 21:08:47.087 INFO O| Jun 04 21:08:47.087 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-06-04T21:08:48.340Z[ recovery-image] Jun 04 21:08:47.098 INFO O| Jun 04 21:08:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75062026-06-04T21:08:48.340Z[ recovery-image] Jun 04 21:08:47.098 INFO O| Jun 04 21:08:47.098 INFO STEP 893 (remove_files) COMPLETE
75072026-06-04T21:08:48.340Z[ recovery-image] Jun 04 21:08:47.098 INFO O| Jun 04 21:08:47.098 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-06-04T21:08:48.351Z[ recovery-image] Jun 04 21:08:47.109 INFO O| Jun 04 21:08:47.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75092026-06-04T21:08:48.351Z[ recovery-image] Jun 04 21:08:47.109 INFO O| Jun 04 21:08:47.109 INFO STEP 894 (remove_files) COMPLETE
75102026-06-04T21:08:48.351Z[ recovery-image] Jun 04 21:08:47.109 INFO O| Jun 04 21:08:47.109 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-06-04T21:08:48.362Z[ recovery-image] Jun 04 21:08:47.120 INFO O| Jun 04 21:08:47.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75122026-06-04T21:08:48.362Z[ recovery-image] Jun 04 21:08:47.120 INFO O| Jun 04 21:08:47.120 INFO STEP 895 (remove_files) COMPLETE
75132026-06-04T21:08:48.362Z[ recovery-image] Jun 04 21:08:47.120 INFO O| Jun 04 21:08:47.120 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-06-04T21:08:48.371Z[ recovery-image] Jun 04 21:08:47.129 INFO O| Jun 04 21:08:47.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75152026-06-04T21:08:48.371Z[ recovery-image] Jun 04 21:08:47.129 INFO O| Jun 04 21:08:47.129 INFO STEP 896 (remove_files) COMPLETE
75162026-06-04T21:08:48.374Z[ recovery-image] Jun 04 21:08:47.129 INFO O| Jun 04 21:08:47.129 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-06-04T21:08:48.379Z[ recovery-image] Jun 04 21:08:47.137 INFO O| Jun 04 21:08:47.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75182026-06-04T21:08:48.379Z[ recovery-image] Jun 04 21:08:47.137 INFO O| Jun 04 21:08:47.137 INFO STEP 897 (remove_files) COMPLETE
75192026-06-04T21:08:48.379Z[ recovery-image] Jun 04 21:08:47.137 INFO O| Jun 04 21:08:47.137 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-06-04T21:08:48.388Z[ recovery-image] Jun 04 21:08:47.146 INFO O| Jun 04 21:08:47.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75212026-06-04T21:08:48.389Z[ recovery-image] Jun 04 21:08:47.146 INFO O| Jun 04 21:08:47.146 INFO STEP 898 (remove_files) COMPLETE
75222026-06-04T21:08:48.389Z[ recovery-image] Jun 04 21:08:47.146 INFO O| Jun 04 21:08:47.146 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-06-04T21:08:48.398Z[ recovery-image] Jun 04 21:08:47.156 INFO O| Jun 04 21:08:47.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75242026-06-04T21:08:48.398Z[ recovery-image] Jun 04 21:08:47.156 INFO O| Jun 04 21:08:47.156 INFO STEP 899 (remove_files) COMPLETE
75252026-06-04T21:08:48.398Z[ recovery-image] Jun 04 21:08:47.156 INFO O| Jun 04 21:08:47.156 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-06-04T21:08:48.407Z[ recovery-image] Jun 04 21:08:47.164 INFO O| Jun 04 21:08:47.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75272026-06-04T21:08:48.407Z[ recovery-image] Jun 04 21:08:47.164 INFO O| Jun 04 21:08:47.164 INFO STEP 900 (remove_files) COMPLETE
75282026-06-04T21:08:48.410Z[ recovery-image] Jun 04 21:08:47.164 INFO O| Jun 04 21:08:47.164 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-06-04T21:08:48.499Z[ recovery-image] Jun 04 21:08:47.174 INFO O| Jun 04 21:08:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75302026-06-04T21:08:48.500Z[ recovery-image] Jun 04 21:08:47.174 INFO O| Jun 04 21:08:47.174 INFO STEP 901 (remove_files) COMPLETE
75312026-06-04T21:08:48.500Z[ recovery-image] Jun 04 21:08:47.174 INFO O| Jun 04 21:08:47.174 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.183 INFO O| Jun 04 21:08:47.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75332026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.183 INFO O| Jun 04 21:08:47.183 INFO STEP 902 (remove_files) COMPLETE
75342026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.183 INFO O| Jun 04 21:08:47.183 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.191 INFO O| Jun 04 21:08:47.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75362026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.191 INFO O| Jun 04 21:08:47.191 INFO STEP 903 (remove_files) COMPLETE
75372026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.191 INFO O| Jun 04 21:08:47.191 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.198 INFO O| Jun 04 21:08:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75392026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.198 INFO O| Jun 04 21:08:47.198 INFO STEP 904 (remove_files) COMPLETE
75402026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.198 INFO O| Jun 04 21:08:47.198 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.205 INFO O| Jun 04 21:08:47.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75422026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.205 INFO O| Jun 04 21:08:47.205 INFO STEP 905 (remove_files) COMPLETE
75432026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.205 INFO O| Jun 04 21:08:47.205 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.212 INFO O| Jun 04 21:08:47.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75452026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.213 INFO O| Jun 04 21:08:47.212 INFO STEP 906 (remove_files) COMPLETE
75462026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.213 INFO O| Jun 04 21:08:47.212 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.220 INFO O| Jun 04 21:08:47.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75482026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.220 INFO O| Jun 04 21:08:47.220 INFO STEP 907 (remove_files) COMPLETE
75492026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.220 INFO O| Jun 04 21:08:47.220 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.230 INFO O| Jun 04 21:08:47.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75512026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.230 INFO O| Jun 04 21:08:47.230 INFO STEP 908 (remove_files) COMPLETE
75522026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.230 INFO O| Jun 04 21:08:47.230 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.239 INFO O| Jun 04 21:08:47.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75542026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.239 INFO O| Jun 04 21:08:47.239 INFO STEP 909 (remove_files) COMPLETE
75552026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.239 INFO O| Jun 04 21:08:47.239 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.248 INFO O| Jun 04 21:08:47.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75572026-06-04T21:08:48.504Z[ recovery-image] Jun 04 21:08:47.248 INFO O| Jun 04 21:08:47.248 INFO STEP 910 (remove_files) COMPLETE
75582026-06-04T21:08:48.505Z[ recovery-image] Jun 04 21:08:47.248 INFO O| Jun 04 21:08:47.248 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-06-04T21:08:48.505Z[ recovery-image] Jun 04 21:08:47.256 INFO O| Jun 04 21:08:47.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75602026-06-04T21:08:48.505Z[ recovery-image] Jun 04 21:08:47.256 INFO O| Jun 04 21:08:47.256 INFO STEP 911 (remove_files) COMPLETE
75612026-06-04T21:08:48.505Z[ recovery-image] Jun 04 21:08:47.256 INFO O| Jun 04 21:08:47.256 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-06-04T21:08:48.508Z[ recovery-image] Jun 04 21:08:47.265 INFO O| Jun 04 21:08:47.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75632026-06-04T21:08:48.508Z[ recovery-image] Jun 04 21:08:47.265 INFO O| Jun 04 21:08:47.265 INFO STEP 912 (remove_files) COMPLETE
75642026-06-04T21:08:48.508Z[ recovery-image] Jun 04 21:08:47.265 INFO O| Jun 04 21:08:47.265 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-06-04T21:08:48.515Z[ recovery-image] Jun 04 21:08:47.273 INFO O| Jun 04 21:08:47.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75662026-06-04T21:08:48.515Z[ recovery-image] Jun 04 21:08:47.273 INFO O| Jun 04 21:08:47.273 INFO STEP 913 (remove_files) COMPLETE
75672026-06-04T21:08:48.518Z[ recovery-image] Jun 04 21:08:47.273 INFO O| Jun 04 21:08:47.273 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-06-04T21:08:48.523Z[ recovery-image] Jun 04 21:08:47.281 INFO O| Jun 04 21:08:47.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75692026-06-04T21:08:48.523Z[ recovery-image] Jun 04 21:08:47.281 INFO O| Jun 04 21:08:47.281 INFO STEP 914 (remove_files) COMPLETE
75702026-06-04T21:08:48.523Z[ recovery-image] Jun 04 21:08:47.281 INFO O| Jun 04 21:08:47.281 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-06-04T21:08:48.531Z[ recovery-image] Jun 04 21:08:47.289 INFO O| Jun 04 21:08:47.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75722026-06-04T21:08:48.531Z[ recovery-image] Jun 04 21:08:47.289 INFO O| Jun 04 21:08:47.289 INFO STEP 915 (remove_files) COMPLETE
75732026-06-04T21:08:48.534Z[ recovery-image] Jun 04 21:08:47.289 INFO O| Jun 04 21:08:47.289 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-06-04T21:08:48.538Z[ recovery-image] Jun 04 21:08:47.296 INFO O| Jun 04 21:08:47.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75752026-06-04T21:08:48.538Z[ recovery-image] Jun 04 21:08:47.296 INFO O| Jun 04 21:08:47.296 INFO STEP 916 (remove_files) COMPLETE
75762026-06-04T21:08:48.542Z[ recovery-image] Jun 04 21:08:47.296 INFO O| Jun 04 21:08:47.296 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-06-04T21:08:48.545Z[ recovery-image] Jun 04 21:08:47.303 INFO O| Jun 04 21:08:47.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75782026-06-04T21:08:48.545Z[ recovery-image] Jun 04 21:08:47.303 INFO O| Jun 04 21:08:47.303 INFO STEP 917 (remove_files) COMPLETE
75792026-06-04T21:08:48.548Z[ recovery-image] Jun 04 21:08:47.303 INFO O| Jun 04 21:08:47.303 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-06-04T21:08:48.552Z[ recovery-image] Jun 04 21:08:47.310 INFO O| Jun 04 21:08:47.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75812026-06-04T21:08:48.552Z[ recovery-image] Jun 04 21:08:47.310 INFO O| Jun 04 21:08:47.310 INFO STEP 918 (remove_files) COMPLETE
75822026-06-04T21:08:48.555Z[ recovery-image] Jun 04 21:08:47.310 INFO O| Jun 04 21:08:47.310 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-06-04T21:08:48.560Z[ recovery-image] Jun 04 21:08:47.318 INFO O| Jun 04 21:08:47.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75842026-06-04T21:08:48.563Z[ recovery-image] Jun 04 21:08:47.319 INFO O| Jun 04 21:08:47.319 INFO STEP 919 (remove_files) COMPLETE
75852026-06-04T21:08:48.563Z[ recovery-image] Jun 04 21:08:47.319 INFO O| Jun 04 21:08:47.319 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-06-04T21:08:48.572Z[ recovery-image] Jun 04 21:08:47.330 INFO O| Jun 04 21:08:47.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75872026-06-04T21:08:48.572Z[ recovery-image] Jun 04 21:08:47.330 INFO O| Jun 04 21:08:47.330 INFO STEP 920 (remove_files) COMPLETE
75882026-06-04T21:08:48.575Z[ recovery-image] Jun 04 21:08:47.330 INFO O| Jun 04 21:08:47.330 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-06-04T21:08:48.581Z[ recovery-image] Jun 04 21:08:47.339 INFO O| Jun 04 21:08:47.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75902026-06-04T21:08:48.581Z[ recovery-image] Jun 04 21:08:47.339 INFO O| Jun 04 21:08:47.339 INFO STEP 921 (remove_files) COMPLETE
75912026-06-04T21:08:48.581Z[ recovery-image] Jun 04 21:08:47.339 INFO O| Jun 04 21:08:47.339 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-06-04T21:08:48.590Z[ recovery-image] Jun 04 21:08:47.348 INFO O| Jun 04 21:08:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75932026-06-04T21:08:48.590Z[ recovery-image] Jun 04 21:08:47.348 INFO O| Jun 04 21:08:47.348 INFO STEP 922 (remove_files) COMPLETE
75942026-06-04T21:08:48.590Z[ recovery-image] Jun 04 21:08:47.348 INFO O| Jun 04 21:08:47.348 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-06-04T21:08:48.600Z[ recovery-image] Jun 04 21:08:47.358 INFO O| Jun 04 21:08:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75962026-06-04T21:08:48.600Z[ recovery-image] Jun 04 21:08:47.358 INFO O| Jun 04 21:08:47.358 INFO STEP 923 (remove_files) COMPLETE
75972026-06-04T21:08:48.603Z[ recovery-image] Jun 04 21:08:47.358 INFO O| Jun 04 21:08:47.358 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-06-04T21:08:48.609Z[ recovery-image] Jun 04 21:08:47.367 INFO O| Jun 04 21:08:47.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75992026-06-04T21:08:48.609Z[ recovery-image] Jun 04 21:08:47.367 INFO O| Jun 04 21:08:47.367 INFO STEP 924 (remove_files) COMPLETE
76002026-06-04T21:08:48.609Z[ recovery-image] Jun 04 21:08:47.367 INFO O| Jun 04 21:08:47.367 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-06-04T21:08:48.618Z[ recovery-image] Jun 04 21:08:47.376 INFO O| Jun 04 21:08:47.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76022026-06-04T21:08:48.618Z[ recovery-image] Jun 04 21:08:47.377 INFO O| Jun 04 21:08:47.377 INFO STEP 925 (remove_files) COMPLETE
76032026-06-04T21:08:48.618Z[ recovery-image] Jun 04 21:08:47.377 INFO O| Jun 04 21:08:47.377 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-06-04T21:08:48.629Z[ recovery-image] Jun 04 21:08:47.387 INFO O| Jun 04 21:08:47.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76052026-06-04T21:08:48.629Z[ recovery-image] Jun 04 21:08:47.387 INFO O| Jun 04 21:08:47.387 INFO STEP 926 (remove_files) COMPLETE
76062026-06-04T21:08:48.629Z[ recovery-image] Jun 04 21:08:47.387 INFO O| Jun 04 21:08:47.387 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-06-04T21:08:48.637Z[ recovery-image] Jun 04 21:08:47.395 INFO O| Jun 04 21:08:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76082026-06-04T21:08:48.637Z[ recovery-image] Jun 04 21:08:47.395 INFO O| Jun 04 21:08:47.395 INFO STEP 927 (remove_files) COMPLETE
76092026-06-04T21:08:48.640Z[ recovery-image] Jun 04 21:08:47.395 INFO O| Jun 04 21:08:47.395 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-06-04T21:08:48.646Z[ recovery-image] Jun 04 21:08:47.403 INFO O| Jun 04 21:08:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76112026-06-04T21:08:48.646Z[ recovery-image] Jun 04 21:08:47.403 INFO O| Jun 04 21:08:47.403 INFO STEP 928 (remove_files) COMPLETE
76122026-06-04T21:08:48.650Z[ recovery-image] Jun 04 21:08:47.403 INFO O| Jun 04 21:08:47.403 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-06-04T21:08:48.660Z[ recovery-image] Jun 04 21:08:47.413 INFO O| Jun 04 21:08:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76142026-06-04T21:08:48.660Z[ recovery-image] Jun 04 21:08:47.413 INFO O| Jun 04 21:08:47.413 INFO STEP 929 (remove_files) COMPLETE
76152026-06-04T21:08:48.660Z[ recovery-image] Jun 04 21:08:47.413 INFO O| Jun 04 21:08:47.413 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-06-04T21:08:48.667Z[ recovery-image] Jun 04 21:08:47.423 INFO O| Jun 04 21:08:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76172026-06-04T21:08:48.670Z[ recovery-image] Jun 04 21:08:47.423 INFO O| Jun 04 21:08:47.423 INFO STEP 930 (remove_files) COMPLETE
76182026-06-04T21:08:48.670Z[ recovery-image] Jun 04 21:08:47.423 INFO O| Jun 04 21:08:47.423 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-06-04T21:08:48.701Z[ recovery-image] Jun 04 21:08:47.433 INFO O| Jun 04 21:08:47.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76202026-06-04T21:08:48.701Z[ recovery-image] Jun 04 21:08:47.433 INFO O| Jun 04 21:08:47.433 INFO STEP 931 (remove_files) COMPLETE
76212026-06-04T21:08:48.704Z[ recovery-image] Jun 04 21:08:47.433 INFO O| Jun 04 21:08:47.433 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-06-04T21:08:48.712Z[ recovery-image] Jun 04 21:08:47.471 INFO O| Jun 04 21:08:47.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76232026-06-04T21:08:48.713Z[ recovery-image] Jun 04 21:08:47.471 INFO O| Jun 04 21:08:47.471 INFO STEP 932 (remove_files) COMPLETE
76242026-06-04T21:08:48.713Z[ recovery-image] Jun 04 21:08:47.471 INFO O| Jun 04 21:08:47.471 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-06-04T21:08:48.722Z[ recovery-image] Jun 04 21:08:47.480 INFO O| Jun 04 21:08:47.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76262026-06-04T21:08:48.722Z[ recovery-image] Jun 04 21:08:47.480 INFO O| Jun 04 21:08:47.480 INFO STEP 933 (remove_files) COMPLETE
76272026-06-04T21:08:48.725Z[ recovery-image] Jun 04 21:08:47.480 INFO O| Jun 04 21:08:47.480 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-06-04T21:08:48.730Z[ recovery-image] Jun 04 21:08:47.488 INFO O| Jun 04 21:08:47.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76292026-06-04T21:08:48.730Z[ recovery-image] Jun 04 21:08:47.488 INFO O| Jun 04 21:08:47.488 INFO STEP 934 (remove_files) COMPLETE
76302026-06-04T21:08:48.733Z[ recovery-image] Jun 04 21:08:47.488 INFO O| Jun 04 21:08:47.488 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-06-04T21:08:48.740Z[ recovery-image] Jun 04 21:08:47.497 INFO O| Jun 04 21:08:47.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76322026-06-04T21:08:48.740Z[ recovery-image] Jun 04 21:08:47.497 INFO O| Jun 04 21:08:47.497 INFO STEP 935 (remove_files) COMPLETE
76332026-06-04T21:08:48.740Z[ recovery-image] Jun 04 21:08:47.497 INFO O| Jun 04 21:08:47.497 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-06-04T21:08:48.747Z[ recovery-image] Jun 04 21:08:47.505 INFO O| Jun 04 21:08:47.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76352026-06-04T21:08:48.749Z[ recovery-image] Jun 04 21:08:47.505 INFO O| Jun 04 21:08:47.505 INFO STEP 936 (remove_files) COMPLETE
76362026-06-04T21:08:48.750Z[ recovery-image] Jun 04 21:08:47.505 INFO O| Jun 04 21:08:47.505 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-06-04T21:08:48.755Z[ recovery-image] Jun 04 21:08:47.513 INFO O| Jun 04 21:08:47.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76382026-06-04T21:08:48.758Z[ recovery-image] Jun 04 21:08:47.514 INFO O| Jun 04 21:08:47.514 INFO STEP 937 (remove_files) COMPLETE
76392026-06-04T21:08:48.758Z[ recovery-image] Jun 04 21:08:47.514 INFO O| Jun 04 21:08:47.514 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-06-04T21:08:48.765Z[ recovery-image] Jun 04 21:08:47.523 INFO O| Jun 04 21:08:47.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76412026-06-04T21:08:48.765Z[ recovery-image] Jun 04 21:08:47.523 INFO O| Jun 04 21:08:47.523 INFO STEP 938 (remove_files) COMPLETE
76422026-06-04T21:08:48.765Z[ recovery-image] Jun 04 21:08:47.523 INFO O| Jun 04 21:08:47.523 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-06-04T21:08:48.773Z[ recovery-image] Jun 04 21:08:47.531 INFO O| Jun 04 21:08:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76442026-06-04T21:08:48.773Z[ recovery-image] Jun 04 21:08:47.531 INFO O| Jun 04 21:08:47.531 INFO STEP 939 (remove_files) COMPLETE
76452026-06-04T21:08:48.776Z[ recovery-image] Jun 04 21:08:47.531 INFO O| Jun 04 21:08:47.531 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-06-04T21:08:48.797Z[ recovery-image] Jun 04 21:08:47.555 INFO O| Jun 04 21:08:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76472026-06-04T21:08:48.797Z[ recovery-image] Jun 04 21:08:47.555 INFO O| Jun 04 21:08:47.555 INFO STEP 940 (remove_files) COMPLETE
76482026-06-04T21:08:48.800Z[ recovery-image] Jun 04 21:08:47.555 INFO O| Jun 04 21:08:47.555 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-06-04T21:08:48.808Z[ recovery-image] Jun 04 21:08:47.565 INFO O| Jun 04 21:08:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76502026-06-04T21:08:48.808Z[ recovery-image] Jun 04 21:08:47.566 INFO O| Jun 04 21:08:47.565 INFO STEP 941 (remove_files) COMPLETE
76512026-06-04T21:08:48.811Z[ recovery-image] Jun 04 21:08:47.566 INFO O| Jun 04 21:08:47.566 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-06-04T21:08:48.816Z[ recovery-image] Jun 04 21:08:47.574 INFO O| Jun 04 21:08:47.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76532026-06-04T21:08:48.839Z[ recovery-image] Jun 04 21:08:47.596 INFO O| Jun 04 21:08:47.596 INFO STEP 942 (remove_files) COMPLETE
76542026-06-04T21:08:48.839Z[ recovery-image] Jun 04 21:08:47.596 INFO O| Jun 04 21:08:47.596 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-06-04T21:08:48.847Z[ recovery-image] Jun 04 21:08:47.605 INFO O| Jun 04 21:08:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76562026-06-04T21:08:48.847Z[ recovery-image] Jun 04 21:08:47.605 INFO O| Jun 04 21:08:47.605 INFO STEP 943 (remove_files) COMPLETE
76572026-06-04T21:08:48.847Z[ recovery-image] Jun 04 21:08:47.605 INFO O| Jun 04 21:08:47.605 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-06-04T21:08:48.856Z[ recovery-image] Jun 04 21:08:47.612 INFO O| Jun 04 21:08:47.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76592026-06-04T21:08:48.856Z[ recovery-image] Jun 04 21:08:47.612 INFO O| Jun 04 21:08:47.612 INFO STEP 944 (remove_files) COMPLETE
76602026-06-04T21:08:48.858Z[ recovery-image] Jun 04 21:08:47.612 INFO O| Jun 04 21:08:47.612 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-06-04T21:08:48.861Z[ recovery-image] Jun 04 21:08:47.620 INFO O| Jun 04 21:08:47.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76622026-06-04T21:08:48.864Z[ recovery-image] Jun 04 21:08:47.620 INFO O| Jun 04 21:08:47.620 INFO STEP 945 (remove_files) COMPLETE
76632026-06-04T21:08:48.864Z[ recovery-image] Jun 04 21:08:47.620 INFO O| Jun 04 21:08:47.620 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-06-04T21:08:48.869Z[ recovery-image] Jun 04 21:08:47.627 INFO O| Jun 04 21:08:47.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76652026-06-04T21:08:48.869Z[ recovery-image] Jun 04 21:08:47.627 INFO O| Jun 04 21:08:47.627 INFO STEP 946 (remove_files) COMPLETE
76662026-06-04T21:08:48.869Z[ recovery-image] Jun 04 21:08:47.628 INFO O| Jun 04 21:08:47.627 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-06-04T21:08:48.877Z[ recovery-image] Jun 04 21:08:47.635 INFO O| Jun 04 21:08:47.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76682026-06-04T21:08:48.877Z[ recovery-image] Jun 04 21:08:47.635 INFO O| Jun 04 21:08:47.635 INFO STEP 947 (remove_files) COMPLETE
76692026-06-04T21:08:48.877Z[ recovery-image] Jun 04 21:08:47.635 INFO O| Jun 04 21:08:47.635 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-06-04T21:08:48.884Z[ recovery-image] Jun 04 21:08:47.642 INFO O| Jun 04 21:08:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76712026-06-04T21:08:48.885Z[ recovery-image] Jun 04 21:08:47.643 INFO O| Jun 04 21:08:47.643 INFO STEP 948 (remove_files) COMPLETE
76722026-06-04T21:08:48.887Z[ recovery-image] Jun 04 21:08:47.643 INFO O| Jun 04 21:08:47.643 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-06-04T21:08:48.892Z[ recovery-image] Jun 04 21:08:47.650 INFO O| Jun 04 21:08:47.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76742026-06-04T21:08:48.892Z[ recovery-image] Jun 04 21:08:47.650 INFO O| Jun 04 21:08:47.650 INFO STEP 949 (remove_files) COMPLETE
76752026-06-04T21:08:48.894Z[ recovery-image] Jun 04 21:08:47.650 INFO O| Jun 04 21:08:47.650 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-06-04T21:08:48.898Z[ recovery-image] Jun 04 21:08:47.657 INFO O| Jun 04 21:08:47.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76772026-06-04T21:08:48.898Z[ recovery-image] Jun 04 21:08:47.657 INFO O| Jun 04 21:08:47.657 INFO STEP 950 (remove_files) COMPLETE
76782026-06-04T21:08:48.901Z[ recovery-image] Jun 04 21:08:47.657 INFO O| Jun 04 21:08:47.657 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-06-04T21:08:48.906Z[ recovery-image] Jun 04 21:08:47.664 INFO O| Jun 04 21:08:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76802026-06-04T21:08:48.906Z[ recovery-image] Jun 04 21:08:47.664 INFO O| Jun 04 21:08:47.664 INFO STEP 951 (remove_files) COMPLETE
76812026-06-04T21:08:48.909Z[ recovery-image] Jun 04 21:08:47.664 INFO O| Jun 04 21:08:47.664 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-06-04T21:08:48.912Z[ recovery-image] Jun 04 21:08:47.670 INFO O| Jun 04 21:08:47.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76832026-06-04T21:08:48.915Z[ recovery-image] Jun 04 21:08:47.671 INFO O| Jun 04 21:08:47.671 INFO STEP 952 (remove_files) COMPLETE
76842026-06-04T21:08:48.915Z[ recovery-image] Jun 04 21:08:47.671 INFO O| Jun 04 21:08:47.671 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-06-04T21:08:48.920Z[ recovery-image] Jun 04 21:08:47.678 INFO O| Jun 04 21:08:47.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76862026-06-04T21:08:48.920Z[ recovery-image] Jun 04 21:08:47.678 INFO O| Jun 04 21:08:47.678 INFO STEP 953 (remove_files) COMPLETE
76872026-06-04T21:08:48.923Z[ recovery-image] Jun 04 21:08:47.678 INFO O| Jun 04 21:08:47.678 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-06-04T21:08:48.927Z[ recovery-image] Jun 04 21:08:47.685 INFO O| Jun 04 21:08:47.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76892026-06-04T21:08:48.927Z[ recovery-image] Jun 04 21:08:47.685 INFO O| Jun 04 21:08:47.685 INFO STEP 954 (remove_files) COMPLETE
76902026-06-04T21:08:48.930Z[ recovery-image] Jun 04 21:08:47.685 INFO O| Jun 04 21:08:47.685 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-06-04T21:08:48.934Z[ recovery-image] Jun 04 21:08:47.692 INFO O| Jun 04 21:08:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76922026-06-04T21:08:48.934Z[ recovery-image] Jun 04 21:08:47.692 INFO O| Jun 04 21:08:47.692 INFO STEP 955 (remove_files) COMPLETE
76932026-06-04T21:08:48.937Z[ recovery-image] Jun 04 21:08:47.693 INFO O| Jun 04 21:08:47.693 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-06-04T21:08:48.941Z[ recovery-image] Jun 04 21:08:47.700 INFO O| Jun 04 21:08:47.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76952026-06-04T21:08:48.941Z[ recovery-image] Jun 04 21:08:47.700 INFO O| Jun 04 21:08:47.700 INFO STEP 956 (remove_files) COMPLETE
76962026-06-04T21:08:48.945Z[ recovery-image] Jun 04 21:08:47.700 INFO O| Jun 04 21:08:47.700 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-06-04T21:08:48.948Z[ recovery-image] Jun 04 21:08:47.707 INFO O| Jun 04 21:08:47.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76982026-06-04T21:08:48.948Z[ recovery-image] Jun 04 21:08:47.707 INFO O| Jun 04 21:08:47.707 INFO STEP 957 (remove_files) COMPLETE
76992026-06-04T21:08:48.952Z[ recovery-image] Jun 04 21:08:47.707 INFO O| Jun 04 21:08:47.707 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-06-04T21:08:48.957Z[ recovery-image] Jun 04 21:08:47.715 INFO O| Jun 04 21:08:47.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77012026-06-04T21:08:48.960Z[ recovery-image] Jun 04 21:08:47.715 INFO O| Jun 04 21:08:47.715 INFO STEP 958 (remove_files) COMPLETE
77022026-06-04T21:08:48.961Z[ recovery-image] Jun 04 21:08:47.715 INFO O| Jun 04 21:08:47.715 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-06-04T21:08:48.965Z[ recovery-image] Jun 04 21:08:47.723 INFO O| Jun 04 21:08:47.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77042026-06-04T21:08:48.965Z[ recovery-image] Jun 04 21:08:47.723 INFO O| Jun 04 21:08:47.723 INFO STEP 959 (remove_files) COMPLETE
77052026-06-04T21:08:48.968Z[ recovery-image] Jun 04 21:08:47.723 INFO O| Jun 04 21:08:47.723 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-06-04T21:08:48.973Z[ recovery-image] Jun 04 21:08:47.731 INFO O| Jun 04 21:08:47.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77072026-06-04T21:08:48.977Z[ recovery-image] Jun 04 21:08:47.732 INFO O| Jun 04 21:08:47.732 INFO STEP 960 (remove_files) COMPLETE
77082026-06-04T21:08:48.977Z[ recovery-image] Jun 04 21:08:47.732 INFO O| Jun 04 21:08:47.732 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-06-04T21:08:48.982Z[ recovery-image] Jun 04 21:08:47.740 INFO O| Jun 04 21:08:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77102026-06-04T21:08:48.982Z[ recovery-image] Jun 04 21:08:47.740 INFO O| Jun 04 21:08:47.740 INFO STEP 961 (remove_files) COMPLETE
77112026-06-04T21:08:48.985Z[ recovery-image] Jun 04 21:08:47.740 INFO O| Jun 04 21:08:47.740 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-06-04T21:08:48.991Z[ recovery-image] Jun 04 21:08:47.749 INFO O| Jun 04 21:08:47.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77132026-06-04T21:08:48.993Z[ recovery-image] Jun 04 21:08:47.749 INFO O| Jun 04 21:08:47.749 INFO STEP 962 (remove_files) COMPLETE
77142026-06-04T21:08:48.993Z[ recovery-image] Jun 04 21:08:47.749 INFO O| Jun 04 21:08:47.749 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-06-04T21:08:48.999Z[ recovery-image] Jun 04 21:08:47.757 INFO O| Jun 04 21:08:47.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77162026-06-04T21:08:49.002Z[ recovery-image] Jun 04 21:08:47.757 INFO O| Jun 04 21:08:47.757 INFO STEP 963 (remove_files) COMPLETE
77172026-06-04T21:08:49.002Z[ recovery-image] Jun 04 21:08:47.757 INFO O| Jun 04 21:08:47.757 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-06-04T21:08:49.007Z[ recovery-image] Jun 04 21:08:47.766 INFO O| Jun 04 21:08:47.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77192026-06-04T21:08:49.010Z[ recovery-image] Jun 04 21:08:47.766 INFO O| Jun 04 21:08:47.766 INFO STEP 964 (remove_files) COMPLETE
77202026-06-04T21:08:49.010Z[ recovery-image] Jun 04 21:08:47.766 INFO O| Jun 04 21:08:47.766 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-06-04T21:08:49.016Z[ recovery-image] Jun 04 21:08:47.774 INFO O| Jun 04 21:08:47.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77222026-06-04T21:08:49.019Z[ recovery-image] Jun 04 21:08:47.774 INFO O| Jun 04 21:08:47.774 INFO STEP 965 (remove_files) COMPLETE
77232026-06-04T21:08:49.019Z[ recovery-image] Jun 04 21:08:47.774 INFO O| Jun 04 21:08:47.774 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-06-04T21:08:49.025Z[ recovery-image] Jun 04 21:08:47.782 INFO O| Jun 04 21:08:47.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77252026-06-04T21:08:49.025Z[ recovery-image] Jun 04 21:08:47.783 INFO O| Jun 04 21:08:47.783 INFO STEP 966 (remove_files) COMPLETE
77262026-06-04T21:08:49.028Z[ recovery-image] Jun 04 21:08:47.783 INFO O| Jun 04 21:08:47.783 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-06-04T21:08:49.033Z[ recovery-image] Jun 04 21:08:47.791 INFO O| Jun 04 21:08:47.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77282026-06-04T21:08:49.033Z[ recovery-image] Jun 04 21:08:47.791 INFO O| Jun 04 21:08:47.791 INFO STEP 967 (remove_files) COMPLETE
77292026-06-04T21:08:49.036Z[ recovery-image] Jun 04 21:08:47.791 INFO O| Jun 04 21:08:47.791 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-06-04T21:08:49.042Z[ recovery-image] Jun 04 21:08:47.800 INFO O| Jun 04 21:08:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77312026-06-04T21:08:49.042Z[ recovery-image] Jun 04 21:08:47.800 INFO O| Jun 04 21:08:47.800 INFO STEP 968 (remove_files) COMPLETE
77322026-06-04T21:08:49.042Z[ recovery-image] Jun 04 21:08:47.800 INFO O| Jun 04 21:08:47.800 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-06-04T21:08:49.051Z[ recovery-image] Jun 04 21:08:47.810 INFO O| Jun 04 21:08:47.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77342026-06-04T21:08:49.052Z[ recovery-image] Jun 04 21:08:47.810 INFO O| Jun 04 21:08:47.810 INFO STEP 969 (remove_files) COMPLETE
77352026-06-04T21:08:49.054Z[ recovery-image] Jun 04 21:08:47.810 INFO O| Jun 04 21:08:47.810 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-06-04T21:08:49.061Z[ recovery-image] Jun 04 21:08:47.819 INFO O| Jun 04 21:08:47.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77372026-06-04T21:08:49.090Z[ recovery-image] Jun 04 21:08:47.846 INFO O| Jun 04 21:08:47.846 INFO STEP 970 (remove_files) COMPLETE
77382026-06-04T21:08:49.090Z[ recovery-image] Jun 04 21:08:47.846 INFO O| Jun 04 21:08:47.846 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-06-04T21:08:49.113Z[ recovery-image] Jun 04 21:08:47.871 INFO O| Jun 04 21:08:47.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77402026-06-04T21:08:49.113Z[ recovery-image] Jun 04 21:08:47.871 INFO O| Jun 04 21:08:47.871 INFO STEP 971 (remove_files) COMPLETE
77412026-06-04T21:08:49.117Z[ recovery-image] Jun 04 21:08:47.871 INFO O| Jun 04 21:08:47.871 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-06-04T21:08:49.122Z[ recovery-image] Jun 04 21:08:47.881 INFO O| Jun 04 21:08:47.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77432026-06-04T21:08:49.125Z[ recovery-image] Jun 04 21:08:47.881 INFO O| Jun 04 21:08:47.881 INFO STEP 972 (remove_files) COMPLETE
77442026-06-04T21:08:49.126Z[ recovery-image] Jun 04 21:08:47.881 INFO O| Jun 04 21:08:47.881 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-06-04T21:08:49.132Z[ recovery-image] Jun 04 21:08:47.890 INFO O| Jun 04 21:08:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77462026-06-04T21:08:49.132Z[ recovery-image] Jun 04 21:08:47.890 INFO O| Jun 04 21:08:47.890 INFO STEP 973 (remove_files) COMPLETE
77472026-06-04T21:08:49.137Z[ recovery-image] Jun 04 21:08:47.890 INFO O| Jun 04 21:08:47.890 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-06-04T21:08:49.140Z[ recovery-image] Jun 04 21:08:47.898 INFO O| Jun 04 21:08:47.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77492026-06-04T21:08:49.143Z[ recovery-image] Jun 04 21:08:47.899 INFO O| Jun 04 21:08:47.899 INFO STEP 974 (remove_files) COMPLETE
77502026-06-04T21:08:49.143Z[ recovery-image] Jun 04 21:08:47.899 INFO O| Jun 04 21:08:47.899 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-06-04T21:08:49.149Z[ recovery-image] Jun 04 21:08:47.907 INFO O| Jun 04 21:08:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77522026-06-04T21:08:49.152Z[ recovery-image] Jun 04 21:08:47.907 INFO O| Jun 04 21:08:47.907 INFO STEP 975 (remove_files) COMPLETE
77532026-06-04T21:08:49.152Z[ recovery-image] Jun 04 21:08:47.907 INFO O| Jun 04 21:08:47.907 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-06-04T21:08:49.158Z[ recovery-image] Jun 04 21:08:47.916 INFO O| Jun 04 21:08:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77552026-06-04T21:08:49.162Z[ recovery-image] Jun 04 21:08:47.916 INFO O| Jun 04 21:08:47.916 INFO STEP 976 (remove_files) COMPLETE
77562026-06-04T21:08:49.162Z[ recovery-image] Jun 04 21:08:47.916 INFO O| Jun 04 21:08:47.916 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.925 INFO O| Jun 04 21:08:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77582026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.925 INFO O| Jun 04 21:08:47.925 INFO STEP 977 (remove_files) COMPLETE
77592026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.925 INFO O| Jun 04 21:08:47.925 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.933 INFO O| Jun 04 21:08:47.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77612026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.933 INFO O| Jun 04 21:08:47.933 INFO STEP 978 (remove_files) COMPLETE
77622026-06-04T21:08:49.180Z[ recovery-image] Jun 04 21:08:47.933 INFO O| Jun 04 21:08:47.933 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.941 INFO O| Jun 04 21:08:47.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77642026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.941 INFO O| Jun 04 21:08:47.941 INFO STEP 979 (remove_files) COMPLETE
77652026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.941 INFO O| Jun 04 21:08:47.941 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.949 INFO O| Jun 04 21:08:47.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77672026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.949 INFO O| Jun 04 21:08:47.949 INFO STEP 980 (remove_files) COMPLETE
77682026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.949 INFO O| Jun 04 21:08:47.949 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-06-04T21:08:49.202Z[ recovery-image] Jun 04 21:08:47.958 INFO O| Jun 04 21:08:47.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77702026-06-04T21:08:49.203Z[ recovery-image] Jun 04 21:08:47.958 INFO O| Jun 04 21:08:47.958 INFO STEP 981 (remove_files) COMPLETE
77712026-06-04T21:08:49.203Z[ recovery-image] Jun 04 21:08:47.958 INFO O| Jun 04 21:08:47.958 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-06-04T21:08:49.211Z[ recovery-image] Jun 04 21:08:47.968 INFO O| Jun 04 21:08:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77732026-06-04T21:08:49.211Z[ recovery-image] Jun 04 21:08:47.968 INFO O| Jun 04 21:08:47.968 INFO STEP 982 (remove_files) COMPLETE
77742026-06-04T21:08:49.211Z[ recovery-image] Jun 04 21:08:47.968 INFO O| Jun 04 21:08:47.968 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-06-04T21:08:49.227Z[ recovery-image] Jun 04 21:08:47.978 INFO O| Jun 04 21:08:47.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77762026-06-04T21:08:49.227Z[ recovery-image] Jun 04 21:08:47.978 INFO O| Jun 04 21:08:47.978 INFO STEP 983 (remove_files) COMPLETE
77772026-06-04T21:08:49.227Z[ recovery-image] Jun 04 21:08:47.978 INFO O| Jun 04 21:08:47.978 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-06-04T21:08:49.232Z[ recovery-image] Jun 04 21:08:47.987 INFO O| Jun 04 21:08:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77792026-06-04T21:08:49.232Z[ recovery-image] Jun 04 21:08:47.987 INFO O| Jun 04 21:08:47.987 INFO STEP 984 (remove_files) COMPLETE
77802026-06-04T21:08:49.232Z[ recovery-image] Jun 04 21:08:47.987 INFO O| Jun 04 21:08:47.987 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-06-04T21:08:49.255Z[ recovery-image] Jun 04 21:08:47.995 INFO O| Jun 04 21:08:47.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77822026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:47.995 INFO O| Jun 04 21:08:47.995 INFO STEP 985 (remove_files) COMPLETE
77832026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:47.995 INFO O| Jun 04 21:08:47.995 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.003 INFO O| Jun 04 21:08:48.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77852026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.003 INFO O| Jun 04 21:08:48.003 INFO STEP 986 (remove_files) COMPLETE
77862026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.003 INFO O| Jun 04 21:08:48.003 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.012 INFO O| Jun 04 21:08:48.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77882026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.012 INFO O| Jun 04 21:08:48.012 INFO STEP 987 (remove_files) COMPLETE
77892026-06-04T21:08:49.256Z[ recovery-image] Jun 04 21:08:48.012 INFO O| Jun 04 21:08:48.012 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-06-04T21:08:49.263Z[ recovery-image] Jun 04 21:08:48.021 INFO O| Jun 04 21:08:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77912026-06-04T21:08:49.263Z[ recovery-image] Jun 04 21:08:48.022 INFO O| Jun 04 21:08:48.022 INFO STEP 988 (remove_files) COMPLETE
77922026-06-04T21:08:49.266Z[ recovery-image] Jun 04 21:08:48.022 INFO O| Jun 04 21:08:48.022 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-06-04T21:08:49.273Z[ recovery-image] Jun 04 21:08:48.030 INFO O| Jun 04 21:08:48.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77942026-06-04T21:08:49.273Z[ recovery-image] Jun 04 21:08:48.030 INFO O| Jun 04 21:08:48.030 INFO STEP 989 (remove_files) COMPLETE
77952026-06-04T21:08:49.276Z[ recovery-image] Jun 04 21:08:48.030 INFO O| Jun 04 21:08:48.030 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-06-04T21:08:49.281Z[ recovery-image] Jun 04 21:08:48.039 INFO O| Jun 04 21:08:48.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77972026-06-04T21:08:49.281Z[ recovery-image] Jun 04 21:08:48.039 INFO O| Jun 04 21:08:48.039 INFO STEP 990 (remove_files) COMPLETE
77982026-06-04T21:08:49.284Z[ recovery-image] Jun 04 21:08:48.039 INFO O| Jun 04 21:08:48.039 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-06-04T21:08:49.290Z[ recovery-image] Jun 04 21:08:48.048 INFO O| Jun 04 21:08:48.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78002026-06-04T21:08:49.290Z[ recovery-image] Jun 04 21:08:48.049 INFO O| Jun 04 21:08:48.049 INFO STEP 991 (remove_files) COMPLETE
78012026-06-04T21:08:49.290Z[ recovery-image] Jun 04 21:08:48.049 INFO O| Jun 04 21:08:48.049 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-06-04T21:08:49.300Z[ recovery-image] Jun 04 21:08:48.058 INFO O| Jun 04 21:08:48.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78032026-06-04T21:08:49.300Z[ recovery-image] Jun 04 21:08:48.058 INFO O| Jun 04 21:08:48.058 INFO STEP 992 (remove_files) COMPLETE
78042026-06-04T21:08:49.300Z[ recovery-image] Jun 04 21:08:48.058 INFO O| Jun 04 21:08:48.058 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-06-04T21:08:49.309Z[ recovery-image] Jun 04 21:08:48.067 INFO O| Jun 04 21:08:48.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78062026-06-04T21:08:49.309Z[ recovery-image] Jun 04 21:08:48.067 INFO O| Jun 04 21:08:48.067 INFO STEP 993 (remove_files) COMPLETE
78072026-06-04T21:08:49.309Z[ recovery-image] Jun 04 21:08:48.067 INFO O| Jun 04 21:08:48.067 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-06-04T21:08:49.318Z[ recovery-image] Jun 04 21:08:48.076 INFO O| Jun 04 21:08:48.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78092026-06-04T21:08:49.318Z[ recovery-image] Jun 04 21:08:48.076 INFO O| Jun 04 21:08:48.076 INFO STEP 994 (remove_files) COMPLETE
78102026-06-04T21:08:49.318Z[ recovery-image] Jun 04 21:08:48.076 INFO O| Jun 04 21:08:48.076 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-06-04T21:08:49.327Z[ recovery-image] Jun 04 21:08:48.085 INFO O| Jun 04 21:08:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78122026-06-04T21:08:49.327Z[ recovery-image] Jun 04 21:08:48.085 INFO O| Jun 04 21:08:48.085 INFO STEP 995 (remove_files) COMPLETE
78132026-06-04T21:08:49.327Z[ recovery-image] Jun 04 21:08:48.085 INFO O| Jun 04 21:08:48.085 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-06-04T21:08:49.336Z[ recovery-image] Jun 04 21:08:48.094 INFO O| Jun 04 21:08:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78152026-06-04T21:08:49.336Z[ recovery-image] Jun 04 21:08:48.094 INFO O| Jun 04 21:08:48.094 INFO STEP 996 (remove_files) COMPLETE
78162026-06-04T21:08:49.339Z[ recovery-image] Jun 04 21:08:48.094 INFO O| Jun 04 21:08:48.094 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-06-04T21:08:49.345Z[ recovery-image] Jun 04 21:08:48.103 INFO O| Jun 04 21:08:48.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78182026-06-04T21:08:49.345Z[ recovery-image] Jun 04 21:08:48.104 INFO O| Jun 04 21:08:48.104 INFO STEP 997 (remove_files) COMPLETE
78192026-06-04T21:08:49.348Z[ recovery-image] Jun 04 21:08:48.104 INFO O| Jun 04 21:08:48.104 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-06-04T21:08:49.356Z[ recovery-image] Jun 04 21:08:48.114 INFO O| Jun 04 21:08:48.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78212026-06-04T21:08:49.356Z[ recovery-image] Jun 04 21:08:48.114 INFO O| Jun 04 21:08:48.114 INFO STEP 998 (remove_files) COMPLETE
78222026-06-04T21:08:49.356Z[ recovery-image] Jun 04 21:08:48.114 INFO O| Jun 04 21:08:48.114 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-06-04T21:08:49.366Z[ recovery-image] Jun 04 21:08:48.124 INFO O| Jun 04 21:08:48.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78242026-06-04T21:08:49.366Z[ recovery-image] Jun 04 21:08:48.124 INFO O| Jun 04 21:08:48.124 INFO STEP 999 (remove_files) COMPLETE
78252026-06-04T21:08:49.366Z[ recovery-image] Jun 04 21:08:48.124 INFO O| Jun 04 21:08:48.124 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-06-04T21:08:49.375Z[ recovery-image] Jun 04 21:08:48.134 INFO O| Jun 04 21:08:48.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78272026-06-04T21:08:49.375Z[ recovery-image] Jun 04 21:08:48.134 INFO O| Jun 04 21:08:48.134 INFO STEP 1000 (remove_files) COMPLETE
78282026-06-04T21:08:49.376Z[ recovery-image] Jun 04 21:08:48.134 INFO O| Jun 04 21:08:48.134 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-06-04T21:08:49.387Z[ recovery-image] Jun 04 21:08:48.145 INFO O| Jun 04 21:08:48.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78302026-06-04T21:08:49.387Z[ recovery-image] Jun 04 21:08:48.145 INFO O| Jun 04 21:08:48.145 INFO STEP 1001 (remove_files) COMPLETE
78312026-06-04T21:08:49.390Z[ recovery-image] Jun 04 21:08:48.145 INFO O| Jun 04 21:08:48.145 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-06-04T21:08:49.398Z[ recovery-image] Jun 04 21:08:48.156 INFO O| Jun 04 21:08:48.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78332026-06-04T21:08:49.398Z[ recovery-image] Jun 04 21:08:48.156 INFO O| Jun 04 21:08:48.156 INFO STEP 1002 (remove_files) COMPLETE
78342026-06-04T21:08:49.401Z[ recovery-image] Jun 04 21:08:48.156 INFO O| Jun 04 21:08:48.156 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-06-04T21:08:49.407Z[ recovery-image] Jun 04 21:08:48.166 INFO O| Jun 04 21:08:48.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78362026-06-04T21:08:49.410Z[ recovery-image] Jun 04 21:08:48.166 INFO O| Jun 04 21:08:48.166 INFO STEP 1003 (remove_files) COMPLETE
78372026-06-04T21:08:49.410Z[ recovery-image] Jun 04 21:08:48.166 INFO O| Jun 04 21:08:48.166 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-06-04T21:08:49.417Z[ recovery-image] Jun 04 21:08:48.175 INFO O| Jun 04 21:08:48.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78392026-06-04T21:08:49.417Z[ recovery-image] Jun 04 21:08:48.175 INFO O| Jun 04 21:08:48.175 INFO STEP 1004 (remove_files) COMPLETE
78402026-06-04T21:08:49.420Z[ recovery-image] Jun 04 21:08:48.175 INFO O| Jun 04 21:08:48.175 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-06-04T21:08:49.426Z[ recovery-image] Jun 04 21:08:48.183 INFO O| Jun 04 21:08:48.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78422026-06-04T21:08:49.426Z[ recovery-image] Jun 04 21:08:48.183 INFO O| Jun 04 21:08:48.183 INFO STEP 1005 (remove_files) COMPLETE
78432026-06-04T21:08:49.429Z[ recovery-image] Jun 04 21:08:48.183 INFO O| Jun 04 21:08:48.183 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-06-04T21:08:49.433Z[ recovery-image] Jun 04 21:08:48.191 INFO O| Jun 04 21:08:48.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78452026-06-04T21:08:49.433Z[ recovery-image] Jun 04 21:08:48.191 INFO O| Jun 04 21:08:48.191 INFO STEP 1006 (remove_files) COMPLETE
78462026-06-04T21:08:49.433Z[ recovery-image] Jun 04 21:08:48.191 INFO O| Jun 04 21:08:48.191 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-06-04T21:08:49.443Z[ recovery-image] Jun 04 21:08:48.201 INFO O| Jun 04 21:08:48.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78482026-06-04T21:08:49.443Z[ recovery-image] Jun 04 21:08:48.201 INFO O| Jun 04 21:08:48.201 INFO STEP 1007 (remove_files) COMPLETE
78492026-06-04T21:08:49.443Z[ recovery-image] Jun 04 21:08:48.201 INFO O| Jun 04 21:08:48.201 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-06-04T21:08:49.453Z[ recovery-image] Jun 04 21:08:48.210 INFO O| Jun 04 21:08:48.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78512026-06-04T21:08:49.453Z[ recovery-image] Jun 04 21:08:48.210 INFO O| Jun 04 21:08:48.210 INFO STEP 1008 (remove_files) COMPLETE
78522026-06-04T21:08:49.457Z[ recovery-image] Jun 04 21:08:48.210 INFO O| Jun 04 21:08:48.210 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-06-04T21:08:49.460Z[ recovery-image] Jun 04 21:08:48.217 INFO O| Jun 04 21:08:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78542026-06-04T21:08:49.460Z[ recovery-image] Jun 04 21:08:48.217 INFO O| Jun 04 21:08:48.217 INFO STEP 1009 (remove_files) COMPLETE
78552026-06-04T21:08:49.460Z[ recovery-image] Jun 04 21:08:48.217 INFO O| Jun 04 21:08:48.217 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-06-04T21:08:49.467Z[ recovery-image] Jun 04 21:08:48.225 INFO O| Jun 04 21:08:48.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78572026-06-04T21:08:49.467Z[ recovery-image] Jun 04 21:08:48.225 INFO O| Jun 04 21:08:48.225 INFO STEP 1010 (remove_files) COMPLETE
78582026-06-04T21:08:49.467Z[ recovery-image] Jun 04 21:08:48.225 INFO O| Jun 04 21:08:48.225 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-06-04T21:08:49.475Z[ recovery-image] Jun 04 21:08:48.232 INFO O| Jun 04 21:08:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78602026-06-04T21:08:49.475Z[ recovery-image] Jun 04 21:08:48.232 INFO O| Jun 04 21:08:48.232 INFO STEP 1011 (remove_files) COMPLETE
78612026-06-04T21:08:49.480Z[ recovery-image] Jun 04 21:08:48.232 INFO O| Jun 04 21:08:48.232 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-06-04T21:08:49.482Z[ recovery-image] Jun 04 21:08:48.240 INFO O| Jun 04 21:08:48.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78632026-06-04T21:08:49.482Z[ recovery-image] Jun 04 21:08:48.240 INFO O| Jun 04 21:08:48.240 INFO STEP 1012 (remove_files) COMPLETE
78642026-06-04T21:08:49.482Z[ recovery-image] Jun 04 21:08:48.240 INFO O| Jun 04 21:08:48.240 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-06-04T21:08:49.489Z[ recovery-image] Jun 04 21:08:48.247 INFO O| Jun 04 21:08:48.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78662026-06-04T21:08:49.489Z[ recovery-image] Jun 04 21:08:48.247 INFO O| Jun 04 21:08:48.247 INFO STEP 1013 (remove_files) COMPLETE
78672026-06-04T21:08:49.492Z[ recovery-image] Jun 04 21:08:48.247 INFO O| Jun 04 21:08:48.247 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-06-04T21:08:49.496Z[ recovery-image] Jun 04 21:08:48.254 INFO O| Jun 04 21:08:48.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78692026-06-04T21:08:49.496Z[ recovery-image] Jun 04 21:08:48.254 INFO O| Jun 04 21:08:48.254 INFO STEP 1014 (remove_files) COMPLETE
78702026-06-04T21:08:49.499Z[ recovery-image] Jun 04 21:08:48.254 INFO O| Jun 04 21:08:48.254 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-06-04T21:08:49.503Z[ recovery-image] Jun 04 21:08:48.262 INFO O| Jun 04 21:08:48.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78722026-06-04T21:08:49.504Z[ recovery-image] Jun 04 21:08:48.262 INFO O| Jun 04 21:08:48.262 INFO STEP 1015 (remove_files) COMPLETE
78732026-06-04T21:08:49.506Z[ recovery-image] Jun 04 21:08:48.262 INFO O| Jun 04 21:08:48.262 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-06-04T21:08:49.511Z[ recovery-image] Jun 04 21:08:48.269 INFO O| Jun 04 21:08:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78752026-06-04T21:08:49.511Z[ recovery-image] Jun 04 21:08:48.269 INFO O| Jun 04 21:08:48.269 INFO STEP 1016 (remove_files) COMPLETE
78762026-06-04T21:08:49.511Z[ recovery-image] Jun 04 21:08:48.269 INFO O| Jun 04 21:08:48.269 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-06-04T21:08:49.518Z[ recovery-image] Jun 04 21:08:48.276 INFO O| Jun 04 21:08:48.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78782026-06-04T21:08:49.518Z[ recovery-image] Jun 04 21:08:48.276 INFO O| Jun 04 21:08:48.276 INFO STEP 1017 (remove_files) COMPLETE
78792026-06-04T21:08:49.518Z[ recovery-image] Jun 04 21:08:48.276 INFO O| Jun 04 21:08:48.276 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-06-04T21:08:49.525Z[ recovery-image] Jun 04 21:08:48.283 INFO O| Jun 04 21:08:48.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78812026-06-04T21:08:49.525Z[ recovery-image] Jun 04 21:08:48.283 INFO O| Jun 04 21:08:48.283 INFO STEP 1018 (remove_files) COMPLETE
78822026-06-04T21:08:49.525Z[ recovery-image] Jun 04 21:08:48.283 INFO O| Jun 04 21:08:48.283 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-06-04T21:08:49.532Z[ recovery-image] Jun 04 21:08:48.290 INFO O| Jun 04 21:08:48.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78842026-06-04T21:08:49.532Z[ recovery-image] Jun 04 21:08:48.290 INFO O| Jun 04 21:08:48.290 INFO STEP 1019 (remove_files) COMPLETE
78852026-06-04T21:08:49.532Z[ recovery-image] Jun 04 21:08:48.290 INFO O| Jun 04 21:08:48.290 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-06-04T21:08:49.540Z[ recovery-image] Jun 04 21:08:48.298 INFO O| Jun 04 21:08:48.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78872026-06-04T21:08:49.540Z[ recovery-image] Jun 04 21:08:48.298 INFO O| Jun 04 21:08:48.298 INFO STEP 1020 (remove_files) COMPLETE
78882026-06-04T21:08:49.540Z[ recovery-image] Jun 04 21:08:48.298 INFO O| Jun 04 21:08:48.298 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-06-04T21:08:49.547Z[ recovery-image] Jun 04 21:08:48.305 INFO O| Jun 04 21:08:48.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78902026-06-04T21:08:49.547Z[ recovery-image] Jun 04 21:08:48.305 INFO O| Jun 04 21:08:48.305 INFO STEP 1021 (remove_files) COMPLETE
78912026-06-04T21:08:49.547Z[ recovery-image] Jun 04 21:08:48.305 INFO O| Jun 04 21:08:48.305 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-06-04T21:08:49.555Z[ recovery-image] Jun 04 21:08:48.313 INFO O| Jun 04 21:08:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78932026-06-04T21:08:49.555Z[ recovery-image] Jun 04 21:08:48.314 INFO O| Jun 04 21:08:48.314 INFO STEP 1022 (remove_files) COMPLETE
78942026-06-04T21:08:49.555Z[ recovery-image] Jun 04 21:08:48.314 INFO O| Jun 04 21:08:48.314 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-06-04T21:08:49.563Z[ recovery-image] Jun 04 21:08:48.321 INFO O| Jun 04 21:08:48.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78962026-06-04T21:08:49.563Z[ recovery-image] Jun 04 21:08:48.321 INFO O| Jun 04 21:08:48.321 INFO STEP 1023 (remove_files) COMPLETE
78972026-06-04T21:08:49.563Z[ recovery-image] Jun 04 21:08:48.321 INFO O| Jun 04 21:08:48.321 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-06-04T21:08:49.572Z[ recovery-image] Jun 04 21:08:48.330 INFO O| Jun 04 21:08:48.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78992026-06-04T21:08:49.572Z[ recovery-image] Jun 04 21:08:48.330 INFO O| Jun 04 21:08:48.330 INFO STEP 1024 (remove_files) COMPLETE
79002026-06-04T21:08:49.572Z[ recovery-image] Jun 04 21:08:48.330 INFO O| Jun 04 21:08:48.330 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-06-04T21:08:49.582Z[ recovery-image] Jun 04 21:08:48.340 INFO O| Jun 04 21:08:48.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79022026-06-04T21:08:49.582Z[ recovery-image] Jun 04 21:08:48.340 INFO O| Jun 04 21:08:48.340 INFO STEP 1025 (remove_files) COMPLETE
79032026-06-04T21:08:49.582Z[ recovery-image] Jun 04 21:08:48.340 INFO O| Jun 04 21:08:48.340 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-06-04T21:08:49.589Z[ recovery-image] Jun 04 21:08:48.348 INFO O| Jun 04 21:08:48.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79052026-06-04T21:08:49.590Z[ recovery-image] Jun 04 21:08:48.348 INFO O| Jun 04 21:08:48.348 INFO STEP 1026 (remove_files) COMPLETE
79062026-06-04T21:08:49.590Z[ recovery-image] Jun 04 21:08:48.348 INFO O| Jun 04 21:08:48.348 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-06-04T21:08:49.598Z[ recovery-image] Jun 04 21:08:48.356 INFO O| Jun 04 21:08:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79082026-06-04T21:08:49.598Z[ recovery-image] Jun 04 21:08:48.356 INFO O| Jun 04 21:08:48.356 INFO STEP 1027 (remove_files) COMPLETE
79092026-06-04T21:08:49.598Z[ recovery-image] Jun 04 21:08:48.356 INFO O| Jun 04 21:08:48.356 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-06-04T21:08:49.607Z[ recovery-image] Jun 04 21:08:48.364 INFO O| Jun 04 21:08:48.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79112026-06-04T21:08:49.607Z[ recovery-image] Jun 04 21:08:48.364 INFO O| Jun 04 21:08:48.364 INFO STEP 1028 (remove_files) COMPLETE
79122026-06-04T21:08:49.607Z[ recovery-image] Jun 04 21:08:48.364 INFO O| Jun 04 21:08:48.364 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-06-04T21:08:49.613Z[ recovery-image] Jun 04 21:08:48.371 INFO O| Jun 04 21:08:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79142026-06-04T21:08:49.613Z[ recovery-image] Jun 04 21:08:48.371 INFO O| Jun 04 21:08:48.371 INFO STEP 1029 (remove_files) COMPLETE
79152026-06-04T21:08:49.613Z[ recovery-image] Jun 04 21:08:48.371 INFO O| Jun 04 21:08:48.371 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-06-04T21:08:49.621Z[ recovery-image] Jun 04 21:08:48.379 INFO O| Jun 04 21:08:48.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79172026-06-04T21:08:49.621Z[ recovery-image] Jun 04 21:08:48.379 INFO O| Jun 04 21:08:48.379 INFO STEP 1030 (remove_files) COMPLETE
79182026-06-04T21:08:49.621Z[ recovery-image] Jun 04 21:08:48.379 INFO O| Jun 04 21:08:48.379 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-06-04T21:08:49.628Z[ recovery-image] Jun 04 21:08:48.386 INFO O| Jun 04 21:08:48.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79202026-06-04T21:08:49.628Z[ recovery-image] Jun 04 21:08:48.386 INFO O| Jun 04 21:08:48.386 INFO STEP 1031 (remove_files) COMPLETE
79212026-06-04T21:08:49.632Z[ recovery-image] Jun 04 21:08:48.386 INFO O| Jun 04 21:08:48.386 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-06-04T21:08:49.637Z[ recovery-image] Jun 04 21:08:48.395 INFO O| Jun 04 21:08:48.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79232026-06-04T21:08:49.637Z[ recovery-image] Jun 04 21:08:48.395 INFO O| Jun 04 21:08:48.395 INFO STEP 1032 (remove_files) COMPLETE
79242026-06-04T21:08:49.640Z[ recovery-image] Jun 04 21:08:48.395 INFO O| Jun 04 21:08:48.395 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-06-04T21:08:49.647Z[ recovery-image] Jun 04 21:08:48.405 INFO O| Jun 04 21:08:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79262026-06-04T21:08:49.647Z[ recovery-image] Jun 04 21:08:48.405 INFO O| Jun 04 21:08:48.405 INFO STEP 1033 (remove_files) COMPLETE
79272026-06-04T21:08:49.647Z[ recovery-image] Jun 04 21:08:48.405 INFO O| Jun 04 21:08:48.405 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-06-04T21:08:49.656Z[ recovery-image] Jun 04 21:08:48.414 INFO O| Jun 04 21:08:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79292026-06-04T21:08:49.656Z[ recovery-image] Jun 04 21:08:48.414 INFO O| Jun 04 21:08:48.414 INFO STEP 1034 (remove_files) COMPLETE
79302026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.414 INFO O| Jun 04 21:08:48.414 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.422 INFO O| Jun 04 21:08:48.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79322026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.422 INFO O| Jun 04 21:08:48.422 INFO STEP 1035 (remove_files) COMPLETE
79332026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.422 INFO O| Jun 04 21:08:48.422 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.430 INFO O| Jun 04 21:08:48.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79352026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.430 INFO O| Jun 04 21:08:48.430 INFO STEP 1036 (remove_files) COMPLETE
79362026-06-04T21:08:49.720Z[ recovery-image] Jun 04 21:08:48.430 INFO O| Jun 04 21:08:48.430 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.439 INFO O| Jun 04 21:08:48.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79382026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.439 INFO O| Jun 04 21:08:48.439 INFO STEP 1037 (remove_files) COMPLETE
79392026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.439 INFO O| Jun 04 21:08:48.439 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.448 INFO O| Jun 04 21:08:48.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79412026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.448 INFO O| Jun 04 21:08:48.448 INFO STEP 1038 (remove_files) COMPLETE
79422026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.448 INFO O| Jun 04 21:08:48.448 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.459 INFO O| Jun 04 21:08:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79442026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.459 INFO O| Jun 04 21:08:48.459 INFO STEP 1039 (remove_files) COMPLETE
79452026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.459 INFO O| Jun 04 21:08:48.459 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.469 INFO O| Jun 04 21:08:48.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79472026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.469 INFO O| Jun 04 21:08:48.469 INFO STEP 1040 (remove_files) COMPLETE
79482026-06-04T21:08:49.721Z[ recovery-image] Jun 04 21:08:48.469 INFO O| Jun 04 21:08:48.469 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-06-04T21:08:49.724Z[ recovery-image] Jun 04 21:08:48.479 INFO O| Jun 04 21:08:48.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79502026-06-04T21:08:49.724Z[ recovery-image] Jun 04 21:08:48.479 INFO O| Jun 04 21:08:48.479 INFO STEP 1041 (remove_files) COMPLETE
79512026-06-04T21:08:49.724Z[ recovery-image] Jun 04 21:08:48.479 INFO O| Jun 04 21:08:48.479 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-06-04T21:08:49.730Z[ recovery-image] Jun 04 21:08:48.488 INFO O| Jun 04 21:08:48.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79532026-06-04T21:08:49.730Z[ recovery-image] Jun 04 21:08:48.488 INFO O| Jun 04 21:08:48.488 INFO STEP 1042 (remove_files) COMPLETE
79542026-06-04T21:08:49.732Z[ recovery-image] Jun 04 21:08:48.488 INFO O| Jun 04 21:08:48.488 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-06-04T21:08:49.740Z[ recovery-image] Jun 04 21:08:48.496 INFO O| Jun 04 21:08:48.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79562026-06-04T21:08:49.740Z[ recovery-image] Jun 04 21:08:48.496 INFO O| Jun 04 21:08:48.496 INFO STEP 1043 (remove_files) COMPLETE
79572026-06-04T21:08:49.742Z[ recovery-image] Jun 04 21:08:48.496 INFO O| Jun 04 21:08:48.496 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-06-04T21:08:49.745Z[ recovery-image] Jun 04 21:08:48.503 INFO O| Jun 04 21:08:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79592026-06-04T21:08:49.745Z[ recovery-image] Jun 04 21:08:48.503 INFO O| Jun 04 21:08:48.503 INFO STEP 1044 (remove_files) COMPLETE
79602026-06-04T21:08:49.745Z[ recovery-image] Jun 04 21:08:48.503 INFO O| Jun 04 21:08:48.503 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-06-04T21:08:49.753Z[ recovery-image] Jun 04 21:08:48.511 INFO O| Jun 04 21:08:48.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79622026-06-04T21:08:49.753Z[ recovery-image] Jun 04 21:08:48.511 INFO O| Jun 04 21:08:48.511 INFO STEP 1045 (remove_files) COMPLETE
79632026-06-04T21:08:49.753Z[ recovery-image] Jun 04 21:08:48.511 INFO O| Jun 04 21:08:48.511 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-06-04T21:08:49.762Z[ recovery-image] Jun 04 21:08:48.520 INFO O| Jun 04 21:08:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79652026-06-04T21:08:49.762Z[ recovery-image] Jun 04 21:08:48.520 INFO O| Jun 04 21:08:48.520 INFO STEP 1046 (remove_files) COMPLETE
79662026-06-04T21:08:49.762Z[ recovery-image] Jun 04 21:08:48.520 INFO O| Jun 04 21:08:48.520 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-06-04T21:08:49.770Z[ recovery-image] Jun 04 21:08:48.529 INFO O| Jun 04 21:08:48.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79682026-06-04T21:08:49.770Z[ recovery-image] Jun 04 21:08:48.529 INFO O| Jun 04 21:08:48.529 INFO STEP 1047 (remove_files) COMPLETE
79692026-06-04T21:08:49.771Z[ recovery-image] Jun 04 21:08:48.529 INFO O| Jun 04 21:08:48.529 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-06-04T21:08:49.781Z[ recovery-image] Jun 04 21:08:48.539 INFO O| Jun 04 21:08:48.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79712026-06-04T21:08:49.781Z[ recovery-image] Jun 04 21:08:48.539 INFO O| Jun 04 21:08:48.539 INFO STEP 1048 (remove_files) COMPLETE
79722026-06-04T21:08:49.784Z[ recovery-image] Jun 04 21:08:48.539 INFO O| Jun 04 21:08:48.539 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-06-04T21:08:49.789Z[ recovery-image] Jun 04 21:08:48.547 INFO O| Jun 04 21:08:48.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79742026-06-04T21:08:49.789Z[ recovery-image] Jun 04 21:08:48.547 INFO O| Jun 04 21:08:48.547 INFO STEP 1049 (remove_files) COMPLETE
79752026-06-04T21:08:49.792Z[ recovery-image] Jun 04 21:08:48.547 INFO O| Jun 04 21:08:48.547 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-06-04T21:08:49.799Z[ recovery-image] Jun 04 21:08:48.558 INFO O| Jun 04 21:08:48.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79772026-06-04T21:08:49.800Z[ recovery-image] Jun 04 21:08:48.558 INFO O| Jun 04 21:08:48.558 INFO STEP 1050 (remove_files) COMPLETE
79782026-06-04T21:08:49.803Z[ recovery-image] Jun 04 21:08:48.558 INFO O| Jun 04 21:08:48.558 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-06-04T21:08:49.808Z[ recovery-image] Jun 04 21:08:48.566 INFO O| Jun 04 21:08:48.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79802026-06-04T21:08:49.808Z[ recovery-image] Jun 04 21:08:48.566 INFO O| Jun 04 21:08:48.566 INFO STEP 1051 (remove_files) COMPLETE
79812026-06-04T21:08:49.811Z[ recovery-image] Jun 04 21:08:48.566 INFO O| Jun 04 21:08:48.566 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-06-04T21:08:49.816Z[ recovery-image] Jun 04 21:08:48.574 INFO O| Jun 04 21:08:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79832026-06-04T21:08:49.816Z[ recovery-image] Jun 04 21:08:48.575 INFO O| Jun 04 21:08:48.575 INFO STEP 1052 (remove_files) COMPLETE
79842026-06-04T21:08:49.819Z[ recovery-image] Jun 04 21:08:48.575 INFO O| Jun 04 21:08:48.575 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-06-04T21:08:49.825Z[ recovery-image] Jun 04 21:08:48.583 INFO O| Jun 04 21:08:48.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79862026-06-04T21:08:49.825Z[ recovery-image] Jun 04 21:08:48.583 INFO O| Jun 04 21:08:48.583 INFO STEP 1053 (remove_files) COMPLETE
79872026-06-04T21:08:49.828Z[ recovery-image] Jun 04 21:08:48.583 INFO O| Jun 04 21:08:48.583 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-06-04T21:08:49.834Z[ recovery-image] Jun 04 21:08:48.592 INFO O| Jun 04 21:08:48.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79892026-06-04T21:08:49.835Z[ recovery-image] Jun 04 21:08:48.592 INFO O| Jun 04 21:08:48.592 INFO STEP 1054 (remove_files) COMPLETE
79902026-06-04T21:08:49.835Z[ recovery-image] Jun 04 21:08:48.592 INFO O| Jun 04 21:08:48.592 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-06-04T21:08:49.842Z[ recovery-image] Jun 04 21:08:48.600 INFO O| Jun 04 21:08:48.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79922026-06-04T21:08:49.842Z[ recovery-image] Jun 04 21:08:48.600 INFO O| Jun 04 21:08:48.600 INFO STEP 1055 (remove_files) COMPLETE
79932026-06-04T21:08:49.842Z[ recovery-image] Jun 04 21:08:48.600 INFO O| Jun 04 21:08:48.600 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-06-04T21:08:49.849Z[ recovery-image] Jun 04 21:08:48.607 INFO O| Jun 04 21:08:48.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79952026-06-04T21:08:49.849Z[ recovery-image] Jun 04 21:08:48.607 INFO O| Jun 04 21:08:48.607 INFO STEP 1056 (remove_files) COMPLETE
79962026-06-04T21:08:49.852Z[ recovery-image] Jun 04 21:08:48.607 INFO O| Jun 04 21:08:48.607 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-06-04T21:08:49.856Z[ recovery-image] Jun 04 21:08:48.614 INFO O| Jun 04 21:08:48.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79982026-06-04T21:08:49.856Z[ recovery-image] Jun 04 21:08:48.614 INFO O| Jun 04 21:08:48.614 INFO STEP 1057 (remove_files) COMPLETE
79992026-06-04T21:08:49.859Z[ recovery-image] Jun 04 21:08:48.614 INFO O| Jun 04 21:08:48.614 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-06-04T21:08:49.864Z[ recovery-image] Jun 04 21:08:48.622 INFO O| Jun 04 21:08:48.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80012026-06-04T21:08:49.864Z[ recovery-image] Jun 04 21:08:48.622 INFO O| Jun 04 21:08:48.622 INFO STEP 1058 (remove_files) COMPLETE
80022026-06-04T21:08:49.864Z[ recovery-image] Jun 04 21:08:48.622 INFO O| Jun 04 21:08:48.622 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-06-04T21:08:49.872Z[ recovery-image] Jun 04 21:08:48.630 INFO O| Jun 04 21:08:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80042026-06-04T21:08:49.872Z[ recovery-image] Jun 04 21:08:48.630 INFO O| Jun 04 21:08:48.630 INFO STEP 1059 (remove_files) COMPLETE
80052026-06-04T21:08:49.872Z[ recovery-image] Jun 04 21:08:48.630 INFO O| Jun 04 21:08:48.630 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-06-04T21:08:49.880Z[ recovery-image] Jun 04 21:08:48.638 INFO O| Jun 04 21:08:48.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80072026-06-04T21:08:49.880Z[ recovery-image] Jun 04 21:08:48.638 INFO O| Jun 04 21:08:48.638 INFO STEP 1060 (remove_files) COMPLETE
80082026-06-04T21:08:49.880Z[ recovery-image] Jun 04 21:08:48.638 INFO O| Jun 04 21:08:48.638 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-06-04T21:08:49.888Z[ recovery-image] Jun 04 21:08:48.646 INFO O| Jun 04 21:08:48.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80102026-06-04T21:08:49.888Z[ recovery-image] Jun 04 21:08:48.646 INFO O| Jun 04 21:08:48.646 INFO STEP 1061 (remove_files) COMPLETE
80112026-06-04T21:08:49.888Z[ recovery-image] Jun 04 21:08:48.646 INFO O| Jun 04 21:08:48.646 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-06-04T21:08:49.895Z[ recovery-image] Jun 04 21:08:48.653 INFO O| Jun 04 21:08:48.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80132026-06-04T21:08:49.895Z[ recovery-image] Jun 04 21:08:48.653 INFO O| Jun 04 21:08:48.653 INFO STEP 1062 (remove_files) COMPLETE
80142026-06-04T21:08:49.898Z[ recovery-image] Jun 04 21:08:48.653 INFO O| Jun 04 21:08:48.653 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-06-04T21:08:49.903Z[ recovery-image] Jun 04 21:08:48.661 INFO O| Jun 04 21:08:48.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80162026-06-04T21:08:49.903Z[ recovery-image] Jun 04 21:08:48.661 INFO O| Jun 04 21:08:48.661 INFO STEP 1063 (remove_files) COMPLETE
80172026-06-04T21:08:49.903Z[ recovery-image] Jun 04 21:08:48.661 INFO O| Jun 04 21:08:48.661 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-06-04T21:08:49.911Z[ recovery-image] Jun 04 21:08:48.669 INFO O| Jun 04 21:08:48.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80192026-06-04T21:08:49.911Z[ recovery-image] Jun 04 21:08:48.669 INFO O| Jun 04 21:08:48.669 INFO STEP 1064 (remove_files) COMPLETE
80202026-06-04T21:08:49.911Z[ recovery-image] Jun 04 21:08:48.669 INFO O| Jun 04 21:08:48.669 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-06-04T21:08:49.919Z[ recovery-image] Jun 04 21:08:48.677 INFO O| Jun 04 21:08:48.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80222026-06-04T21:08:49.919Z[ recovery-image] Jun 04 21:08:48.677 INFO O| Jun 04 21:08:48.677 INFO STEP 1065 (remove_files) COMPLETE
80232026-06-04T21:08:49.919Z[ recovery-image] Jun 04 21:08:48.677 INFO O| Jun 04 21:08:48.677 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-06-04T21:08:49.926Z[ recovery-image] Jun 04 21:08:48.684 INFO O| Jun 04 21:08:48.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80252026-06-04T21:08:49.926Z[ recovery-image] Jun 04 21:08:48.684 INFO O| Jun 04 21:08:48.684 INFO STEP 1066 (remove_files) COMPLETE
80262026-06-04T21:08:49.926Z[ recovery-image] Jun 04 21:08:48.684 INFO O| Jun 04 21:08:48.684 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-06-04T21:08:49.934Z[ recovery-image] Jun 04 21:08:48.692 INFO O| Jun 04 21:08:48.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80282026-06-04T21:08:49.934Z[ recovery-image] Jun 04 21:08:48.692 INFO O| Jun 04 21:08:48.692 INFO STEP 1067 (remove_files) COMPLETE
80292026-06-04T21:08:49.934Z[ recovery-image] Jun 04 21:08:48.692 INFO O| Jun 04 21:08:48.692 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-06-04T21:08:49.942Z[ recovery-image] Jun 04 21:08:48.700 INFO O| Jun 04 21:08:48.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80312026-06-04T21:08:49.942Z[ recovery-image] Jun 04 21:08:48.700 INFO O| Jun 04 21:08:48.700 INFO STEP 1068 (remove_files) COMPLETE
80322026-06-04T21:08:49.942Z[ recovery-image] Jun 04 21:08:48.700 INFO O| Jun 04 21:08:48.700 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-06-04T21:08:49.950Z[ recovery-image] Jun 04 21:08:48.708 INFO O| Jun 04 21:08:48.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80342026-06-04T21:08:49.950Z[ recovery-image] Jun 04 21:08:48.708 INFO O| Jun 04 21:08:48.708 INFO STEP 1069 (remove_files) COMPLETE
80352026-06-04T21:08:49.950Z[ recovery-image] Jun 04 21:08:48.708 INFO O| Jun 04 21:08:48.708 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-06-04T21:08:49.960Z[ recovery-image] Jun 04 21:08:48.716 INFO O| Jun 04 21:08:48.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80372026-06-04T21:08:49.960Z[ recovery-image] Jun 04 21:08:48.716 INFO O| Jun 04 21:08:48.716 INFO STEP 1070 (remove_files) COMPLETE
80382026-06-04T21:08:49.960Z[ recovery-image] Jun 04 21:08:48.716 INFO O| Jun 04 21:08:48.716 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-06-04T21:08:49.966Z[ recovery-image] Jun 04 21:08:48.724 INFO O| Jun 04 21:08:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80402026-06-04T21:08:49.966Z[ recovery-image] Jun 04 21:08:48.724 INFO O| Jun 04 21:08:48.724 INFO STEP 1071 (remove_files) COMPLETE
80412026-06-04T21:08:49.967Z[ recovery-image] Jun 04 21:08:48.724 INFO O| Jun 04 21:08:48.724 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-06-04T21:08:49.974Z[ recovery-image] Jun 04 21:08:48.732 INFO O| Jun 04 21:08:48.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80432026-06-04T21:08:49.975Z[ recovery-image] Jun 04 21:08:48.732 INFO O| Jun 04 21:08:48.732 INFO STEP 1072 (remove_files) COMPLETE
80442026-06-04T21:08:49.975Z[ recovery-image] Jun 04 21:08:48.732 INFO O| Jun 04 21:08:48.732 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-06-04T21:08:49.983Z[ recovery-image] Jun 04 21:08:48.740 INFO O| Jun 04 21:08:48.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80462026-06-04T21:08:49.983Z[ recovery-image] Jun 04 21:08:48.740 INFO O| Jun 04 21:08:48.740 INFO STEP 1073 (remove_files) COMPLETE
80472026-06-04T21:08:49.983Z[ recovery-image] Jun 04 21:08:48.740 INFO O| Jun 04 21:08:48.740 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-06-04T21:08:49.992Z[ recovery-image] Jun 04 21:08:48.750 INFO O| Jun 04 21:08:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80492026-06-04T21:08:49.992Z[ recovery-image] Jun 04 21:08:48.750 INFO O| Jun 04 21:08:48.750 INFO STEP 1074 (remove_files) COMPLETE
80502026-06-04T21:08:49.992Z[ recovery-image] Jun 04 21:08:48.750 INFO O| Jun 04 21:08:48.750 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-06-04T21:08:50.000Z[ recovery-image] Jun 04 21:08:48.758 INFO O| Jun 04 21:08:48.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80522026-06-04T21:08:50.000Z[ recovery-image] Jun 04 21:08:48.758 INFO O| Jun 04 21:08:48.758 INFO STEP 1075 (remove_files) COMPLETE
80532026-06-04T21:08:50.003Z[ recovery-image] Jun 04 21:08:48.758 INFO O| Jun 04 21:08:48.758 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-06-04T21:08:50.007Z[ recovery-image] Jun 04 21:08:48.766 INFO O| Jun 04 21:08:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80552026-06-04T21:08:50.010Z[ recovery-image] Jun 04 21:08:48.766 INFO O| Jun 04 21:08:48.766 INFO STEP 1076 (remove_files) COMPLETE
80562026-06-04T21:08:50.010Z[ recovery-image] Jun 04 21:08:48.766 INFO O| Jun 04 21:08:48.766 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-06-04T21:08:50.015Z[ recovery-image] Jun 04 21:08:48.773 INFO O| Jun 04 21:08:48.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80582026-06-04T21:08:50.015Z[ recovery-image] Jun 04 21:08:48.773 INFO O| Jun 04 21:08:48.773 INFO STEP 1077 (remove_files) COMPLETE
80592026-06-04T21:08:50.015Z[ recovery-image] Jun 04 21:08:48.773 INFO O| Jun 04 21:08:48.773 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-06-04T21:08:50.024Z[ recovery-image] Jun 04 21:08:48.782 INFO O| Jun 04 21:08:48.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80612026-06-04T21:08:50.024Z[ recovery-image] Jun 04 21:08:48.782 INFO O| Jun 04 21:08:48.782 INFO STEP 1078 (remove_files) COMPLETE
80622026-06-04T21:08:50.024Z[ recovery-image] Jun 04 21:08:48.782 INFO O| Jun 04 21:08:48.782 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-06-04T21:08:50.033Z[ recovery-image] Jun 04 21:08:48.791 INFO O| Jun 04 21:08:48.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80642026-06-04T21:08:50.033Z[ recovery-image] Jun 04 21:08:48.791 INFO O| Jun 04 21:08:48.791 INFO STEP 1079 (remove_files) COMPLETE
80652026-06-04T21:08:50.033Z[ recovery-image] Jun 04 21:08:48.791 INFO O| Jun 04 21:08:48.791 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-06-04T21:08:50.042Z[ recovery-image] Jun 04 21:08:48.800 INFO O| Jun 04 21:08:48.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80672026-06-04T21:08:50.042Z[ recovery-image] Jun 04 21:08:48.800 INFO O| Jun 04 21:08:48.800 INFO STEP 1080 (remove_files) COMPLETE
80682026-06-04T21:08:50.042Z[ recovery-image] Jun 04 21:08:48.800 INFO O| Jun 04 21:08:48.800 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-06-04T21:08:50.051Z[ recovery-image] Jun 04 21:08:48.809 INFO O| Jun 04 21:08:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80702026-06-04T21:08:50.051Z[ recovery-image] Jun 04 21:08:48.809 INFO O| Jun 04 21:08:48.809 INFO STEP 1081 (remove_files) COMPLETE
80712026-06-04T21:08:50.051Z[ recovery-image] Jun 04 21:08:48.809 INFO O| Jun 04 21:08:48.809 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-06-04T21:08:50.059Z[ recovery-image] Jun 04 21:08:48.818 INFO O| Jun 04 21:08:48.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80732026-06-04T21:08:50.059Z[ recovery-image] Jun 04 21:08:48.818 INFO O| Jun 04 21:08:48.818 INFO STEP 1082 (remove_files) COMPLETE
80742026-06-04T21:08:50.060Z[ recovery-image] Jun 04 21:08:48.818 INFO O| Jun 04 21:08:48.818 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-06-04T21:08:50.068Z[ recovery-image] Jun 04 21:08:48.826 INFO O| Jun 04 21:08:48.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80762026-06-04T21:08:50.068Z[ recovery-image] Jun 04 21:08:48.826 INFO O| Jun 04 21:08:48.826 INFO STEP 1083 (remove_files) COMPLETE
80772026-06-04T21:08:50.068Z[ recovery-image] Jun 04 21:08:48.826 INFO O| Jun 04 21:08:48.826 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-06-04T21:08:50.078Z[ recovery-image] Jun 04 21:08:48.835 INFO O| Jun 04 21:08:48.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80792026-06-04T21:08:50.078Z[ recovery-image] Jun 04 21:08:48.835 INFO O| Jun 04 21:08:48.835 INFO STEP 1084 (remove_files) COMPLETE
80802026-06-04T21:08:50.078Z[ recovery-image] Jun 04 21:08:48.835 INFO O| Jun 04 21:08:48.835 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-06-04T21:08:50.086Z[ recovery-image] Jun 04 21:08:48.844 INFO O| Jun 04 21:08:48.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80822026-06-04T21:08:50.086Z[ recovery-image] Jun 04 21:08:48.844 INFO O| Jun 04 21:08:48.844 INFO STEP 1085 (remove_files) COMPLETE
80832026-06-04T21:08:50.086Z[ recovery-image] Jun 04 21:08:48.844 INFO O| Jun 04 21:08:48.844 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-06-04T21:08:50.094Z[ recovery-image] Jun 04 21:08:48.852 INFO O| Jun 04 21:08:48.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80852026-06-04T21:08:50.094Z[ recovery-image] Jun 04 21:08:48.852 INFO O| Jun 04 21:08:48.852 INFO STEP 1086 (remove_files) COMPLETE
80862026-06-04T21:08:50.094Z[ recovery-image] Jun 04 21:08:48.852 INFO O| Jun 04 21:08:48.852 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-06-04T21:08:50.103Z[ recovery-image] Jun 04 21:08:48.861 INFO O| Jun 04 21:08:48.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80882026-06-04T21:08:50.103Z[ recovery-image] Jun 04 21:08:48.861 INFO O| Jun 04 21:08:48.861 INFO STEP 1087 (remove_files) COMPLETE
80892026-06-04T21:08:50.103Z[ recovery-image] Jun 04 21:08:48.861 INFO O| Jun 04 21:08:48.861 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-06-04T21:08:50.113Z[ recovery-image] Jun 04 21:08:48.869 INFO O| Jun 04 21:08:48.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80912026-06-04T21:08:50.113Z[ recovery-image] Jun 04 21:08:48.869 INFO O| Jun 04 21:08:48.869 INFO STEP 1088 (remove_files) COMPLETE
80922026-06-04T21:08:50.113Z[ recovery-image] Jun 04 21:08:48.869 INFO O| Jun 04 21:08:48.869 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-06-04T21:08:50.119Z[ recovery-image] Jun 04 21:08:48.877 INFO O| Jun 04 21:08:48.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80942026-06-04T21:08:50.119Z[ recovery-image] Jun 04 21:08:48.877 INFO O| Jun 04 21:08:48.877 INFO STEP 1089 (remove_files) COMPLETE
80952026-06-04T21:08:50.119Z[ recovery-image] Jun 04 21:08:48.877 INFO O| Jun 04 21:08:48.877 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-06-04T21:08:50.127Z[ recovery-image] Jun 04 21:08:48.885 INFO O| Jun 04 21:08:48.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80972026-06-04T21:08:50.127Z[ recovery-image] Jun 04 21:08:48.885 INFO O| Jun 04 21:08:48.885 INFO STEP 1090 (remove_files) COMPLETE
80982026-06-04T21:08:50.127Z[ recovery-image] Jun 04 21:08:48.885 INFO O| Jun 04 21:08:48.885 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-06-04T21:08:50.134Z[ recovery-image] Jun 04 21:08:48.892 INFO O| Jun 04 21:08:48.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81002026-06-04T21:08:50.134Z[ recovery-image] Jun 04 21:08:48.892 INFO O| Jun 04 21:08:48.892 INFO STEP 1091 (remove_files) COMPLETE
81012026-06-04T21:08:50.137Z[ recovery-image] Jun 04 21:08:48.892 INFO O| Jun 04 21:08:48.892 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-06-04T21:08:50.142Z[ recovery-image] Jun 04 21:08:48.900 INFO O| Jun 04 21:08:48.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81032026-06-04T21:08:50.142Z[ recovery-image] Jun 04 21:08:48.900 INFO O| Jun 04 21:08:48.900 INFO STEP 1092 (remove_files) COMPLETE
81042026-06-04T21:08:50.142Z[ recovery-image] Jun 04 21:08:48.900 INFO O| Jun 04 21:08:48.900 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-06-04T21:08:50.149Z[ recovery-image] Jun 04 21:08:48.907 INFO O| Jun 04 21:08:48.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81062026-06-04T21:08:50.149Z[ recovery-image] Jun 04 21:08:48.908 INFO O| Jun 04 21:08:48.908 INFO STEP 1093 (remove_files) COMPLETE
81072026-06-04T21:08:50.159Z[ recovery-image] Jun 04 21:08:48.917 INFO O| Jun 04 21:08:48.917 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-06-04T21:08:50.168Z[ recovery-image] Jun 04 21:08:48.927 INFO O| Jun 04 21:08:48.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81092026-06-04T21:08:50.169Z[ recovery-image] Jun 04 21:08:48.927 INFO O| Jun 04 21:08:48.927 INFO STEP 1094 (remove_files) COMPLETE
81102026-06-04T21:08:50.169Z[ recovery-image] Jun 04 21:08:48.927 INFO O| Jun 04 21:08:48.927 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-06-04T21:08:50.177Z[ recovery-image] Jun 04 21:08:48.935 INFO O| Jun 04 21:08:48.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81122026-06-04T21:08:50.177Z[ recovery-image] Jun 04 21:08:48.935 INFO O| Jun 04 21:08:48.935 INFO STEP 1095 (remove_files) COMPLETE
81132026-06-04T21:08:50.177Z[ recovery-image] Jun 04 21:08:48.935 INFO O| Jun 04 21:08:48.935 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-06-04T21:08:50.184Z[ recovery-image] Jun 04 21:08:48.942 INFO O| Jun 04 21:08:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81152026-06-04T21:08:50.184Z[ recovery-image] Jun 04 21:08:48.942 INFO O| Jun 04 21:08:48.942 INFO STEP 1096 (remove_files) COMPLETE
81162026-06-04T21:08:50.184Z[ recovery-image] Jun 04 21:08:48.942 INFO O| Jun 04 21:08:48.942 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-06-04T21:08:50.192Z[ recovery-image] Jun 04 21:08:48.950 INFO O| Jun 04 21:08:48.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81182026-06-04T21:08:50.192Z[ recovery-image] Jun 04 21:08:48.950 INFO O| Jun 04 21:08:48.950 INFO STEP 1097 (remove_files) COMPLETE
81192026-06-04T21:08:50.195Z[ recovery-image] Jun 04 21:08:48.950 INFO O| Jun 04 21:08:48.950 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-06-04T21:08:50.200Z[ recovery-image] Jun 04 21:08:48.958 INFO O| Jun 04 21:08:48.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81212026-06-04T21:08:50.200Z[ recovery-image] Jun 04 21:08:48.958 INFO O| Jun 04 21:08:48.958 INFO STEP 1098 (remove_files) COMPLETE
81222026-06-04T21:08:50.200Z[ recovery-image] Jun 04 21:08:48.958 INFO O| Jun 04 21:08:48.958 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-06-04T21:08:50.207Z[ recovery-image] Jun 04 21:08:48.965 INFO O| Jun 04 21:08:48.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81242026-06-04T21:08:50.207Z[ recovery-image] Jun 04 21:08:48.965 INFO O| Jun 04 21:08:48.965 INFO STEP 1099 (remove_files) COMPLETE
81252026-06-04T21:08:50.210Z[ recovery-image] Jun 04 21:08:48.965 INFO O| Jun 04 21:08:48.965 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-06-04T21:08:50.215Z[ recovery-image] Jun 04 21:08:48.973 INFO O| Jun 04 21:08:48.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81272026-06-04T21:08:50.215Z[ recovery-image] Jun 04 21:08:48.973 INFO O| Jun 04 21:08:48.973 INFO STEP 1100 (remove_files) COMPLETE
81282026-06-04T21:08:50.215Z[ recovery-image] Jun 04 21:08:48.973 INFO O| Jun 04 21:08:48.973 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-06-04T21:08:50.223Z[ recovery-image] Jun 04 21:08:48.981 INFO O| Jun 04 21:08:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81302026-06-04T21:08:50.223Z[ recovery-image] Jun 04 21:08:48.981 INFO O| Jun 04 21:08:48.981 INFO STEP 1101 (remove_files) COMPLETE
81312026-06-04T21:08:50.223Z[ recovery-image] Jun 04 21:08:48.981 INFO O| Jun 04 21:08:48.981 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-06-04T21:08:50.314Z[ recovery-image] Jun 04 21:08:49.072 INFO O| Jun 04 21:08:49.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81332026-06-04T21:08:50.314Z[ recovery-image] Jun 04 21:08:49.072 INFO O| Jun 04 21:08:49.072 INFO STEP 1102 (remove_files) COMPLETE
81342026-06-04T21:08:50.314Z[ recovery-image] Jun 04 21:08:49.072 INFO O| Jun 04 21:08:49.072 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-06-04T21:08:50.327Z[ recovery-image] Jun 04 21:08:49.083 INFO O| Jun 04 21:08:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81362026-06-04T21:08:50.327Z[ recovery-image] Jun 04 21:08:49.083 INFO O| Jun 04 21:08:49.083 INFO STEP 1103 (remove_files) COMPLETE
81372026-06-04T21:08:50.327Z[ recovery-image] Jun 04 21:08:49.083 INFO O| Jun 04 21:08:49.083 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-06-04T21:08:50.336Z[ recovery-image] Jun 04 21:08:49.094 INFO O| Jun 04 21:08:49.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81392026-06-04T21:08:50.336Z[ recovery-image] Jun 04 21:08:49.094 INFO O| Jun 04 21:08:49.094 INFO STEP 1104 (remove_files) COMPLETE
81402026-06-04T21:08:50.336Z[ recovery-image] Jun 04 21:08:49.094 INFO O| Jun 04 21:08:49.094 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-06-04T21:08:50.346Z[ recovery-image] Jun 04 21:08:49.104 INFO O| Jun 04 21:08:49.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81422026-06-04T21:08:50.346Z[ recovery-image] Jun 04 21:08:49.104 INFO O| Jun 04 21:08:49.104 INFO STEP 1105 (remove_files) COMPLETE
81432026-06-04T21:08:50.346Z[ recovery-image] Jun 04 21:08:49.104 INFO O| Jun 04 21:08:49.104 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-06-04T21:08:50.357Z[ recovery-image] Jun 04 21:08:49.115 INFO O| Jun 04 21:08:49.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81452026-06-04T21:08:50.357Z[ recovery-image] Jun 04 21:08:49.115 INFO O| Jun 04 21:08:49.115 INFO STEP 1106 (remove_files) COMPLETE
81462026-06-04T21:08:50.357Z[ recovery-image] Jun 04 21:08:49.115 INFO O| Jun 04 21:08:49.115 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-06-04T21:08:50.366Z[ recovery-image] Jun 04 21:08:49.124 INFO O| Jun 04 21:08:49.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81482026-06-04T21:08:50.367Z[ recovery-image] Jun 04 21:08:49.124 INFO O| Jun 04 21:08:49.124 INFO STEP 1107 (remove_files) COMPLETE
81492026-06-04T21:08:50.367Z[ recovery-image] Jun 04 21:08:49.124 INFO O| Jun 04 21:08:49.124 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-06-04T21:08:50.378Z[ recovery-image] Jun 04 21:08:49.136 INFO O| Jun 04 21:08:49.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81512026-06-04T21:08:50.378Z[ recovery-image] Jun 04 21:08:49.136 INFO O| Jun 04 21:08:49.136 INFO STEP 1108 (remove_files) COMPLETE
81522026-06-04T21:08:50.378Z[ recovery-image] Jun 04 21:08:49.136 INFO O| Jun 04 21:08:49.136 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-06-04T21:08:50.389Z[ recovery-image] Jun 04 21:08:49.147 INFO O| Jun 04 21:08:49.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81542026-06-04T21:08:50.389Z[ recovery-image] Jun 04 21:08:49.147 INFO O| Jun 04 21:08:49.147 INFO STEP 1109 (remove_files) COMPLETE
81552026-06-04T21:08:50.389Z[ recovery-image] Jun 04 21:08:49.147 INFO O| Jun 04 21:08:49.147 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.157 INFO O| Jun 04 21:08:49.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81572026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.157 INFO O| Jun 04 21:08:49.157 INFO STEP 1110 (remove_files) COMPLETE
81582026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.157 INFO O| Jun 04 21:08:49.157 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.167 INFO O| Jun 04 21:08:49.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81602026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.167 INFO O| Jun 04 21:08:49.167 INFO STEP 1111 (remove_files) COMPLETE
81612026-06-04T21:08:50.412Z[ recovery-image] Jun 04 21:08:49.167 INFO O| Jun 04 21:08:49.167 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-06-04T21:08:50.419Z[ recovery-image] Jun 04 21:08:49.177 INFO O| Jun 04 21:08:49.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81632026-06-04T21:08:50.419Z[ recovery-image] Jun 04 21:08:49.177 INFO O| Jun 04 21:08:49.177 INFO STEP 1112 (remove_files) COMPLETE
81642026-06-04T21:08:50.419Z[ recovery-image] Jun 04 21:08:49.177 INFO O| Jun 04 21:08:49.177 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-06-04T21:08:50.428Z[ recovery-image] Jun 04 21:08:49.186 INFO O| Jun 04 21:08:49.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81662026-06-04T21:08:50.428Z[ recovery-image] Jun 04 21:08:49.187 INFO O| Jun 04 21:08:49.186 INFO STEP 1113 (remove_files) COMPLETE
81672026-06-04T21:08:50.429Z[ recovery-image] Jun 04 21:08:49.187 INFO O| Jun 04 21:08:49.187 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-06-04T21:08:50.440Z[ recovery-image] Jun 04 21:08:49.196 INFO O| Jun 04 21:08:49.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81692026-06-04T21:08:50.440Z[ recovery-image] Jun 04 21:08:49.196 INFO O| Jun 04 21:08:49.196 INFO STEP 1114 (remove_files) COMPLETE
81702026-06-04T21:08:50.440Z[ recovery-image] Jun 04 21:08:49.196 INFO O| Jun 04 21:08:49.196 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-06-04T21:08:50.446Z[ recovery-image] Jun 04 21:08:49.204 INFO O| Jun 04 21:08:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81722026-06-04T21:08:50.446Z[ recovery-image] Jun 04 21:08:49.204 INFO O| Jun 04 21:08:49.204 INFO STEP 1115 (remove_files) COMPLETE
81732026-06-04T21:08:50.449Z[ recovery-image] Jun 04 21:08:49.204 INFO O| Jun 04 21:08:49.204 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-06-04T21:08:50.455Z[ recovery-image] Jun 04 21:08:49.213 INFO O| Jun 04 21:08:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81752026-06-04T21:08:50.455Z[ recovery-image] Jun 04 21:08:49.213 INFO O| Jun 04 21:08:49.213 INFO STEP 1116 (remove_files) COMPLETE
81762026-06-04T21:08:50.455Z[ recovery-image] Jun 04 21:08:49.213 INFO O| Jun 04 21:08:49.213 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-06-04T21:08:50.464Z[ recovery-image] Jun 04 21:08:49.221 INFO O| Jun 04 21:08:49.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81782026-06-04T21:08:50.464Z[ recovery-image] Jun 04 21:08:49.221 INFO O| Jun 04 21:08:49.221 INFO STEP 1117 (remove_files) COMPLETE
81792026-06-04T21:08:50.464Z[ recovery-image] Jun 04 21:08:49.221 INFO O| Jun 04 21:08:49.221 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-06-04T21:08:50.471Z[ recovery-image] Jun 04 21:08:49.229 INFO O| Jun 04 21:08:49.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81812026-06-04T21:08:50.471Z[ recovery-image] Jun 04 21:08:49.230 INFO O| Jun 04 21:08:49.230 INFO STEP 1118 (remove_files) COMPLETE
81822026-06-04T21:08:50.474Z[ recovery-image] Jun 04 21:08:49.230 INFO O| Jun 04 21:08:49.230 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81832026-06-04T21:08:50.483Z[ recovery-image] Jun 04 21:08:49.241 INFO O| Jun 04 21:08:49.241 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81842026-06-04T21:08:50.483Z[ recovery-image] Jun 04 21:08:49.241 INFO O| Jun 04 21:08:49.241 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81852026-06-04T21:08:51.470Z[ recovery-image] Jun 04 21:08:50.226 INFO O| Jun 04 21:08:50.226 INFO STEP 1119 (pack_tar) COMPLETE
81862026-06-04T21:08:51.470Z[ recovery-image] Jun 04 21:08:50.227 INFO O| Jun 04 21:08:50.226 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81872026-06-04T21:08:51.507Z[ recovery-image] Jun 04 21:08:50.227 INFO O| Jun 04 21:08:50.226 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81882026-06-04T21:08:51.831Z[ recovery-image] Jun 04 21:08:50.589 INFO O| Jun 04 21:08:50.589 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81892026-06-04T21:08:51.916Z[ recovery-image] Jun 04 21:08:50.673 INFO O| Jun 04 21:08:50.673 INFO completed processing sled/ramdisk-03-recovery-trim
81902026-06-04T21:08:51.920Z[ recovery-image] Jun 04 21:08:50.677 INFO image builder template: zfs-recovery...
81912026-06-04T21:08:51.920Z[ recovery-image] Jun 04 21:08:50.677 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/.tmpudJj9D/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None
81922026-06-04T21:08:51.946Z[ recovery-image] Jun 04 21:08:50.704 INFO O| Jun 04 21:08:50.704 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81932026-06-04T21:08:51.950Z[ recovery-image] Jun 04 21:08:50.708 INFO O| Jun 04 21:08:50.708 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81942026-06-04T21:08:52.001Z[ recovery-image] Jun 04 21:08:50.759 INFO O| Jun 04 21:08:50.759 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81952026-06-04T21:08:52.056Z[ recovery-image] Jun 04 21:08:50.814 INFO O| Jun 04 21:08:50.814 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81962026-06-04T21:08:52.056Z[ recovery-image] Jun 04 21:08:50.814 INFO O| Jun 04 21:08:50.814 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81972026-06-04T21:08:52.060Z[ recovery-image] Jun 04 21:08:50.817 INFO O| Jun 04 21:08:50.817 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81982026-06-04T21:08:52.113Z[ recovery-image] Jun 04 21:08:50.871 INFO O| Jun 04 21:08:50.871 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81992026-06-04T21:08:52.145Z[ recovery-image] Jun 04 21:08:50.903 INFO O| Jun 04 21:08:50.903 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82002026-06-04T21:08:52.154Z[ recovery-image] Jun 04 21:08:50.912 INFO O| Jun 04 21:08:50.912 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82012026-06-04T21:08:52.158Z[ recovery-image] Jun 04 21:08:50.916 INFO O| Jun 04 21:08:50.916 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82022026-06-04T21:08:52.161Z[ recovery-image] Jun 04 21:08:50.917 INFO O| Jun 04 21:08:50.917 INFO no lofi found
82032026-06-04T21:08:52.161Z[ recovery-image] Jun 04 21:08:50.917 INFO O| Jun 04 21:08:50.917 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82042026-06-04T21:08:52.161Z[ recovery-image] Jun 04 21:08:50.917 INFO O| Jun 04 21:08:50.917 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82052026-06-04T21:08:54.243Z[ recovery-image] Jun 04 21:08:53.001 INFO O| Jun 04 21:08:53.001 INFO lofi device = /dev/dsk/c2t1d0p0
82062026-06-04T21:08:54.243Z[ recovery-image] Jun 04 21:08:53.001 INFO O| Jun 04 21:08:53.001 INFO pool device = /dev/dsk/c2t1d0p0
82072026-06-04T21:08:54.243Z[ recovery-image] Jun 04 21:08:53.001 INFO O| Jun 04 21:08:53.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"]
82082026-06-04T21:08:54.454Z[ recovery-image] Jun 04 21:08:53.212 INFO O| Jun 04 21:08:53.211 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82092026-06-04T21:08:54.454Z[ recovery-image] Jun 04 21:08:53.212 INFO O| Jun 04 21:08:53.212 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82102026-06-04T21:08:54.483Z[ recovery-image] Jun 04 21:08:53.241 INFO O| Jun 04 21:08:53.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82112026-06-04T21:08:54.701Z[ recovery-image] Jun 04 21:08:53.459 INFO O| Jun 04 21:08:53.459 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82122026-06-04T21:08:54.742Z[ recovery-image] Jun 04 21:08:53.500 INFO O| Jun 04 21:08:53.500 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82132026-06-04T21:08:54.762Z[ recovery-image] Jun 04 21:08:53.520 INFO O| Jun 04 21:08:53.520 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82142026-06-04T21:08:54.780Z[ recovery-image] Jun 04 21:08:53.537 INFO O| Jun 04 21:08:53.537 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82152026-06-04T21:08:54.822Z[ recovery-image] Jun 04 21:08:53.579 INFO O| Jun 04 21:08:53.579 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82162026-06-04T21:08:54.822Z[ recovery-image] Jun 04 21:08:53.579 INFO O| Jun 04 21:08:53.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82172026-06-04T21:08:54.826Z[ recovery-image] Jun 04 21:08:53.579 INFO O| Jun 04 21:08:53.579 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82182026-06-04T21:08:54.832Z[ recovery-image] Jun 04 21:08:53.590 INFO O| Jun 04 21:08:53.590 INFO boot environment UUID: 2e6aa836-3b44-4f1a-9e18-1fe0cce687e7
82192026-06-04T21:08:54.833Z[ recovery-image] Jun 04 21:08:53.590 INFO O| Jun 04 21:08:53.590 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2e6aa836-3b44-4f1a-9e18-1fe0cce687e7
82202026-06-04T21:08:54.848Z[ recovery-image] Jun 04 21:08:53.606 INFO O| Jun 04 21:08:53.606 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82212026-06-04T21:08:54.882Z[ recovery-image] Jun 04 21:08:53.640 INFO O| Jun 04 21:08:53.639 INFO STEP 0 (create_be) COMPLETE
82222026-06-04T21:08:54.882Z[ recovery-image] Jun 04 21:08:53.640 INFO O| Jun 04 21:08:53.639 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82232026-06-04T21:08:54.894Z[ recovery-image] Jun 04 21:08:53.652 INFO O| Jun 04 21:08:53.652 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"]
82242026-06-04T21:08:56.043Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
82252026-06-04T21:08:56.180Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24018:20260604T151319Z
82262026-06-04T21:08:56.180Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24018:20260604T151319Z
82272026-06-04T21:08:56.184Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
82282026-06-04T21:08:56.184Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
82292026-06-04T21:08:56.184Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
82302026-06-04T21:08:56.184Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82312026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
82322026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.938 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82332026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.939 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260604T205440Z
82342026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.939 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
82352026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.939 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
82362026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.939 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24018:20260604T151319Z
82372026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.939 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24018:20260604T151320Z
82382026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24018:20260604T151320Z
82392026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24018:20260604T151320Z
82402026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
82412026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24018:20260604T151320Z
82422026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24018:20260604T151320Z
82432026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24018:20260604T151320Z
82442026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24018:20260604T151320Z
82452026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24018:20260604T151321Z
82462026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24018:20260604T151321Z
82472026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24018:20260604T151321Z
82482026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.940 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24018:20260604T151322Z
82492026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24018:20260604T151322Z
82502026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24018:20260604T151322Z
82512026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24018:20260604T151323Z
82522026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24018:20260604T151323Z
82532026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24018:20260604T151324Z
82542026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24018:20260604T151324Z
82552026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
82562026-06-04T21:08:56.185Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24018:20260604T151325Z
82572026-06-04T21:08:56.186Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24018:20260604T151327Z
82582026-06-04T21:08:56.186Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24018:20260604T151327Z
82592026-06-04T21:08:56.186Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24018:20260604T151328Z
82602026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24018:20260604T151329Z
82612026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.941 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24018:20260604T151329Z
82622026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.944 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
82632026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.944 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24018:20260604T151329Z
82642026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
82652026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
82662026-06-04T21:08:56.189Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
82672026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
82682026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24018:20260604T151329Z
82692026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
82702026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
82712026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
82722026-06-04T21:08:56.190Z[ host-image] Jun 04 21:08:54.945 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
82732026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.949 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
82742026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.949 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
82752026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.949 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
82762026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.949 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
82772026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.950 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
82782026-06-04T21:08:56.194Z[ host-image] Jun 04 21:08:54.950 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
82792026-06-04T21:08:56.204Z[ host-image] Jun 04 21:08:54.962 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
82802026-06-04T21:08:56.204Z[ host-image] Jun 04 21:08:54.962 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
82812026-06-04T21:08:56.204Z[ host-image] Jun 04 21:08:54.962 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
82822026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24018:20260604T151330Z
82832026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24018:20260604T151334Z
82842026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
82852026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24018:20260604T151335Z
82862026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
82872026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
82882026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
82892026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
82902026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24018:20260604T151335Z
82912026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.963 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
82922026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.964 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
82932026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.964 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
82942026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.964 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
82952026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.964 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24018:20260604T151335Z
82962026-06-04T21:08:56.208Z[ host-image] Jun 04 21:08:54.964 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
82972026-06-04T21:08:56.211Z[ host-image] Jun 04 21:08:54.969 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
82982026-06-04T21:08:56.211Z[ host-image] Jun 04 21:08:54.969 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24018:20260604T151335Z
82992026-06-04T21:08:56.211Z[ host-image] Jun 04 21:08:54.969 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24018:20260604T151336Z
83002026-06-04T21:08:56.211Z[ host-image] Jun 04 21:08:54.969 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24018:20260604T151336Z
83012026-06-04T21:08:56.212Z[ host-image] Jun 04 21:08:54.969 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
83022026-06-04T21:08:56.212Z[ host-image] Jun 04 21:08:54.970 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24018:20260604T151337Z
83032026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.970 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24018:20260604T151337Z
83042026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.970 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24018:20260604T151337Z
83052026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.970 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24018:20260604T151337Z
83062026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
83072026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24018:20260604T151337Z
83082026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24018:20260604T151338Z
83092026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
83102026-06-04T21:08:56.215Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24018:20260604T151338Z
83112026-06-04T21:08:56.216Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24018:20260604T151338Z
83122026-06-04T21:08:56.216Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24018:20260604T151338Z
83132026-06-04T21:08:56.216Z[ host-image] Jun 04 21:08:54.971 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24018:20260604T151339Z
83142026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.974 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24018:20260604T151339Z
83152026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.974 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
83162026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.974 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24018:20260604T151339Z
83172026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24018:20260604T151339Z
83182026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24018:20260604T151339Z
83192026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24018:20260604T151339Z
83202026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24018:20260604T151339Z
83212026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24018:20260604T151339Z
83222026-06-04T21:08:56.220Z[ host-image] Jun 04 21:08:54.975 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24018:20260604T151340Z
83232026-06-04T21:08:56.223Z[ host-image] Jun 04 21:08:54.978 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24018:20260604T151340Z
83242026-06-04T21:08:56.224Z[ host-image] Jun 04 21:08:54.978 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24018:20260604T151340Z
83252026-06-04T21:08:56.224Z[ host-image] Jun 04 21:08:54.978 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24018:20260604T151340Z
83262026-06-04T21:08:56.224Z[ host-image] Jun 04 21:08:54.979 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24018:20260604T151340Z
83272026-06-04T21:08:56.224Z[ host-image] Jun 04 21:08:54.979 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24018:20260604T151340Z
83282026-06-04T21:08:56.227Z[ host-image] Jun 04 21:08:54.985 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24018:20260604T151342Z
83292026-06-04T21:08:56.227Z[ host-image] Jun 04 21:08:54.985 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24018:20260604T151341Z
83302026-06-04T21:08:56.227Z[ host-image] Jun 04 21:08:54.985 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24018:20260604T151341Z
83312026-06-04T21:08:56.227Z[ host-image] Jun 04 21:08:54.985 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
83322026-06-04T21:08:56.233Z[ host-image] Jun 04 21:08:54.985 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
83332026-06-04T21:08:56.236Z[ host-image] Jun 04 21:08:54.994 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24018:20260604T151341Z
83342026-06-04T21:08:56.236Z[ host-image] Jun 04 21:08:54.994 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
83352026-06-04T21:08:56.237Z[ host-image] Jun 04 21:08:54.994 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24018:20260604T151341Z
83362026-06-04T21:08:56.237Z[ host-image] Jun 04 21:08:54.994 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24018:20260604T151341Z
83372026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24018:20260604T151341Z
83382026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
83392026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
83402026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24018:20260604T151342Z
83412026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24018:20260604T151342Z
83422026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24018:20260604T151342Z
83432026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24018:20260604T151342Z
83442026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24018:20260604T151342Z
83452026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.995 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24018:20260604T151342Z
83462026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.996 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
83472026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.996 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24018:20260604T151343Z
83482026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24018:20260604T151343Z
83492026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24018:20260604T151343Z
83502026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24018:20260604T151344Z
83512026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24018:20260604T151343Z
83522026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24018:20260604T151344Z
83532026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
83542026-06-04T21:08:56.240Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
83552026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24018:20260604T151345Z
83562026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24018:20260604T151346Z
83572026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
83582026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
83592026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
83602026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
83612026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.997 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
83622026-06-04T21:08:56.241Z[ host-image] Jun 04 21:08:54.998 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
83632026-06-04T21:08:56.244Z[ host-image] Jun 04 21:08:54.998 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
83642026-06-04T21:08:56.244Z[ host-image] Jun 04 21:08:54.999 INFO O| tempdir @ "/tmp/.tmpXx10k7/tmp"
83652026-06-04T21:08:56.244Z[ host-image] Jun 04 21:08:54.999 INFO O| image root @ "/tmp/.tmpXx10k7/tmp/root"
83662026-06-04T21:08:56.244Z[ host-image] Jun 04 21:08:54.999 INFO O| creating image...
83672026-06-04T21:08:56.832Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
83682026-06-04T21:08:58.297Z[ host-image] Jun 04 21:08:57.020 INFO O| copying publishers...
83692026-06-04T21:08:58.745Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
83702026-06-04T21:08:59.254Z[ recovery-image] Jun 04 21:08:57.999 INFO O| Jun 04 21:08:57.987 INFO STEP 1 (unpack_tar) COMPLETE
83712026-06-04T21:08:59.254Z[ recovery-image] Jun 04 21:08:57.999 INFO O| Jun 04 21:08:57.987 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-06-04T21:08:59.257Z[ recovery-image] Jun 04 21:08:57.999 INFO O| Jun 04 21:08:57.996 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83732026-06-04T21:08:59.537Z[ recovery-image] Jun 04 21:08:58.295 INFO O| Jun 04 21:08:58.295 INFO STEP 2 (devfsadm) COMPLETE
83742026-06-04T21:08:59.537Z[ recovery-image] Jun 04 21:08:58.295 INFO O| Jun 04 21:08:58.295 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752026-06-04T21:08:59.548Z[ recovery-image] Jun 04 21:08:58.306 INFO O| Jun 04 21:08:58.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83762026-06-04T21:08:59.548Z[ recovery-image] Jun 04 21:08:58.306 INFO O| Jun 04 21:08:58.306 INFO STEP 3 (ensure_dir) COMPLETE
83772026-06-04T21:08:59.551Z[ recovery-image] Jun 04 21:08:58.306 INFO O| Jun 04 21:08:58.306 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83782026-06-04T21:08:59.557Z[ recovery-image] Jun 04 21:08:58.315 INFO O| Jun 04 21:08:58.315 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83792026-06-04T21:08:59.557Z[ recovery-image] Jun 04 21:08:58.315 INFO O| Jun 04 21:08:58.315 INFO STEP 4 (ensure_dir) COMPLETE
83802026-06-04T21:08:59.559Z[ recovery-image] Jun 04 21:08:58.315 INFO O| Jun 04 21:08:58.315 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-06-04T21:08:59.566Z[ recovery-image] Jun 04 21:08:58.324 INFO O| Jun 04 21:08:58.324 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83822026-06-04T21:08:59.566Z[ recovery-image] Jun 04 21:08:58.324 INFO O| Jun 04 21:08:58.324 INFO STEP 5 (ensure_dir) COMPLETE
83832026-06-04T21:08:59.569Z[ recovery-image] Jun 04 21:08:58.324 INFO O| Jun 04 21:08:58.324 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842026-06-04T21:08:59.575Z[ recovery-image] Jun 04 21:08:58.333 INFO O| Jun 04 21:08:58.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83852026-06-04T21:08:59.576Z[ recovery-image] Jun 04 21:08:58.334 INFO O| Jun 04 21:08:58.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83862026-06-04T21:08:59.578Z[ recovery-image] Jun 04 21:08:58.334 INFO O| Jun 04 21:08:58.334 INFO STEP 6 (ensure_dir) COMPLETE
83872026-06-04T21:08:59.578Z[ recovery-image] Jun 04 21:08:58.334 INFO O| Jun 04 21:08:58.334 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882026-06-04T21:08:59.586Z[ recovery-image] Jun 04 21:08:58.343 INFO O| Jun 04 21:08:58.343 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83892026-06-04T21:08:59.586Z[ recovery-image] Jun 04 21:08:58.343 INFO O| Jun 04 21:08:58.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83902026-06-04T21:08:59.589Z[ recovery-image] Jun 04 21:08:58.344 INFO O| Jun 04 21:08:58.343 INFO STEP 7 (ensure_dir) COMPLETE
83912026-06-04T21:08:59.589Z[ recovery-image] Jun 04 21:08:58.344 INFO O| Jun 04 21:08:58.343 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83922026-06-04T21:08:59.595Z[ recovery-image] Jun 04 21:08:58.353 INFO O| Jun 04 21:08:58.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83932026-06-04T21:08:59.598Z[ recovery-image] Jun 04 21:08:58.354 INFO O| Jun 04 21:08:58.354 INFO STEP 8 (remove_files) COMPLETE
83942026-06-04T21:08:59.598Z[ recovery-image] Jun 04 21:08:58.354 INFO O| Jun 04 21:08:58.354 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83952026-06-04T21:08:59.607Z[ recovery-image] Jun 04 21:08:58.365 INFO O| Jun 04 21:08:58.365 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83962026-06-04T21:08:59.610Z[ recovery-image] Jun 04 21:08:58.365 INFO O| Jun 04 21:08:58.365 INFO STEP 9 (remove_files) COMPLETE
83972026-06-04T21:08:59.610Z[ recovery-image] Jun 04 21:08:58.366 INFO O| Jun 04 21:08:58.365 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982026-06-04T21:08:59.610Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
83992026-06-04T21:08:59.617Z[ recovery-image] Jun 04 21:08:58.375 INFO O| Jun 04 21:08:58.375 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84002026-06-04T21:08:59.620Z[ recovery-image] Jun 04 21:08:58.376 INFO O| Jun 04 21:08:58.376 INFO STEP 10 (remove_files) COMPLETE
84012026-06-04T21:08:59.620Z[ recovery-image] Jun 04 21:08:58.376 INFO O| Jun 04 21:08:58.376 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84022026-06-04T21:08:59.628Z[ recovery-image] Jun 04 21:08:58.386 INFO O| Jun 04 21:08:58.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84032026-06-04T21:08:59.628Z[ recovery-image] Jun 04 21:08:58.386 INFO O| Jun 04 21:08:58.386 INFO STEP 11 (remove_files) COMPLETE
84042026-06-04T21:08:59.628Z[ recovery-image] Jun 04 21:08:58.386 INFO O| Jun 04 21:08:58.386 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84052026-06-04T21:08:59.642Z[ recovery-image] Jun 04 21:08:58.400 INFO O| Jun 04 21:08:58.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84062026-06-04T21:08:59.642Z[ recovery-image] Jun 04 21:08:58.400 INFO O| Jun 04 21:08:58.400 INFO STEP 12 (remove_files) COMPLETE
84072026-06-04T21:08:59.642Z[ recovery-image] Jun 04 21:08:58.400 INFO O| Jun 04 21:08:58.400 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082026-06-04T21:08:59.652Z[ recovery-image] Jun 04 21:08:58.410 INFO O| Jun 04 21:08:58.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84092026-06-04T21:08:59.652Z[ recovery-image] Jun 04 21:08:58.410 INFO O| Jun 04 21:08:58.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84102026-06-04T21:08:59.655Z[ recovery-image] Jun 04 21:08:58.410 INFO O| Jun 04 21:08:58.410 INFO STEP 13 (ensure_dir) COMPLETE
84112026-06-04T21:08:59.655Z[ recovery-image] Jun 04 21:08:58.410 INFO O| Jun 04 21:08:58.410 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122026-06-04T21:08:59.662Z[ recovery-image] Jun 04 21:08:58.420 INFO O| Jun 04 21:08:58.420 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84132026-06-04T21:08:59.662Z[ recovery-image] Jun 04 21:08:58.420 INFO O| Jun 04 21:08:58.420 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84142026-06-04T21:08:59.665Z[ recovery-image] Jun 04 21:08:58.420 INFO O| Jun 04 21:08:58.420 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84152026-06-04T21:08:59.665Z[ recovery-image] Jun 04 21:08:58.420 INFO O| Jun 04 21:08:58.420 INFO STEP 14 (ensure_dir) COMPLETE
84162026-06-04T21:08:59.665Z[ recovery-image] Jun 04 21:08:58.420 INFO O| Jun 04 21:08:58.420 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84172026-06-04T21:08:59.671Z[ recovery-image] Jun 04 21:08:58.429 INFO O| Jun 04 21:08:58.429 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84182026-06-04T21:08:59.671Z[ recovery-image] Jun 04 21:08:58.429 INFO O| Jun 04 21:08:58.429 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84192026-06-04T21:08:59.674Z[ recovery-image] Jun 04 21:08:58.429 INFO O| Jun 04 21:08:58.429 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84202026-06-04T21:08:59.674Z[ recovery-image] Jun 04 21:08:58.429 INFO O| Jun 04 21:08:58.429 INFO STEP 15 (ensure_dir) COMPLETE
84212026-06-04T21:08:59.674Z[ recovery-image] Jun 04 21:08:58.429 INFO O| Jun 04 21:08:58.429 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84222026-06-04T21:08:59.674Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
84232026-06-04T21:08:59.680Z[ recovery-image] Jun 04 21:08:58.438 INFO O| Jun 04 21:08:58.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84242026-06-04T21:08:59.680Z[ recovery-image] Jun 04 21:08:58.438 INFO O| Jun 04 21:08:58.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84252026-06-04T21:08:59.680Z[ recovery-image] Jun 04 21:08:58.438 INFO O| Jun 04 21:08:58.438 INFO STEP 16 (ensure_dir) COMPLETE
84262026-06-04T21:08:59.680Z[ recovery-image] Jun 04 21:08:58.438 INFO O| Jun 04 21:08:58.438 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84272026-06-04T21:08:59.690Z[ recovery-image] Jun 04 21:08:58.448 INFO O| Jun 04 21:08:58.448 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84282026-06-04T21:08:59.690Z[ recovery-image] Jun 04 21:08:58.448 INFO O| Jun 04 21:08:58.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84292026-06-04T21:08:59.690Z[ recovery-image] Jun 04 21:08:58.448 INFO O| Jun 04 21:08:58.448 INFO STEP 17 (ensure_dir) COMPLETE
84302026-06-04T21:08:59.693Z[ recovery-image] Jun 04 21:08:58.448 INFO O| Jun 04 21:08:58.448 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312026-06-04T21:08:59.700Z[ recovery-image] Jun 04 21:08:58.458 INFO O| Jun 04 21:08:58.458 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84322026-06-04T21:08:59.700Z[ recovery-image] Jun 04 21:08:58.458 INFO O| Jun 04 21:08:58.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84332026-06-04T21:08:59.703Z[ recovery-image] Jun 04 21:08:58.458 INFO O| Jun 04 21:08:58.458 INFO ok!
84342026-06-04T21:08:59.703Z[ recovery-image] Jun 04 21:08:58.458 INFO O| Jun 04 21:08:58.458 INFO STEP 18 (ensure_symlink) COMPLETE
84352026-06-04T21:08:59.703Z[ recovery-image] Jun 04 21:08:58.458 INFO O| Jun 04 21:08:58.458 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84362026-06-04T21:08:59.710Z[ recovery-image] Jun 04 21:08:58.468 INFO O| Jun 04 21:08:58.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84372026-06-04T21:08:59.710Z[ recovery-image] Jun 04 21:08:58.468 INFO O| Jun 04 21:08:58.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84382026-06-04T21:08:59.712Z[ recovery-image] Jun 04 21:08:58.468 INFO O| Jun 04 21:08:58.468 INFO ok!
84392026-06-04T21:08:59.712Z[ recovery-image] Jun 04 21:08:58.468 INFO O| Jun 04 21:08:58.468 INFO STEP 19 (ensure_file) COMPLETE
84402026-06-04T21:08:59.713Z[ recovery-image] Jun 04 21:08:58.468 INFO O| Jun 04 21:08:58.468 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84412026-06-04T21:08:59.720Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84422026-06-04T21:08:59.720Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84432026-06-04T21:08:59.723Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84442026-06-04T21:08:59.723Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO ok!
84452026-06-04T21:08:59.723Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO STEP 20 (ensure_symlink) COMPLETE
84462026-06-04T21:08:59.723Z[ recovery-image] Jun 04 21:08:58.477 INFO O| Jun 04 21:08:58.477 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84472026-06-04T21:08:59.729Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84482026-06-04T21:08:59.729Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84492026-06-04T21:08:59.729Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84502026-06-04T21:08:59.732Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO ok!
84512026-06-04T21:08:59.732Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO STEP 21 (ensure_symlink) COMPLETE
84522026-06-04T21:08:59.732Z[ recovery-image] Jun 04 21:08:58.487 INFO O| Jun 04 21:08:58.487 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84532026-06-04T21:08:59.738Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84542026-06-04T21:08:59.738Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84552026-06-04T21:08:59.738Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84562026-06-04T21:08:59.741Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO ok!
84572026-06-04T21:08:59.741Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO STEP 22 (ensure_symlink) COMPLETE
84582026-06-04T21:08:59.741Z[ recovery-image] Jun 04 21:08:58.496 INFO O| Jun 04 21:08:58.496 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84592026-06-04T21:08:59.747Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84602026-06-04T21:08:59.747Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84612026-06-04T21:08:59.747Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84622026-06-04T21:08:59.750Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO ok!
84632026-06-04T21:08:59.750Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO STEP 23 (ensure_symlink) COMPLETE
84642026-06-04T21:08:59.750Z[ recovery-image] Jun 04 21:08:58.505 INFO O| Jun 04 21:08:58.505 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84652026-06-04T21:08:59.756Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84662026-06-04T21:08:59.756Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 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 ...
84672026-06-04T21:08:59.756Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84682026-06-04T21:08:59.759Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 INFO ok!
84692026-06-04T21:08:59.759Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 INFO STEP 24 (ensure_file) COMPLETE
84702026-06-04T21:08:59.759Z[ recovery-image] Jun 04 21:08:58.514 INFO O| Jun 04 21:08:58.514 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84712026-06-04T21:08:59.765Z[ recovery-image] Jun 04 21:08:58.523 INFO O| Jun 04 21:08:58.523 INFO updating shadow file
84722026-06-04T21:08:59.765Z[ recovery-image] Jun 04 21:08:58.523 INFO O| Jun 04 21:08:58.523 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84732026-06-04T21:08:59.765Z[ recovery-image] Jun 04 21:08:58.523 INFO O| Jun 04 21:08:58.523 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84742026-06-04T21:08:59.768Z[ recovery-image] Jun 04 21:08:58.523 INFO O| Jun 04 21:08:58.523 INFO STEP 25 (shadow) COMPLETE
84752026-06-04T21:08:59.768Z[ recovery-image] Jun 04 21:08:58.523 INFO O| Jun 04 21:08:58.523 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762026-06-04T21:08:59.774Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84772026-06-04T21:08:59.774Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84782026-06-04T21:08:59.774Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84792026-06-04T21:08:59.779Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 INFO ok!
84802026-06-04T21:08:59.779Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 INFO STEP 26 (ensure_file) COMPLETE
84812026-06-04T21:08:59.779Z[ recovery-image] Jun 04 21:08:58.532 INFO O| Jun 04 21:08:58.532 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84822026-06-04T21:08:59.783Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84832026-06-04T21:08:59.783Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84842026-06-04T21:08:59.786Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84852026-06-04T21:08:59.786Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO ok!
84862026-06-04T21:08:59.786Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO STEP 27 (ensure_file) COMPLETE
84872026-06-04T21:08:59.786Z[ recovery-image] Jun 04 21:08:58.541 INFO O| Jun 04 21:08:58.541 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84882026-06-04T21:08:59.800Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84892026-06-04T21:08:59.800Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84902026-06-04T21:08:59.800Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84912026-06-04T21:08:59.803Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84922026-06-04T21:08:59.803Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO ok!
84932026-06-04T21:08:59.803Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO STEP 28 (ensure_file) COMPLETE
84942026-06-04T21:08:59.803Z[ recovery-image] Jun 04 21:08:58.558 INFO O| Jun 04 21:08:58.558 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84952026-06-04T21:08:59.810Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84962026-06-04T21:08:59.810Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84972026-06-04T21:08:59.813Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84982026-06-04T21:08:59.813Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO ok!
84992026-06-04T21:08:59.813Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO STEP 29 (ensure_file) COMPLETE
85002026-06-04T21:08:59.813Z[ recovery-image] Jun 04 21:08:58.568 INFO O| Jun 04 21:08:58.568 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85012026-06-04T21:08:59.819Z[ recovery-image] Jun 04 21:08:58.577 INFO O| Jun 04 21:08:58.577 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85022026-06-04T21:08:59.820Z[ recovery-image] Jun 04 21:08:58.578 INFO O| Jun 04 21:08:58.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85032026-06-04T21:08:59.822Z[ recovery-image] Jun 04 21:08:58.578 INFO O| Jun 04 21:08:58.578 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85042026-06-04T21:08:59.823Z[ recovery-image] Jun 04 21:08:58.578 INFO O| Jun 04 21:08:58.578 INFO STEP 30 (ensure_dir) COMPLETE
85052026-06-04T21:08:59.823Z[ recovery-image] Jun 04 21:08:58.578 INFO O| Jun 04 21:08:58.578 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85062026-06-04T21:08:59.829Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85072026-06-04T21:08:59.829Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 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 ...
85082026-06-04T21:08:59.832Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 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
85092026-06-04T21:08:59.832Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85102026-06-04T21:08:59.832Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 INFO ok!
85112026-06-04T21:08:59.832Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 INFO STEP 31 (ensure_file) COMPLETE
85122026-06-04T21:08:59.832Z[ recovery-image] Jun 04 21:08:58.587 INFO O| Jun 04 21:08:58.587 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132026-06-04T21:08:59.839Z[ recovery-image] Jun 04 21:08:58.596 INFO O| Jun 04 21:08:58.596 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85142026-06-04T21:08:59.839Z[ recovery-image] Jun 04 21:08:58.596 INFO O| Jun 04 21:08:58.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85152026-06-04T21:08:59.839Z[ recovery-image] Jun 04 21:08:58.596 INFO O| Jun 04 21:08:58.596 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85162026-06-04T21:08:59.839Z[ recovery-image] Jun 04 21:08:58.596 INFO O| Jun 04 21:08:58.596 INFO STEP 32 (ensure_dir) COMPLETE
85172026-06-04T21:08:59.839Z[ recovery-image] Jun 04 21:08:58.596 INFO O| Jun 04 21:08:58.596 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85182026-06-04T21:08:59.847Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85192026-06-04T21:08:59.847Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 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 ...
85202026-06-04T21:08:59.850Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 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
85212026-06-04T21:08:59.850Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85222026-06-04T21:08:59.850Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 INFO ok!
85232026-06-04T21:08:59.850Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 INFO STEP 33 (ensure_file) COMPLETE
85242026-06-04T21:08:59.850Z[ recovery-image] Jun 04 21:08:58.605 INFO O| Jun 04 21:08:58.605 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85252026-06-04T21:08:59.856Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85262026-06-04T21:08:59.856Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85272026-06-04T21:08:59.859Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85282026-06-04T21:08:59.859Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO ok!
85292026-06-04T21:08:59.859Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO STEP 34 (ensure_file) COMPLETE
85302026-06-04T21:08:59.859Z[ recovery-image] Jun 04 21:08:58.614 INFO O| Jun 04 21:08:58.614 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85312026-06-04T21:08:59.866Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85322026-06-04T21:08:59.866Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85332026-06-04T21:08:59.869Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85342026-06-04T21:08:59.869Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85352026-06-04T21:08:59.869Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO ok!
85362026-06-04T21:08:59.869Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO STEP 35 (ensure_file) COMPLETE
85372026-06-04T21:08:59.869Z[ recovery-image] Jun 04 21:08:58.624 INFO O| Jun 04 21:08:58.624 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85382026-06-04T21:08:59.875Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85392026-06-04T21:08:59.875Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85402026-06-04T21:08:59.878Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85412026-06-04T21:08:59.878Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 INFO ok!
85422026-06-04T21:08:59.878Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 INFO STEP 36 (ensure_file) COMPLETE
85432026-06-04T21:08:59.878Z[ recovery-image] Jun 04 21:08:58.633 INFO O| Jun 04 21:08:58.633 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85442026-06-04T21:08:59.884Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85452026-06-04T21:08:59.884Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85462026-06-04T21:08:59.887Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85472026-06-04T21:08:59.887Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 INFO ok!
85482026-06-04T21:08:59.887Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 INFO STEP 37 (ensure_file) COMPLETE
85492026-06-04T21:08:59.887Z[ recovery-image] Jun 04 21:08:58.642 INFO O| Jun 04 21:08:58.642 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85502026-06-04T21:08:59.893Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85512026-06-04T21:08:59.893Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85522026-06-04T21:08:59.893Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85532026-06-04T21:08:59.893Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85542026-06-04T21:08:59.896Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85552026-06-04T21:08:59.896Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85562026-06-04T21:08:59.896Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO ok!
85572026-06-04T21:08:59.896Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO STEP 38 (ensure_file) COMPLETE
85582026-06-04T21:08:59.896Z[ recovery-image] Jun 04 21:08:58.651 INFO O| Jun 04 21:08:58.651 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85592026-06-04T21:08:59.902Z[ recovery-image] Jun 04 21:08:58.660 INFO O| Jun 04 21:08:58.660 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85602026-06-04T21:08:59.902Z[ recovery-image] Jun 04 21:08:58.660 INFO O| Jun 04 21:08:58.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85612026-06-04T21:08:59.906Z[ recovery-image] Jun 04 21:08:58.660 INFO O| Jun 04 21:08:58.660 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85622026-06-04T21:08:59.906Z[ recovery-image] Jun 04 21:08:58.660 INFO O| Jun 04 21:08:58.660 INFO STEP 39 (ensure_dir) COMPLETE
85632026-06-04T21:08:59.906Z[ recovery-image] Jun 04 21:08:58.660 INFO O| Jun 04 21:08:58.660 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85642026-06-04T21:08:59.911Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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
85652026-06-04T21:08:59.911Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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 ...
85662026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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
85672026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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
85682026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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
85692026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 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
85702026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 INFO ok!
85712026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 INFO STEP 40 (ensure_file) COMPLETE
85722026-06-04T21:08:59.914Z[ recovery-image] Jun 04 21:08:58.669 INFO O| Jun 04 21:08:58.669 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85732026-06-04T21:08:59.920Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85742026-06-04T21:08:59.920Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 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 ...
85752026-06-04T21:08:59.920Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85762026-06-04T21:08:59.923Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 INFO ok!
85772026-06-04T21:08:59.923Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 INFO STEP 41 (ensure_symlink) COMPLETE
85782026-06-04T21:08:59.923Z[ recovery-image] Jun 04 21:08:58.678 INFO O| Jun 04 21:08:58.678 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85792026-06-04T21:08:59.929Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85802026-06-04T21:08:59.929Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85812026-06-04T21:08:59.932Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85822026-06-04T21:08:59.932Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO ok!
85832026-06-04T21:08:59.932Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO STEP 42 (ensure_symlink) COMPLETE
85842026-06-04T21:08:59.932Z[ recovery-image] Jun 04 21:08:58.687 INFO O| Jun 04 21:08:58.687 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85852026-06-04T21:08:59.938Z[ recovery-image] Jun 04 21:08:58.695 INFO O| Jun 04 21:08:58.695 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85862026-06-04T21:08:59.938Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.695 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85872026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85882026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85892026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85902026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85912026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO ok!
85922026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO STEP 43 (ensure_file) COMPLETE
85932026-06-04T21:08:59.941Z[ recovery-image] Jun 04 21:08:58.696 INFO O| Jun 04 21:08:58.696 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85942026-06-04T21:08:59.946Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85952026-06-04T21:08:59.946Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 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 ...
85962026-06-04T21:08:59.949Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 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
85972026-06-04T21:08:59.949Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85982026-06-04T21:08:59.949Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 INFO ok!
85992026-06-04T21:08:59.949Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 INFO STEP 44 (ensure_file) COMPLETE
86002026-06-04T21:08:59.949Z[ recovery-image] Jun 04 21:08:58.704 INFO O| Jun 04 21:08:58.704 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86012026-06-04T21:08:59.956Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86022026-06-04T21:08:59.956Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86032026-06-04T21:08:59.959Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86042026-06-04T21:08:59.959Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO ok!
86052026-06-04T21:08:59.959Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO STEP 45 (ensure_file) COMPLETE
86062026-06-04T21:08:59.959Z[ recovery-image] Jun 04 21:08:58.714 INFO O| Jun 04 21:08:58.714 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86072026-06-04T21:08:59.966Z[ recovery-image] Jun 04 21:08:58.723 INFO O| Jun 04 21:08:58.723 INFO updating shadow file
86082026-06-04T21:08:59.966Z[ recovery-image] Jun 04 21:08:58.724 INFO O| Jun 04 21:08:58.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86092026-06-04T21:08:59.968Z[ recovery-image] Jun 04 21:08:58.724 INFO O| Jun 04 21:08:58.724 INFO STEP 46 (shadow) COMPLETE
86102026-06-04T21:08:59.968Z[ recovery-image] Jun 04 21:08:58.724 INFO O| Jun 04 21:08:58.724 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86112026-06-04T21:08:59.975Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86122026-06-04T21:08:59.975Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86132026-06-04T21:08:59.978Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86142026-06-04T21:08:59.978Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86152026-06-04T21:08:59.978Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO ok!
86162026-06-04T21:08:59.978Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO STEP 47 (ensure_file) COMPLETE
86172026-06-04T21:08:59.978Z[ recovery-image] Jun 04 21:08:58.733 INFO O| Jun 04 21:08:58.733 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182026-06-04T21:08:59.985Z[ recovery-image] Jun 04 21:08:58.743 INFO O| Jun 04 21:08:58.743 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86192026-06-04T21:08:59.985Z[ recovery-image] Jun 04 21:08:58.743 INFO O| Jun 04 21:08:58.743 INFO STEP 48 (ensure_dir) COMPLETE
86202026-06-04T21:08:59.988Z[ recovery-image] Jun 04 21:08:58.743 INFO O| Jun 04 21:08:58.743 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86212026-06-04T21:08:59.994Z[ recovery-image] Jun 04 21:08:58.752 INFO O| Jun 04 21:08:58.752 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86222026-06-04T21:08:59.994Z[ recovery-image] Jun 04 21:08:58.752 INFO O| Jun 04 21:08:58.752 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86232026-06-04T21:08:59.997Z[ recovery-image] Jun 04 21:08:58.752 INFO O| Jun 04 21:08:58.752 INFO STEP 49 (ensure_dir) COMPLETE
86242026-06-04T21:08:59.997Z[ recovery-image] Jun 04 21:08:58.752 INFO O| Jun 04 21:08:58.752 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86252026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.762 INFO O| Jun 04 21:08:58.762 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86262026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.762 INFO O| Jun 04 21:08:58.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86272026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.762 INFO O| Jun 04 21:08:58.762 INFO STEP 50 (ensure_dir) COMPLETE
86282026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.762 INFO O| Jun 04 21:08:58.762 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.772 INFO O| Jun 04 21:08:58.772 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86302026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.772 INFO O| Jun 04 21:08:58.772 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86312026-06-04T21:09:00.149Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
86322026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.821 INFO O| Jun 04 21:08:58.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86332026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.821 INFO O| Jun 04 21:08:58.821 INFO ok!
86342026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.821 INFO O| Jun 04 21:08:58.821 INFO STEP 51 (ensure_file) COMPLETE
86352026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.821 INFO O| Jun 04 21:08:58.821 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.833 INFO O| Jun 04 21:08:58.832 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86372026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.833 INFO O| Jun 04 21:08:58.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86382026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.833 INFO O| Jun 04 21:08:58.833 INFO STEP 52 (ensure_dir) COMPLETE
86392026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.833 INFO O| Jun 04 21:08:58.833 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402026-06-04T21:09:00.149Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86412026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86422026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86432026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO ok!
86442026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO STEP 53 (ensure_file) COMPLETE
86452026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.842 INFO O| Jun 04 21:08:58.842 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86462026-06-04T21:09:00.150Z[ host-image] Jun 04 21:08:58.871 INFO O| adding properties...
86472026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.880 INFO O| Jun 04 21:08:58.880 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86482026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.880 INFO O| Jun 04 21:08:58.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86492026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.880 INFO O| Jun 04 21:08:58.880 INFO STEP 54 (ensure_dir) COMPLETE
86502026-06-04T21:09:00.150Z[ recovery-image] Jun 04 21:08:58.880 INFO O| Jun 04 21:08:58.880 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-06-04T21:09:00.178Z[ recovery-image] Jun 04 21:08:58.936 INFO O| Jun 04 21:08:58.935 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86522026-06-04T21:09:00.178Z[ recovery-image] Jun 04 21:08:58.936 INFO O| Jun 04 21:08:58.936 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86532026-06-04T21:09:00.201Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
86542026-06-04T21:09:00.758Z[ recovery-image] Jun 04 21:08:59.516 INFO O| Jun 04 21:08:59.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86552026-06-04T21:09:00.758Z[ recovery-image] Jun 04 21:08:59.516 INFO O| Jun 04 21:08:59.516 INFO ok!
86562026-06-04T21:09:00.758Z[ recovery-image] Jun 04 21:08:59.516 INFO O| Jun 04 21:08:59.516 INFO STEP 55 (ensure_file) COMPLETE
86572026-06-04T21:09:00.761Z[ recovery-image] Jun 04 21:08:59.516 INFO O| Jun 04 21:08:59.516 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-06-04T21:09:00.769Z[ recovery-image] Jun 04 21:08:59.527 INFO O| Jun 04 21:08:59.527 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86592026-06-04T21:09:00.770Z[ recovery-image] Jun 04 21:08:59.527 INFO O| Jun 04 21:08:59.527 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86602026-06-04T21:09:01.237Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
86612026-06-04T21:09:01.280Z[ recovery-image] Jun 04 21:09:00.038 INFO O| Jun 04 21:09:00.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86622026-06-04T21:09:01.280Z[ recovery-image] Jun 04 21:09:00.038 INFO O| Jun 04 21:09:00.038 INFO ok!
86632026-06-04T21:09:01.283Z[ recovery-image] Jun 04 21:09:00.038 INFO O| Jun 04 21:09:00.038 INFO STEP 56 (ensure_file) COMPLETE
86642026-06-04T21:09:01.283Z[ recovery-image] Jun 04 21:09:00.038 INFO O| Jun 04 21:09:00.038 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652026-06-04T21:09:01.292Z[ recovery-image] Jun 04 21:09:00.050 INFO O| Jun 04 21:09:00.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86662026-06-04T21:09:01.292Z[ recovery-image] Jun 04 21:09:00.050 INFO O| Jun 04 21:09:00.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86672026-06-04T21:09:01.292Z[ recovery-image] Jun 04 21:09:00.050 INFO O| Jun 04 21:09:00.050 INFO STEP 57 (ensure_dir) COMPLETE
86682026-06-04T21:09:01.295Z[ recovery-image] Jun 04 21:09:00.050 INFO O| Jun 04 21:09:00.050 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692026-06-04T21:09:01.304Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86702026-06-04T21:09:01.304Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 INFO copying /tmp/.tmpudJj9D/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 ...
86712026-06-04T21:09:01.304Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 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
86722026-06-04T21:09:01.307Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 INFO ok!
86732026-06-04T21:09:01.307Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 INFO STEP 58 (ensure_file) COMPLETE
86742026-06-04T21:09:01.307Z[ recovery-image] Jun 04 21:09:00.062 INFO O| Jun 04 21:09:00.062 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-06-04T21:09:01.315Z[ recovery-image] Jun 04 21:09:00.073 INFO O| Jun 04 21:09:00.073 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86762026-06-04T21:09:01.315Z[ recovery-image] Jun 04 21:09:00.073 INFO O| Jun 04 21:09:00.073 INFO copying /tmp/.tmpudJj9D/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 ...
86772026-06-04T21:09:01.316Z[ recovery-image] Jun 04 21:09:00.073 INFO O| Jun 04 21:09:00.073 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
86782026-06-04T21:09:01.316Z[ recovery-image] Jun 04 21:09:00.073 INFO O| Jun 04 21:09:00.073 INFO ok!
86792026-06-04T21:09:01.319Z[ recovery-image] Jun 04 21:09:00.074 INFO O| Jun 04 21:09:00.073 INFO STEP 59 (ensure_file) COMPLETE
86802026-06-04T21:09:01.319Z[ recovery-image] Jun 04 21:09:00.074 INFO O| Jun 04 21:09:00.073 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812026-06-04T21:09:01.326Z[ recovery-image] Jun 04 21:09:00.084 INFO O| Jun 04 21:09:00.084 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86822026-06-04T21:09:01.326Z[ recovery-image] Jun 04 21:09:00.084 INFO O| Jun 04 21:09:00.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86832026-06-04T21:09:01.326Z[ recovery-image] Jun 04 21:09:00.084 INFO O| Jun 04 21:09:00.084 INFO STEP 60 (ensure_dir) COMPLETE
86842026-06-04T21:09:01.329Z[ recovery-image] Jun 04 21:09:00.084 INFO O| Jun 04 21:09:00.084 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852026-06-04T21:09:01.337Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86862026-06-04T21:09:01.337Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO copying /tmp/.tmpudJj9D/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 ...
86872026-06-04T21:09:01.337Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86882026-06-04T21:09:01.340Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO ok!
86892026-06-04T21:09:01.340Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO STEP 61 (ensure_file) COMPLETE
86902026-06-04T21:09:01.340Z[ recovery-image] Jun 04 21:09:00.095 INFO O| Jun 04 21:09:00.095 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912026-06-04T21:09:01.346Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86922026-06-04T21:09:01.346Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 INFO copying /tmp/.tmpudJj9D/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 ...
86932026-06-04T21:09:01.350Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 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
86942026-06-04T21:09:01.350Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 INFO ok!
86952026-06-04T21:09:01.350Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 INFO STEP 62 (ensure_file) COMPLETE
86962026-06-04T21:09:01.350Z[ recovery-image] Jun 04 21:09:00.104 INFO O| Jun 04 21:09:00.104 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972026-06-04T21:09:01.357Z[ recovery-image] Jun 04 21:09:00.115 INFO O| Jun 04 21:09:00.115 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86982026-06-04T21:09:01.357Z[ recovery-image] Jun 04 21:09:00.115 INFO O| Jun 04 21:09:00.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86992026-06-04T21:09:01.357Z[ recovery-image] Jun 04 21:09:00.115 INFO O| Jun 04 21:09:00.115 INFO STEP 63 (ensure_dir) COMPLETE
87002026-06-04T21:09:01.360Z[ recovery-image] Jun 04 21:09:00.115 INFO O| Jun 04 21:09:00.115 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012026-06-04T21:09:01.367Z[ recovery-image] Jun 04 21:09:00.125 INFO O| Jun 04 21:09:00.125 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87022026-06-04T21:09:01.367Z[ recovery-image] Jun 04 21:09:00.125 INFO O| Jun 04 21:09:00.125 INFO copying /tmp/.tmpudJj9D/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 ...
87032026-06-04T21:09:01.367Z[ recovery-image] Jun 04 21:09:00.125 INFO O| Jun 04 21:09:00.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87042026-06-04T21:09:01.371Z[ recovery-image] Jun 04 21:09:00.126 INFO O| Jun 04 21:09:00.125 INFO ok!
87052026-06-04T21:09:01.371Z[ recovery-image] Jun 04 21:09:00.126 INFO O| Jun 04 21:09:00.125 INFO STEP 64 (ensure_file) COMPLETE
87062026-06-04T21:09:01.371Z[ recovery-image] Jun 04 21:09:00.126 INFO O| Jun 04 21:09:00.126 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072026-06-04T21:09:01.379Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87082026-06-04T21:09:01.379Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87092026-06-04T21:09:01.379Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87102026-06-04T21:09:01.382Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO ok!
87112026-06-04T21:09:01.382Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO STEP 65 (ensure_file) COMPLETE
87122026-06-04T21:09:01.382Z[ recovery-image] Jun 04 21:09:00.137 INFO O| Jun 04 21:09:00.137 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132026-06-04T21:09:01.388Z[ recovery-image] Jun 04 21:09:00.146 INFO O| Jun 04 21:09:00.146 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87142026-06-04T21:09:01.388Z[ recovery-image] Jun 04 21:09:00.146 INFO O| Jun 04 21:09:00.146 INFO STEP 66 (ensure_dir) COMPLETE
87152026-06-04T21:09:01.388Z[ recovery-image] Jun 04 21:09:00.146 INFO O| Jun 04 21:09:00.146 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162026-06-04T21:09:01.398Z[ recovery-image] Jun 04 21:09:00.156 INFO O| Jun 04 21:09:00.156 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87172026-06-04T21:09:01.398Z[ recovery-image] Jun 04 21:09:00.156 INFO O| Jun 04 21:09:00.156 INFO STEP 67 (ensure_dir) COMPLETE
87182026-06-04T21:09:01.398Z[ recovery-image] Jun 04 21:09:00.156 INFO O| Jun 04 21:09:00.156 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87192026-06-04T21:09:01.407Z[ recovery-image] Jun 04 21:09:00.165 INFO O| Jun 04 21:09:00.165 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87202026-06-04T21:09:01.407Z[ recovery-image] Jun 04 21:09:00.165 INFO O| Jun 04 21:09:00.165 INFO STEP 68 (ensure_dir) COMPLETE
87212026-06-04T21:09:01.410Z[ recovery-image] Jun 04 21:09:00.165 INFO O| Jun 04 21:09:00.165 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87222026-06-04T21:09:01.416Z[ recovery-image] Jun 04 21:09:00.174 INFO O| Jun 04 21:09:00.174 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87232026-06-04T21:09:01.416Z[ recovery-image] Jun 04 21:09:00.174 INFO O| Jun 04 21:09:00.174 INFO STEP 69 (ensure_dir) COMPLETE
87242026-06-04T21:09:01.418Z[ recovery-image] Jun 04 21:09:00.174 INFO O| Jun 04 21:09:00.174 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87252026-06-04T21:09:01.424Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87262026-06-04T21:09:01.424Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO copying /tmp/.tmpudJj9D/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87272026-06-04T21:09:01.427Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87282026-06-04T21:09:01.427Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO ok!
87292026-06-04T21:09:01.427Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO STEP 70 (ensure_file) COMPLETE
87302026-06-04T21:09:01.427Z[ recovery-image] Jun 04 21:09:00.182 INFO O| Jun 04 21:09:00.182 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87312026-06-04T21:09:01.433Z[ recovery-image] Jun 04 21:09:00.191 INFO O| Jun 04 21:09:00.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87322026-06-04T21:09:01.436Z[ recovery-image] Jun 04 21:09:00.192 INFO O| Jun 04 21:09:00.192 INFO STEP 71 (remove_files) COMPLETE
87332026-06-04T21:09:01.436Z[ recovery-image] Jun 04 21:09:00.192 INFO O| Jun 04 21:09:00.192 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87342026-06-04T21:09:01.443Z[ recovery-image] Jun 04 21:09:00.201 INFO O| Jun 04 21:09:00.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87352026-06-04T21:09:01.443Z[ recovery-image] Jun 04 21:09:00.201 INFO O| Jun 04 21:09:00.201 INFO STEP 72 (remove_files) COMPLETE
87362026-06-04T21:09:01.443Z[ recovery-image] Jun 04 21:09:00.201 INFO O| Jun 04 21:09:00.201 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372026-06-04T21:09:01.451Z[ recovery-image] Jun 04 21:09:00.209 INFO O| Jun 04 21:09:00.209 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87382026-06-04T21:09:01.454Z[ recovery-image] Jun 04 21:09:00.210 INFO O| Jun 04 21:09:00.209 INFO STEP 73 (remove_files) COMPLETE
87392026-06-04T21:09:01.454Z[ recovery-image] Jun 04 21:09:00.210 INFO O| Jun 04 21:09:00.209 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402026-06-04T21:09:01.461Z[ recovery-image] Jun 04 21:09:00.219 INFO O| Jun 04 21:09:00.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87412026-06-04T21:09:01.461Z[ recovery-image] Jun 04 21:09:00.219 INFO O| Jun 04 21:09:00.219 INFO STEP 74 (remove_files) COMPLETE
87422026-06-04T21:09:01.464Z[ recovery-image] Jun 04 21:09:00.219 INFO O| Jun 04 21:09:00.219 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432026-06-04T21:09:01.470Z[ recovery-image] Jun 04 21:09:00.228 INFO O| Jun 04 21:09:00.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87442026-06-04T21:09:01.471Z[ recovery-image] Jun 04 21:09:00.229 INFO O| Jun 04 21:09:00.229 INFO STEP 75 (remove_files) COMPLETE
87452026-06-04T21:09:01.473Z[ recovery-image] Jun 04 21:09:00.229 INFO O| Jun 04 21:09:00.229 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462026-06-04T21:09:01.482Z[ recovery-image] Jun 04 21:09:00.240 INFO O| Jun 04 21:09:00.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87472026-06-04T21:09:01.482Z[ recovery-image] Jun 04 21:09:00.240 INFO O| Jun 04 21:09:00.240 INFO STEP 76 (remove_files) COMPLETE
87482026-06-04T21:09:01.485Z[ recovery-image] Jun 04 21:09:00.240 INFO O| Jun 04 21:09:00.240 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492026-06-04T21:09:01.492Z[ recovery-image] Jun 04 21:09:00.250 INFO O| Jun 04 21:09:00.249 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87502026-06-04T21:09:01.492Z[ recovery-image] Jun 04 21:09:00.250 INFO O| Jun 04 21:09:00.250 INFO STEP 77 (remove_files) COMPLETE
87512026-06-04T21:09:01.495Z[ recovery-image] Jun 04 21:09:00.250 INFO O| Jun 04 21:09:00.250 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522026-06-04T21:09:01.500Z[ recovery-image] Jun 04 21:09:00.258 INFO O| Jun 04 21:09:00.258 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87532026-06-04T21:09:01.500Z[ recovery-image] Jun 04 21:09:00.258 INFO O| Jun 04 21:09:00.258 INFO STEP 78 (remove_files) COMPLETE
87542026-06-04T21:09:01.500Z[ recovery-image] Jun 04 21:09:00.258 INFO O| Jun 04 21:09:00.258 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552026-06-04T21:09:01.508Z[ recovery-image] Jun 04 21:09:00.266 INFO O| Jun 04 21:09:00.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87562026-06-04T21:09:01.509Z[ recovery-image] Jun 04 21:09:00.267 INFO O| Jun 04 21:09:00.267 INFO STEP 79 (remove_files) COMPLETE
87572026-06-04T21:09:01.509Z[ recovery-image] Jun 04 21:09:00.267 INFO O| Jun 04 21:09:00.267 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582026-06-04T21:09:01.517Z[ recovery-image] Jun 04 21:09:00.275 INFO O| Jun 04 21:09:00.275 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87592026-06-04T21:09:01.517Z[ recovery-image] Jun 04 21:09:00.275 INFO O| Jun 04 21:09:00.275 INFO STEP 80 (remove_files) COMPLETE
87602026-06-04T21:09:01.520Z[ recovery-image] Jun 04 21:09:00.275 INFO O| Jun 04 21:09:00.275 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612026-06-04T21:09:01.526Z[ recovery-image] Jun 04 21:09:00.284 INFO O| Jun 04 21:09:00.284 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87622026-06-04T21:09:01.526Z[ recovery-image] Jun 04 21:09:00.284 INFO O| Jun 04 21:09:00.284 INFO STEP 81 (remove_files) COMPLETE
87632026-06-04T21:09:01.526Z[ recovery-image] Jun 04 21:09:00.284 INFO O| Jun 04 21:09:00.284 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642026-06-04T21:09:01.535Z[ recovery-image] Jun 04 21:09:00.293 INFO O| Jun 04 21:09:00.293 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87652026-06-04T21:09:01.535Z[ recovery-image] Jun 04 21:09:00.293 INFO O| Jun 04 21:09:00.293 INFO STEP 82 (remove_files) COMPLETE
87662026-06-04T21:09:01.538Z[ recovery-image] Jun 04 21:09:00.293 INFO O| Jun 04 21:09:00.293 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672026-06-04T21:09:01.544Z[ recovery-image] Jun 04 21:09:00.302 INFO O| Jun 04 21:09:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87682026-06-04T21:09:01.544Z[ recovery-image] Jun 04 21:09:00.302 INFO O| Jun 04 21:09:00.302 INFO STEP 83 (remove_files) COMPLETE
87692026-06-04T21:09:01.547Z[ recovery-image] Jun 04 21:09:00.302 INFO O| Jun 04 21:09:00.302 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702026-06-04T21:09:01.553Z[ recovery-image] Jun 04 21:09:00.311 INFO O| Jun 04 21:09:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87712026-06-04T21:09:01.553Z[ recovery-image] Jun 04 21:09:00.311 INFO O| Jun 04 21:09:00.311 INFO STEP 84 (remove_files) COMPLETE
87722026-06-04T21:09:01.553Z[ recovery-image] Jun 04 21:09:00.311 INFO O| Jun 04 21:09:00.311 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732026-06-04T21:09:01.564Z[ recovery-image] Jun 04 21:09:00.320 INFO O| Jun 04 21:09:00.319 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87742026-06-04T21:09:01.564Z[ recovery-image] Jun 04 21:09:00.320 INFO O| Jun 04 21:09:00.320 INFO STEP 85 (remove_files) COMPLETE
87752026-06-04T21:09:01.567Z[ recovery-image] Jun 04 21:09:00.320 INFO O| Jun 04 21:09:00.320 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762026-06-04T21:09:01.570Z[ recovery-image] Jun 04 21:09:00.328 INFO O| Jun 04 21:09:00.328 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87772026-06-04T21:09:01.571Z[ recovery-image] Jun 04 21:09:00.329 INFO O| Jun 04 21:09:00.328 INFO STEP 86 (remove_files) COMPLETE
87782026-06-04T21:09:01.574Z[ recovery-image] Jun 04 21:09:00.329 INFO O| Jun 04 21:09:00.328 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792026-06-04T21:09:01.580Z[ recovery-image] Jun 04 21:09:00.338 INFO O| Jun 04 21:09:00.338 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87802026-06-04T21:09:01.580Z[ recovery-image] Jun 04 21:09:00.338 INFO O| Jun 04 21:09:00.338 INFO STEP 87 (remove_files) COMPLETE
87812026-06-04T21:09:01.584Z[ recovery-image] Jun 04 21:09:00.338 INFO O| Jun 04 21:09:00.338 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822026-06-04T21:09:01.590Z[ recovery-image] Jun 04 21:09:00.347 INFO O| Jun 04 21:09:00.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87832026-06-04T21:09:01.590Z[ recovery-image] Jun 04 21:09:00.347 INFO O| Jun 04 21:09:00.347 INFO STEP 88 (remove_files) COMPLETE
87842026-06-04T21:09:01.590Z[ recovery-image] Jun 04 21:09:00.347 INFO O| Jun 04 21:09:00.347 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852026-06-04T21:09:01.598Z[ recovery-image] Jun 04 21:09:00.356 INFO O| Jun 04 21:09:00.355 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87862026-06-04T21:09:01.598Z[ recovery-image] Jun 04 21:09:00.356 INFO O| Jun 04 21:09:00.356 INFO STEP 89 (remove_files) COMPLETE
87872026-06-04T21:09:01.598Z[ recovery-image] Jun 04 21:09:00.356 INFO O| Jun 04 21:09:00.356 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882026-06-04T21:09:01.606Z[ recovery-image] Jun 04 21:09:00.364 INFO O| Jun 04 21:09:00.363 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87892026-06-04T21:09:01.606Z[ recovery-image] Jun 04 21:09:00.364 INFO O| Jun 04 21:09:00.364 INFO STEP 90 (remove_files) COMPLETE
87902026-06-04T21:09:01.606Z[ recovery-image] Jun 04 21:09:00.364 INFO O| Jun 04 21:09:00.364 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912026-06-04T21:09:01.614Z[ recovery-image] Jun 04 21:09:00.371 INFO O| Jun 04 21:09:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87922026-06-04T21:09:01.614Z[ recovery-image] Jun 04 21:09:00.371 INFO O| Jun 04 21:09:00.371 INFO STEP 91 (remove_files) COMPLETE
87932026-06-04T21:09:01.614Z[ recovery-image] Jun 04 21:09:00.371 INFO O| Jun 04 21:09:00.371 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942026-06-04T21:09:01.622Z[ recovery-image] Jun 04 21:09:00.379 INFO O| Jun 04 21:09:00.379 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87952026-06-04T21:09:01.622Z[ recovery-image] Jun 04 21:09:00.379 INFO O| Jun 04 21:09:00.379 INFO STEP 92 (remove_files) COMPLETE
87962026-06-04T21:09:01.627Z[ recovery-image] Jun 04 21:09:00.379 INFO O| Jun 04 21:09:00.379 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972026-06-04T21:09:01.630Z[ recovery-image] Jun 04 21:09:00.386 INFO O| Jun 04 21:09:00.386 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87982026-06-04T21:09:01.630Z[ recovery-image] Jun 04 21:09:00.386 INFO O| Jun 04 21:09:00.386 INFO STEP 93 (remove_files) COMPLETE
87992026-06-04T21:09:01.630Z[ recovery-image] Jun 04 21:09:00.386 INFO O| Jun 04 21:09:00.386 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002026-06-04T21:09:01.638Z[ recovery-image] Jun 04 21:09:00.395 INFO O| Jun 04 21:09:00.395 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88012026-06-04T21:09:01.638Z[ recovery-image] Jun 04 21:09:00.395 INFO O| Jun 04 21:09:00.395 INFO STEP 94 (remove_files) COMPLETE
88022026-06-04T21:09:01.642Z[ recovery-image] Jun 04 21:09:00.395 INFO O| Jun 04 21:09:00.395 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032026-06-04T21:09:01.647Z[ recovery-image] Jun 04 21:09:00.404 INFO O| Jun 04 21:09:00.404 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88042026-06-04T21:09:01.647Z[ recovery-image] Jun 04 21:09:00.404 INFO O| Jun 04 21:09:00.404 INFO STEP 95 (remove_files) COMPLETE
88052026-06-04T21:09:01.650Z[ recovery-image] Jun 04 21:09:00.404 INFO O| Jun 04 21:09:00.404 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062026-06-04T21:09:01.654Z[ recovery-image] Jun 04 21:09:00.412 INFO O| Jun 04 21:09:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88072026-06-04T21:09:01.654Z[ recovery-image] Jun 04 21:09:00.412 INFO O| Jun 04 21:09:00.412 INFO STEP 96 (remove_files) COMPLETE
88082026-06-04T21:09:01.658Z[ recovery-image] Jun 04 21:09:00.412 INFO O| Jun 04 21:09:00.412 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092026-06-04T21:09:01.662Z[ recovery-image] Jun 04 21:09:00.420 INFO O| Jun 04 21:09:00.420 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88102026-06-04T21:09:01.663Z[ recovery-image] Jun 04 21:09:00.420 INFO O| Jun 04 21:09:00.420 INFO STEP 97 (remove_files) COMPLETE
88112026-06-04T21:09:01.665Z[ recovery-image] Jun 04 21:09:00.420 INFO O| Jun 04 21:09:00.420 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122026-06-04T21:09:01.672Z[ recovery-image] Jun 04 21:09:00.429 INFO O| Jun 04 21:09:00.429 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88132026-06-04T21:09:01.672Z[ recovery-image] Jun 04 21:09:00.429 INFO O| Jun 04 21:09:00.429 INFO STEP 98 (remove_files) COMPLETE
88142026-06-04T21:09:01.675Z[ recovery-image] Jun 04 21:09:00.429 INFO O| Jun 04 21:09:00.429 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152026-06-04T21:09:01.679Z[ recovery-image] Jun 04 21:09:00.437 INFO O| Jun 04 21:09:00.437 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88162026-06-04T21:09:01.679Z[ recovery-image] Jun 04 21:09:00.437 INFO O| Jun 04 21:09:00.437 INFO STEP 99 (remove_files) COMPLETE
88172026-06-04T21:09:01.683Z[ recovery-image] Jun 04 21:09:00.437 INFO O| Jun 04 21:09:00.437 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88182026-06-04T21:09:01.692Z[ recovery-image] Jun 04 21:09:00.450 INFO O| Jun 04 21:09:00.450 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88192026-06-04T21:09:01.692Z[ recovery-image] Jun 04 21:09:00.450 INFO O| Jun 04 21:09:00.450 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"}
88202026-06-04T21:09:01.869Z[ host-image] Jun 04 21:09:00.627 INFO O| installing packages...
88212026-06-04T21:09:03.581Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
88222026-06-04T21:09:07.264Z[ recovery-image] Jun 04 21:09:06.022 INFO O| Jun 04 21:09:06.022 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
88232026-06-04T21:09:07.264Z[ recovery-image] Jun 04 21:09:06.022 INFO O| Jun 04 21:09:06.022 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88242026-06-04T21:09:07.275Z[ recovery-image] Jun 04 21:09:06.033 INFO O| Jun 04 21:09:06.033 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88252026-06-04T21:09:07.369Z[ recovery-image] Jun 04 21:09:06.127 INFO O| Jun 04 21:09:06.127 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88262026-06-04T21:09:07.423Z[ recovery-image] Jun 04 21:09:06.181 INFO O| Jun 04 21:09:06.181 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"}
88272026-06-04T21:09:07.486Z[ recovery-image] Jun 04 21:09:06.244 INFO O| Jun 04 21:09:06.244 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88282026-06-04T21:09:07.486Z[ recovery-image] Jun 04 21:09:06.244 INFO O| Jun 04 21:09:06.244 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 ...
88292026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88302026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO ok!
88312026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88322026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO STEP 100 (seed_smf) COMPLETE
88332026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO steps complete; finalising image!
88342026-06-04T21:09:07.489Z[ recovery-image] Jun 04 21:09:06.245 INFO O| Jun 04 21:09:06.245 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88352026-06-04T21:09:07.549Z[ recovery-image] Jun 04 21:09:06.307 INFO O| Jun 04 21:09:06.307 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Jun 4 21:09:06 2026)
88362026-06-04T21:09:07.756Z[ recovery-image] Jun 04 21:09:06.514 INFO O| Jun 04 21:09:06.514 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Thu Jun 4 21:09:06 2026)
88372026-06-04T21:09:07.963Z[ recovery-image] Jun 04 21:09:06.720 INFO O| Jun 04 21:09:06.720 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Thu Jun 4 21:09:06 2026)
88382026-06-04T21:09:08.195Z[ recovery-image] Jun 04 21:09:06.926 INFO O| Jun 04 21:09:06.926 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Jun 4 21:09:06 2026)
88392026-06-04T21:09:08.386Z[ recovery-image] Jun 04 21:09:07.143 INFO O| Jun 04 21:09:07.143 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
88402026-06-04T21:09:08.386Z[ recovery-image] Jun 04 21:09:07.143 INFO O| Jun 04 21:09:07.143 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88412026-06-04T21:09:08.999Z[ recovery-image] Jun 04 21:09:07.756 INFO O| Jun 04 21:09:07.756 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
88422026-06-04T21:09:08.999Z[ recovery-image] Jun 04 21:09:07.756 INFO O| Jun 04 21:09:07.756 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88432026-06-04T21:09:11.170Z[ recovery-image] Jun 04 21:09:09.927 INFO O| Jun 04 21:09:09.927 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88442026-06-04T21:09:11.170Z[ recovery-image] Jun 04 21:09:09.927 INFO O| Jun 04 21:09:09.927 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88452026-06-04T21:09:11.172Z[ recovery-image] Jun 04 21:09:09.927 INFO O| Jun 04 21:09:09.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88462026-06-04T21:09:11.173Z[ recovery-image] Jun 04 21:09:09.927 INFO O| Jun 04 21:09:09.927 INFO completed processing sled/zfs-recovery
88472026-06-04T21:09:11.173Z[ recovery-image] Jun 04 21:09:09.927 INFO O| Jun 04 21:09:09.927 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88482026-06-04T21:09:11.514Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
88492026-06-04T21:09:13.097Z[ recovery-image] Jun 04 21:09:11.821 INFO O| Jun 04 21:09:11.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88502026-06-04T21:09:13.181Z[ recovery-image] Jun 04 21:09:11.939 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
88512026-06-04T21:09:13.181Z[ recovery-image] Jun 04 21:09:11.939 INFO expanded image name: "recovery 562fe28/${os_short_commit} 2026-06-04 20:54" -> "recovery 562fe28/d847a32 2026-06-04 20:54"
88522026-06-04T21:09:13.181Z[ recovery-image] Jun 04 21:09:11.939 INFO output artefacts stored in: "/work/os-recovery"
88532026-06-04T21:09:13.184Z[ recovery-image] Jun 04 21:09:11.939 INFO collecting git info from project "dmar-report"...
88542026-06-04T21:09:13.192Z[ recovery-image] Jun 04 21:09:11.950 INFO collecting git info from project "chelsio-t6-roms"...
88552026-06-04T21:09:13.209Z[ recovery-image] Jun 04 21:09:11.967 INFO collecting git info from project "amd-firmware"...
88562026-06-04T21:09:13.498Z[ recovery-image] Jun 04 21:09:12.254 INFO collecting git info from project "pinprick"...
88572026-06-04T21:09:13.503Z[ recovery-image] Jun 04 21:09:12.260 INFO collecting git info from project "amd-host-image-builder"...
88582026-06-04T21:09:13.544Z[ recovery-image] Jun 04 21:09:12.300 INFO collecting git info from project "image-builder"...
88592026-06-04T21:09:13.552Z[ recovery-image] Jun 04 21:09:12.307 INFO collecting git info from project "pilot"...
88602026-06-04T21:09:13.558Z[ recovery-image] Jun 04 21:09:12.316 INFO collecting git info from project "phbl"...
88612026-06-04T21:09:13.567Z[ recovery-image] Jun 04 21:09:12.323 INFO collecting git info from project "bootserver"...
88622026-06-04T21:09:13.578Z[ recovery-image] Jun 04 21:09:12.335 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88632026-06-04T21:09:14.031Z[ recovery-image] Jun 04 21:09:12.789 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88642026-06-04T21:09:14.394Z[ recovery-image] Jun 04 21:09:13.152 INFO creating Oxide boot image...
88652026-06-04T21:09:14.395Z[ recovery-image] Jun 04 21:09:13.152 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 562fe28/d847a32 2026-06-04 20:54", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88662026-06-04T21:09:17.004Z[ host-image] Jun 04 21:09:15.762 INFO O| seeding SMF database...
88672026-06-04T21:09:21.611Z[ host-image] Jun 04 21:09:20.367 INFO O| configuring SMF profile...
88682026-06-04T21:09:21.611Z[ host-image] Jun 04 21:09:20.367 INFO O| modifying shadow(5)...
88692026-06-04T21:09:21.614Z[ host-image] Jun 04 21:09:20.367 INFO O| loading user and group database...
88702026-06-04T21:09:21.614Z[ host-image] Jun 04 21:09:20.367 INFO O| loading facet selections...
88712026-06-04T21:09:21.993Z[ host-image] Jun 04 21:09:20.750 INFO O| devel -> true
88722026-06-04T21:09:21.993Z[ host-image] Jun 04 21:09:20.750 INFO O| doc.man -> true
88732026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.shell/ksh93 -> true
88742026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.system/data/hardware-registry -> true
88752026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.system/data/zoneinfo -> true
88762026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.system/microcode/amd -> true
88772026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.system/microcode/intel -> true
88782026-06-04T21:09:21.996Z[ host-image] Jun 04 21:09:20.750 INFO O| version-lock.system/microcode/oxide -> true
88792026-06-04T21:09:21.997Z[ host-image] Jun 04 21:09:20.750 INFO O| assessing packaged files...
88802026-06-04T21:09:23.813Z[ host-image] Jun 04 21:09:22.569 INFO O| creating archive...
88812026-06-04T21:09:23.838Z[ host-image] Jun 04 21:09:22.595 INFO O| missing from packaging:
88822026-06-04T21:09:23.838Z[ host-image] Jun 04 21:09:22.595 INFO O| "etc/.pwd.lock"
88832026-06-04T21:09:23.838Z[ host-image] Jun 04 21:09:22.595 INFO O| "etc/bash"
88842026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/profile/generic.xml"
88852026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/profile/inetd_services.xml"
88862026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/profile/name_service.xml"
88872026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/profile/platform.xml"
88882026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/profile/platform_omicron1.xml"
88892026-06-04T21:09:23.842Z[ host-image] Jun 04 21:09:22.599 INFO O| "etc/svc/repository.db"
88902026-06-04T21:09:23.847Z[ host-image] Jun 04 21:09:22.605 INFO O| "opt/ooce/share"
88912026-06-04T21:09:23.847Z[ host-image] Jun 04 21:09:22.605 INFO O| "opt/ooce/share/man"
88922026-06-04T21:09:23.852Z[ host-image] Jun 04 21:09:22.605 INFO O| "opt/ooce/share/man/man1"
88932026-06-04T21:09:23.856Z[ host-image] Jun 04 21:09:22.614 INFO O| finishing archive...
88942026-06-04T21:09:26.479Z[ host-image] Jun 04 21:09:25.237 INFO O| creating gzonly manifest...
88952026-06-04T21:09:26.485Z[ host-image] Jun 04 21:09:25.243 INFO O| ok
88962026-06-04T21:09:26.572Z[ host-image] Jun 04 21:09:25.329 INFO image builder template: ramdisk-02-trim...
88972026-06-04T21:09:26.572Z[ host-image] Jun 04 21:09:25.329 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/.tmpudJj9D/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
88982026-06-04T21:09:26.592Z[ host-image] Jun 04 21:09:25.350 INFO O| Jun 04 21:09:25.349 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88992026-06-04T21:09:26.595Z[ host-image] Jun 04 21:09:25.353 INFO O| Jun 04 21:09:25.353 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89002026-06-04T21:09:26.725Z[ host-image] Jun 04 21:09:25.482 INFO O| Jun 04 21:09:25.481 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89012026-06-04T21:09:26.802Z[ host-image] Jun 04 21:09:25.559 INFO O| Jun 04 21:09:25.559 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89022026-06-04T21:09:26.802Z[ host-image] Jun 04 21:09:25.559 INFO O| Jun 04 21:09:25.559 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89032026-06-04T21:09:26.809Z[ host-image] Jun 04 21:09:25.564 INFO O| Jun 04 21:09:25.564 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89042026-06-04T21:09:26.812Z[ host-image] Jun 04 21:09:25.567 INFO O| Jun 04 21:09:25.567 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89052026-06-04T21:09:26.817Z[ host-image] Jun 04 21:09:25.572 INFO O| Jun 04 21:09:25.572 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89062026-06-04T21:09:27.292Z[ host-image] Jun 04 21:09:26.050 INFO O| Jun 04 21:09:26.049 INFO rolled back to input snapshot; work may begin
89072026-06-04T21:09:27.292Z[ host-image] Jun 04 21:09:26.050 INFO O| Jun 04 21:09:26.049 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89082026-06-04T21:09:27.297Z[ host-image] Jun 04 21:09:26.054 INFO O| Jun 04 21:09:26.054 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89092026-06-04T21:09:27.305Z[ host-image] Jun 04 21:09:26.062 INFO O| Jun 04 21:09:26.062 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89102026-06-04T21:09:27.341Z[ host-image] Jun 04 21:09:26.099 INFO O| Jun 04 21:09:26.099 INFO STEP 0 (remove_files) COMPLETE
89112026-06-04T21:09:27.341Z[ host-image] Jun 04 21:09:26.099 INFO O| Jun 04 21:09:26.099 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89122026-06-04T21:09:27.354Z[ host-image] Jun 04 21:09:26.108 INFO O| Jun 04 21:09:26.108 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89132026-06-04T21:09:27.359Z[ host-image] Jun 04 21:09:26.110 INFO O| Jun 04 21:09:26.110 INFO STEP 1 (remove_files) COMPLETE
89142026-06-04T21:09:27.359Z[ host-image] Jun 04 21:09:26.110 INFO O| Jun 04 21:09:26.110 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89152026-06-04T21:09:27.366Z[ host-image] Jun 04 21:09:26.118 INFO O| Jun 04 21:09:26.118 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89162026-06-04T21:09:27.372Z[ host-image] Jun 04 21:09:26.129 INFO O| Jun 04 21:09:26.129 INFO STEP 2 (remove_files) COMPLETE
89172026-06-04T21:09:27.372Z[ host-image] Jun 04 21:09:26.129 INFO O| Jun 04 21:09:26.129 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89182026-06-04T21:09:27.380Z[ host-image] Jun 04 21:09:26.137 INFO O| Jun 04 21:09:26.137 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89192026-06-04T21:09:27.385Z[ host-image] Jun 04 21:09:26.139 INFO O| Jun 04 21:09:26.138 INFO STEP 3 (remove_files) COMPLETE
89202026-06-04T21:09:27.386Z[ host-image] Jun 04 21:09:26.139 INFO O| Jun 04 21:09:26.139 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89212026-06-04T21:09:27.390Z[ host-image] Jun 04 21:09:26.145 INFO O| Jun 04 21:09:26.145 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89222026-06-04T21:09:27.393Z[ host-image] Jun 04 21:09:26.148 INFO O| Jun 04 21:09:26.148 INFO STEP 4 (remove_files) COMPLETE
89232026-06-04T21:09:27.393Z[ host-image] Jun 04 21:09:26.148 INFO O| Jun 04 21:09:26.148 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89242026-06-04T21:09:27.397Z[ host-image] Jun 04 21:09:26.155 INFO O| Jun 04 21:09:26.155 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89252026-06-04T21:09:27.400Z[ host-image] Jun 04 21:09:26.157 INFO O| Jun 04 21:09:26.157 INFO STEP 5 (remove_files) COMPLETE
89262026-06-04T21:09:27.400Z[ host-image] Jun 04 21:09:26.157 INFO O| Jun 04 21:09:26.157 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89272026-06-04T21:09:27.405Z[ host-image] Jun 04 21:09:26.163 INFO O| Jun 04 21:09:26.163 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89282026-06-04T21:09:27.415Z[ host-image] Jun 04 21:09:26.172 INFO O| Jun 04 21:09:26.172 INFO STEP 6 (remove_files) COMPLETE
89292026-06-04T21:09:27.415Z[ host-image] Jun 04 21:09:26.172 INFO O| Jun 04 21:09:26.172 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89302026-06-04T21:09:27.418Z[ host-image] Jun 04 21:09:26.172 INFO O| Jun 04 21:09:26.172 INFO skip step because feature "heliosv2" is not enabled
89312026-06-04T21:09:27.418Z[ host-image] Jun 04 21:09:26.172 INFO O| Jun 04 21:09:26.172 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89322026-06-04T21:09:27.422Z[ host-image] Jun 04 21:09:26.180 INFO O| Jun 04 21:09:26.180 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89332026-06-04T21:09:27.433Z[ host-image] Jun 04 21:09:26.190 INFO O| Jun 04 21:09:26.190 INFO STEP 8 (remove_files) COMPLETE
89342026-06-04T21:09:27.433Z[ host-image] Jun 04 21:09:26.190 INFO O| Jun 04 21:09:26.190 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89352026-06-04T21:09:27.441Z[ host-image] Jun 04 21:09:26.198 INFO O| Jun 04 21:09:26.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89362026-06-04T21:09:27.504Z[ host-image] Jun 04 21:09:26.261 INFO O| Jun 04 21:09:26.261 INFO STEP 9 (remove_files) COMPLETE
89372026-06-04T21:09:27.504Z[ host-image] Jun 04 21:09:26.261 INFO O| Jun 04 21:09:26.261 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89382026-06-04T21:09:27.514Z[ host-image] Jun 04 21:09:26.271 INFO O| Jun 04 21:09:26.271 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89392026-06-04T21:09:27.586Z[ host-image] Jun 04 21:09:26.343 INFO O| Jun 04 21:09:26.343 INFO STEP 10 (remove_files) COMPLETE
89402026-06-04T21:09:27.586Z[ host-image] Jun 04 21:09:26.343 INFO O| Jun 04 21:09:26.343 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89412026-06-04T21:09:27.615Z[ host-image] Jun 04 21:09:26.372 INFO O| Jun 04 21:09:26.372 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89422026-06-04T21:09:27.617Z[ host-image] Jun 04 21:09:26.375 INFO O| Jun 04 21:09:26.375 INFO STEP 11 (remove_files) COMPLETE
89432026-06-04T21:09:27.617Z[ host-image] Jun 04 21:09:26.375 INFO O| Jun 04 21:09:26.375 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89442026-06-04T21:09:27.626Z[ host-image] Jun 04 21:09:26.384 INFO O| Jun 04 21:09:26.383 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89452026-06-04T21:09:27.629Z[ host-image] Jun 04 21:09:26.384 INFO O| Jun 04 21:09:26.384 INFO STEP 12 (remove_files) COMPLETE
89462026-06-04T21:09:27.629Z[ host-image] Jun 04 21:09:26.384 INFO O| Jun 04 21:09:26.384 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89472026-06-04T21:09:27.634Z[ host-image] Jun 04 21:09:26.392 INFO O| Jun 04 21:09:26.392 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89482026-06-04T21:09:27.637Z[ host-image] Jun 04 21:09:26.393 INFO O| Jun 04 21:09:26.393 INFO STEP 13 (remove_files) COMPLETE
89492026-06-04T21:09:27.637Z[ host-image] Jun 04 21:09:26.393 INFO O| Jun 04 21:09:26.393 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89502026-06-04T21:09:27.649Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89512026-06-04T21:09:27.649Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89522026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89532026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89542026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89552026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89562026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89572026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89582026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89592026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89602026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.407 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89612026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.408 INFO O| Jun 04 21:09:26.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89622026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.408 INFO O| Jun 04 21:09:26.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89632026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.408 INFO O| Jun 04 21:09:26.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89642026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.408 INFO O| Jun 04 21:09:26.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89652026-06-04T21:09:27.652Z[ host-image] Jun 04 21:09:26.408 INFO O| Jun 04 21:09:26.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89662026-06-04T21:09:27.656Z[ host-image] Jun 04 21:09:26.414 INFO O| Jun 04 21:09:26.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89672026-06-04T21:09:27.656Z[ host-image] Jun 04 21:09:26.414 INFO O| Jun 04 21:09:26.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89682026-06-04T21:09:27.829Z[ host-image] Jun 04 21:09:26.586 INFO O| Jun 04 21:09:26.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89692026-06-04T21:09:27.839Z[ host-image] Jun 04 21:09:26.596 INFO O| Jun 04 21:09:26.596 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89702026-06-04T21:09:27.924Z[ host-image] Jun 04 21:09:26.681 INFO O| Jun 04 21:09:26.681 INFO STEP 14 (remove_files) COMPLETE
89712026-06-04T21:09:27.924Z[ host-image] Jun 04 21:09:26.681 INFO O| Jun 04 21:09:26.681 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89722026-06-04T21:09:27.934Z[ host-image] Jun 04 21:09:26.690 INFO O| Jun 04 21:09:26.690 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89732026-06-04T21:09:27.940Z[ host-image] Jun 04 21:09:26.691 INFO O| Jun 04 21:09:26.691 INFO STEP 15 (remove_files) COMPLETE
89742026-06-04T21:09:27.940Z[ host-image] Jun 04 21:09:26.691 INFO O| Jun 04 21:09:26.691 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89752026-06-04T21:09:27.945Z[ host-image] Jun 04 21:09:26.699 INFO O| Jun 04 21:09:26.699 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89762026-06-04T21:09:27.948Z[ host-image] Jun 04 21:09:26.705 INFO O| Jun 04 21:09:26.705 INFO STEP 16 (remove_files) COMPLETE
89772026-06-04T21:09:27.948Z[ host-image] Jun 04 21:09:26.705 INFO O| Jun 04 21:09:26.705 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89782026-06-04T21:09:27.955Z[ host-image] Jun 04 21:09:26.713 INFO O| Jun 04 21:09:26.713 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89792026-06-04T21:09:27.958Z[ host-image] Jun 04 21:09:26.713 INFO O| Jun 04 21:09:26.713 INFO STEP 17 (remove_files) COMPLETE
89802026-06-04T21:09:27.958Z[ host-image] Jun 04 21:09:26.713 INFO O| Jun 04 21:09:26.713 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89812026-06-04T21:09:27.963Z[ host-image] Jun 04 21:09:26.721 INFO O| Jun 04 21:09:26.720 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89822026-06-04T21:09:27.966Z[ host-image] Jun 04 21:09:26.722 INFO O| Jun 04 21:09:26.722 INFO STEP 18 (remove_files) COMPLETE
89832026-06-04T21:09:27.966Z[ host-image] Jun 04 21:09:26.722 INFO O| Jun 04 21:09:26.722 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89842026-06-04T21:09:27.972Z[ host-image] Jun 04 21:09:26.729 INFO O| Jun 04 21:09:26.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89852026-06-04T21:09:27.972Z[ host-image] Jun 04 21:09:26.729 INFO O| Jun 04 21:09:26.729 INFO STEP 19 (remove_files) COMPLETE
89862026-06-04T21:09:27.975Z[ host-image] Jun 04 21:09:26.729 INFO O| Jun 04 21:09:26.729 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89872026-06-04T21:09:27.980Z[ host-image] Jun 04 21:09:26.737 INFO O| Jun 04 21:09:26.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89882026-06-04T21:09:27.980Z[ host-image] Jun 04 21:09:26.737 INFO O| Jun 04 21:09:26.737 INFO STEP 20 (remove_files) COMPLETE
89892026-06-04T21:09:27.983Z[ host-image] Jun 04 21:09:26.737 INFO O| Jun 04 21:09:26.737 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89902026-06-04T21:09:27.986Z[ host-image] Jun 04 21:09:26.744 INFO O| Jun 04 21:09:26.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89912026-06-04T21:09:27.986Z[ host-image] Jun 04 21:09:26.744 INFO O| Jun 04 21:09:26.744 INFO STEP 21 (remove_files) COMPLETE
89922026-06-04T21:09:27.989Z[ host-image] Jun 04 21:09:26.744 INFO O| Jun 04 21:09:26.744 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89932026-06-04T21:09:27.994Z[ host-image] Jun 04 21:09:26.752 INFO O| Jun 04 21:09:26.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89942026-06-04T21:09:27.994Z[ host-image] Jun 04 21:09:26.752 INFO O| Jun 04 21:09:26.752 INFO STEP 22 (remove_files) COMPLETE
89952026-06-04T21:09:27.997Z[ host-image] Jun 04 21:09:26.752 INFO O| Jun 04 21:09:26.752 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89962026-06-04T21:09:28.002Z[ host-image] Jun 04 21:09:26.759 INFO O| Jun 04 21:09:26.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
89972026-06-04T21:09:28.002Z[ host-image] Jun 04 21:09:26.759 INFO O| Jun 04 21:09:26.759 INFO STEP 23 (remove_files) COMPLETE
89982026-06-04T21:09:28.005Z[ host-image] Jun 04 21:09:26.759 INFO O| Jun 04 21:09:26.759 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89992026-06-04T21:09:28.009Z[ host-image] Jun 04 21:09:26.766 INFO O| Jun 04 21:09:26.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90002026-06-04T21:09:28.009Z[ host-image] Jun 04 21:09:26.766 INFO O| Jun 04 21:09:26.766 INFO STEP 24 (remove_files) COMPLETE
90012026-06-04T21:09:28.009Z[ host-image] Jun 04 21:09:26.766 INFO O| Jun 04 21:09:26.766 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90022026-06-04T21:09:28.015Z[ host-image] Jun 04 21:09:26.773 INFO O| Jun 04 21:09:26.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90032026-06-04T21:09:28.016Z[ host-image] Jun 04 21:09:26.773 INFO O| Jun 04 21:09:26.773 INFO STEP 25 (remove_files) COMPLETE
90042026-06-04T21:09:28.016Z[ host-image] Jun 04 21:09:26.773 INFO O| Jun 04 21:09:26.773 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-06-04T21:09:28.022Z[ host-image] Jun 04 21:09:26.780 INFO O| Jun 04 21:09:26.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90062026-06-04T21:09:28.022Z[ host-image] Jun 04 21:09:26.780 INFO O| Jun 04 21:09:26.780 INFO STEP 26 (remove_files) COMPLETE
90072026-06-04T21:09:28.025Z[ host-image] Jun 04 21:09:26.780 INFO O| Jun 04 21:09:26.780 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-06-04T21:09:28.029Z[ host-image] Jun 04 21:09:26.787 INFO O| Jun 04 21:09:26.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90092026-06-04T21:09:28.029Z[ host-image] Jun 04 21:09:26.787 INFO O| Jun 04 21:09:26.787 INFO STEP 27 (remove_files) COMPLETE
90102026-06-04T21:09:28.032Z[ host-image] Jun 04 21:09:26.787 INFO O| Jun 04 21:09:26.787 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-06-04T21:09:28.037Z[ host-image] Jun 04 21:09:26.795 INFO O| Jun 04 21:09:26.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90122026-06-04T21:09:28.037Z[ host-image] Jun 04 21:09:26.795 INFO O| Jun 04 21:09:26.795 INFO STEP 28 (remove_files) COMPLETE
90132026-06-04T21:09:28.037Z[ host-image] Jun 04 21:09:26.795 INFO O| Jun 04 21:09:26.795 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-06-04T21:09:28.044Z[ host-image] Jun 04 21:09:26.802 INFO O| Jun 04 21:09:26.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90152026-06-04T21:09:28.044Z[ host-image] Jun 04 21:09:26.802 INFO O| Jun 04 21:09:26.802 INFO STEP 29 (remove_files) COMPLETE
90162026-06-04T21:09:28.047Z[ host-image] Jun 04 21:09:26.802 INFO O| Jun 04 21:09:26.802 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-06-04T21:09:28.051Z[ host-image] Jun 04 21:09:26.809 INFO O| Jun 04 21:09:26.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90182026-06-04T21:09:28.051Z[ host-image] Jun 04 21:09:26.809 INFO O| Jun 04 21:09:26.809 INFO STEP 30 (remove_files) COMPLETE
90192026-06-04T21:09:28.051Z[ host-image] Jun 04 21:09:26.809 INFO O| Jun 04 21:09:26.809 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-06-04T21:09:28.059Z[ host-image] Jun 04 21:09:26.817 INFO O| Jun 04 21:09:26.817 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90212026-06-04T21:09:28.059Z[ host-image] Jun 04 21:09:26.817 INFO O| Jun 04 21:09:26.817 INFO STEP 31 (remove_files) COMPLETE
90222026-06-04T21:09:28.059Z[ host-image] Jun 04 21:09:26.817 INFO O| Jun 04 21:09:26.817 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-06-04T21:09:28.088Z[ host-image] Jun 04 21:09:26.846 INFO O| Jun 04 21:09:26.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90242026-06-04T21:09:28.088Z[ host-image] Jun 04 21:09:26.846 INFO O| Jun 04 21:09:26.846 INFO STEP 32 (remove_files) COMPLETE
90252026-06-04T21:09:28.088Z[ host-image] Jun 04 21:09:26.846 INFO O| Jun 04 21:09:26.846 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-06-04T21:09:28.097Z[ host-image] Jun 04 21:09:26.855 INFO O| Jun 04 21:09:26.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90272026-06-04T21:09:28.097Z[ host-image] Jun 04 21:09:26.855 INFO O| Jun 04 21:09:26.855 INFO STEP 33 (remove_files) COMPLETE
90282026-06-04T21:09:28.100Z[ host-image] Jun 04 21:09:26.855 INFO O| Jun 04 21:09:26.855 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-06-04T21:09:28.105Z[ host-image] Jun 04 21:09:26.862 INFO O| Jun 04 21:09:26.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90302026-06-04T21:09:28.105Z[ host-image] Jun 04 21:09:26.862 INFO O| Jun 04 21:09:26.862 INFO STEP 34 (remove_files) COMPLETE
90312026-06-04T21:09:28.105Z[ host-image] Jun 04 21:09:26.862 INFO O| Jun 04 21:09:26.862 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-06-04T21:09:28.111Z[ host-image] Jun 04 21:09:26.869 INFO O| Jun 04 21:09:26.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90332026-06-04T21:09:28.111Z[ host-image] Jun 04 21:09:26.869 INFO O| Jun 04 21:09:26.869 INFO STEP 35 (remove_files) COMPLETE
90342026-06-04T21:09:28.111Z[ host-image] Jun 04 21:09:26.869 INFO O| Jun 04 21:09:26.869 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-06-04T21:09:28.118Z[ host-image] Jun 04 21:09:26.876 INFO O| Jun 04 21:09:26.876 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90362026-06-04T21:09:28.118Z[ host-image] Jun 04 21:09:26.876 INFO O| Jun 04 21:09:26.876 INFO STEP 36 (remove_files) COMPLETE
90372026-06-04T21:09:28.121Z[ host-image] Jun 04 21:09:26.876 INFO O| Jun 04 21:09:26.876 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-06-04T21:09:28.124Z[ host-image] Jun 04 21:09:26.882 INFO O| Jun 04 21:09:26.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90392026-06-04T21:09:28.124Z[ host-image] Jun 04 21:09:26.882 INFO O| Jun 04 21:09:26.882 INFO STEP 37 (remove_files) COMPLETE
90402026-06-04T21:09:28.127Z[ host-image] Jun 04 21:09:26.882 INFO O| Jun 04 21:09:26.882 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-06-04T21:09:28.131Z[ host-image] Jun 04 21:09:26.889 INFO O| Jun 04 21:09:26.889 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90422026-06-04T21:09:28.131Z[ host-image] Jun 04 21:09:26.889 INFO O| Jun 04 21:09:26.889 INFO STEP 38 (remove_files) COMPLETE
90432026-06-04T21:09:28.131Z[ host-image] Jun 04 21:09:26.889 INFO O| Jun 04 21:09:26.889 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-06-04T21:09:28.138Z[ host-image] Jun 04 21:09:26.896 INFO O| Jun 04 21:09:26.896 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90452026-06-04T21:09:28.138Z[ host-image] Jun 04 21:09:26.896 INFO O| Jun 04 21:09:26.896 INFO STEP 39 (remove_files) COMPLETE
90462026-06-04T21:09:28.138Z[ host-image] Jun 04 21:09:26.896 INFO O| Jun 04 21:09:26.896 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-06-04T21:09:28.145Z[ host-image] Jun 04 21:09:26.903 INFO O| Jun 04 21:09:26.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90482026-06-04T21:09:28.145Z[ host-image] Jun 04 21:09:26.903 INFO O| Jun 04 21:09:26.903 INFO STEP 40 (remove_files) COMPLETE
90492026-06-04T21:09:28.148Z[ host-image] Jun 04 21:09:26.903 INFO O| Jun 04 21:09:26.903 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-06-04T21:09:28.152Z[ host-image] Jun 04 21:09:26.910 INFO O| Jun 04 21:09:26.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90512026-06-04T21:09:28.152Z[ host-image] Jun 04 21:09:26.910 INFO O| Jun 04 21:09:26.910 INFO STEP 41 (remove_files) COMPLETE
90522026-06-04T21:09:28.152Z[ host-image] Jun 04 21:09:26.910 INFO O| Jun 04 21:09:26.910 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-06-04T21:09:28.159Z[ host-image] Jun 04 21:09:26.917 INFO O| Jun 04 21:09:26.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90542026-06-04T21:09:28.159Z[ host-image] Jun 04 21:09:26.917 INFO O| Jun 04 21:09:26.917 INFO STEP 42 (remove_files) COMPLETE
90552026-06-04T21:09:28.162Z[ host-image] Jun 04 21:09:26.917 INFO O| Jun 04 21:09:26.917 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-06-04T21:09:28.166Z[ host-image] Jun 04 21:09:26.924 INFO O| Jun 04 21:09:26.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90572026-06-04T21:09:28.166Z[ host-image] Jun 04 21:09:26.924 INFO O| Jun 04 21:09:26.924 INFO STEP 43 (remove_files) COMPLETE
90582026-06-04T21:09:28.169Z[ host-image] Jun 04 21:09:26.924 INFO O| Jun 04 21:09:26.924 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-06-04T21:09:28.172Z[ host-image] Jun 04 21:09:26.930 INFO O| Jun 04 21:09:26.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90602026-06-04T21:09:28.175Z[ host-image] Jun 04 21:09:26.930 INFO O| Jun 04 21:09:26.930 INFO STEP 44 (remove_files) COMPLETE
90612026-06-04T21:09:28.175Z[ host-image] Jun 04 21:09:26.930 INFO O| Jun 04 21:09:26.930 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-06-04T21:09:28.179Z[ host-image] Jun 04 21:09:26.937 INFO O| Jun 04 21:09:26.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90632026-06-04T21:09:28.179Z[ host-image] Jun 04 21:09:26.937 INFO O| Jun 04 21:09:26.937 INFO STEP 45 (remove_files) COMPLETE
90642026-06-04T21:09:28.182Z[ host-image] Jun 04 21:09:26.937 INFO O| Jun 04 21:09:26.937 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-06-04T21:09:28.186Z[ host-image] Jun 04 21:09:26.944 INFO O| Jun 04 21:09:26.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90662026-06-04T21:09:28.187Z[ host-image] Jun 04 21:09:26.944 INFO O| Jun 04 21:09:26.944 INFO STEP 46 (remove_files) COMPLETE
90672026-06-04T21:09:28.187Z[ host-image] Jun 04 21:09:26.944 INFO O| Jun 04 21:09:26.944 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-06-04T21:09:28.194Z[ host-image] Jun 04 21:09:26.951 INFO O| Jun 04 21:09:26.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90692026-06-04T21:09:28.194Z[ host-image] Jun 04 21:09:26.952 INFO O| Jun 04 21:09:26.952 INFO STEP 47 (remove_files) COMPLETE
90702026-06-04T21:09:28.196Z[ host-image] Jun 04 21:09:26.952 INFO O| Jun 04 21:09:26.952 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-06-04T21:09:28.201Z[ host-image] Jun 04 21:09:26.959 INFO O| Jun 04 21:09:26.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90722026-06-04T21:09:28.201Z[ host-image] Jun 04 21:09:26.959 INFO O| Jun 04 21:09:26.959 INFO STEP 48 (remove_files) COMPLETE
90732026-06-04T21:09:28.204Z[ host-image] Jun 04 21:09:26.959 INFO O| Jun 04 21:09:26.959 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-06-04T21:09:28.208Z[ host-image] Jun 04 21:09:26.966 INFO O| Jun 04 21:09:26.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90752026-06-04T21:09:28.208Z[ host-image] Jun 04 21:09:26.966 INFO O| Jun 04 21:09:26.966 INFO STEP 49 (remove_files) COMPLETE
90762026-06-04T21:09:28.208Z[ host-image] Jun 04 21:09:26.966 INFO O| Jun 04 21:09:26.966 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-06-04T21:09:28.215Z[ host-image] Jun 04 21:09:26.973 INFO O| Jun 04 21:09:26.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90782026-06-04T21:09:28.216Z[ host-image] Jun 04 21:09:26.973 INFO O| Jun 04 21:09:26.973 INFO STEP 50 (remove_files) COMPLETE
90792026-06-04T21:09:28.216Z[ host-image] Jun 04 21:09:26.973 INFO O| Jun 04 21:09:26.973 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-06-04T21:09:28.222Z[ host-image] Jun 04 21:09:26.980 INFO O| Jun 04 21:09:26.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90812026-06-04T21:09:28.222Z[ host-image] Jun 04 21:09:26.980 INFO O| Jun 04 21:09:26.980 INFO STEP 51 (remove_files) COMPLETE
90822026-06-04T21:09:28.225Z[ host-image] Jun 04 21:09:26.980 INFO O| Jun 04 21:09:26.980 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-06-04T21:09:28.230Z[ host-image] Jun 04 21:09:26.987 INFO O| Jun 04 21:09:26.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90842026-06-04T21:09:28.230Z[ host-image] Jun 04 21:09:26.987 INFO O| Jun 04 21:09:26.987 INFO STEP 52 (remove_files) COMPLETE
90852026-06-04T21:09:28.230Z[ host-image] Jun 04 21:09:26.987 INFO O| Jun 04 21:09:26.987 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-06-04T21:09:28.237Z[ host-image] Jun 04 21:09:26.995 INFO O| Jun 04 21:09:26.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90872026-06-04T21:09:28.237Z[ host-image] Jun 04 21:09:26.995 INFO O| Jun 04 21:09:26.995 INFO STEP 53 (remove_files) COMPLETE
90882026-06-04T21:09:28.238Z[ host-image] Jun 04 21:09:26.995 INFO O| Jun 04 21:09:26.995 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-06-04T21:09:28.244Z[ host-image] Jun 04 21:09:27.002 INFO O| Jun 04 21:09:27.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90902026-06-04T21:09:28.244Z[ host-image] Jun 04 21:09:27.002 INFO O| Jun 04 21:09:27.002 INFO STEP 54 (remove_files) COMPLETE
90912026-06-04T21:09:28.247Z[ host-image] Jun 04 21:09:27.002 INFO O| Jun 04 21:09:27.002 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-06-04T21:09:28.251Z[ host-image] Jun 04 21:09:27.009 INFO O| Jun 04 21:09:27.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90932026-06-04T21:09:28.251Z[ host-image] Jun 04 21:09:27.009 INFO O| Jun 04 21:09:27.009 INFO STEP 55 (remove_files) COMPLETE
90942026-06-04T21:09:28.254Z[ host-image] Jun 04 21:09:27.009 INFO O| Jun 04 21:09:27.009 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90952026-06-04T21:09:28.259Z[ host-image] Jun 04 21:09:27.017 INFO O| Jun 04 21:09:27.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
90962026-06-04T21:09:28.259Z[ host-image] Jun 04 21:09:27.017 INFO O| Jun 04 21:09:27.017 INFO STEP 56 (remove_files) COMPLETE
90972026-06-04T21:09:28.259Z[ host-image] Jun 04 21:09:27.017 INFO O| Jun 04 21:09:27.017 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90982026-06-04T21:09:28.266Z[ host-image] Jun 04 21:09:27.024 INFO O| Jun 04 21:09:27.024 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
90992026-06-04T21:09:28.266Z[ host-image] Jun 04 21:09:27.024 INFO O| Jun 04 21:09:27.024 INFO STEP 57 (remove_files) COMPLETE
91002026-06-04T21:09:28.269Z[ host-image] Jun 04 21:09:27.024 INFO O| Jun 04 21:09:27.024 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-06-04T21:09:28.273Z[ host-image] Jun 04 21:09:27.031 INFO O| Jun 04 21:09:27.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91022026-06-04T21:09:28.273Z[ host-image] Jun 04 21:09:27.031 INFO O| Jun 04 21:09:27.031 INFO STEP 58 (remove_files) COMPLETE
91032026-06-04T21:09:28.273Z[ host-image] Jun 04 21:09:27.031 INFO O| Jun 04 21:09:27.031 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042026-06-04T21:09:28.280Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91052026-06-04T21:09:28.280Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91062026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91072026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91082026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91092026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91102026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO ok!
91112026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO STEP 59 (ensure_file) COMPLETE
91122026-06-04T21:09:28.283Z[ host-image] Jun 04 21:09:27.038 INFO O| Jun 04 21:09:27.038 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-06-04T21:09:28.287Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91142026-06-04T21:09:28.287Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91152026-06-04T21:09:28.287Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91162026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91172026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91182026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91192026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO ok!
91202026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO STEP 60 (ensure_file) COMPLETE
91212026-06-04T21:09:28.291Z[ host-image] Jun 04 21:09:27.045 INFO O| Jun 04 21:09:27.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91232026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91242026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91252026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO ok!
91262026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO STEP 61 (ensure_file) COMPLETE
91272026-06-04T21:09:28.295Z[ host-image] Jun 04 21:09:27.052 INFO O| Jun 04 21:09:27.052 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-06-04T21:09:28.304Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91292026-06-04T21:09:28.304Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91302026-06-04T21:09:28.307Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91312026-06-04T21:09:28.307Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 INFO ok!
91322026-06-04T21:09:28.307Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 INFO STEP 62 (ensure_file) COMPLETE
91332026-06-04T21:09:28.307Z[ host-image] Jun 04 21:09:27.062 INFO O| Jun 04 21:09:27.062 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342026-06-04T21:09:28.312Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91352026-06-04T21:09:28.312Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91362026-06-04T21:09:28.312Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91372026-06-04T21:09:28.313Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91382026-06-04T21:09:28.313Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO ok!
91392026-06-04T21:09:28.316Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO STEP 63 (ensure_file) COMPLETE
91402026-06-04T21:09:28.316Z[ host-image] Jun 04 21:09:27.070 INFO O| Jun 04 21:09:27.070 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-06-04T21:09:28.320Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91422026-06-04T21:09:28.320Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91432026-06-04T21:09:28.320Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91442026-06-04T21:09:28.322Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91452026-06-04T21:09:28.322Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO ok!
91462026-06-04T21:09:28.323Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO STEP 64 (ensure_file) COMPLETE
91472026-06-04T21:09:28.323Z[ host-image] Jun 04 21:09:27.077 INFO O| Jun 04 21:09:27.077 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-06-04T21:09:28.327Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91492026-06-04T21:09:28.327Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91502026-06-04T21:09:28.327Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91512026-06-04T21:09:28.327Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO ok!
91522026-06-04T21:09:28.330Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO STEP 65 (assemble_files) COMPLETE
91532026-06-04T21:09:28.330Z[ host-image] Jun 04 21:09:27.085 INFO O| Jun 04 21:09:27.085 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-06-04T21:09:28.337Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91552026-06-04T21:09:28.337Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91562026-06-04T21:09:28.337Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91572026-06-04T21:09:28.340Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91582026-06-04T21:09:28.340Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO ok!
91592026-06-04T21:09:28.340Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO STEP 66 (ensure_file) COMPLETE
91602026-06-04T21:09:28.340Z[ host-image] Jun 04 21:09:27.095 INFO O| Jun 04 21:09:27.095 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612026-06-04T21:09:28.345Z[ host-image] Jun 04 21:09:27.102 INFO O| Jun 04 21:09:27.102 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91622026-06-04T21:09:28.345Z[ host-image] Jun 04 21:09:27.102 INFO O| Jun 04 21:09:27.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91632026-06-04T21:09:28.351Z[ host-image] Jun 04 21:09:27.102 INFO O| Jun 04 21:09:27.102 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91642026-06-04T21:09:28.351Z[ host-image] Jun 04 21:09:27.102 INFO O| Jun 04 21:09:27.102 INFO STEP 67 (ensure_dir) COMPLETE
91652026-06-04T21:09:28.351Z[ host-image] Jun 04 21:09:27.102 INFO O| Jun 04 21:09:27.102 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-06-04T21:09:28.359Z[ host-image] Jun 04 21:09:27.112 INFO O| Jun 04 21:09:27.112 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91672026-06-04T21:09:28.359Z[ host-image] Jun 04 21:09:27.112 INFO O| Jun 04 21:09:27.112 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 ...
91682026-06-04T21:09:28.364Z[ host-image] Jun 04 21:09:27.117 INFO O| Jun 04 21:09:27.117 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
91692026-06-04T21:09:28.364Z[ host-image] Jun 04 21:09:27.117 INFO O| Jun 04 21:09:27.117 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91702026-06-04T21:09:28.364Z[ host-image] Jun 04 21:09:27.117 INFO O| Jun 04 21:09:27.117 INFO ok!
91712026-06-04T21:09:28.364Z[ host-image] Jun 04 21:09:27.117 INFO O| Jun 04 21:09:27.117 INFO STEP 68 (ensure_file) COMPLETE
91722026-06-04T21:09:28.364Z[ host-image] Jun 04 21:09:27.117 INFO O| Jun 04 21:09:27.117 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732026-06-04T21:09:28.371Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91742026-06-04T21:09:28.371Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 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 ...
91752026-06-04T21:09:28.373Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 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
91762026-06-04T21:09:28.374Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91772026-06-04T21:09:28.374Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 INFO ok!
91782026-06-04T21:09:28.374Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 INFO STEP 69 (ensure_file) COMPLETE
91792026-06-04T21:09:28.374Z[ host-image] Jun 04 21:09:27.127 INFO O| Jun 04 21:09:27.127 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-06-04T21:09:28.381Z[ host-image] Jun 04 21:09:27.138 INFO O| Jun 04 21:09:27.138 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91812026-06-04T21:09:28.381Z[ host-image] Jun 04 21:09:27.138 INFO O| Jun 04 21:09:27.138 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91822026-06-04T21:09:29.887Z[ host-image] Jun 04 21:09:28.645 INFO O| Jun 04 21:09:28.645 INFO STEP 70 (pack_tar) COMPLETE
91832026-06-04T21:09:29.887Z[ host-image] Jun 04 21:09:28.645 INFO O| Jun 04 21:09:28.645 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91842026-06-04T21:09:29.890Z[ host-image] Jun 04 21:09:28.645 INFO O| Jun 04 21:09:28.645 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91852026-06-04T21:09:30.626Z[ host-image] Jun 04 21:09:29.384 INFO O| Jun 04 21:09:29.383 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91862026-06-04T21:09:30.682Z[ host-image] Jun 04 21:09:29.438 INFO O| Jun 04 21:09:29.438 INFO completed processing sled/ramdisk-02-trim
91872026-06-04T21:09:30.685Z[ host-image] Jun 04 21:09:29.440 INFO image builder template: zfs...
91882026-06-04T21:09:30.685Z[ host-image] Jun 04 21:09:29.440 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/.tmpudJj9D/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
91892026-06-04T21:09:30.695Z[ host-image] Jun 04 21:09:29.452 INFO O| Jun 04 21:09:29.452 INFO skip include "stress" because feature "stress" is not enabled
91902026-06-04T21:09:30.695Z[ host-image] Jun 04 21:09:29.452 INFO O| Jun 04 21:09:29.452 INFO skip include "stress" because feature "compliance" is not enabled
91912026-06-04T21:09:30.722Z[ host-image] Jun 04 21:09:29.480 INFO O| Jun 04 21:09:29.480 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91922026-06-04T21:09:30.725Z[ host-image] Jun 04 21:09:29.483 INFO O| Jun 04 21:09:29.483 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91932026-06-04T21:09:30.773Z[ host-image] Jun 04 21:09:29.530 INFO O| Jun 04 21:09:29.530 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91942026-06-04T21:09:30.828Z[ host-image] Jun 04 21:09:29.579 INFO O| Jun 04 21:09:29.579 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
91952026-06-04T21:09:30.828Z[ host-image] Jun 04 21:09:29.580 INFO O| Jun 04 21:09:29.579 INFO work dataset: rpool/images/build/host/work/sled/zfs
91962026-06-04T21:09:30.832Z[ host-image] Jun 04 21:09:29.583 INFO O| Jun 04 21:09:29.583 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
91972026-06-04T21:09:30.885Z[ host-image] Jun 04 21:09:29.642 INFO O| Jun 04 21:09:29.642 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
91982026-06-04T21:09:30.964Z[ host-image] Jun 04 21:09:29.721 INFO O| Jun 04 21:09:29.721 INFO DESTROY POOL: TEMPORARY-sled-zfs
91992026-06-04T21:09:30.971Z[ host-image] Jun 04 21:09:29.729 INFO O| Jun 04 21:09:29.729 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92002026-06-04T21:09:30.975Z[ host-image] Jun 04 21:09:29.733 INFO O| Jun 04 21:09:29.732 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92012026-06-04T21:09:30.975Z[ host-image] Jun 04 21:09:29.733 INFO O| Jun 04 21:09:29.733 INFO no lofi found
92022026-06-04T21:09:30.975Z[ host-image] Jun 04 21:09:29.733 INFO O| Jun 04 21:09:29.733 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92032026-06-04T21:09:30.975Z[ host-image] Jun 04 21:09:29.733 INFO O| Jun 04 21:09:29.733 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92042026-06-04T21:09:32.245Z[ host-image] Jun 04 21:09:31.001 INFO O| Jun 04 21:09:31.001 INFO lofi device = /dev/dsk/c2t1d0p0
92052026-06-04T21:09:32.245Z[ host-image] Jun 04 21:09:31.001 INFO O| Jun 04 21:09:31.001 INFO pool device = /dev/dsk/c2t1d0p0
92062026-06-04T21:09:32.245Z[ host-image] Jun 04 21:09:31.001 INFO O| Jun 04 21:09:31.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"]
92072026-06-04T21:09:32.411Z[ host-image] Jun 04 21:09:31.164 INFO O| Jun 04 21:09:31.164 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92082026-06-04T21:09:32.411Z[ host-image] Jun 04 21:09:31.164 INFO O| Jun 04 21:09:31.164 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92092026-06-04T21:09:32.436Z[ host-image] Jun 04 21:09:31.184 INFO O| Jun 04 21:09:31.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92102026-06-04T21:09:32.506Z[ host-image] Jun 04 21:09:31.262 INFO O| Jun 04 21:09:31.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92112026-06-04T21:09:32.540Z[ host-image] Jun 04 21:09:31.294 INFO O| Jun 04 21:09:31.294 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92122026-06-04T21:09:32.554Z[ host-image] Jun 04 21:09:31.310 INFO O| Jun 04 21:09:31.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92132026-06-04T21:09:32.580Z[ host-image] Jun 04 21:09:31.323 INFO O| Jun 04 21:09:31.323 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92142026-06-04T21:09:32.611Z[ host-image] Jun 04 21:09:31.361 INFO O| Jun 04 21:09:31.361 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92152026-06-04T21:09:32.611Z[ host-image] Jun 04 21:09:31.361 INFO O| Jun 04 21:09:31.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92162026-06-04T21:09:32.612Z[ host-image] Jun 04 21:09:31.361 INFO O| Jun 04 21:09:31.361 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92172026-06-04T21:09:32.616Z[ host-image] Jun 04 21:09:31.369 INFO O| Jun 04 21:09:31.369 INFO boot environment UUID: cf99a1fb-2e8f-4ca5-8bd4-d8fe7e121ccc
92182026-06-04T21:09:32.616Z[ host-image] Jun 04 21:09:31.369 INFO O| Jun 04 21:09:31.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cf99a1fb-2e8f-4ca5-8bd4-d8fe7e121ccc
92192026-06-04T21:09:32.640Z[ host-image] Jun 04 21:09:31.383 INFO O| Jun 04 21:09:31.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92202026-06-04T21:09:32.651Z[ host-image] Jun 04 21:09:31.397 INFO O| Jun 04 21:09:31.396 INFO STEP 0 (create_be) COMPLETE
92212026-06-04T21:09:32.651Z[ host-image] Jun 04 21:09:31.397 INFO O| Jun 04 21:09:31.397 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92222026-06-04T21:09:32.654Z[ host-image] Jun 04 21:09:31.409 INFO O| Jun 04 21:09:31.409 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92232026-06-04T21:09:43.524Z[ host-image] Jun 04 21:09:42.281 INFO O| Jun 04 21:09:42.281 INFO STEP 1 (unpack_tar) COMPLETE
92242026-06-04T21:09:43.524Z[ host-image] Jun 04 21:09:42.282 INFO O| Jun 04 21:09:42.281 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92252026-06-04T21:09:43.533Z[ host-image] Jun 04 21:09:42.290 INFO O| Jun 04 21:09:42.290 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92262026-06-04T21:09:43.729Z[ host-image] Jun 04 21:09:42.486 INFO O| Jun 04 21:09:42.486 INFO STEP 2 (devfsadm) COMPLETE
92272026-06-04T21:09:43.729Z[ host-image] Jun 04 21:09:42.487 INFO O| Jun 04 21:09:42.486 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92282026-06-04T21:09:43.737Z[ host-image] Jun 04 21:09:42.495 INFO O| Jun 04 21:09:42.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92292026-06-04T21:09:43.737Z[ host-image] Jun 04 21:09:42.495 INFO O| Jun 04 21:09:42.495 INFO STEP 3 (ensure_dir) COMPLETE
92302026-06-04T21:09:43.737Z[ host-image] Jun 04 21:09:42.495 INFO O| Jun 04 21:09:42.495 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92312026-06-04T21:09:43.744Z[ host-image] Jun 04 21:09:42.502 INFO O| Jun 04 21:09:42.502 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92322026-06-04T21:09:43.744Z[ host-image] Jun 04 21:09:42.502 INFO O| Jun 04 21:09:42.502 INFO STEP 4 (ensure_dir) COMPLETE
92332026-06-04T21:09:43.744Z[ host-image] Jun 04 21:09:42.502 INFO O| Jun 04 21:09:42.502 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92342026-06-04T21:09:43.751Z[ host-image] Jun 04 21:09:42.509 INFO O| Jun 04 21:09:42.509 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92352026-06-04T21:09:43.751Z[ host-image] Jun 04 21:09:42.509 INFO O| Jun 04 21:09:42.509 INFO STEP 5 (ensure_dir) COMPLETE
92362026-06-04T21:09:43.751Z[ host-image] Jun 04 21:09:42.509 INFO O| Jun 04 21:09:42.509 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92372026-06-04T21:09:43.758Z[ host-image] Jun 04 21:09:42.516 INFO O| Jun 04 21:09:42.516 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92382026-06-04T21:09:43.758Z[ host-image] Jun 04 21:09:42.516 INFO O| Jun 04 21:09:42.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92392026-06-04T21:09:43.761Z[ host-image] Jun 04 21:09:42.516 INFO O| Jun 04 21:09:42.516 INFO STEP 6 (ensure_dir) COMPLETE
92402026-06-04T21:09:43.761Z[ host-image] Jun 04 21:09:42.516 INFO O| Jun 04 21:09:42.516 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92412026-06-04T21:09:43.765Z[ host-image] Jun 04 21:09:42.523 INFO O| Jun 04 21:09:42.523 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92422026-06-04T21:09:43.765Z[ host-image] Jun 04 21:09:42.523 INFO O| Jun 04 21:09:42.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92432026-06-04T21:09:43.768Z[ host-image] Jun 04 21:09:42.523 INFO O| Jun 04 21:09:42.523 INFO STEP 7 (ensure_dir) COMPLETE
92442026-06-04T21:09:43.768Z[ host-image] Jun 04 21:09:42.523 INFO O| Jun 04 21:09:42.523 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92452026-06-04T21:09:43.772Z[ host-image] Jun 04 21:09:42.530 INFO O| Jun 04 21:09:42.530 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92462026-06-04T21:09:43.775Z[ host-image] Jun 04 21:09:42.531 INFO O| Jun 04 21:09:42.531 INFO STEP 8 (remove_files) COMPLETE
92472026-06-04T21:09:43.775Z[ host-image] Jun 04 21:09:42.531 INFO O| Jun 04 21:09:42.531 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92482026-06-04T21:09:43.781Z[ host-image] Jun 04 21:09:42.538 INFO O| Jun 04 21:09:42.538 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92492026-06-04T21:09:43.784Z[ host-image] Jun 04 21:09:42.539 INFO O| Jun 04 21:09:42.539 INFO STEP 9 (remove_files) COMPLETE
92502026-06-04T21:09:43.784Z[ host-image] Jun 04 21:09:42.539 INFO O| Jun 04 21:09:42.539 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92512026-06-04T21:09:43.788Z[ host-image] Jun 04 21:09:42.546 INFO O| Jun 04 21:09:42.546 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92522026-06-04T21:09:43.791Z[ host-image] Jun 04 21:09:42.547 INFO O| Jun 04 21:09:42.546 INFO STEP 10 (remove_files) COMPLETE
92532026-06-04T21:09:43.791Z[ host-image] Jun 04 21:09:42.547 INFO O| Jun 04 21:09:42.547 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92542026-06-04T21:09:43.796Z[ host-image] Jun 04 21:09:42.554 INFO O| Jun 04 21:09:42.554 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92552026-06-04T21:09:43.796Z[ host-image] Jun 04 21:09:42.554 INFO O| Jun 04 21:09:42.554 INFO STEP 11 (remove_files) COMPLETE
92562026-06-04T21:09:43.799Z[ host-image] Jun 04 21:09:42.554 INFO O| Jun 04 21:09:42.554 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92572026-06-04T21:09:43.803Z[ host-image] Jun 04 21:09:42.561 INFO O| Jun 04 21:09:42.561 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92582026-06-04T21:09:43.803Z[ host-image] Jun 04 21:09:42.561 INFO O| Jun 04 21:09:42.561 INFO STEP 12 (remove_files) COMPLETE
92592026-06-04T21:09:43.803Z[ host-image] Jun 04 21:09:42.561 INFO O| Jun 04 21:09:42.561 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602026-06-04T21:09:43.810Z[ host-image] Jun 04 21:09:42.567 INFO O| Jun 04 21:09:42.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92612026-06-04T21:09:43.810Z[ host-image] Jun 04 21:09:42.567 INFO O| Jun 04 21:09:42.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92622026-06-04T21:09:43.813Z[ host-image] Jun 04 21:09:42.567 INFO O| Jun 04 21:09:42.567 INFO STEP 13 (ensure_dir) COMPLETE
92632026-06-04T21:09:43.813Z[ host-image] Jun 04 21:09:42.567 INFO O| Jun 04 21:09:42.567 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-06-04T21:09:43.817Z[ host-image] Jun 04 21:09:42.575 INFO O| Jun 04 21:09:42.575 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92652026-06-04T21:09:43.817Z[ host-image] Jun 04 21:09:42.575 INFO O| Jun 04 21:09:42.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92662026-06-04T21:09:43.820Z[ host-image] Jun 04 21:09:42.575 INFO O| Jun 04 21:09:42.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92672026-06-04T21:09:43.820Z[ host-image] Jun 04 21:09:42.575 INFO O| Jun 04 21:09:42.575 INFO STEP 14 (ensure_dir) COMPLETE
92682026-06-04T21:09:43.820Z[ host-image] Jun 04 21:09:42.575 INFO O| Jun 04 21:09:42.575 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92692026-06-04T21:09:43.824Z[ host-image] Jun 04 21:09:42.582 INFO O| Jun 04 21:09:42.582 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92702026-06-04T21:09:43.824Z[ host-image] Jun 04 21:09:42.582 INFO O| Jun 04 21:09:42.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92712026-06-04T21:09:43.827Z[ host-image] Jun 04 21:09:42.582 INFO O| Jun 04 21:09:42.582 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92722026-06-04T21:09:43.827Z[ host-image] Jun 04 21:09:42.582 INFO O| Jun 04 21:09:42.582 INFO STEP 15 (ensure_dir) COMPLETE
92732026-06-04T21:09:43.827Z[ host-image] Jun 04 21:09:42.582 INFO O| Jun 04 21:09:42.582 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-06-04T21:09:43.831Z[ host-image] Jun 04 21:09:42.589 INFO O| Jun 04 21:09:42.589 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92752026-06-04T21:09:43.831Z[ host-image] Jun 04 21:09:42.589 INFO O| Jun 04 21:09:42.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92762026-06-04T21:09:43.835Z[ host-image] Jun 04 21:09:42.589 INFO O| Jun 04 21:09:42.589 INFO STEP 16 (ensure_dir) COMPLETE
92772026-06-04T21:09:43.835Z[ host-image] Jun 04 21:09:42.589 INFO O| Jun 04 21:09:42.589 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-06-04T21:09:43.838Z[ host-image] Jun 04 21:09:42.596 INFO O| Jun 04 21:09:42.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92792026-06-04T21:09:43.838Z[ host-image] Jun 04 21:09:42.596 INFO O| Jun 04 21:09:42.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92802026-06-04T21:09:43.838Z[ host-image] Jun 04 21:09:42.596 INFO O| Jun 04 21:09:42.596 INFO STEP 17 (ensure_dir) COMPLETE
92812026-06-04T21:09:43.838Z[ host-image] Jun 04 21:09:42.596 INFO O| Jun 04 21:09:42.596 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-06-04T21:09:43.845Z[ host-image] Jun 04 21:09:42.603 INFO O| Jun 04 21:09:42.603 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92832026-06-04T21:09:43.845Z[ host-image] Jun 04 21:09:42.603 INFO O| Jun 04 21:09:42.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
92842026-06-04T21:09:43.848Z[ host-image] Jun 04 21:09:42.603 INFO O| Jun 04 21:09:42.603 INFO ok!
92852026-06-04T21:09:43.848Z[ host-image] Jun 04 21:09:42.603 INFO O| Jun 04 21:09:42.603 INFO STEP 18 (ensure_symlink) COMPLETE
92862026-06-04T21:09:43.848Z[ host-image] Jun 04 21:09:42.603 INFO O| Jun 04 21:09:42.603 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92872026-06-04T21:09:43.852Z[ host-image] Jun 04 21:09:42.610 INFO O| Jun 04 21:09:42.610 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
92882026-06-04T21:09:43.852Z[ host-image] Jun 04 21:09:42.610 INFO O| Jun 04 21:09:42.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
92892026-06-04T21:09:43.855Z[ host-image] Jun 04 21:09:42.610 INFO O| Jun 04 21:09:42.610 INFO ok!
92902026-06-04T21:09:43.855Z[ host-image] Jun 04 21:09:42.610 INFO O| Jun 04 21:09:42.610 INFO STEP 19 (ensure_file) COMPLETE
92912026-06-04T21:09:43.855Z[ host-image] Jun 04 21:09:42.610 INFO O| Jun 04 21:09:42.610 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92922026-06-04T21:09:43.859Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
92932026-06-04T21:09:43.859Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92942026-06-04T21:09:43.862Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
92952026-06-04T21:09:43.864Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO ok!
92962026-06-04T21:09:43.864Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO STEP 20 (ensure_symlink) COMPLETE
92972026-06-04T21:09:43.864Z[ host-image] Jun 04 21:09:42.617 INFO O| Jun 04 21:09:42.617 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92982026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92992026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93002026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93012026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO ok!
93022026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO STEP 21 (ensure_symlink) COMPLETE
93032026-06-04T21:09:43.867Z[ host-image] Jun 04 21:09:42.624 INFO O| Jun 04 21:09:42.624 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93042026-06-04T21:09:43.874Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93052026-06-04T21:09:43.874Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93062026-06-04T21:09:43.874Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93072026-06-04T21:09:43.877Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO ok!
93082026-06-04T21:09:43.877Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO STEP 22 (ensure_symlink) COMPLETE
93092026-06-04T21:09:43.877Z[ host-image] Jun 04 21:09:42.632 INFO O| Jun 04 21:09:42.632 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93102026-06-04T21:09:43.882Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93112026-06-04T21:09:43.882Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93122026-06-04T21:09:43.882Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93132026-06-04T21:09:43.887Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO ok!
93142026-06-04T21:09:43.887Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO STEP 23 (ensure_symlink) COMPLETE
93152026-06-04T21:09:43.887Z[ host-image] Jun 04 21:09:42.639 INFO O| Jun 04 21:09:42.639 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93162026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93172026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93182026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93192026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 INFO ok!
93202026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 INFO STEP 24 (ensure_file) COMPLETE
93212026-06-04T21:09:43.890Z[ host-image] Jun 04 21:09:42.647 INFO O| Jun 04 21:09:42.647 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93222026-06-04T21:09:43.897Z[ host-image] Jun 04 21:09:42.654 INFO O| Jun 04 21:09:42.654 INFO updating shadow file
93232026-06-04T21:09:43.897Z[ host-image] Jun 04 21:09:42.654 INFO O| Jun 04 21:09:42.654 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93242026-06-04T21:09:43.897Z[ host-image] Jun 04 21:09:42.654 INFO O| Jun 04 21:09:42.654 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93252026-06-04T21:09:43.899Z[ host-image] Jun 04 21:09:42.654 INFO O| Jun 04 21:09:42.654 INFO STEP 25 (shadow) COMPLETE
93262026-06-04T21:09:43.899Z[ host-image] Jun 04 21:09:42.654 INFO O| Jun 04 21:09:42.654 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93272026-06-04T21:09:43.904Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93282026-06-04T21:09:43.904Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93292026-06-04T21:09:43.907Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93302026-06-04T21:09:43.908Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 INFO ok!
93312026-06-04T21:09:43.908Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 INFO STEP 26 (ensure_file) COMPLETE
93322026-06-04T21:09:43.908Z[ host-image] Jun 04 21:09:42.662 INFO O| Jun 04 21:09:42.662 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93332026-06-04T21:09:43.912Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.669 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93342026-06-04T21:09:43.912Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.669 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93352026-06-04T21:09:43.912Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93362026-06-04T21:09:43.915Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.670 INFO ok!
93372026-06-04T21:09:43.915Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.670 INFO STEP 27 (ensure_file) COMPLETE
93382026-06-04T21:09:43.915Z[ host-image] Jun 04 21:09:42.670 INFO O| Jun 04 21:09:42.670 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93392026-06-04T21:09:43.919Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93402026-06-04T21:09:43.919Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93412026-06-04T21:09:43.922Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93422026-06-04T21:09:43.922Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93432026-06-04T21:09:43.925Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO ok!
93442026-06-04T21:09:43.925Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO STEP 28 (ensure_file) COMPLETE
93452026-06-04T21:09:43.925Z[ host-image] Jun 04 21:09:42.677 INFO O| Jun 04 21:09:42.677 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93462026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93472026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93482026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93492026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO ok!
93502026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO STEP 29 (ensure_file) COMPLETE
93512026-06-04T21:09:43.928Z[ host-image] Jun 04 21:09:42.684 INFO O| Jun 04 21:09:42.684 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93522026-06-04T21:09:43.934Z[ host-image] Jun 04 21:09:42.691 INFO O| Jun 04 21:09:42.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93532026-06-04T21:09:43.934Z[ host-image] Jun 04 21:09:42.691 INFO O| Jun 04 21:09:42.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93542026-06-04T21:09:43.934Z[ host-image] Jun 04 21:09:42.691 INFO O| Jun 04 21:09:42.691 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93552026-06-04T21:09:43.937Z[ host-image] Jun 04 21:09:42.691 INFO O| Jun 04 21:09:42.691 INFO STEP 30 (ensure_dir) COMPLETE
93562026-06-04T21:09:43.937Z[ host-image] Jun 04 21:09:42.691 INFO O| Jun 04 21:09:42.691 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572026-06-04T21:09:43.941Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93582026-06-04T21:09:43.941Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93592026-06-04T21:09:43.944Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93602026-06-04T21:09:43.944Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93612026-06-04T21:09:43.948Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO ok!
93622026-06-04T21:09:43.948Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO STEP 31 (ensure_file) COMPLETE
93632026-06-04T21:09:43.948Z[ host-image] Jun 04 21:09:42.699 INFO O| Jun 04 21:09:42.699 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93642026-06-04T21:09:43.951Z[ host-image] Jun 04 21:09:42.706 INFO O| Jun 04 21:09:42.706 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93652026-06-04T21:09:43.951Z[ host-image] Jun 04 21:09:42.706 INFO O| Jun 04 21:09:42.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93662026-06-04T21:09:43.951Z[ host-image] Jun 04 21:09:42.706 INFO O| Jun 04 21:09:42.706 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93672026-06-04T21:09:43.951Z[ host-image] Jun 04 21:09:42.706 INFO O| Jun 04 21:09:42.706 INFO STEP 32 (ensure_dir) COMPLETE
93682026-06-04T21:09:43.951Z[ host-image] Jun 04 21:09:42.706 INFO O| Jun 04 21:09:42.706 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93692026-06-04T21:09:43.956Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93702026-06-04T21:09:43.956Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 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 ...
93712026-06-04T21:09:43.956Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 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
93722026-06-04T21:09:43.959Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
93732026-06-04T21:09:43.959Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 INFO ok!
93742026-06-04T21:09:43.959Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 INFO STEP 33 (ensure_file) COMPLETE
93752026-06-04T21:09:43.959Z[ host-image] Jun 04 21:09:42.713 INFO O| Jun 04 21:09:42.713 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93762026-06-04T21:09:43.963Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
93772026-06-04T21:09:43.963Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
93782026-06-04T21:09:43.966Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
93792026-06-04T21:09:43.966Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO ok!
93802026-06-04T21:09:43.966Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO STEP 34 (ensure_file) COMPLETE
93812026-06-04T21:09:43.966Z[ host-image] Jun 04 21:09:42.721 INFO O| Jun 04 21:09:42.721 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93822026-06-04T21:09:43.971Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93832026-06-04T21:09:43.971Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
93842026-06-04T21:09:43.971Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93852026-06-04T21:09:43.974Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93862026-06-04T21:09:43.974Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO ok!
93872026-06-04T21:09:43.974Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO STEP 35 (ensure_file) COMPLETE
93882026-06-04T21:09:43.974Z[ host-image] Jun 04 21:09:42.729 INFO O| Jun 04 21:09:42.729 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93892026-06-04T21:09:43.979Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
93902026-06-04T21:09:43.979Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
93912026-06-04T21:09:43.982Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
93922026-06-04T21:09:43.982Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 INFO ok!
93932026-06-04T21:09:43.982Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 INFO STEP 36 (ensure_file) COMPLETE
93942026-06-04T21:09:43.982Z[ host-image] Jun 04 21:09:42.737 INFO O| Jun 04 21:09:42.737 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93952026-06-04T21:09:43.987Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.744 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93962026-06-04T21:09:43.987Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.745 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
93972026-06-04T21:09:43.987Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
93982026-06-04T21:09:43.990Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.745 INFO ok!
93992026-06-04T21:09:43.990Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.745 INFO STEP 37 (ensure_file) COMPLETE
94002026-06-04T21:09:43.990Z[ host-image] Jun 04 21:09:42.745 INFO O| Jun 04 21:09:42.745 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94012026-06-04T21:09:43.995Z[ host-image] Jun 04 21:09:42.752 INFO O| Jun 04 21:09:42.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94022026-06-04T21:09:43.995Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.752 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94032026-06-04T21:09:43.995Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94042026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94052026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94062026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94072026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO ok!
94082026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO STEP 38 (ensure_file) COMPLETE
94092026-06-04T21:09:43.998Z[ host-image] Jun 04 21:09:42.753 INFO O| Jun 04 21:09:42.753 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94102026-06-04T21:09:44.002Z[ host-image] Jun 04 21:09:42.760 INFO O| Jun 04 21:09:42.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94112026-06-04T21:09:44.003Z[ host-image] Jun 04 21:09:42.760 INFO O| Jun 04 21:09:42.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94122026-06-04T21:09:44.003Z[ host-image] Jun 04 21:09:42.760 INFO O| Jun 04 21:09:42.760 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94132026-06-04T21:09:44.005Z[ host-image] Jun 04 21:09:42.760 INFO O| Jun 04 21:09:42.760 INFO STEP 39 (ensure_dir) COMPLETE
94142026-06-04T21:09:44.005Z[ host-image] Jun 04 21:09:42.760 INFO O| Jun 04 21:09:42.760 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94152026-06-04T21:09:44.010Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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
94162026-06-04T21:09:44.010Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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 ...
94172026-06-04T21:09:44.013Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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
94182026-06-04T21:09:44.013Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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
94192026-06-04T21:09:44.013Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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
94202026-06-04T21:09:44.013Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 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
94212026-06-04T21:09:44.014Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 INFO ok!
94222026-06-04T21:09:44.014Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 INFO STEP 40 (ensure_file) COMPLETE
94232026-06-04T21:09:44.014Z[ host-image] Jun 04 21:09:42.768 INFO O| Jun 04 21:09:42.768 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94242026-06-04T21:09:44.018Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94252026-06-04T21:09:44.018Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 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 ...
94262026-06-04T21:09:44.018Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94272026-06-04T21:09:44.020Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 INFO ok!
94282026-06-04T21:09:44.020Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 INFO STEP 41 (ensure_symlink) COMPLETE
94292026-06-04T21:09:44.020Z[ host-image] Jun 04 21:09:42.775 INFO O| Jun 04 21:09:42.775 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94302026-06-04T21:09:44.025Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94312026-06-04T21:09:44.025Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94322026-06-04T21:09:44.025Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94332026-06-04T21:09:44.028Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO ok!
94342026-06-04T21:09:44.028Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO STEP 42 (ensure_symlink) COMPLETE
94352026-06-04T21:09:44.028Z[ host-image] Jun 04 21:09:42.783 INFO O| Jun 04 21:09:42.783 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94362026-06-04T21:09:44.032Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94372026-06-04T21:09:44.032Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94382026-06-04T21:09:44.033Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94392026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94402026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94412026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94422026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO ok!
94432026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO STEP 43 (ensure_file) COMPLETE
94442026-06-04T21:09:44.036Z[ host-image] Jun 04 21:09:42.790 INFO O| Jun 04 21:09:42.790 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94452026-06-04T21:09:44.040Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94462026-06-04T21:09:44.040Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 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 ...
94472026-06-04T21:09:44.046Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 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
94482026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94492026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 INFO ok!
94502026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 INFO STEP 44 (ensure_file) COMPLETE
94512026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.798 INFO O| Jun 04 21:09:42.798 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94522026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94532026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94542026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94552026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO ok!
94562026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO STEP 45 (ensure_file) COMPLETE
94572026-06-04T21:09:44.049Z[ host-image] Jun 04 21:09:42.805 INFO O| Jun 04 21:09:42.805 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94582026-06-04T21:09:44.055Z[ host-image] Jun 04 21:09:42.812 INFO O| Jun 04 21:09:42.812 INFO updating shadow file
94592026-06-04T21:09:44.055Z[ host-image] Jun 04 21:09:42.812 INFO O| Jun 04 21:09:42.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94602026-06-04T21:09:44.055Z[ host-image] Jun 04 21:09:42.812 INFO O| Jun 04 21:09:42.812 INFO STEP 46 (shadow) COMPLETE
94612026-06-04T21:09:44.058Z[ host-image] Jun 04 21:09:42.812 INFO O| Jun 04 21:09:42.812 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94622026-06-04T21:09:44.062Z[ host-image] Jun 04 21:09:42.819 INFO O| Jun 04 21:09:42.819 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
94632026-06-04T21:09:44.062Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.819 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
94642026-06-04T21:09:44.062Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94652026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94662026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO ok!
94672026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO STEP 47 (ensure_file) COMPLETE
94682026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94692026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO skip step because feature "mfg" is not enabled
94702026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94712026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO skip step because feature "mfg" is not enabled
94722026-06-04T21:09:44.065Z[ host-image] Jun 04 21:09:42.820 INFO O| Jun 04 21:09:42.820 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94732026-06-04T21:09:44.069Z[ host-image] Jun 04 21:09:42.827 INFO O| Jun 04 21:09:42.827 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
94742026-06-04T21:09:44.069Z[ host-image] Jun 04 21:09:42.827 INFO O| Jun 04 21:09:42.827 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
94752026-06-04T21:09:44.091Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94762026-06-04T21:09:44.091Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94772026-06-04T21:09:44.091Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO ok!
94782026-06-04T21:09:44.094Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO STEP 50 (ensure_file) COMPLETE
94792026-06-04T21:09:44.094Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94802026-06-04T21:09:44.094Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO skip step because feature "compliance" is not enabled
94812026-06-04T21:09:44.094Z[ host-image] Jun 04 21:09:42.848 INFO O| Jun 04 21:09:42.848 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94822026-06-04T21:09:44.100Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
94832026-06-04T21:09:44.100Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
94842026-06-04T21:09:44.100Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94852026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94862026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94872026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94882026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO ok!
94892026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO STEP 52 (ensure_file) COMPLETE
94902026-06-04T21:09:44.103Z[ host-image] Jun 04 21:09:42.858 INFO O| Jun 04 21:09:42.858 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94912026-06-04T21:09:44.108Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94922026-06-04T21:09:44.108Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 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 ...
94932026-06-04T21:09:44.108Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 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
94942026-06-04T21:09:44.111Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94952026-06-04T21:09:44.111Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 INFO ok!
94962026-06-04T21:09:44.111Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 INFO STEP 53 (ensure_file) COMPLETE
94972026-06-04T21:09:44.111Z[ host-image] Jun 04 21:09:42.866 INFO O| Jun 04 21:09:42.866 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94982026-06-04T21:09:44.116Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
94992026-06-04T21:09:44.116Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 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 ...
95002026-06-04T21:09:44.116Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95012026-06-04T21:09:44.119Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95022026-06-04T21:09:44.119Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO ok!
95032026-06-04T21:09:44.119Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO STEP 54 (ensure_file) COMPLETE
95042026-06-04T21:09:44.119Z[ host-image] Jun 04 21:09:42.874 INFO O| Jun 04 21:09:42.874 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95052026-06-04T21:09:44.123Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95062026-06-04T21:09:44.123Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 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 ...
95072026-06-04T21:09:44.123Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 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
95082026-06-04T21:09:44.126Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95092026-06-04T21:09:44.126Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 INFO ok!
95102026-06-04T21:09:44.126Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 INFO STEP 55 (ensure_file) COMPLETE
95112026-06-04T21:09:44.126Z[ host-image] Jun 04 21:09:42.881 INFO O| Jun 04 21:09:42.881 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95122026-06-04T21:09:44.131Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95132026-06-04T21:09:44.131Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 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 ...
95142026-06-04T21:09:44.131Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95152026-06-04T21:09:44.134Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95162026-06-04T21:09:44.134Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO ok!
95172026-06-04T21:09:44.134Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO STEP 56 (ensure_file) COMPLETE
95182026-06-04T21:09:44.134Z[ host-image] Jun 04 21:09:42.888 INFO O| Jun 04 21:09:42.888 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95192026-06-04T21:09:44.138Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.895 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95202026-06-04T21:09:44.138Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.895 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 ...
95212026-06-04T21:09:44.138Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.896 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
95222026-06-04T21:09:44.141Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.896 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95232026-06-04T21:09:44.141Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.896 INFO ok!
95242026-06-04T21:09:44.141Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.896 INFO STEP 57 (ensure_file) COMPLETE
95252026-06-04T21:09:44.141Z[ host-image] Jun 04 21:09:42.896 INFO O| Jun 04 21:09:42.896 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95262026-06-04T21:09:44.145Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95272026-06-04T21:09:44.145Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 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 ...
95282026-06-04T21:09:44.145Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95292026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95302026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95312026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95322026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO ok!
95332026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO STEP 58 (ensure_file) COMPLETE
95342026-06-04T21:09:44.148Z[ host-image] Jun 04 21:09:42.903 INFO O| Jun 04 21:09:42.903 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95352026-06-04T21:09:44.153Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.910 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95362026-06-04T21:09:44.153Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.910 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 ...
95372026-06-04T21:09:44.153Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.911 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
95382026-06-04T21:09:44.156Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95392026-06-04T21:09:44.156Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.911 INFO ok!
95402026-06-04T21:09:44.156Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.911 INFO STEP 59 (ensure_file) COMPLETE
95412026-06-04T21:09:44.156Z[ host-image] Jun 04 21:09:42.911 INFO O| Jun 04 21:09:42.911 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95422026-06-04T21:09:44.160Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95432026-06-04T21:09:44.160Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95442026-06-04T21:09:44.160Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95452026-06-04T21:09:44.163Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95462026-06-04T21:09:44.163Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO ok!
95472026-06-04T21:09:44.163Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO STEP 60 (ensure_file) COMPLETE
95482026-06-04T21:09:44.163Z[ host-image] Jun 04 21:09:42.918 INFO O| Jun 04 21:09:42.918 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95492026-06-04T21:09:44.167Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95502026-06-04T21:09:44.167Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 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 ...
95512026-06-04T21:09:44.168Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 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
95522026-06-04T21:09:44.170Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95532026-06-04T21:09:44.170Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 INFO ok!
95542026-06-04T21:09:44.170Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 INFO STEP 61 (ensure_file) COMPLETE
95552026-06-04T21:09:44.170Z[ host-image] Jun 04 21:09:42.925 INFO O| Jun 04 21:09:42.925 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95562026-06-04T21:09:44.174Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95572026-06-04T21:09:44.174Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95582026-06-04T21:09:44.174Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95592026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95602026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95612026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95622026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO ok!
95632026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO STEP 62 (ensure_file) COMPLETE
95642026-06-04T21:09:44.177Z[ host-image] Jun 04 21:09:42.932 INFO O| Jun 04 21:09:42.932 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95652026-06-04T21:09:44.182Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95662026-06-04T21:09:44.182Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 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 ...
95672026-06-04T21:09:44.182Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 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
95682026-06-04T21:09:44.185Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95692026-06-04T21:09:44.185Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 INFO ok!
95702026-06-04T21:09:44.185Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 INFO STEP 63 (ensure_file) COMPLETE
95712026-06-04T21:09:44.185Z[ host-image] Jun 04 21:09:42.940 INFO O| Jun 04 21:09:42.940 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95722026-06-04T21:09:44.189Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95732026-06-04T21:09:44.190Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 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 ...
95742026-06-04T21:09:44.190Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 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
95752026-06-04T21:09:44.190Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95762026-06-04T21:09:44.192Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 INFO ok!
95772026-06-04T21:09:44.192Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 INFO STEP 64 (ensure_file) COMPLETE
95782026-06-04T21:09:44.193Z[ host-image] Jun 04 21:09:42.947 INFO O| Jun 04 21:09:42.947 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95792026-06-04T21:09:44.197Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95802026-06-04T21:09:44.197Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 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 ...
95812026-06-04T21:09:44.197Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 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
95822026-06-04T21:09:44.199Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95832026-06-04T21:09:44.199Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO ok!
95842026-06-04T21:09:44.200Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO STEP 65 (ensure_file) COMPLETE
95852026-06-04T21:09:44.200Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95862026-06-04T21:09:44.200Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO skip step because feature "mbist" is not enabled
95872026-06-04T21:09:44.200Z[ host-image] Jun 04 21:09:42.954 INFO O| Jun 04 21:09:42.954 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882026-06-04T21:09:44.204Z[ host-image] Jun 04 21:09:42.962 INFO O| Jun 04 21:09:42.962 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
95892026-06-04T21:09:44.204Z[ host-image] Jun 04 21:09:42.962 INFO O| Jun 04 21:09:42.962 INFO STEP 67 (ensure_dir) COMPLETE
95902026-06-04T21:09:44.204Z[ host-image] Jun 04 21:09:42.962 INFO O| Jun 04 21:09:42.962 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912026-06-04T21:09:44.211Z[ host-image] Jun 04 21:09:42.968 INFO O| Jun 04 21:09:42.968 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95922026-06-04T21:09:44.211Z[ host-image] Jun 04 21:09:42.968 INFO O| Jun 04 21:09:42.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95932026-06-04T21:09:44.211Z[ host-image] Jun 04 21:09:42.968 INFO O| Jun 04 21:09:42.968 INFO STEP 68 (ensure_dir) COMPLETE
95942026-06-04T21:09:44.213Z[ host-image] Jun 04 21:09:42.969 INFO O| Jun 04 21:09:42.968 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952026-06-04T21:09:44.218Z[ host-image] Jun 04 21:09:42.975 INFO O| Jun 04 21:09:42.975 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95962026-06-04T21:09:44.218Z[ host-image] Jun 04 21:09:42.975 INFO O| Jun 04 21:09:42.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95972026-06-04T21:09:44.218Z[ host-image] Jun 04 21:09:42.975 INFO O| Jun 04 21:09:42.975 INFO STEP 69 (ensure_dir) COMPLETE
95982026-06-04T21:09:44.220Z[ host-image] Jun 04 21:09:42.975 INFO O| Jun 04 21:09:42.975 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992026-06-04T21:09:44.225Z[ host-image] Jun 04 21:09:42.983 INFO O| Jun 04 21:09:42.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96002026-06-04T21:09:44.225Z[ host-image] Jun 04 21:09:42.983 INFO O| Jun 04 21:09:42.982 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96012026-06-04T21:09:45.032Z[ host-image] Jun 04 21:09:43.789 INFO O| Jun 04 21:09:43.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96022026-06-04T21:09:45.032Z[ host-image] Jun 04 21:09:43.790 INFO O| Jun 04 21:09:43.789 INFO ok!
96032026-06-04T21:09:45.032Z[ host-image] Jun 04 21:09:43.790 INFO O| Jun 04 21:09:43.789 INFO STEP 70 (ensure_file) COMPLETE
96042026-06-04T21:09:45.032Z[ host-image] Jun 04 21:09:43.790 INFO O| Jun 04 21:09:43.789 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052026-06-04T21:09:45.041Z[ host-image] Jun 04 21:09:43.799 INFO O| Jun 04 21:09:43.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96062026-06-04T21:09:45.041Z[ host-image] Jun 04 21:09:43.799 INFO O| Jun 04 21:09:43.799 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96072026-06-04T21:09:45.731Z[ host-image] Jun 04 21:09:44.489 INFO O| Jun 04 21:09:44.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96082026-06-04T21:09:45.731Z[ host-image] Jun 04 21:09:44.489 INFO O| Jun 04 21:09:44.489 INFO ok!
96092026-06-04T21:09:45.732Z[ host-image] Jun 04 21:09:44.489 INFO O| Jun 04 21:09:44.489 INFO STEP 71 (ensure_file) COMPLETE
96102026-06-04T21:09:45.732Z[ host-image] Jun 04 21:09:44.489 INFO O| Jun 04 21:09:44.489 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112026-06-04T21:09:45.740Z[ host-image] Jun 04 21:09:44.498 INFO O| Jun 04 21:09:44.497 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96122026-06-04T21:09:45.740Z[ host-image] Jun 04 21:09:44.498 INFO O| Jun 04 21:09:44.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96132026-06-04T21:09:45.740Z[ host-image] Jun 04 21:09:44.498 INFO O| Jun 04 21:09:44.498 INFO STEP 72 (ensure_dir) COMPLETE
96142026-06-04T21:09:45.740Z[ host-image] Jun 04 21:09:44.498 INFO O| Jun 04 21:09:44.498 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152026-06-04T21:09:45.748Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96162026-06-04T21:09:45.748Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO copying /tmp/.tmpudJj9D/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 ...
96172026-06-04T21:09:45.748Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96182026-06-04T21:09:45.751Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO ok!
96192026-06-04T21:09:45.751Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO STEP 73 (ensure_file) COMPLETE
96202026-06-04T21:09:45.751Z[ host-image] Jun 04 21:09:44.506 INFO O| Jun 04 21:09:44.506 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212026-06-04T21:09:45.755Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96222026-06-04T21:09:45.755Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO copying /tmp/.tmpudJj9D/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 ...
96232026-06-04T21:09:45.755Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96242026-06-04T21:09:45.758Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO ok!
96252026-06-04T21:09:45.758Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO STEP 74 (ensure_file) COMPLETE
96262026-06-04T21:09:45.758Z[ host-image] Jun 04 21:09:44.513 INFO O| Jun 04 21:09:44.513 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272026-06-04T21:09:45.762Z[ host-image] Jun 04 21:09:44.519 INFO O| Jun 04 21:09:44.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96282026-06-04T21:09:45.762Z[ host-image] Jun 04 21:09:44.519 INFO O| Jun 04 21:09:44.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96292026-06-04T21:09:45.764Z[ host-image] Jun 04 21:09:44.519 INFO O| Jun 04 21:09:44.519 INFO STEP 75 (ensure_dir) COMPLETE
96302026-06-04T21:09:45.764Z[ host-image] Jun 04 21:09:44.519 INFO O| Jun 04 21:09:44.519 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312026-06-04T21:09:45.768Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96322026-06-04T21:09:45.768Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO copying /tmp/.tmpudJj9D/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 ...
96332026-06-04T21:09:45.768Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96342026-06-04T21:09:45.771Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO ok!
96352026-06-04T21:09:45.771Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO STEP 76 (ensure_file) COMPLETE
96362026-06-04T21:09:45.771Z[ host-image] Jun 04 21:09:44.526 INFO O| Jun 04 21:09:44.526 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372026-06-04T21:09:45.778Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96382026-06-04T21:09:45.778Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO copying /tmp/.tmpudJj9D/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 ...
96392026-06-04T21:09:45.781Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96402026-06-04T21:09:45.781Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO ok!
96412026-06-04T21:09:45.781Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO STEP 77 (ensure_file) COMPLETE
96422026-06-04T21:09:45.781Z[ host-image] Jun 04 21:09:44.536 INFO O| Jun 04 21:09:44.536 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432026-06-04T21:09:45.788Z[ host-image] Jun 04 21:09:44.545 INFO O| Jun 04 21:09:44.545 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96442026-06-04T21:09:45.788Z[ host-image] Jun 04 21:09:44.545 INFO O| Jun 04 21:09:44.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96452026-06-04T21:09:45.788Z[ host-image] Jun 04 21:09:44.545 INFO O| Jun 04 21:09:44.545 INFO STEP 78 (ensure_dir) COMPLETE
96462026-06-04T21:09:45.790Z[ host-image] Jun 04 21:09:44.545 INFO O| Jun 04 21:09:44.545 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472026-06-04T21:09:45.810Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96482026-06-04T21:09:45.810Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO copying /tmp/.tmpudJj9D/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 ...
96492026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96502026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO ok!
96512026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO STEP 79 (ensure_file) COMPLETE
96522026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.555 INFO O| Jun 04 21:09:44.555 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.563 INFO O| Jun 04 21:09:44.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96542026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.564 INFO O| Jun 04 21:09:44.563 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96552026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.564 INFO O| Jun 04 21:09:44.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96562026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.564 INFO O| Jun 04 21:09:44.564 INFO ok!
96572026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.564 INFO O| Jun 04 21:09:44.564 INFO STEP 80 (ensure_file) COMPLETE
96582026-06-04T21:09:45.813Z[ host-image] Jun 04 21:09:44.564 INFO O| Jun 04 21:09:44.564 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592026-06-04T21:09:45.816Z[ host-image] Jun 04 21:09:44.571 INFO O| Jun 04 21:09:44.571 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96602026-06-04T21:09:45.816Z[ host-image] Jun 04 21:09:44.571 INFO O| Jun 04 21:09:44.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96612026-06-04T21:09:45.816Z[ host-image] Jun 04 21:09:44.571 INFO O| Jun 04 21:09:44.571 INFO STEP 81 (ensure_dir) COMPLETE
96622026-06-04T21:09:45.816Z[ host-image] Jun 04 21:09:44.571 INFO O| Jun 04 21:09:44.571 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632026-06-04T21:09:45.820Z[ host-image] Jun 04 21:09:44.577 INFO O| Jun 04 21:09:44.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96642026-06-04T21:09:45.820Z[ host-image] Jun 04 21:09:44.577 INFO O| Jun 04 21:09:44.577 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96652026-06-04T21:09:46.159Z[ host-image] Jun 04 21:09:44.917 INFO O| Jun 04 21:09:44.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
96662026-06-04T21:09:46.159Z[ host-image] Jun 04 21:09:44.917 INFO O| Jun 04 21:09:44.917 INFO ok!
96672026-06-04T21:09:46.162Z[ host-image] Jun 04 21:09:44.917 INFO O| Jun 04 21:09:44.917 INFO STEP 82 (ensure_file) COMPLETE
96682026-06-04T21:09:46.162Z[ host-image] Jun 04 21:09:44.917 INFO O| Jun 04 21:09:44.917 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692026-06-04T21:09:46.168Z[ host-image] Jun 04 21:09:44.925 INFO O| Jun 04 21:09:44.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
96702026-06-04T21:09:46.168Z[ host-image] Jun 04 21:09:44.926 INFO O| Jun 04 21:09:44.925 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
96712026-06-04T21:09:46.793Z[ host-image] Jun 04 21:09:45.551 INFO O| Jun 04 21:09:45.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
96722026-06-04T21:09:46.793Z[ host-image] Jun 04 21:09:45.551 INFO O| Jun 04 21:09:45.551 INFO ok!
96732026-06-04T21:09:46.796Z[ host-image] Jun 04 21:09:45.551 INFO O| Jun 04 21:09:45.551 INFO STEP 83 (ensure_file) COMPLETE
96742026-06-04T21:09:46.796Z[ host-image] Jun 04 21:09:45.551 INFO O| Jun 04 21:09:45.551 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752026-06-04T21:09:46.801Z[ host-image] Jun 04 21:09:45.559 INFO O| Jun 04 21:09:45.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96762026-06-04T21:09:46.801Z[ host-image] Jun 04 21:09:45.559 INFO O| Jun 04 21:09:45.559 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
96772026-06-04T21:09:48.450Z[ host-image] Jun 04 21:09:47.207 INFO O| Jun 04 21:09:47.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96782026-06-04T21:09:48.451Z[ host-image] Jun 04 21:09:47.207 INFO O| Jun 04 21:09:47.207 INFO ok!
96792026-06-04T21:09:48.454Z[ host-image] Jun 04 21:09:47.207 INFO O| Jun 04 21:09:47.207 INFO STEP 84 (ensure_file) COMPLETE
96802026-06-04T21:09:48.454Z[ host-image] Jun 04 21:09:47.207 INFO O| Jun 04 21:09:47.207 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812026-06-04T21:09:48.458Z[ host-image] Jun 04 21:09:47.216 INFO O| Jun 04 21:09:47.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96822026-06-04T21:09:48.458Z[ host-image] Jun 04 21:09:47.216 INFO O| Jun 04 21:09:47.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96832026-06-04T21:09:48.458Z[ host-image] Jun 04 21:09:47.216 INFO O| Jun 04 21:09:47.216 INFO STEP 85 (ensure_dir) COMPLETE
96842026-06-04T21:09:48.462Z[ host-image] Jun 04 21:09:47.216 INFO O| Jun 04 21:09:47.216 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-06-04T21:09:48.465Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96862026-06-04T21:09:48.465Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO copying /tmp/.tmpudJj9D/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 ...
96872026-06-04T21:09:48.465Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96882026-06-04T21:09:48.468Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO ok!
96892026-06-04T21:09:48.468Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO STEP 86 (ensure_file) COMPLETE
96902026-06-04T21:09:48.468Z[ host-image] Jun 04 21:09:47.223 INFO O| Jun 04 21:09:47.223 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912026-06-04T21:09:48.472Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.229 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96922026-06-04T21:09:48.472Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.230 INFO copying /tmp/.tmpudJj9D/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 ...
96932026-06-04T21:09:48.472Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
96942026-06-04T21:09:48.475Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.230 INFO ok!
96952026-06-04T21:09:48.475Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.230 INFO STEP 87 (ensure_file) COMPLETE
96962026-06-04T21:09:48.475Z[ host-image] Jun 04 21:09:47.230 INFO O| Jun 04 21:09:47.230 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972026-06-04T21:09:48.478Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96982026-06-04T21:09:48.478Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
96992026-06-04T21:09:48.478Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97002026-06-04T21:09:48.481Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO ok!
97012026-06-04T21:09:48.481Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO STEP 88 (ensure_file) COMPLETE
97022026-06-04T21:09:48.481Z[ host-image] Jun 04 21:09:47.236 INFO O| Jun 04 21:09:47.236 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032026-06-04T21:09:48.485Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97042026-06-04T21:09:48.485Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.242 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97052026-06-04T21:09:48.488Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97062026-06-04T21:09:48.488Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.243 INFO ok!
97072026-06-04T21:09:48.488Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.243 INFO STEP 89 (ensure_file) COMPLETE
97082026-06-04T21:09:48.488Z[ host-image] Jun 04 21:09:47.243 INFO O| Jun 04 21:09:47.243 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092026-06-04T21:09:48.491Z[ host-image] Jun 04 21:09:47.249 INFO O| Jun 04 21:09:47.249 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97102026-06-04T21:09:48.491Z[ host-image] Jun 04 21:09:47.249 INFO O| Jun 04 21:09:47.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97112026-06-04T21:09:48.491Z[ host-image] Jun 04 21:09:47.249 INFO O| Jun 04 21:09:47.249 INFO STEP 90 (ensure_dir) COMPLETE
97122026-06-04T21:09:48.494Z[ host-image] Jun 04 21:09:47.249 INFO O| Jun 04 21:09:47.249 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132026-06-04T21:09:48.498Z[ host-image] Jun 04 21:09:47.256 INFO O| Jun 04 21:09:47.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97142026-06-04T21:09:48.498Z[ host-image] Jun 04 21:09:47.256 INFO O| Jun 04 21:09:47.256 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97152026-06-04T21:09:48.501Z[ host-image] Jun 04 21:09:47.258 INFO O| Jun 04 21:09:47.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97162026-06-04T21:09:48.501Z[ host-image] Jun 04 21:09:47.258 INFO O| Jun 04 21:09:47.258 INFO ok!
97172026-06-04T21:09:48.501Z[ host-image] Jun 04 21:09:47.258 INFO O| Jun 04 21:09:47.258 INFO STEP 91 (ensure_file) COMPLETE
97182026-06-04T21:09:48.501Z[ host-image] Jun 04 21:09:47.258 INFO O| Jun 04 21:09:47.258 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192026-06-04T21:09:48.509Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97202026-06-04T21:09:48.509Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97212026-06-04T21:09:48.512Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97222026-06-04T21:09:48.512Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO ok!
97232026-06-04T21:09:48.512Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO STEP 92 (ensure_file) COMPLETE
97242026-06-04T21:09:48.512Z[ host-image] Jun 04 21:09:47.266 INFO O| Jun 04 21:09:47.266 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252026-06-04T21:09:48.517Z[ host-image] Jun 04 21:09:47.274 INFO O| Jun 04 21:09:47.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97262026-06-04T21:09:48.517Z[ host-image] Jun 04 21:09:47.274 INFO O| Jun 04 21:09:47.274 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97272026-06-04T21:09:49.634Z[ host-image] Jun 04 21:09:48.391 INFO O| Jun 04 21:09:48.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97282026-06-04T21:09:49.634Z[ host-image] Jun 04 21:09:48.391 INFO O| Jun 04 21:09:48.391 INFO ok!
97292026-06-04T21:09:49.637Z[ host-image] Jun 04 21:09:48.391 INFO O| Jun 04 21:09:48.391 INFO STEP 93 (ensure_file) COMPLETE
97302026-06-04T21:09:49.637Z[ host-image] Jun 04 21:09:48.391 INFO O| Jun 04 21:09:48.391 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-06-04T21:09:49.642Z[ host-image] Jun 04 21:09:48.400 INFO O| Jun 04 21:09:48.400 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97322026-06-04T21:09:49.642Z[ host-image] Jun 04 21:09:48.400 INFO O| Jun 04 21:09:48.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97332026-06-04T21:09:49.642Z[ host-image] Jun 04 21:09:48.400 INFO O| Jun 04 21:09:48.400 INFO STEP 94 (ensure_dir) COMPLETE
97342026-06-04T21:09:49.645Z[ host-image] Jun 04 21:09:48.400 INFO O| Jun 04 21:09:48.400 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352026-06-04T21:09:49.652Z[ host-image] Jun 04 21:09:48.409 INFO O| Jun 04 21:09:48.409 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97362026-06-04T21:09:49.652Z[ host-image] Jun 04 21:09:48.409 INFO O| Jun 04 21:09:48.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97372026-06-04T21:09:49.656Z[ host-image] Jun 04 21:09:48.409 INFO O| Jun 04 21:09:48.409 INFO STEP 95 (ensure_dir) COMPLETE
97382026-06-04T21:09:49.656Z[ host-image] Jun 04 21:09:48.409 INFO O| Jun 04 21:09:48.409 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392026-06-04T21:09:49.659Z[ host-image] Jun 04 21:09:48.416 INFO O| Jun 04 21:09:48.416 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97402026-06-04T21:09:49.659Z[ host-image] Jun 04 21:09:48.416 INFO O| Jun 04 21:09:48.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97412026-06-04T21:09:49.659Z[ host-image] Jun 04 21:09:48.416 INFO O| Jun 04 21:09:48.416 INFO STEP 96 (ensure_dir) COMPLETE
97422026-06-04T21:09:49.659Z[ host-image] Jun 04 21:09:48.416 INFO O| Jun 04 21:09:48.416 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432026-06-04T21:09:49.667Z[ host-image] Jun 04 21:09:48.425 INFO O| Jun 04 21:09:48.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97442026-06-04T21:09:49.667Z[ host-image] Jun 04 21:09:48.425 INFO O| Jun 04 21:09:48.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97452026-06-04T21:09:49.670Z[ host-image] Jun 04 21:09:48.425 INFO O| Jun 04 21:09:48.425 INFO STEP 97 (ensure_dir) COMPLETE
97462026-06-04T21:09:49.670Z[ host-image] Jun 04 21:09:48.425 INFO O| Jun 04 21:09:48.425 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-06-04T21:09:49.676Z[ host-image] Jun 04 21:09:48.434 INFO O| Jun 04 21:09:48.433 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97482026-06-04T21:09:49.676Z[ host-image] Jun 04 21:09:48.434 INFO O| Jun 04 21:09:48.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97492026-06-04T21:09:49.676Z[ host-image] Jun 04 21:09:48.434 INFO O| Jun 04 21:09:48.434 INFO STEP 98 (ensure_dir) COMPLETE
97502026-06-04T21:09:49.676Z[ host-image] Jun 04 21:09:48.434 INFO O| Jun 04 21:09:48.434 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-06-04T21:09:49.685Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97522026-06-04T21:09:49.685Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO copying /tmp/.tmpudJj9D/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 ...
97532026-06-04T21:09:49.687Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97542026-06-04T21:09:49.687Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO ok!
97552026-06-04T21:09:49.687Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO STEP 99 (ensure_file) COMPLETE
97562026-06-04T21:09:49.687Z[ host-image] Jun 04 21:09:48.442 INFO O| Jun 04 21:09:48.442 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-06-04T21:09:49.691Z[ host-image] Jun 04 21:09:48.449 INFO O| Jun 04 21:09:48.449 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97582026-06-04T21:09:49.694Z[ host-image] Jun 04 21:09:48.449 INFO O| Jun 04 21:09:48.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97592026-06-04T21:09:49.694Z[ host-image] Jun 04 21:09:48.449 INFO O| Jun 04 21:09:48.449 INFO STEP 100 (ensure_dir) COMPLETE
97602026-06-04T21:09:49.694Z[ host-image] Jun 04 21:09:48.449 INFO O| Jun 04 21:09:48.449 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612026-06-04T21:09:49.699Z[ host-image] Jun 04 21:09:48.457 INFO O| Jun 04 21:09:48.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97622026-06-04T21:09:49.699Z[ host-image] Jun 04 21:09:48.457 INFO O| Jun 04 21:09:48.457 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97632026-06-04T21:09:50.046Z[ host-image] Jun 04 21:09:48.804 INFO O| Jun 04 21:09:48.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97642026-06-04T21:09:50.046Z[ host-image] Jun 04 21:09:48.804 INFO O| Jun 04 21:09:48.804 INFO ok!
97652026-06-04T21:09:50.046Z[ host-image] Jun 04 21:09:48.804 INFO O| Jun 04 21:09:48.804 INFO STEP 101 (ensure_file) COMPLETE
97662026-06-04T21:09:50.050Z[ host-image] Jun 04 21:09:48.804 INFO O| Jun 04 21:09:48.804 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-06-04T21:09:50.055Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97682026-06-04T21:09:50.055Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97692026-06-04T21:09:50.057Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97702026-06-04T21:09:50.057Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO ok!
97712026-06-04T21:09:50.057Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO STEP 102 (ensure_file) COMPLETE
97722026-06-04T21:09:50.057Z[ host-image] Jun 04 21:09:48.812 INFO O| Jun 04 21:09:48.812 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-06-04T21:09:50.063Z[ host-image] Jun 04 21:09:48.820 INFO O| Jun 04 21:09:48.820 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97742026-06-04T21:09:50.063Z[ host-image] Jun 04 21:09:48.820 INFO O| Jun 04 21:09:48.820 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97752026-06-04T21:09:50.070Z[ host-image] Jun 04 21:09:48.828 INFO O| Jun 04 21:09:48.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97762026-06-04T21:09:50.070Z[ host-image] Jun 04 21:09:48.828 INFO O| Jun 04 21:09:48.828 INFO ok!
97772026-06-04T21:09:50.073Z[ host-image] Jun 04 21:09:48.828 INFO O| Jun 04 21:09:48.828 INFO STEP 103 (ensure_file) COMPLETE
97782026-06-04T21:09:50.073Z[ host-image] Jun 04 21:09:48.828 INFO O| Jun 04 21:09:48.828 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-06-04T21:09:50.078Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97802026-06-04T21:09:50.081Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97812026-06-04T21:09:50.081Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97822026-06-04T21:09:50.081Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO ok!
97832026-06-04T21:09:50.081Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO STEP 104 (ensure_file) COMPLETE
97842026-06-04T21:09:50.081Z[ host-image] Jun 04 21:09:48.836 INFO O| Jun 04 21:09:48.836 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852026-06-04T21:09:50.084Z[ host-image] Jun 04 21:09:48.842 INFO O| Jun 04 21:09:48.842 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97862026-06-04T21:09:50.087Z[ host-image] Jun 04 21:09:48.842 INFO O| Jun 04 21:09:48.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97872026-06-04T21:09:50.087Z[ host-image] Jun 04 21:09:48.842 INFO O| Jun 04 21:09:48.842 INFO STEP 105 (ensure_dir) COMPLETE
97882026-06-04T21:09:50.087Z[ host-image] Jun 04 21:09:48.842 INFO O| Jun 04 21:09:48.842 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892026-06-04T21:09:50.090Z[ host-image] Jun 04 21:09:48.848 INFO O| Jun 04 21:09:48.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97902026-06-04T21:09:50.093Z[ host-image] Jun 04 21:09:48.848 INFO O| Jun 04 21:09:48.848 INFO copying /tmp/.tmpudJj9D/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 ...
97912026-06-04T21:09:50.351Z[ host-image] Jun 04 21:09:49.107 INFO O| Jun 04 21:09:49.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97922026-06-04T21:09:50.351Z[ host-image] Jun 04 21:09:49.107 INFO O| Jun 04 21:09:49.107 INFO ok!
97932026-06-04T21:09:50.354Z[ host-image] Jun 04 21:09:49.107 INFO O| Jun 04 21:09:49.107 INFO STEP 106 (ensure_file) COMPLETE
97942026-06-04T21:09:50.354Z[ host-image] Jun 04 21:09:49.107 INFO O| Jun 04 21:09:49.107 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-06-04T21:09:50.360Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
97962026-06-04T21:09:50.360Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO copying /tmp/.tmpudJj9D/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 ...
97972026-06-04T21:09:50.361Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
97982026-06-04T21:09:50.361Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO ok!
97992026-06-04T21:09:50.361Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO STEP 107 (ensure_file) COMPLETE
98002026-06-04T21:09:50.361Z[ host-image] Jun 04 21:09:49.117 INFO O| Jun 04 21:09:49.117 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-06-04T21:09:50.365Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98022026-06-04T21:09:50.365Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO copying /tmp/.tmpudJj9D/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 ...
98032026-06-04T21:09:50.368Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98042026-06-04T21:09:50.368Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO ok!
98052026-06-04T21:09:50.368Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO STEP 108 (ensure_file) COMPLETE
98062026-06-04T21:09:50.368Z[ host-image] Jun 04 21:09:49.123 INFO O| Jun 04 21:09:49.123 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-06-04T21:09:50.374Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98082026-06-04T21:09:50.374Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO copying /tmp/.tmpudJj9D/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 ...
98092026-06-04T21:09:50.377Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98102026-06-04T21:09:50.377Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO ok!
98112026-06-04T21:09:50.377Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO STEP 109 (ensure_file) COMPLETE
98122026-06-04T21:09:50.377Z[ host-image] Jun 04 21:09:49.131 INFO O| Jun 04 21:09:49.131 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-06-04T21:09:50.381Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98142026-06-04T21:09:50.381Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO copying /tmp/.tmpudJj9D/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 ...
98152026-06-04T21:09:50.382Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98162026-06-04T21:09:50.382Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO ok!
98172026-06-04T21:09:50.382Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO STEP 110 (ensure_file) COMPLETE
98182026-06-04T21:09:50.382Z[ host-image] Jun 04 21:09:49.137 INFO O| Jun 04 21:09:49.137 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98202026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO copying /tmp/.tmpudJj9D/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 ...
98212026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98222026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO ok!
98232026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO STEP 111 (ensure_file) COMPLETE
98242026-06-04T21:09:50.384Z[ host-image] Jun 04 21:09:49.142 INFO O| Jun 04 21:09:49.142 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252026-06-04T21:09:50.392Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98262026-06-04T21:09:50.392Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO copying /tmp/.tmpudJj9D/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 ...
98272026-06-04T21:09:50.395Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98282026-06-04T21:09:50.395Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO ok!
98292026-06-04T21:09:50.395Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO STEP 112 (ensure_file) COMPLETE
98302026-06-04T21:09:50.395Z[ host-image] Jun 04 21:09:49.150 INFO O| Jun 04 21:09:49.150 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-06-04T21:09:50.399Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98322026-06-04T21:09:50.400Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98332026-06-04T21:09:50.402Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98342026-06-04T21:09:50.402Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO ok!
98352026-06-04T21:09:50.402Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO STEP 113 (ensure_file) COMPLETE
98362026-06-04T21:09:50.402Z[ host-image] Jun 04 21:09:49.157 INFO O| Jun 04 21:09:49.157 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372026-06-04T21:09:50.406Z[ host-image] Jun 04 21:09:49.163 INFO O| Jun 04 21:09:49.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98382026-06-04T21:09:50.406Z[ host-image] Jun 04 21:09:49.163 INFO O| Jun 04 21:09:49.163 INFO copying /tmp/.tmpudJj9D/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 ...
98392026-06-04T21:09:50.409Z[ host-image] Jun 04 21:09:49.164 INFO O| Jun 04 21:09:49.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98402026-06-04T21:09:50.409Z[ host-image] Jun 04 21:09:49.164 INFO O| Jun 04 21:09:49.164 INFO ok!
98412026-06-04T21:09:50.409Z[ host-image] Jun 04 21:09:49.164 INFO O| Jun 04 21:09:49.164 INFO STEP 114 (ensure_file) COMPLETE
98422026-06-04T21:09:50.409Z[ host-image] Jun 04 21:09:49.164 INFO O| Jun 04 21:09:49.164 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-06-04T21:09:50.412Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98442026-06-04T21:09:50.412Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO copying /tmp/.tmpudJj9D/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 ...
98452026-06-04T21:09:50.415Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98462026-06-04T21:09:50.415Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO ok!
98472026-06-04T21:09:50.415Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO STEP 115 (ensure_file) COMPLETE
98482026-06-04T21:09:50.415Z[ host-image] Jun 04 21:09:49.169 INFO O| Jun 04 21:09:49.169 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98502026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO copying /tmp/.tmpudJj9D/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 ...
98512026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98522026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO ok!
98532026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO STEP 116 (ensure_file) COMPLETE
98542026-06-04T21:09:50.418Z[ host-image] Jun 04 21:09:49.175 INFO O| Jun 04 21:09:49.175 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552026-06-04T21:09:50.425Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98562026-06-04T21:09:50.425Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98572026-06-04T21:09:50.562Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98582026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO ok!
98592026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO STEP 117 (ensure_file) COMPLETE
98602026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.183 INFO O| Jun 04 21:09:49.183 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98622026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.190 INFO copying /tmp/.tmpudJj9D/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 ...
98632026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98642026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.190 INFO ok!
98652026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.190 INFO STEP 118 (ensure_file) COMPLETE
98662026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.190 INFO O| Jun 04 21:09:49.190 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98682026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO copying /tmp/.tmpudJj9D/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 ...
98692026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98702026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO ok!
98712026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO STEP 119 (ensure_file) COMPLETE
98722026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.196 INFO O| Jun 04 21:09:49.196 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98742026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO copying /tmp/.tmpudJj9D/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 ...
98752026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98762026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO ok!
98772026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO STEP 120 (ensure_file) COMPLETE
98782026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.202 INFO O| Jun 04 21:09:49.202 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98802026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO copying /tmp/.tmpudJj9D/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 ...
98812026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98822026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO ok!
98832026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO STEP 121 (ensure_file) COMPLETE
98842026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.208 INFO O| Jun 04 21:09:49.208 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98862026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO copying /tmp/.tmpudJj9D/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 ...
98872026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98882026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO ok!
98892026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO STEP 122 (ensure_file) COMPLETE
98902026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.216 INFO O| Jun 04 21:09:49.216 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98922026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO copying /tmp/.tmpudJj9D/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 ...
98932026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
98942026-06-04T21:09:50.563Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO ok!
98952026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO STEP 123 (ensure_file) COMPLETE
98962026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.222 INFO O| Jun 04 21:09:49.222 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
98982026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO copying /tmp/.tmpudJj9D/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 ...
98992026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99002026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO ok!
99012026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO STEP 124 (ensure_file) COMPLETE
99022026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.228 INFO O| Jun 04 21:09:49.228 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99042026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO copying /tmp/.tmpudJj9D/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 ...
99052026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99062026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO ok!
99072026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO STEP 125 (ensure_file) COMPLETE
99082026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.234 INFO O| Jun 04 21:09:49.234 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99102026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO copying /tmp/.tmpudJj9D/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 ...
99112026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99122026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO ok!
99132026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO STEP 126 (ensure_file) COMPLETE
99142026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.239 INFO O| Jun 04 21:09:49.239 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99162026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO copying /tmp/.tmpudJj9D/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 ...
99172026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99182026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO ok!
99192026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO STEP 127 (ensure_file) COMPLETE
99202026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.247 INFO O| Jun 04 21:09:49.247 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99222026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO copying /tmp/.tmpudJj9D/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 ...
99232026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99242026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO ok!
99252026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO STEP 128 (ensure_file) COMPLETE
99262026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.252 INFO O| Jun 04 21:09:49.252 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99282026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO copying /tmp/.tmpudJj9D/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 ...
99292026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99302026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO ok!
99312026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO STEP 129 (ensure_file) COMPLETE
99322026-06-04T21:09:50.564Z[ host-image] Jun 04 21:09:49.258 INFO O| Jun 04 21:09:49.258 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99342026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO copying /tmp/.tmpudJj9D/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 ...
99352026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99362026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO ok!
99372026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO STEP 130 (ensure_file) COMPLETE
99382026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.264 INFO O| Jun 04 21:09:49.264 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99402026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO copying /tmp/.tmpudJj9D/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 ...
99412026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99422026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO ok!
99432026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO STEP 131 (ensure_file) COMPLETE
99442026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.271 INFO O| Jun 04 21:09:49.271 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99462026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO copying /tmp/.tmpudJj9D/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 ...
99472026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99482026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO ok!
99492026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO STEP 132 (ensure_file) COMPLETE
99502026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.279 INFO O| Jun 04 21:09:49.279 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99522026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO copying /tmp/.tmpudJj9D/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 ...
99532026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99542026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO ok!
99552026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO STEP 133 (ensure_file) COMPLETE
99562026-06-04T21:09:50.565Z[ host-image] Jun 04 21:09:49.285 INFO O| Jun 04 21:09:49.285 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99582026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO copying /tmp/.tmpudJj9D/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 ...
99592026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99602026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO ok!
99612026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO STEP 134 (ensure_file) COMPLETE
99622026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.292 INFO O| Jun 04 21:09:49.292 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.299 INFO O| Jun 04 21:09:49.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99642026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.299 INFO O| Jun 04 21:09:49.299 INFO copying /tmp/.tmpudJj9D/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 ...
99652026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.300 INFO O| Jun 04 21:09:49.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99662026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.300 INFO O| Jun 04 21:09:49.300 INFO ok!
99672026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.300 INFO O| Jun 04 21:09:49.300 INFO STEP 135 (ensure_file) COMPLETE
99682026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.300 INFO O| Jun 04 21:09:49.300 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99702026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99712026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99722026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO ok!
99732026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO STEP 136 (ensure_file) COMPLETE
99742026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.306 INFO O| Jun 04 21:09:49.306 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99762026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO copying /tmp/.tmpudJj9D/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 ...
99772026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99782026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO ok!
99792026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO STEP 137 (ensure_file) COMPLETE
99802026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.312 INFO O| Jun 04 21:09:49.312 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99822026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99832026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99842026-06-04T21:09:50.569Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO ok!
99852026-06-04T21:09:50.570Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO STEP 138 (ensure_file) COMPLETE
99862026-06-04T21:09:50.570Z[ host-image] Jun 04 21:09:49.318 INFO O| Jun 04 21:09:49.318 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872026-06-04T21:09:50.570Z[ host-image] Jun 04 21:09:49.323 INFO O| Jun 04 21:09:49.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99882026-06-04T21:09:50.570Z[ host-image] Jun 04 21:09:49.323 INFO O| Jun 04 21:09:49.323 INFO copying /tmp/.tmpudJj9D/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99892026-06-04T21:10:05.685Z[ host-image] Jun 04 21:10:04.424 INFO O| Jun 04 21:10:04.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
99902026-06-04T21:10:05.685Z[ host-image] Jun 04 21:10:04.424 INFO O| Jun 04 21:10:04.424 INFO ok!
99912026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.424 INFO O| Jun 04 21:10:04.424 INFO STEP 139 (ensure_file) COMPLETE
99922026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.424 INFO O| Jun 04 21:10:04.424 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.433 INFO O| Jun 04 21:10:04.433 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
99942026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.433 INFO O| Jun 04 21:10:04.433 INFO STEP 140 (ensure_dir) COMPLETE
99952026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.433 INFO O| Jun 04 21:10:04.433 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.441 INFO O| Jun 04 21:10:04.441 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
99972026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.441 INFO O| Jun 04 21:10:04.441 INFO STEP 141 (ensure_dir) COMPLETE
99982026-06-04T21:10:05.693Z[ host-image] Jun 04 21:10:04.441 INFO O| Jun 04 21:10:04.441 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-06-04T21:10:05.697Z[ host-image] Jun 04 21:10:04.448 INFO O| Jun 04 21:10:04.448 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100002026-06-04T21:10:05.697Z[ host-image] Jun 04 21:10:04.448 INFO O| Jun 04 21:10:04.448 INFO STEP 142 (ensure_dir) COMPLETE
100012026-06-04T21:10:05.697Z[ host-image] Jun 04 21:10:04.448 INFO O| Jun 04 21:10:04.448 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-06-04T21:10:05.700Z[ host-image] Jun 04 21:10:04.454 INFO O| Jun 04 21:10:04.454 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100032026-06-04T21:10:05.700Z[ host-image] Jun 04 21:10:04.454 INFO O| Jun 04 21:10:04.454 INFO STEP 143 (ensure_dir) COMPLETE
100042026-06-04T21:10:05.700Z[ host-image] Jun 04 21:10:04.454 INFO O| Jun 04 21:10:04.454 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-06-04T21:10:05.706Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100062026-06-04T21:10:05.706Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO copying /tmp/.tmpudJj9D/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 ...
100072026-06-04T21:10:05.709Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100082026-06-04T21:10:05.709Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO ok!
100092026-06-04T21:10:05.709Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO STEP 144 (ensure_file) COMPLETE
100102026-06-04T21:10:05.709Z[ host-image] Jun 04 21:10:04.462 INFO O| Jun 04 21:10:04.462 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-06-04T21:10:05.712Z[ host-image] Jun 04 21:10:04.469 INFO O| Jun 04 21:10:04.469 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100122026-06-04T21:10:05.712Z[ host-image] Jun 04 21:10:04.469 INFO O| Jun 04 21:10:04.469 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100132026-06-04T21:10:05.712Z[ host-image] Jun 04 21:10:04.469 INFO O| Jun 04 21:10:04.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100142026-06-04T21:10:05.712Z[ host-image] Jun 04 21:10:04.469 INFO O| Jun 04 21:10:04.469 INFO STEP 145 (ensure_dir) COMPLETE
100152026-06-04T21:10:05.712Z[ host-image] Jun 04 21:10:04.469 INFO O| Jun 04 21:10:04.469 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-06-04T21:10:05.721Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100172026-06-04T21:10:05.721Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 INFO copying /tmp/.tmpudJj9D/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100182026-06-04T21:10:05.724Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100192026-06-04T21:10:05.724Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 INFO ok!
100202026-06-04T21:10:05.724Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 INFO STEP 146 (ensure_file) COMPLETE
100212026-06-04T21:10:05.724Z[ host-image] Jun 04 21:10:04.478 INFO O| Jun 04 21:10:04.478 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100222026-06-04T21:10:05.727Z[ host-image] Jun 04 21:10:04.485 INFO O| Jun 04 21:10:04.485 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100232026-06-04T21:10:05.727Z[ host-image] Jun 04 21:10:04.485 INFO O| Jun 04 21:10:04.485 INFO STEP 147 (remove_files) COMPLETE
100242026-06-04T21:10:05.731Z[ host-image] Jun 04 21:10:04.485 INFO O| Jun 04 21:10:04.485 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100252026-06-04T21:10:05.735Z[ host-image] Jun 04 21:10:04.491 INFO O| Jun 04 21:10:04.491 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100262026-06-04T21:10:05.738Z[ host-image] Jun 04 21:10:04.491 INFO O| Jun 04 21:10:04.491 INFO STEP 148 (remove_files) COMPLETE
100272026-06-04T21:10:05.738Z[ host-image] Jun 04 21:10:04.491 INFO O| Jun 04 21:10:04.491 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100282026-06-04T21:10:05.742Z[ host-image] Jun 04 21:10:04.500 INFO O| Jun 04 21:10:04.500 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100292026-06-04T21:10:05.746Z[ host-image] Jun 04 21:10:04.500 INFO O| Jun 04 21:10:04.500 INFO STEP 149 (remove_files) COMPLETE
100302026-06-04T21:10:05.746Z[ host-image] Jun 04 21:10:04.500 INFO O| Jun 04 21:10:04.500 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100312026-06-04T21:10:05.750Z[ host-image] Jun 04 21:10:04.507 INFO O| Jun 04 21:10:04.507 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100322026-06-04T21:10:05.753Z[ host-image] Jun 04 21:10:04.507 INFO O| Jun 04 21:10:04.507 INFO STEP 150 (remove_files) COMPLETE
100332026-06-04T21:10:05.753Z[ host-image] Jun 04 21:10:04.507 INFO O| Jun 04 21:10:04.507 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100342026-06-04T21:10:05.756Z[ host-image] Jun 04 21:10:04.513 INFO O| Jun 04 21:10:04.513 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100352026-06-04T21:10:05.759Z[ host-image] Jun 04 21:10:04.514 INFO O| Jun 04 21:10:04.514 INFO STEP 151 (remove_files) COMPLETE
100362026-06-04T21:10:05.759Z[ host-image] Jun 04 21:10:04.514 INFO O| Jun 04 21:10:04.514 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100372026-06-04T21:10:05.762Z[ host-image] Jun 04 21:10:04.520 INFO O| Jun 04 21:10:04.520 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100382026-06-04T21:10:05.765Z[ host-image] Jun 04 21:10:04.520 INFO O| Jun 04 21:10:04.520 INFO STEP 152 (remove_files) COMPLETE
100392026-06-04T21:10:05.765Z[ host-image] Jun 04 21:10:04.520 INFO O| Jun 04 21:10:04.520 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100402026-06-04T21:10:05.771Z[ host-image] Jun 04 21:10:04.528 INFO O| Jun 04 21:10:04.528 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100412026-06-04T21:10:05.771Z[ host-image] Jun 04 21:10:04.528 INFO O| Jun 04 21:10:04.528 INFO STEP 153 (remove_files) COMPLETE
100422026-06-04T21:10:05.774Z[ host-image] Jun 04 21:10:04.528 INFO O| Jun 04 21:10:04.528 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100432026-06-04T21:10:05.778Z[ host-image] Jun 04 21:10:04.535 INFO O| Jun 04 21:10:04.535 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100442026-06-04T21:10:05.778Z[ host-image] Jun 04 21:10:04.535 INFO O| Jun 04 21:10:04.535 INFO STEP 154 (remove_files) COMPLETE
100452026-06-04T21:10:05.781Z[ host-image] Jun 04 21:10:04.535 INFO O| Jun 04 21:10:04.535 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100462026-06-04T21:10:05.785Z[ host-image] Jun 04 21:10:04.541 INFO O| Jun 04 21:10:04.541 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100472026-06-04T21:10:05.785Z[ host-image] Jun 04 21:10:04.541 INFO O| Jun 04 21:10:04.541 INFO STEP 155 (remove_files) COMPLETE
100482026-06-04T21:10:05.785Z[ host-image] Jun 04 21:10:04.541 INFO O| Jun 04 21:10:04.541 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100492026-06-04T21:10:05.792Z[ host-image] Jun 04 21:10:04.550 INFO O| Jun 04 21:10:04.550 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100502026-06-04T21:10:05.793Z[ host-image] Jun 04 21:10:04.550 INFO O| Jun 04 21:10:04.550 INFO STEP 156 (remove_files) COMPLETE
100512026-06-04T21:10:05.796Z[ host-image] Jun 04 21:10:04.550 INFO O| Jun 04 21:10:04.550 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100522026-06-04T21:10:05.801Z[ host-image] Jun 04 21:10:04.558 INFO O| Jun 04 21:10:04.558 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100532026-06-04T21:10:05.801Z[ host-image] Jun 04 21:10:04.558 INFO O| Jun 04 21:10:04.558 INFO STEP 157 (remove_files) COMPLETE
100542026-06-04T21:10:05.803Z[ host-image] Jun 04 21:10:04.558 INFO O| Jun 04 21:10:04.558 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100552026-06-04T21:10:05.808Z[ host-image] Jun 04 21:10:04.566 INFO O| Jun 04 21:10:04.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100562026-06-04T21:10:05.808Z[ host-image] Jun 04 21:10:04.566 INFO O| Jun 04 21:10:04.566 INFO STEP 158 (remove_files) COMPLETE
100572026-06-04T21:10:05.811Z[ host-image] Jun 04 21:10:04.566 INFO O| Jun 04 21:10:04.566 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100582026-06-04T21:10:05.815Z[ host-image] Jun 04 21:10:04.573 INFO O| Jun 04 21:10:04.573 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100592026-06-04T21:10:05.815Z[ host-image] Jun 04 21:10:04.573 INFO O| Jun 04 21:10:04.573 INFO STEP 159 (remove_files) COMPLETE
100602026-06-04T21:10:05.818Z[ host-image] Jun 04 21:10:04.573 INFO O| Jun 04 21:10:04.573 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-06-04T21:10:05.822Z[ host-image] Jun 04 21:10:04.579 INFO O| Jun 04 21:10:04.579 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100622026-06-04T21:10:05.822Z[ host-image] Jun 04 21:10:04.579 INFO O| Jun 04 21:10:04.579 INFO STEP 160 (remove_files) COMPLETE
100632026-06-04T21:10:05.825Z[ host-image] Jun 04 21:10:04.579 INFO O| Jun 04 21:10:04.579 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-06-04T21:10:05.831Z[ host-image] Jun 04 21:10:04.588 INFO O| Jun 04 21:10:04.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100652026-06-04T21:10:05.834Z[ host-image] Jun 04 21:10:04.588 INFO O| Jun 04 21:10:04.588 INFO STEP 161 (remove_files) COMPLETE
100662026-06-04T21:10:05.834Z[ host-image] Jun 04 21:10:04.588 INFO O| Jun 04 21:10:04.588 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-06-04T21:10:05.838Z[ host-image] Jun 04 21:10:04.595 INFO O| Jun 04 21:10:04.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100682026-06-04T21:10:05.838Z[ host-image] Jun 04 21:10:04.596 INFO O| Jun 04 21:10:04.596 INFO STEP 162 (remove_files) COMPLETE
100692026-06-04T21:10:05.838Z[ host-image] Jun 04 21:10:04.596 INFO O| Jun 04 21:10:04.596 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-06-04T21:10:05.846Z[ host-image] Jun 04 21:10:04.604 INFO O| Jun 04 21:10:04.604 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100712026-06-04T21:10:05.847Z[ host-image] Jun 04 21:10:04.604 INFO O| Jun 04 21:10:04.604 INFO STEP 163 (remove_files) COMPLETE
100722026-06-04T21:10:05.850Z[ host-image] Jun 04 21:10:04.604 INFO O| Jun 04 21:10:04.604 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-06-04T21:10:05.853Z[ host-image] Jun 04 21:10:04.611 INFO O| Jun 04 21:10:04.611 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100742026-06-04T21:10:05.853Z[ host-image] Jun 04 21:10:04.611 INFO O| Jun 04 21:10:04.611 INFO STEP 164 (remove_files) COMPLETE
100752026-06-04T21:10:05.856Z[ host-image] Jun 04 21:10:04.611 INFO O| Jun 04 21:10:04.611 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-06-04T21:10:05.862Z[ host-image] Jun 04 21:10:04.619 INFO O| Jun 04 21:10:04.619 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100772026-06-04T21:10:05.862Z[ host-image] Jun 04 21:10:04.619 INFO O| Jun 04 21:10:04.619 INFO STEP 165 (remove_files) COMPLETE
100782026-06-04T21:10:05.864Z[ host-image] Jun 04 21:10:04.619 INFO O| Jun 04 21:10:04.619 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-06-04T21:10:05.868Z[ host-image] Jun 04 21:10:04.626 INFO O| Jun 04 21:10:04.626 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100802026-06-04T21:10:05.868Z[ host-image] Jun 04 21:10:04.626 INFO O| Jun 04 21:10:04.626 INFO STEP 166 (remove_files) COMPLETE
100812026-06-04T21:10:05.868Z[ host-image] Jun 04 21:10:04.626 INFO O| Jun 04 21:10:04.626 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-06-04T21:10:05.877Z[ host-image] Jun 04 21:10:04.634 INFO O| Jun 04 21:10:04.634 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100832026-06-04T21:10:05.877Z[ host-image] Jun 04 21:10:04.634 INFO O| Jun 04 21:10:04.634 INFO STEP 167 (remove_files) COMPLETE
100842026-06-04T21:10:05.880Z[ host-image] Jun 04 21:10:04.634 INFO O| Jun 04 21:10:04.634 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-06-04T21:10:05.884Z[ host-image] Jun 04 21:10:04.642 INFO O| Jun 04 21:10:04.642 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
100862026-06-04T21:10:05.888Z[ host-image] Jun 04 21:10:04.642 INFO O| Jun 04 21:10:04.642 INFO STEP 168 (remove_files) COMPLETE
100872026-06-04T21:10:05.888Z[ host-image] Jun 04 21:10:04.642 INFO O| Jun 04 21:10:04.642 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882026-06-04T21:10:05.891Z[ host-image] Jun 04 21:10:04.648 INFO O| Jun 04 21:10:04.648 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100892026-06-04T21:10:05.891Z[ host-image] Jun 04 21:10:04.648 INFO O| Jun 04 21:10:04.648 INFO STEP 169 (remove_files) COMPLETE
100902026-06-04T21:10:05.891Z[ host-image] Jun 04 21:10:04.649 INFO O| Jun 04 21:10:04.648 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912026-06-04T21:10:05.899Z[ host-image] Jun 04 21:10:04.656 INFO O| Jun 04 21:10:04.656 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
100922026-06-04T21:10:05.899Z[ host-image] Jun 04 21:10:04.656 INFO O| Jun 04 21:10:04.656 INFO STEP 170 (remove_files) COMPLETE
100932026-06-04T21:10:05.902Z[ host-image] Jun 04 21:10:04.656 INFO O| Jun 04 21:10:04.656 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942026-06-04T21:10:05.907Z[ host-image] Jun 04 21:10:04.664 INFO O| Jun 04 21:10:04.664 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
100952026-06-04T21:10:05.907Z[ host-image] Jun 04 21:10:04.664 INFO O| Jun 04 21:10:04.664 INFO STEP 171 (remove_files) COMPLETE
100962026-06-04T21:10:05.907Z[ host-image] Jun 04 21:10:04.664 INFO O| Jun 04 21:10:04.664 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972026-06-04T21:10:05.914Z[ host-image] Jun 04 21:10:04.671 INFO O| Jun 04 21:10:04.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100982026-06-04T21:10:05.914Z[ host-image] Jun 04 21:10:04.671 INFO O| Jun 04 21:10:04.671 INFO STEP 172 (remove_files) COMPLETE
100992026-06-04T21:10:05.914Z[ host-image] Jun 04 21:10:04.671 INFO O| Jun 04 21:10:04.671 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002026-06-04T21:10:05.923Z[ host-image] Jun 04 21:10:04.680 INFO O| Jun 04 21:10:04.680 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101012026-06-04T21:10:05.923Z[ host-image] Jun 04 21:10:04.680 INFO O| Jun 04 21:10:04.680 INFO STEP 173 (remove_files) COMPLETE
101022026-06-04T21:10:05.923Z[ host-image] Jun 04 21:10:04.680 INFO O| Jun 04 21:10:04.680 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032026-06-04T21:10:05.931Z[ host-image] Jun 04 21:10:04.688 INFO O| Jun 04 21:10:04.688 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101042026-06-04T21:10:05.931Z[ host-image] Jun 04 21:10:04.688 INFO O| Jun 04 21:10:04.688 INFO STEP 174 (remove_files) COMPLETE
101052026-06-04T21:10:05.933Z[ host-image] Jun 04 21:10:04.688 INFO O| Jun 04 21:10:04.688 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-06-04T21:10:05.939Z[ host-image] Jun 04 21:10:04.696 INFO O| Jun 04 21:10:04.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101072026-06-04T21:10:05.939Z[ host-image] Jun 04 21:10:04.697 INFO O| Jun 04 21:10:04.697 INFO STEP 175 (remove_files) COMPLETE
101082026-06-04T21:10:05.939Z[ host-image] Jun 04 21:10:04.697 INFO O| Jun 04 21:10:04.697 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101092026-06-04T21:10:05.950Z[ recovery-image] Jun 04 21:10:04.707 INFO O| ok, image written!
101102026-06-04T21:10:05.950Z[ recovery-image] Jun 04 21:10:04.707 INFO O| ok, boot_image_csum file written!
101112026-06-04T21:10:05.952Z[ host-image] Jun 04 21:10:04.709 INFO O| Jun 04 21:10:04.709 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101122026-06-04T21:10:05.953Z[ host-image] Jun 04 21:10:04.709 INFO O| Jun 04 21:10:04.709 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101132026-06-04T21:10:05.953Z[ recovery-image] Jun 04 21:10:04.709 INFO creating boot archive (CPIO)...
101142026-06-04T21:10:05.953Z[ recovery-image] Jun 04 21:10:04.709 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
101152026-06-04T21:10:05.956Z[ recovery-image] Jun 04 21:10:04.713 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101162026-06-04T21:10:05.956Z[ recovery-image] Jun 04 21:10:04.713 INFO E| + outfile=/work/os-recovery/cpio
101172026-06-04T21:10:05.958Z[ recovery-image] Jun 04 21:10:04.713 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101182026-06-04T21:10:05.961Z[ recovery-image] Jun 04 21:10:04.715 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101192026-06-04T21:10:05.961Z[ recovery-image] Jun 04 21:10:04.716 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101202026-06-04T21:10:05.990Z[ recovery-image] Jun 04 21:10:04.747 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101212026-06-04T21:10:05.990Z[ recovery-image] Jun 04 21:10:04.748 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101222026-06-04T21:10:05.996Z[ recovery-image] Jun 04 21:10:04.754 INFO creating compressed cpio/unix for dev loaders...
101232026-06-04T21:10:05.996Z[ recovery-image] Jun 04 21:10:04.754 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
101242026-06-04T21:10:06.218Z[ recovery-image] Jun 04 21:10:04.975 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101252026-06-04T21:10:09.597Z[ recovery-image] Jun 04 21:10:08.353 INFO creating reset image...
101262026-06-04T21:10:09.597Z[ recovery-image] Jun 04 21:10:08.353 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
101272026-06-04T21:10:10.787Z[ host-image] Jun 04 21:10:09.544 INFO O| Jun 04 21:10:09.543 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
101282026-06-04T21:10:10.787Z[ host-image] Jun 04 21:10:09.544 INFO O| Jun 04 21:10:09.544 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101292026-06-04T21:10:10.799Z[ host-image] Jun 04 21:10:09.557 INFO O| Jun 04 21:10:09.556 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101302026-06-04T21:10:10.904Z[ host-image] Jun 04 21:10:09.661 INFO O| Jun 04 21:10:09.661 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101312026-06-04T21:10:10.966Z[ host-image] Jun 04 21:10:09.722 INFO O| Jun 04 21:10:09.722 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101322026-06-04T21:10:11.034Z[ host-image] Jun 04 21:10:09.791 INFO O| Jun 04 21:10:09.791 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101332026-06-04T21:10:11.034Z[ host-image] Jun 04 21:10:09.791 INFO O| Jun 04 21:10:09.791 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101342026-06-04T21:10:11.160Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101352026-06-04T21:10:11.160Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO ok!
101362026-06-04T21:10:11.163Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101372026-06-04T21:10:11.163Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO STEP 176 (seed_smf) COMPLETE
101382026-06-04T21:10:11.163Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO steps complete; finalising image!
101392026-06-04T21:10:11.163Z[ host-image] Jun 04 21:10:09.917 INFO O| Jun 04 21:10:09.917 INFO TRIM POOL: TEMPORARY-sled-zfs
101402026-06-04T21:10:11.219Z[ host-image] Jun 04 21:10:09.976 INFO O| Jun 04 21:10:09.976 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Thu Jun 4 21:10:09 2026)
101412026-06-04T21:10:11.434Z[ host-image] Jun 04 21:10:10.191 INFO O| Jun 04 21:10:10.191 INFO temporary pool has 852M used, 43.7M avail, 1.81x compressratio
101422026-06-04T21:10:11.434Z[ host-image] Jun 04 21:10:10.191 INFO O| Jun 04 21:10:10.191 INFO EXPORT POOL: TEMPORARY-sled-zfs
101432026-06-04T21:10:12.199Z[ host-image] Jun 04 21:10:10.956 INFO O| Jun 04 21:10:10.956 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101442026-06-04T21:10:12.199Z[ host-image] Jun 04 21:10:10.956 INFO O| Jun 04 21:10:10.956 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101452026-06-04T21:10:12.952Z[ host-image] Jun 04 21:10:11.709 INFO O| Jun 04 21:10:11.709 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101462026-06-04T21:10:12.952Z[ host-image] Jun 04 21:10:11.709 INFO O| Jun 04 21:10:11.709 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101472026-06-04T21:10:12.952Z[ host-image] Jun 04 21:10:11.709 INFO O| Jun 04 21:10:11.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101482026-06-04T21:10:12.956Z[ host-image] Jun 04 21:10:11.709 INFO O| Jun 04 21:10:11.709 INFO completed processing sled/zfs
101492026-06-04T21:10:12.956Z[ host-image] Jun 04 21:10:11.709 INFO O| Jun 04 21:10:11.709 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101502026-06-04T21:10:28.923Z[ host-image] Jun 04 21:10:27.680 INFO O| Jun 04 21:10:27.680 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
101512026-06-04T21:10:29.023Z[ host-image] Jun 04 21:10:27.779 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
101522026-06-04T21:10:29.023Z[ host-image] Jun 04 21:10:27.779 INFO expanded image name: "ci 562fe28/${os_short_commit} 2026-06-04 20:54" -> "ci 562fe28/d847a32 2026-06-04 20:54"
101532026-06-04T21:10:29.026Z[ host-image] Jun 04 21:10:27.779 INFO output artefacts stored in: "/work/os-host"
101542026-06-04T21:10:29.026Z[ host-image] Jun 04 21:10:27.780 INFO collecting git info from project "dmar-report"...
101552026-06-04T21:10:29.029Z[ host-image] Jun 04 21:10:27.785 INFO collecting git info from project "chelsio-t6-roms"...
101562026-06-04T21:10:29.032Z[ host-image] Jun 04 21:10:27.789 INFO collecting git info from project "amd-firmware"...
101572026-06-04T21:10:29.042Z[ host-image] Jun 04 21:10:27.799 INFO collecting git info from project "pinprick"...
101582026-06-04T21:10:29.045Z[ host-image] Jun 04 21:10:27.803 INFO collecting git info from project "amd-host-image-builder"...
101592026-06-04T21:10:29.049Z[ host-image] Jun 04 21:10:27.807 INFO collecting git info from project "image-builder"...
101602026-06-04T21:10:29.053Z[ host-image] Jun 04 21:10:27.811 INFO collecting git info from project "pilot"...
101612026-06-04T21:10:29.057Z[ host-image] Jun 04 21:10:27.815 INFO collecting git info from project "phbl"...
101622026-06-04T21:10:29.061Z[ host-image] Jun 04 21:10:27.818 INFO collecting git info from project "bootserver"...
101632026-06-04T21:10:29.065Z[ host-image] Jun 04 21:10:27.822 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101642026-06-04T21:10:29.364Z[ host-image] Jun 04 21:10:28.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101652026-06-04T21:10:29.644Z[ host-image] Jun 04 21:10:28.400 INFO creating Oxide boot image...
101662026-06-04T21:10:29.644Z[ host-image] Jun 04 21:10:28.400 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 562fe28/d847a32 2026-06-04 20:54", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101672026-06-04T21:10:30.164Z[ recovery-image] Jun 04 21:10:28.921 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')"
101682026-06-04T21:10:30.165Z[ recovery-image] Jun 04 21:10:28.921 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")
101692026-06-04T21:10:30.312Z[ recovery-image] Jun 04 21:10:29.069 INFO E| Updating crates.io index
101702026-06-04T21:10:30.331Z[ host-image] Jun 04 21:10:29.088 INFO O| ok, image written!
101712026-06-04T21:10:30.331Z[ host-image] Jun 04 21:10:29.088 INFO O| ok, boot_image_csum file written!
101722026-06-04T21:10:30.334Z[ host-image] Jun 04 21:10:29.090 INFO creating boot archive (CPIO)...
101732026-06-04T21:10:30.334Z[ host-image] Jun 04 21:10:29.090 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
101742026-06-04T21:10:30.337Z[ host-image] Jun 04 21:10:29.093 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
101752026-06-04T21:10:30.338Z[ host-image] Jun 04 21:10:29.093 INFO E| + outfile=/work/os-host/cpio
101762026-06-04T21:10:30.338Z[ host-image] Jun 04 21:10:29.093 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101772026-06-04T21:10:30.341Z[ host-image] Jun 04 21:10:29.095 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
101782026-06-04T21:10:30.341Z[ host-image] Jun 04 21:10:29.096 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101792026-06-04T21:10:30.364Z[ host-image] Jun 04 21:10:29.121 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101802026-06-04T21:10:30.367Z[ host-image] Jun 04 21:10:29.121 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101812026-06-04T21:10:30.370Z[ host-image] Jun 04 21:10:29.127 INFO creating compressed cpio/unix for dev loaders...
101822026-06-04T21:10:30.371Z[ host-image] Jun 04 21:10:29.127 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
101832026-06-04T21:10:30.587Z[ host-image] Jun 04 21:10:29.344 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
101842026-06-04T21:10:30.606Z[ recovery-image] Jun 04 21:10:29.361 INFO E| Downloading crates ...
101852026-06-04T21:10:30.680Z[ recovery-image] Jun 04 21:10:29.426 INFO E| Downloaded os_pipe v1.2.3
101862026-06-04T21:10:30.688Z[ recovery-image] Jun 04 21:10:29.428 INFO E| Downloaded colorchoice v1.0.5
101872026-06-04T21:10:30.688Z[ recovery-image] Jun 04 21:10:29.444 INFO E| Downloaded clap_lex v1.1.0
101882026-06-04T21:10:30.693Z[ recovery-image] Jun 04 21:10:29.445 INFO E| Downloaded clap_builder v4.6.0
101892026-06-04T21:10:30.800Z[ recovery-image] Jun 04 21:10:29.557 INFO E| Downloaded shared_child v1.1.1
101902026-06-04T21:10:30.954Z[ recovery-image] Jun 04 21:10:29.711 INFO E| Downloaded clap v4.6.1
101912026-06-04T21:10:30.992Z[ recovery-image] Jun 04 21:10:29.749 INFO E| Downloaded anstyle v1.0.14
101922026-06-04T21:10:31.003Z[ recovery-image] Jun 04 21:10:29.759 INFO E| Downloaded sigchld v0.2.4
101932026-06-04T21:10:31.054Z[ recovery-image] Jun 04 21:10:29.811 INFO E| Downloaded anstyle-parse v1.0.0
101942026-06-04T21:10:31.131Z[ recovery-image] Jun 04 21:10:29.888 INFO E| Downloaded shared_thread v0.2.0
101952026-06-04T21:10:31.206Z[ recovery-image] Jun 04 21:10:29.963 INFO E| Downloaded anstream v1.0.0
101962026-06-04T21:10:31.356Z[ recovery-image] Jun 04 21:10:30.113 INFO E| Downloaded duct v1.1.1
101972026-06-04T21:10:31.435Z[ recovery-image] Jun 04 21:10:30.192 INFO E| Downloaded clap_derive v4.6.1
101982026-06-04T21:10:31.466Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling libc v0.2.185
101992026-06-04T21:10:31.466Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling proc-macro2 v1.0.106
102002026-06-04T21:10:31.466Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling quote v1.0.45
102012026-06-04T21:10:31.470Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling signal-hook v0.3.18
102022026-06-04T21:10:31.470Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling unicode-ident v1.0.24
102032026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling utf8parse v0.2.2
102042026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling anstyle v1.0.14
102052026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling colorchoice v1.0.5
102062026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling anstyle-query v1.1.5
102072026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling is_terminal_polyfill v1.70.2
102082026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling strsim v0.11.1
102092026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling clap_lex v1.1.0
102102026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling heck v0.5.0
102112026-06-04T21:10:31.471Z[ recovery-image] Jun 04 21:10:30.223 INFO E| Compiling shared_thread v0.2.0
102122026-06-04T21:10:31.572Z[ recovery-image] Jun 04 21:10:30.328 INFO E| Compiling anstyle-parse v1.0.0
102132026-06-04T21:10:31.706Z[ recovery-image] Jun 04 21:10:30.462 INFO E| Compiling anstream v1.0.0
102142026-06-04T21:10:31.891Z[ recovery-image] Jun 04 21:10:30.647 INFO E| Compiling clap_builder v4.6.0
102152026-06-04T21:10:32.176Z[ recovery-image] Jun 04 21:10:30.933 INFO E| Compiling errno v0.3.14
102162026-06-04T21:10:32.177Z[ recovery-image] Jun 04 21:10:30.933 INFO E| Compiling os_pipe v1.2.3
102172026-06-04T21:10:32.272Z[ recovery-image] Jun 04 21:10:31.028 INFO E| Compiling signal-hook-registry v1.4.8
102182026-06-04T21:10:32.429Z[ recovery-image] Jun 04 21:10:31.185 INFO E| Compiling syn v2.0.117
102192026-06-04T21:10:32.521Z[ recovery-image] Jun 04 21:10:31.277 INFO E| Compiling sigchld v0.2.4
102202026-06-04T21:10:32.758Z[ recovery-image] Jun 04 21:10:31.363 INFO E| Compiling shared_child v1.1.1
102212026-06-04T21:10:32.758Z[ recovery-image] Jun 04 21:10:31.471 INFO E| Compiling duct v1.1.1
102222026-06-04T21:10:33.817Z[ host-image] Jun 04 21:10:32.574 INFO creating reset image...
102232026-06-04T21:10:33.817Z[ host-image] Jun 04 21:10:32.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102242026-06-04T21:10:33.855Z[ host-image] Jun 04 21:10:32.611 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')"
102252026-06-04T21:10:33.855Z[ host-image] Jun 04 21:10:32.612 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")
102262026-06-04T21:10:34.007Z[ host-image] Jun 04 21:10:32.764 INFO E| Blocking waiting for file lock on build directory
102272026-06-04T21:10:34.300Z[ recovery-image] Jun 04 21:10:33.057 INFO E| Compiling clap_derive v4.6.1
102282026-06-04T21:10:35.473Z[ recovery-image] Jun 04 21:10:34.228 INFO E| Compiling clap v4.6.1
102292026-06-04T21:10:35.533Z[ recovery-image] Jun 04 21:10:34.280 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102302026-06-04T21:10:36.264Z[ recovery-image] Jun 04 21:10:35.016 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
102312026-06-04T21:10:36.283Z[ host-image] Jun 04 21:10:35.022 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
102322026-06-04T21:10:36.284Z[ host-image] Jun 04 21:10:35.024 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102332026-06-04T21:10:36.284Z[ recovery-image] Jun 04 21:10:35.024 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102342026-06-04T21:10:36.480Z[ recovery-image] Jun 04 21:10:35.228 INFO E| Blocking waiting for file lock on package cache
102352026-06-04T21:10:36.491Z[ host-image] Jun 04 21:10:35.245 INFO E| Blocking waiting for file lock on package cache
102362026-06-04T21:10:36.523Z[ recovery-image] Jun 04 21:10:35.269 INFO E| Blocking waiting for file lock on package cache
102372026-06-04T21:10:36.533Z[ host-image] Jun 04 21:10:35.288 INFO E| Blocking waiting for file lock on package cache
102382026-06-04T21:10:36.560Z[ recovery-image] Jun 04 21:10:35.306 INFO E| Blocking waiting for file lock on package cache
102392026-06-04T21:10:36.574Z[ host-image] Jun 04 21:10:35.307 INFO E| Downloading crates ...
102402026-06-04T21:10:36.620Z[ host-image] Jun 04 21:10:35.366 INFO E| Downloaded bitstruct_derive v0.1.0
102412026-06-04T21:10:36.632Z[ host-image] Jun 04 21:10:35.367 INFO E| Downloaded cpio_reader v0.1.2
102422026-06-04T21:10:36.632Z[ host-image] Jun 04 21:10:35.368 INFO E| Downloaded bitstruct v0.1.1
102432026-06-04T21:10:36.632Z[ host-image] Jun 04 21:10:35.377 INFO E| Downloaded bitflags v2.11.1
102442026-06-04T21:10:36.658Z[ host-image] Jun 04 21:10:35.402 INFO E| Downloaded bit_field v0.10.3
102452026-06-04T21:10:36.674Z[ host-image] Jun 04 21:10:35.411 INFO E| Downloaded raw-cpuid v10.7.0
102462026-06-04T21:10:36.796Z[ host-image] Jun 04 21:10:35.548 INFO E| Downloaded miniz_oxide v0.9.1
102472026-06-04T21:10:36.951Z[ host-image] Jun 04 21:10:35.690 INFO E| Downloaded x86 v0.52.0
102482026-06-04T21:10:36.989Z[ host-image] Jun 04 21:10:35.720 INFO E| Blocking waiting for file lock on package cache
102492026-06-04T21:10:37.035Z[ host-image] Jun 04 21:10:35.721 INFO E| Updating crates.io index
102502026-06-04T21:10:37.036Z[ recovery-image] Jun 04 21:10:35.725 INFO E| Blocking waiting for file lock on package cache
102512026-06-04T21:10:37.036Z[ host-image] Jun 04 21:10:35.766 INFO E| Blocking waiting for file lock on package cache
102522026-06-04T21:10:37.079Z[ recovery-image] Jun 04 21:10:35.769 INFO E| Blocking waiting for file lock on package cache
102532026-06-04T21:10:37.079Z[ host-image] Jun 04 21:10:35.770 INFO E| Downloading crates ...
102542026-06-04T21:10:37.113Z[ host-image] Jun 04 21:10:35.834 INFO E| Downloaded rustc-literal-escaper v0.0.7
102552026-06-04T21:10:37.113Z[ host-image] Jun 04 21:10:35.836 INFO E| Blocking waiting for file lock on package cache
102562026-06-04T21:10:37.153Z[ host-image] Jun 04 21:10:35.879 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)
102572026-06-04T21:10:37.153Z[ host-image] Jun 04 21:10:35.879 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)
102582026-06-04T21:10:37.153Z[ host-image] Jun 04 21:10:35.879 INFO E| Compiling proc-macro2 v1.0.106
102592026-06-04T21:10:37.153Z[ host-image] Jun 04 21:10:35.879 INFO E| Compiling quote v1.0.45
102602026-06-04T21:10:37.154Z[ host-image] Jun 04 21:10:35.879 INFO E| Compiling unicode-ident v1.0.24
102612026-06-04T21:10:37.154Z[ host-image] Jun 04 21:10:35.879 INFO E| Compiling syn v1.0.109
102622026-06-04T21:10:37.154Z[ host-image] Jun 04 21:10:35.879 INFO E| Compiling x86 v0.52.0
102632026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 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-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 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-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling proc-macro2 v1.0.106
102662026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling quote v1.0.45
102672026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling unicode-ident v1.0.24
102682026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling syn v1.0.109
102692026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling x86 v0.52.0
102702026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102712026-06-04T21:10:37.196Z[ recovery-image] Jun 04 21:10:35.882 INFO E| Compiling seq-macro v0.3.6
102722026-06-04T21:10:37.196Z[ host-image] Jun 04 21:10:35.891 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102732026-06-04T21:10:37.196Z[ host-image] Jun 04 21:10:35.891 INFO E| Compiling seq-macro v0.3.6
102742026-06-04T21:10:38.168Z[ recovery-image] Jun 04 21:10:36.912 INFO E| Compiling syn v2.0.117
102752026-06-04T21:10:38.296Z[ host-image] Jun 04 21:10:37.041 INFO E| Compiling syn v2.0.117
102762026-06-04T21:10:39.476Z[ recovery-image] Jun 04 21:10:38.233 INFO E| Compiling scroll_derive v0.13.1
102772026-06-04T21:10:39.626Z[ host-image] Jun 04 21:10:38.381 INFO E| Compiling scroll_derive v0.13.1
102782026-06-04T21:10:40.492Z[ recovery-image] Jun 04 21:10:39.249 INFO E| Compiling bitstruct_derive v0.1.0
102792026-06-04T21:10:40.645Z[ host-image] Jun 04 21:10:39.402 INFO E| Compiling bitstruct_derive v0.1.0
102802026-06-04T21:10:49.269Z[ host-image] Jun 04 21:10:48.019 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)
102812026-06-04T21:10:49.335Z[ recovery-image] Jun 04 21:10:48.085 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)
102822026-06-04T21:10:51.384Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling bitflags v1.3.2
102832026-06-04T21:10:51.384Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling plain v0.2.3
102842026-06-04T21:10:51.384Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling log v0.4.29
102852026-06-04T21:10:51.393Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling bitflags v2.11.1
102862026-06-04T21:10:51.393Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling bit_field v0.10.3
102872026-06-04T21:10:51.393Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling adler2 v2.0.1
102882026-06-04T21:10:51.393Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling scroll v0.13.0
102892026-06-04T21:10:51.393Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling static_assertions v1.1.0
102902026-06-04T21:10:51.394Z[ host-image] Jun 04 21:10:50.141 INFO E| Compiling bitstruct v0.1.1
102912026-06-04T21:10:51.438Z[ host-image] Jun 04 21:10:50.195 INFO E| Compiling raw-cpuid v10.7.0
102922026-06-04T21:10:51.480Z[ host-image] Jun 04 21:10:50.237 INFO E| Compiling miniz_oxide v0.9.1
102932026-06-04T21:10:51.550Z[ recovery-image] Jun 04 21:10:50.292 INFO E| Compiling bitflags v1.3.2
102942026-06-04T21:10:51.550Z[ recovery-image] Jun 04 21:10:50.292 INFO E| Compiling adler2 v2.0.1
102952026-06-04T21:10:51.550Z[ recovery-image] Jun 04 21:10:50.292 INFO E| Compiling scroll v0.13.0
102962026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.292 INFO E| Compiling bitflags v2.11.1
102972026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.292 INFO E| Compiling log v0.4.29
102982026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.293 INFO E| Compiling plain v0.2.3
102992026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.293 INFO E| Compiling bit_field v0.10.3
103002026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.293 INFO E| Compiling static_assertions v1.1.0
103012026-06-04T21:10:51.555Z[ recovery-image] Jun 04 21:10:50.293 INFO E| Compiling bitstruct v0.1.1
103022026-06-04T21:10:51.555Z[ host-image] Jun 04 21:10:50.296 INFO E| Compiling cpio_reader v0.1.2
103032026-06-04T21:10:51.590Z[ recovery-image] Jun 04 21:10:50.347 INFO E| Compiling raw-cpuid v10.7.0
103042026-06-04T21:10:51.784Z[ recovery-image] Jun 04 21:10:50.416 INFO E| Compiling miniz_oxide v0.9.1
103052026-06-04T21:10:51.784Z[ host-image] Jun 04 21:10:50.450 INFO E| Compiling goblin v0.10.5
103062026-06-04T21:10:51.784Z[ recovery-image] Jun 04 21:10:50.483 INFO E| Compiling cpio_reader v0.1.2
103072026-06-04T21:10:51.803Z[ recovery-image] Jun 04 21:10:50.558 INFO E| Compiling goblin v0.10.5
103082026-06-04T21:10:54.504Z[ host-image] Jun 04 21:10:53.259 INFO E| Finished `release` profile [optimized] target(s) in 18.21s
103092026-06-04T21:10:54.525Z[ host-image] Jun 04 21:10:53.281 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103102026-06-04T21:10:54.555Z[ host-image] Jun 04 21:10:53.311 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')"
103112026-06-04T21:10:54.555Z[ host-image] Jun 04 21:10:53.311 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103122026-06-04T21:10:54.555Z[ host-image] Jun 04 21:10:53.311 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103132026-06-04T21:10:54.559Z[ host-image] Jun 04 21:10:53.311 INFO building ROM for cosmo
103142026-06-04T21:10:54.559Z[ host-image] Jun 04 21:10:53.311 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")
103152026-06-04T21:10:54.586Z[ recovery-image] Jun 04 21:10:53.342 INFO E| Finished `release` profile [optimized] target(s) in 18.29s
103162026-06-04T21:10:54.605Z[ recovery-image] Jun 04 21:10:53.356 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103172026-06-04T21:10:54.631Z[ recovery-image] Jun 04 21:10:53.387 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')"
103182026-06-04T21:10:54.631Z[ recovery-image] Jun 04 21:10:53.387 INFO building ROM for gimlet
103192026-06-04T21:10:54.631Z[ recovery-image] Jun 04 21:10:53.387 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")
103202026-06-04T21:10:54.643Z[ host-image] Jun 04 21:10:53.388 INFO E| Downloading crates ...
103212026-06-04T21:10:54.678Z[ recovery-image] Jun 04 21:10:53.434 INFO E| Blocking waiting for file lock on package cache
103222026-06-04T21:10:55.046Z[ host-image] Jun 04 21:10:53.782 INFO E| Downloaded clap v4.5.37
103232026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.789 INFO E| Downloaded winnow v0.7.7
103242026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.795 INFO E| Downloaded serde_spanned v0.6.8
103252026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.796 INFO E| Downloaded toml_datetime v0.6.9
103262026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.804 INFO E| Downloaded is_terminal_polyfill v1.70.1
103272026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.814 INFO E| Downloaded shared_child v1.0.1
103282026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.815 INFO E| Downloaded anstyle-query v1.1.2
103292026-06-04T21:10:55.084Z[ host-image] Jun 04 21:10:53.818 INFO E| Downloaded duct v0.13.7
103302026-06-04T21:10:55.091Z[ host-image] Jun 04 21:10:53.825 INFO E| Downloaded anstyle-parse v0.2.6
103312026-06-04T21:10:55.092Z[ host-image] Jun 04 21:10:53.846 INFO E| Downloaded anstyle v1.0.10
103322026-06-04T21:10:55.152Z[ host-image] Jun 04 21:10:53.894 INFO E| Downloaded cc v1.2.20
103332026-06-04T21:10:55.269Z[ host-image] Jun 04 21:10:54.026 INFO E| Downloaded clap_derive v4.5.32
103342026-06-04T21:10:55.278Z[ host-image] Jun 04 21:10:54.031 INFO E| Downloaded clap_lex v0.7.4
103352026-06-04T21:10:55.290Z[ host-image] Jun 04 21:10:54.045 INFO E| Downloaded toml_write v0.1.1
103362026-06-04T21:10:55.301Z[ host-image] Jun 04 21:10:54.046 INFO E| Downloaded colorchoice v1.0.3
103372026-06-04T21:10:55.336Z[ host-image] Jun 04 21:10:54.092 INFO E| Downloaded anstream v0.6.18
103382026-06-04T21:10:55.357Z[ host-image] Jun 04 21:10:54.113 INFO E| Downloaded toml v0.8.22
103392026-06-04T21:10:55.382Z[ host-image] Jun 04 21:10:54.138 INFO E| Downloaded toml_edit v0.22.26
103402026-06-04T21:10:55.486Z[ host-image] Jun 04 21:10:54.243 INFO E| Downloaded clap_builder v4.5.37
103412026-06-04T21:10:55.582Z[ host-image] Jun 04 21:10:54.337 INFO E| Downloaded os_pipe v1.2.1
103422026-06-04T21:10:55.585Z[ host-image] Jun 04 21:10:54.339 INFO E| Blocking waiting for file lock on package cache
103432026-06-04T21:10:55.616Z[ host-image] Jun 04 21:10:54.372 INFO E| Compiling libc v0.2.172
103442026-06-04T21:10:55.616Z[ host-image] Jun 04 21:10:54.372 INFO E| Compiling utf8parse v0.2.2
103452026-06-04T21:10:55.616Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling colorchoice v1.0.3
103462026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling anstyle v1.0.10
103472026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling hashbrown v0.15.2
103482026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling equivalent v1.0.2
103492026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling is_terminal_polyfill v1.70.1
103502026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling shlex v1.3.0
103512026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling anstyle-query v1.1.2
103522026-06-04T21:10:55.619Z[ host-image] Jun 04 21:10:54.373 INFO E| Compiling once_cell v1.21.3
103532026-06-04T21:10:55.619Z[ recovery-image] Jun 04 21:10:54.374 INFO E| Blocking waiting for file lock on artifact directory
103542026-06-04T21:10:55.633Z[ host-image] Jun 04 21:10:54.389 INFO E| Compiling strsim v0.11.1
103552026-06-04T21:10:55.636Z[ host-image] Jun 04 21:10:54.389 INFO E| Compiling clap_lex v0.7.4
103562026-06-04T21:10:55.643Z[ host-image] Jun 04 21:10:54.399 INFO E| Compiling anyhow v1.0.98
103572026-06-04T21:10:55.648Z[ host-image] Jun 04 21:10:54.399 INFO E| Compiling toml_write v0.1.1
103582026-06-04T21:10:55.667Z[ host-image] Jun 04 21:10:54.414 INFO E| Compiling winnow v0.7.7
103592026-06-04T21:10:55.674Z[ host-image] Jun 04 21:10:54.414 INFO E| Compiling syn v2.0.101
103602026-06-04T21:10:55.744Z[ host-image] Jun 04 21:10:54.500 INFO E| Compiling anstyle-parse v0.2.6
103612026-06-04T21:10:55.791Z[ host-image] Jun 04 21:10:54.547 INFO E| Compiling cc v1.2.20
103622026-06-04T21:10:55.899Z[ host-image] Jun 04 21:10:54.655 INFO E| Compiling anstream v0.6.18
103632026-06-04T21:10:56.205Z[ host-image] Jun 04 21:10:54.848 INFO E| Compiling clap_builder v4.5.37
103642026-06-04T21:10:56.223Z[ host-image] Jun 04 21:10:54.871 INFO E| Compiling indexmap v2.9.0
103652026-06-04T21:10:56.239Z[ host-image] Jun 04 21:10:54.992 INFO E| Compiling shared_child v1.0.1
103662026-06-04T21:10:56.239Z[ host-image] Jun 04 21:10:54.992 INFO E| Compiling os_pipe v1.2.1
103672026-06-04T21:10:56.357Z[ host-image] Jun 04 21:10:55.106 INFO E| Compiling duct v0.13.7
103682026-06-04T21:10:56.792Z[ host-image] Jun 04 21:10:55.538 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103692026-06-04T21:10:57.650Z[ host-image] Jun 04 21:10:56.405 INFO E| Compiling serde_derive v1.0.219
103702026-06-04T21:10:57.650Z[ host-image] Jun 04 21:10:56.405 INFO E| Compiling clap_derive v4.5.32
103712026-06-04T21:10:58.860Z[ host-image] Jun 04 21:10:57.614 INFO E| Compiling clap v4.5.37
103722026-06-04T21:10:59.442Z[ host-image] Jun 04 21:10:58.192 INFO E| Compiling serde v1.0.219
103732026-06-04T21:11:01.075Z[ host-image] Jun 04 21:10:59.830 INFO E| Compiling serde_spanned v0.6.8
103742026-06-04T21:11:01.075Z[ host-image] Jun 04 21:10:59.830 INFO E| Compiling toml_datetime v0.6.9
103752026-06-04T21:11:01.222Z[ host-image] Jun 04 21:10:59.975 INFO E| Compiling toml_edit v0.22.26
103762026-06-04T21:11:02.344Z[ host-image] Jun 04 21:11:01.100 INFO E| Compiling toml v0.8.22
103772026-06-04T21:11:04.227Z[ host-image] Jun 04 21:11:02.981 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
103782026-06-04T21:11:04.233Z[ recovery-image] Jun 04 21:11:02.989 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s
103792026-06-04T21:11:04.237Z[ recovery-image] Jun 04 21:11:02.991 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`
103802026-06-04T21:11:04.237Z[ host-image] Jun 04 21:11:02.993 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`
103812026-06-04T21:11:04.254Z[ recovery-image] Jun 04 21:11:03.003 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103822026-06-04T21:11:04.260Z[ host-image] Jun 04 21:11:03.005 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103832026-06-04T21:11:04.267Z[ host-image] Jun 04 21:11:03.022 INFO E| Blocking waiting for file lock on package cache
103842026-06-04T21:11:04.291Z[ recovery-image] Jun 04 21:11:03.044 INFO E| Blocking waiting for file lock on package cache
103852026-06-04T21:11:04.309Z[ host-image] Jun 04 21:11:03.065 INFO E| Blocking waiting for file lock on package cache
103862026-06-04T21:11:04.312Z[ recovery-image] Jun 04 21:11:03.066 INFO E| Blocking waiting for file lock on package cache
103872026-06-04T21:11:04.312Z[ host-image] Jun 04 21:11:03.067 INFO E| Blocking waiting for file lock on package cache
103882026-06-04T21:11:04.327Z[ recovery-image] Jun 04 21:11:03.082 INFO E| Blocking waiting for file lock on package cache
103892026-06-04T21:11:04.337Z[ host-image] Jun 04 21:11:03.093 INFO E| Blocking waiting for file lock on artifact directory
103902026-06-04T21:11:04.350Z[ recovery-image] Jun 04 21:11:03.104 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
103912026-06-04T21:11:04.357Z[ recovery-image] Jun 04 21:11:03.108 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`
103922026-06-04T21:11:04.367Z[ host-image] Jun 04 21:11:03.115 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103932026-06-04T21:11:04.374Z[ host-image] Jun 04 21:11:03.120 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`
103942026-06-04T21:11:04.705Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103952026-06-04T21:11:04.705Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103962026-06-04T21:11:04.714Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103972026-06-04T21:11:04.714Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103982026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103992026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104002026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104012026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104022026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104032026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104042026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104052026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104062026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104072026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104082026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104092026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO O| Info: ABL version: 0x100f5010
104102026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104112026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104122026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104132026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104142026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104152026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104162026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104172026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104182026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104192026-06-04T21:11:04.715Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104202026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104212026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104222026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104232026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104242026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104252026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104262026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104272026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104282026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.240 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104292026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.276 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104302026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.276 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104312026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.276 INFO building ROM for cosmo
104322026-06-04T21:11:04.716Z[ recovery-image] Jun 04 21:11:03.277 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")
104332026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104342026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104352026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104362026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104372026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104382026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104392026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104402026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104412026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104422026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104432026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104442026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104452026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104462026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104472026-06-04T21:11:04.716Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104482026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104492026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104502026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104512026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104522026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104532026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104542026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104552026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104562026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104572026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104582026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104592026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104602026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104612026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104622026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104632026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104642026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104652026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104662026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104672026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104682026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104692026-06-04T21:11:04.717Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104702026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104712026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104722026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104732026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104742026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104752026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104762026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104772026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104782026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104792026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104802026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104812026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104822026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104832026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104842026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104852026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104862026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.349 INFO O| Info: ABL version: 0x100af010
104872026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.349 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104882026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.349 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104892026-06-04T21:11:04.718Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104902026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104912026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104922026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104932026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104942026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104952026-06-04T21:11:04.719Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104962026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104972026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104982026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104992026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105002026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105012026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105022026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105032026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105042026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105052026-06-04T21:11:04.730Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105062026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105072026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105082026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105092026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105102026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105112026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105122026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105132026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105142026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105152026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105162026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105172026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105182026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105192026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105202026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.366 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105212026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.368 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`
105222026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.384 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105232026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.387 INFO building ROM for gimlet
105242026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.387 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")
105252026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.437 INFO E| Blocking waiting for file lock on package cache
105262026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.444 INFO E| Blocking waiting for file lock on package cache
105272026-06-04T21:11:04.731Z[ host-image] Jun 04 21:11:03.476 INFO E| Blocking waiting for file lock on artifact directory
105282026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.476 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105292026-06-04T21:11:04.731Z[ recovery-image] Jun 04 21:11:03.481 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`
105302026-06-04T21:11:04.735Z[ host-image] Jun 04 21:11:03.481 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105312026-06-04T21:11:04.735Z[ host-image] Jun 04 21:11:03.484 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`
105322026-06-04T21:11:04.742Z[ host-image] Jun 04 21:11:03.494 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105332026-06-04T21:11:04.807Z[ host-image] Jun 04 21:11:03.564 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105342026-06-04T21:11:04.813Z[ host-image] Jun 04 21:11:03.567 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`
105352026-06-04T21:11:04.934Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105362026-06-04T21:11:04.934Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105372026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105382026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105392026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105402026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105412026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105422026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105432026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105442026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105452026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105462026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105472026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105482026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105492026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105502026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO O| Info: ABL version: 0x100f5010
105512026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105522026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105532026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105542026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105552026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105562026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105572026-06-04T21:11:04.938Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105582026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105592026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105602026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105612026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105622026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105632026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105642026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105652026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105662026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105672026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105682026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105692026-06-04T21:11:04.939Z[ host-image] Jun 04 21:11:03.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105702026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105712026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105722026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105732026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105742026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105752026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105762026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105772026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105782026-06-04T21:11:04.946Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105792026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105802026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105812026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105822026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105832026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105842026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105852026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105862026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105872026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105882026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105892026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105902026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105912026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105922026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105932026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105942026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105952026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105962026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105972026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105982026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105992026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106002026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106012026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106022026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106032026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106042026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106052026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106062026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106072026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106082026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106092026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106102026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106112026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106122026-06-04T21:11:04.947Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106132026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106142026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106152026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106162026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106172026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106182026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106192026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106202026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106212026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106222026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106232026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO O| Info: ABL version: 0x100af010
106242026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106252026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106262026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106272026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106282026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106292026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106302026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106312026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106322026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106332026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106342026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106352026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106362026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106372026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106382026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106392026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106402026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106412026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106422026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106432026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106442026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106452026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106462026-06-04T21:11:04.948Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106472026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106482026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106492026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106502026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106512026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106522026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106532026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106542026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106552026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106562026-06-04T21:11:04.949Z[ recovery-image] Jun 04 21:11:03.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106572026-06-04T21:11:04.967Z[ host-image] Jun 04 21:11:03.723 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106582026-06-04T21:11:04.974Z[ recovery-image] Jun 04 21:11:03.731 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106592026-06-04T21:11:06.160Z[ recovery-image] Jun 04 21:11:04.908 INFO image complete! materials are in "/work/os-recovery"
106602026-06-04T21:11:06.167Z[ recovery-image]
106612026-06-04T21:11:06.167Z[ recovery-image] real 4:44.975295440
106622026-06-04T21:11:06.167Z[ recovery-image] user 2:18.506254778
106632026-06-04T21:11:06.167Z[ recovery-image] sys 35.389029609
106642026-06-04T21:11:06.167Z[ recovery-image] trap 0.081228379
106652026-06-04T21:11:06.167Z[ recovery-image] tflt 0.379270195
106662026-06-04T21:11:06.167Z[ recovery-image] dflt 0.487356349
106672026-06-04T21:11:06.167Z[ recovery-image] kflt 0.000053933
106682026-06-04T21:11:06.167Z[ recovery-image] lock 15:31.449850981
106692026-06-04T21:11:06.167Z[ recovery-image] slp 25:00.648727632
106702026-06-04T21:11:06.167Z[ recovery-image] lat 59.284215616
106712026-06-04T21:11:06.167Z[ recovery-image] stop 3.621174913
106722026-06-04T21:11:06.167ZJun 04 21:11:04.912 INFO [recovery-image] process exited with exit status: 0 (284.97993573s)
106732026-06-04T21:11:06.273Z[ host-image] Jun 04 21:11:05.020 INFO image complete! materials are in "/work/os-host"
106742026-06-04T21:11:06.282Z[ host-image]
106752026-06-04T21:11:06.282Z[ host-image] real 5:27.967260384
106762026-06-04T21:11:06.282Z[ host-image] user 2:54.234994445
106772026-06-04T21:11:06.282Z[ host-image] sys 37.995712926
106782026-06-04T21:11:06.282Z[ host-image] trap 0.087999890
106792026-06-04T21:11:06.283Z[ host-image] tflt 0.371170920
106802026-06-04T21:11:06.283Z[ host-image] dflt 0.639420000
106812026-06-04T21:11:06.283Z[ host-image] kflt 0.001793192
106822026-06-04T21:11:06.283Z[ host-image] lock 7:23.679697645
106832026-06-04T21:11:06.283Z[ host-image] slp 31:13.846423016
106842026-06-04T21:11:06.283Z[ host-image] lat 50.661128085
106852026-06-04T21:11:06.283Z[ host-image] stop 5.277865233
106862026-06-04T21:11:06.283ZJun 04 21:11:05.024 INFO [host-image] process exited with exit status: 0 (327.972523034s)
106872026-06-04T21:11:06.283ZJun 04 21:11:05.024 INFO [tuf-repo] running task
106882026-06-04T21:11:25.737ZJun 04 21:11:24.369 INFO assembling repository in `/tmp/tufaceousddq95A`, component: OmicronRepoAssembler
106892026-06-04T21:11:30.907ZJun 04 21:11:29.662 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106902026-06-04T21:11:31.141ZJun 04 21:11:29.897 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106912026-06-04T21:11:39.761ZJun 04 21:11:38.513 INFO extracting uploaded archive to /tmp/.tmpWzafAH
106922026-06-04T21:11:41.921ZJun 04 21:11:40.408 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Cn79Vk
106932026-06-04T21:11:41.933ZJun 04 21:11:40.456 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
106942026-06-04T21:11:41.933ZJun 04 21:11:40.547 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
106952026-06-04T21:11:41.933ZJun 04 21:11:40.630 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
106962026-06-04T21:11:41.948ZJun 04 21:11:40.698 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
106972026-06-04T21:11:42.015ZJun 04 21:11:40.767 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
106982026-06-04T21:11:42.091ZJun 04 21:11:40.841 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
106992026-06-04T21:11:42.174ZJun 04 21:11:40.925 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107002026-06-04T21:11:42.256ZJun 04 21:11:41.010 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107012026-06-04T21:11:42.256ZJun 04 21:11:41.010 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107022026-06-04T21:11:42.301ZJun 04 21:11:41.057 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107032026-06-04T21:11:42.301ZJun 04 21:11:41.057 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107042026-06-04T21:11:42.354ZJun 04 21:11:41.106 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107052026-06-04T21:11:42.354ZJun 04 21:11:41.106 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107062026-06-04T21:11:42.396ZJun 04 21:11:41.145 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107072026-06-04T21:11:42.396ZJun 04 21:11:41.145 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107082026-06-04T21:11:42.708ZJun 04 21:11:41.188 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107092026-06-04T21:11:42.708ZJun 04 21:11:41.188 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107102026-06-04T21:11:42.726ZJun 04 21:11:41.235 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107112026-06-04T21:11:42.726ZJun 04 21:11:41.235 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107122026-06-04T21:11:42.726ZJun 04 21:11:41.279 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107132026-06-04T21:11:42.726ZJun 04 21:11:41.279 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107142026-06-04T21:11:42.726ZJun 04 21:11:41.279 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107152026-06-04T21:11:42.726ZJun 04 21:11:41.280 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107162026-06-04T21:11:42.726ZJun 04 21:11:41.280 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107172026-06-04T21:11:42.726ZJun 04 21:11:41.281 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107182026-06-04T21:11:42.727ZJun 04 21:11:41.281 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107192026-06-04T21:11:49.938ZJun 04 21:11:48.694 INFO added artifact, length: 33554432, hash: 688e4929cbfced81cc979ca8f397ecef2c8373fd2ab48e1635d79d0256a425fe, version: 20.0.0-0.ci+git562fe28cdcb, kind: gimlet_host_phase_1, name: host
107202026-06-04T21:11:49.938ZJun 04 21:11:48.694 INFO added artifact, length: 33554432, hash: 2c7b509898e9febb0d1e5cd42f7f8f4df10ccd00cfb63a8fcd73d133cac2e9c7, version: 20.0.0-0.ci+git562fe28cdcb, kind: cosmo_host_phase_1, name: host
107212026-06-04T21:11:49.938ZJun 04 21:11:48.694 INFO added artifact, length: 1101008896, hash: c7470f0c643e72a6ef99206c2b41674929511600eb07f945cd3c9fd8aa51feec, version: 20.0.0-0.ci+git562fe28cdcb, kind: host_phase_2, name: host
107222026-06-04T21:11:50.811ZJun 04 21:11:49.568 INFO added artifact, length: 33554432, hash: 611fe8f05569d120b0a10642665d46a091de13d70caa7e39ad2afd3dcf726bf7, version: 20.0.0-0.ci+git562fe28cdcb, kind: gimlet_trampoline_phase_1, name: trampoline
107232026-06-04T21:11:50.811ZJun 04 21:11:49.568 INFO added artifact, length: 33554432, hash: 06262bd16e06bb7944d8f71d14669cd2c058b1f429c6b9f4deec57a8d89a2240, version: 20.0.0-0.ci+git562fe28cdcb, kind: cosmo_trampoline_phase_1, name: trampoline
107242026-06-04T21:11:50.811ZJun 04 21:11:49.568 INFO added artifact, length: 166131627, hash: 19d7a3150b40c412cb92f59f6dca147aa8bdd8f699430f9fe295cf6e19a66f21, version: 20.0.0-0.ci+git562fe28cdcb, kind: trampoline_phase_2, name: trampoline
107252026-06-04T21:11:52.765ZJun 04 21:11:51.522 INFO added artifact, length: 313764509, hash: 42164bdd272c8b538af64f60951569974bb3c51d7eb208d1ab3c4fa65ee2ef51, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: clickhouse_keeper
107262026-06-04T21:11:54.684ZJun 04 21:11:53.440 INFO added artifact, length: 329057282, hash: 4e38dca7a33ac8d0eac6ab1803705fefd0174268d0da3c00f7406c3e5fa2ce0e, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: clickhouse_server
107272026-06-04T21:11:56.377ZJun 04 21:11:55.133 INFO added artifact, length: 329061386, hash: 3df0605626f35d5ee11d6f7943f9b9301e79be9be772eebaf2e259b9b4e91661, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: clickhouse
107282026-06-04T21:11:57.289ZJun 04 21:11:56.043 INFO added artifact, length: 169599392, hash: 6fe27470ac25b26ee2a2984e1df19e39f4ff4ab0cb36d25ca55966923ade3547, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: cockroachdb
107292026-06-04T21:11:57.513ZJun 04 21:11:56.265 INFO added artifact, length: 41589993, hash: f818f01d4fe1ce2d44421b18591c4391e62e59c6daa773b0a4d62dfe86cec786, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: crucible-pantry-zone
107302026-06-04T21:11:57.921ZJun 04 21:11:56.557 INFO added artifact, length: 57533542, hash: 85cd84153e0421ec59ba3cc7e39af931ecf21114daa2347513757d559454507c, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: crucible-zone
107312026-06-04T21:11:58.085ZJun 04 21:11:56.838 INFO added artifact, length: 51418905, hash: 73e79858299f8f543c00b748c673115832d5baf901a301cccceb04d8e0952007, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: external-dns
107322026-06-04T21:11:58.346ZJun 04 21:11:57.098 INFO added artifact, length: 51418500, hash: fdb1bbb8cf7d8887a3f64933fa55e21a532019fbb9aac1d62d6d46ae5a0e11d7, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: internal-dns
107332026-06-04T21:11:59.833ZJun 04 21:11:58.589 INFO added artifact, length: 283467759, hash: 74baa5f354149fe0812a58fe8018b751d69f7462a8b4f80f5ae1fa7896bd967c, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: nexus
107342026-06-04T21:12:00.260ZJun 04 21:11:58.761 INFO added artifact, length: 33061516, hash: 54578e6a49eb7f654cc20aa55df39fa84232213cd0fac46ca22fe395d8657038, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: ntp
107352026-06-04T21:12:00.371ZJun 04 21:11:59.127 INFO added artifact, length: 68723234, hash: eec395561b6a85939089cbcce6c6f912c3bc5c5b7d789d7bdf03736542e5db48, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: oximeter
107362026-06-04T21:12:00.392ZJun 04 21:11:59.145 INFO added artifact, length: 3109592, hash: 7b227eb9311ee1caceddc5c666863de79a8f859ad7aa3ec1f4d07a48c9935df7, version: 20.0.0-0.ci+git562fe28cdcb, kind: zone, name: probe
107372026-06-04T21:12:00.400ZJun 04 21:11:59.145 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107382026-06-04T21:12:00.400ZJun 04 21:11:59.145 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
107392026-06-04T21:12:00.400ZJun 04 21:11:59.145 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107402026-06-04T21:12:00.422ZJun 04 21:11:59.175 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
107412026-06-04T21:12:00.452ZJun 04 21:11:59.204 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
107422026-06-04T21:12:00.491ZJun 04 21:11:59.247 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107432026-06-04T21:12:00.491ZJun 04 21:11:59.247 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107442026-06-04T21:12:00.539ZJun 04 21:11:59.295 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107452026-06-04T21:12:00.545ZJun 04 21:11:59.295 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107462026-06-04T21:12:00.589ZJun 04 21:11:59.343 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107472026-06-04T21:12:00.589ZJun 04 21:11:59.344 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107482026-06-04T21:12:00.639ZJun 04 21:11:59.390 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107492026-06-04T21:12:00.639ZJun 04 21:11:59.390 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107502026-06-04T21:12:00.647ZJun 04 21:11:59.391 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107512026-06-04T21:12:00.647ZJun 04 21:11:59.392 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107522026-06-04T21:12:00.647ZJun 04 21:11:59.392 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107532026-06-04T21:12:00.685ZJun 04 21:11:59.439 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
107542026-06-04T21:12:01.038ZJun 04 21:11:59.525 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
107552026-06-04T21:12:01.038ZJun 04 21:11:59.616 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
107562026-06-04T21:12:01.038ZJun 04 21:11:59.704 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107572026-06-04T21:12:01.038ZJun 04 21:11:59.704 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107582026-06-04T21:12:01.038ZJun 04 21:11:59.753 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107592026-06-04T21:12:01.038ZJun 04 21:11:59.753 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107602026-06-04T21:12:01.045ZJun 04 21:11:59.801 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107612026-06-04T21:12:01.045ZJun 04 21:11:59.801 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107622026-06-04T21:12:01.093ZJun 04 21:11:59.847 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107632026-06-04T21:12:01.093ZJun 04 21:11:59.847 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107642026-06-04T21:12:01.099ZJun 04 21:11:59.848 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107652026-06-04T21:12:01.099ZJun 04 21:11:59.849 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107662026-06-04T21:12:01.099ZJun 04 21:11:59.850 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107672026-06-04T21:12:01.100ZJun 04 21:11:59.850 INFO added artifact, length: 924, hash: 0709196e16210bb3125ddb2e56c283d3d9c52b1ff5e54b6b3d26eaa8bd6d61e0, version: 20.0.0-0.ci+git562fe28cdcb, kind: installinator_document, name: installinator_document
107682026-06-04T21:12:01.480ZJun 04 21:12:00.236 INFO extracting uploaded archive to /tmp/.tmpKPrq4i
107692026-06-04T21:12:03.510ZJun 04 21:12:02.073 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.CzFvL4
107702026-06-04T21:12:03.526ZJun 04 21:12:02.126 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107712026-06-04T21:12:03.526ZJun 04 21:12:02.217 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107722026-06-04T21:12:03.540ZJun 04 21:12:02.293 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107732026-06-04T21:12:03.617ZJun 04 21:12:02.374 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107742026-06-04T21:12:03.691ZJun 04 21:12:02.447 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107752026-06-04T21:12:03.767ZJun 04 21:12:02.523 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107762026-06-04T21:12:03.846ZJun 04 21:12:02.597 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107772026-06-04T21:12:03.930ZJun 04 21:12:02.684 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107782026-06-04T21:12:03.930ZJun 04 21:12:02.684 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107792026-06-04T21:12:04.285ZJun 04 21:12:02.728 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107802026-06-04T21:12:04.306ZJun 04 21:12:02.728 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107812026-06-04T21:12:04.306ZJun 04 21:12:02.766 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107822026-06-04T21:12:04.306ZJun 04 21:12:02.766 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107832026-06-04T21:12:04.306ZJun 04 21:12:02.804 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107842026-06-04T21:12:04.306ZJun 04 21:12:02.804 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107852026-06-04T21:12:04.306ZJun 04 21:12:02.842 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107862026-06-04T21:12:04.307ZJun 04 21:12:02.842 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107872026-06-04T21:12:04.307ZJun 04 21:12:02.878 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107882026-06-04T21:12:04.307ZJun 04 21:12:02.878 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107892026-06-04T21:12:04.307ZJun 04 21:12:02.918 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107902026-06-04T21:12:04.307ZJun 04 21:12:02.918 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107912026-06-04T21:12:04.307ZJun 04 21:12:02.919 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107922026-06-04T21:12:04.307ZJun 04 21:12:02.920 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107932026-06-04T21:12:04.307ZJun 04 21:12:02.920 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107942026-06-04T21:12:04.307ZJun 04 21:12:02.921 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107952026-06-04T21:12:04.307ZJun 04 21:12:02.922 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107962026-06-04T21:12:09.593ZJun 04 21:12:08.080 INFO added artifact, length: 33554432, hash: 688e4929cbfced81cc979ca8f397ecef2c8373fd2ab48e1635d79d0256a425fe, version: 20.0.0-0.ci+git562fe28cdcb, kind: gimlet_host_phase_1, name: host
107972026-06-04T21:12:09.593ZJun 04 21:12:08.081 INFO added artifact, length: 33554432, hash: 2c7b509898e9febb0d1e5cd42f7f8f4df10ccd00cfb63a8fcd73d133cac2e9c7, version: 20.0.0-0.ci+git562fe28cdcb, kind: cosmo_host_phase_1, name: host
107982026-06-04T21:12:09.593ZJun 04 21:12:08.081 INFO added artifact, length: 1101008896, hash: c7470f0c643e72a6ef99206c2b41674929511600eb07f945cd3c9fd8aa51feec, version: 20.0.0-0.ci+git562fe28cdcb, kind: host_phase_2, name: host
107992026-06-04T21:12:10.532ZJun 04 21:12:09.116 INFO added artifact, length: 33554432, hash: 611fe8f05569d120b0a10642665d46a091de13d70caa7e39ad2afd3dcf726bf7, version: 20.0.0-0.ci+git562fe28cdcb, kind: gimlet_trampoline_phase_1, name: trampoline
108002026-06-04T21:12:10.532ZJun 04 21:12:09.116 INFO added artifact, length: 33554432, hash: 06262bd16e06bb7944d8f71d14669cd2c058b1f429c6b9f4deec57a8d89a2240, version: 20.0.0-0.ci+git562fe28cdcb, kind: cosmo_trampoline_phase_1, name: trampoline
108012026-06-04T21:12:10.532ZJun 04 21:12:09.116 INFO added artifact, length: 166131627, hash: 19d7a3150b40c412cb92f59f6dca147aa8bdd8f699430f9fe295cf6e19a66f21, version: 20.0.0-0.ci+git562fe28cdcb, kind: trampoline_phase_2, name: trampoline
108022026-06-04T21:12:14.885ZJun 04 21:12:13.638 INFO added artifact, length: 1792330188, hash: b957a2c29c883e636e53c6cafe949106626bd1cb07e1ba8c22a0e7703d2d1212, version: 20.0.0-0.ci+git562fe28cdcb, kind: control_plane, name: control-plane
108032026-06-04T21:12:14.898ZJun 04 21:12:13.638 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108042026-06-04T21:12:14.898ZJun 04 21:12:13.638 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108052026-06-04T21:12:14.898ZJun 04 21:12:13.638 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108062026-06-04T21:12:14.911ZJun 04 21:12:13.663 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108072026-06-04T21:12:14.932ZJun 04 21:12:13.687 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108082026-06-04T21:12:14.970ZJun 04 21:12:13.723 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108092026-06-04T21:12:14.978ZJun 04 21:12:13.723 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108102026-06-04T21:12:15.005ZJun 04 21:12:13.761 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108112026-06-04T21:12:15.013ZJun 04 21:12:13.761 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108122026-06-04T21:12:15.055ZJun 04 21:12:13.810 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108132026-06-04T21:12:15.055ZJun 04 21:12:13.810 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108142026-06-04T21:12:15.122ZJun 04 21:12:13.861 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108152026-06-04T21:12:15.364ZJun 04 21:12:13.861 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108162026-06-04T21:12:15.364ZJun 04 21:12:13.862 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108172026-06-04T21:12:15.364ZJun 04 21:12:13.863 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108182026-06-04T21:12:15.364ZJun 04 21:12:13.863 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108192026-06-04T21:12:15.378ZJun 04 21:12:13.911 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108202026-06-04T21:12:15.387ZJun 04 21:12:14.008 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108212026-06-04T21:12:15.387ZJun 04 21:12:14.104 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108222026-06-04T21:12:15.448ZJun 04 21:12:14.196 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108232026-06-04T21:12:15.448ZJun 04 21:12:14.196 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108242026-06-04T21:12:15.490ZJun 04 21:12:14.244 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108252026-06-04T21:12:15.502ZJun 04 21:12:14.244 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108262026-06-04T21:12:15.551ZJun 04 21:12:14.294 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108272026-06-04T21:12:15.555ZJun 04 21:12:14.294 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108282026-06-04T21:12:15.588ZJun 04 21:12:14.343 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108292026-06-04T21:12:15.595ZJun 04 21:12:14.343 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108302026-06-04T21:12:15.595ZJun 04 21:12:14.343 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108312026-06-04T21:12:15.595ZJun 04 21:12:14.344 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108322026-06-04T21:12:15.595ZJun 04 21:12:14.344 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108332026-06-04T21:12:15.595ZJun 04 21:12:14.344 INFO added artifact, length: 924, hash: 0709196e16210bb3125ddb2e56c283d3d9c52b1ff5e54b6b3d26eaa8bd6d61e0, version: 20.0.0-0.ci+git562fe28cdcb, kind: installinator_document, name: installinator_document
108342026-06-04T21:12:16.015ZJun 04 21:12:14.766 INFO [tuf-repo] task succeeded (69.742681931s)
108352026-06-04T21:16:49.369Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108362026-06-04T21:17:55.902Z[verify-libraries] Finished `release` profile [optimized] target(s) in 11m 31s
108372026-06-04T21:17:56.258ZJun 04 21:17:55.011 INFO [verify-libraries] process exited with exit status: 0 (695.394415749s)
108382026-06-04T21:17:56.258ZJun 04 21:17:55.011 INFO all jobs completed in 1397.072877616s
108392026-06-04T21:17:57.235Zprocess exited: duration 1625463 ms, exit code 0
 
108402026-06-04T21:17:57.278Zfound 41 output files
108412026-06-04T21:17:57.278Zuploading: /work/manifest.toml (17174 bytes)
108422026-06-04T21:17:58.388Zuploaded: /work/manifest.toml
108432026-06-04T21:17:58.388Zuploading: /work/repo.zip (3105114999 bytes)
108442026-06-04T21:18:43.251Zuploaded: /work/repo.zip
108452026-06-04T21:18:43.251Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108462026-06-04T21:18:44.369Zuploaded: /work/repo.zip.sha256.txt
108472026-06-04T21:18:44.369Zuploading: /work/helios.json (647 bytes)
108482026-06-04T21:18:45.377Zuploaded: /work/helios.json
108492026-06-04T21:18:45.378Zuploading: /work/incorporation.p5m (113333 bytes)
108502026-06-04T21:18:46.393Zuploaded: /work/incorporation.p5m
108512026-06-04T21:18:46.393Zuploading: /work/incorporation.p5p (133120 bytes)
108522026-06-04T21:18:47.407Zuploaded: /work/incorporation.p5p
108532026-06-04T21:18:47.408Zuploading: /work/helios-incorp.log (522 bytes)
108542026-06-04T21:18:48.434Zuploaded: /work/helios-incorp.log
108552026-06-04T21:18:48.434Zuploading: /work/helios-setup.log (56221 bytes)
108562026-06-04T21:18:49.446Zuploaded: /work/helios-setup.log
108572026-06-04T21:18:49.446Zuploading: /work/host-image.log (241840 bytes)
108582026-06-04T21:18:50.466Zuploaded: /work/host-image.log
108592026-06-04T21:18:50.466Zuploading: /work/host-package.log (34484 bytes)
108602026-06-04T21:18:51.478Zuploaded: /work/host-package.log
108612026-06-04T21:18:51.478Zuploading: /work/host-target.log (101 bytes)
108622026-06-04T21:18:52.528Zuploaded: /work/host-target.log
108632026-06-04T21:18:52.528Zuploading: /work/incorp-create.log (0 bytes)
108642026-06-04T21:18:53.628Zuploaded: /work/incorp-create.log
108652026-06-04T21:18:53.628Zuploading: /work/incorp-fmt.log (0 bytes)
108662026-06-04T21:18:54.741Zuploaded: /work/incorp-fmt.log
108672026-06-04T21:18:54.742Zuploading: /work/incorp-pkgsend.log (108 bytes)
108682026-06-04T21:18:55.782Zuploaded: /work/incorp-pkgsend.log
108692026-06-04T21:18:55.782Zuploading: /work/incorp-publisher.log (0 bytes)
108702026-06-04T21:18:56.894Zuploaded: /work/incorp-publisher.log
108712026-06-04T21:18:56.894Zuploading: /work/omicron-package.log (9267 bytes)
108722026-06-04T21:18:57.917Zuploaded: /work/omicron-package.log
108732026-06-04T21:18:57.917Zuploading: /work/recovery-image.log (588551 bytes)
108742026-06-04T21:18:58.937Zuploaded: /work/recovery-image.log
108752026-06-04T21:18:58.937Zuploading: /work/recovery-package.log (2545 bytes)
108762026-06-04T21:18:59.952Zuploaded: /work/recovery-package.log
108772026-06-04T21:18:59.952Zuploading: /work/recovery-target.log (98 bytes)
108782026-06-04T21:19:00.965Zuploaded: /work/recovery-target.log
108792026-06-04T21:19:00.965Zuploading: /work/stamp-clickhouse.log (117 bytes)
108802026-06-04T21:19:01.981Zuploaded: /work/stamp-clickhouse.log
108812026-06-04T21:19:01.981Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108822026-06-04T21:19:03.395Zuploaded: /work/stamp-clickhouse_keeper.log
108832026-06-04T21:19:03.395Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108842026-06-04T21:19:04.557Zuploaded: /work/stamp-clickhouse_server.log
108852026-06-04T21:19:04.557Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108862026-06-04T21:19:05.570Zuploaded: /work/stamp-cockroachdb.log
108872026-06-04T21:19:05.573Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108882026-06-04T21:19:06.580Zuploaded: /work/stamp-crucible-pantry-zone.log
108892026-06-04T21:19:06.584Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108902026-06-04T21:19:07.591Zuploaded: /work/stamp-crucible-utils.log
108912026-06-04T21:19:07.591Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108922026-06-04T21:19:08.692Zuploaded: /work/stamp-crucible-zone.log
108932026-06-04T21:19:08.692Zuploading: /work/stamp-external-dns.log (119 bytes)
108942026-06-04T21:19:09.709Zuploaded: /work/stamp-external-dns.log
108952026-06-04T21:19:09.712Zuploading: /work/stamp-installinator.log (103 bytes)
108962026-06-04T21:19:10.720Zuploaded: /work/stamp-installinator.log
108972026-06-04T21:19:10.723Zuploading: /work/stamp-internal-dns.log (119 bytes)
108982026-06-04T21:19:11.730Zuploaded: /work/stamp-internal-dns.log
108992026-06-04T21:19:11.730Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109002026-06-04T21:19:12.738Zuploaded: /work/stamp-mg-ddm-gz.log
109012026-06-04T21:19:12.738Zuploading: /work/stamp-nexus.log (112 bytes)
109022026-06-04T21:19:13.748Zuploaded: /work/stamp-nexus.log
109032026-06-04T21:19:13.748Zuploading: /work/stamp-ntp.log (110 bytes)
109042026-06-04T21:19:14.756Zuploaded: /work/stamp-ntp.log
109052026-06-04T21:19:14.756Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109062026-06-04T21:19:15.766Zuploaded: /work/stamp-omicron-sled-agent.log
109072026-06-04T21:19:15.766Zuploading: /work/stamp-overlay.log (114 bytes)
109082026-06-04T21:19:16.775Zuploaded: /work/stamp-overlay.log
109092026-06-04T21:19:16.775Zuploading: /work/stamp-oximeter.log (115 bytes)
109102026-06-04T21:19:17.784Zuploaded: /work/stamp-oximeter.log
109112026-06-04T21:19:17.784Zuploading: /work/stamp-oxlog.log (109 bytes)
109122026-06-04T21:19:18.794Zuploaded: /work/stamp-oxlog.log
109132026-06-04T21:19:18.794Zuploading: /work/stamp-probe.log (112 bytes)
109142026-06-04T21:19:19.804Zuploaded: /work/stamp-probe.log
109152026-06-04T21:19:19.804Zuploading: /work/stamp-propolis-server.log (122 bytes)
109162026-06-04T21:19:20.813Zuploaded: /work/stamp-propolis-server.log
109172026-06-04T21:19:20.814Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109182026-06-04T21:19:21.822Zuploaded: /work/stamp-pumpkind-gz.log
109192026-06-04T21:19:21.822Zuploading: /work/stamp-switch-asic.log (118 bytes)
109202026-06-04T21:19:22.832Zuploaded: /work/stamp-switch-asic.log
109212026-06-04T21:19:22.832Zuploading: /work/verify-libraries.log (14124 bytes)
109222026-06-04T21:19:23.842Zuploaded: /work/verify-libraries.log