01KVRCA74EQ64YPSZHRTGJN2SA: 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: 01KVRCFRVNGFKFBEEA78YT40EG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:23:04.247Zjob assigned to worker 01KVRCGRXXAJT9T2ME8X5765ZX [factory aws, i-0e585b0d5463ed62e] (queued for 1 m 31 s)
 
22026-06-22T19:23:11.891Zstarting task 0: "setup"
32026-06-22T19:23:11.896Z++ uname -s
42026-06-22T19:23:11.900Z+ kern=SunOS
52026-06-22T19:23:11.900Z+ build_user=build
62026-06-22T19:23:11.900Z+ build_uid=12345
72026-06-22T19:23:11.900Z+ work_dir=/work
82026-06-22T19:23:11.900Z+ input_dir=/input
92026-06-22T19:23:11.900Z+ [[ 0 == 12345 ]]
102026-06-22T19:23:11.900Z+ case "$kern" in
112026-06-22T19:23:11.900Z+ groupadd -g 12345 build
122026-06-22T19:23:11.904Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:23:14.312Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:23:14.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:23:14.315Z+ home_fs=zfs
162026-06-22T19:23:14.315Z+ [[ zfs == autofs ]]
172026-06-22T19:23:14.315Z+ mkdir -p /home/build
182026-06-22T19:23:14.315Z+ chown build:build /home/build /work
192026-06-22T19:23:16.019Z+ chmod 0700 /home/build /work
202026-06-22T19:23:16.024Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-22T19:23:16.031Zstarting task 1: "rust-toolchain"
222026-06-22T19:23:16.036Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:23:16.036Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:23:16.039Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-22T19:23:16.039Z * rust toolchain channel = "1.94.0"
262026-06-22T19:23:16.039Z * rust toolchain profile = "default"
272026-06-22T19:23:16.039Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:23:16.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:23:16.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:23:16.149Zinfo: downloading installer
312026-06-22T19:23:17.603Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:23:17.604Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:23:17.604Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:23:17.604Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:23:17.615Zinfo: profile set to default
362026-06-22T19:23:17.615Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:23:17.618Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:23:17.781Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:23:17.784Zinfo: downloading 6 components
402026-06-22T19:23:33.040Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:33.040Z
422026-06-22T19:23:33.068Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:33.068Z
442026-06-22T19:23:33.068Z
452026-06-22T19:23:33.068ZRust is installed now. Great!
462026-06-22T19:23:33.068Z
472026-06-22T19:23:33.068ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:33.068Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:33.068Z
502026-06-22T19:23:33.068ZTo configure your current shell, you need to source
512026-06-22T19:23:33.068Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:33.068Z
532026-06-22T19:23:33.068ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:33.068Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:33.068Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:33.068Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:33.068Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:33.068Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:33.068Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:33.072Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:33.072Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:33.170Z+ rustup --version
632026-06-22T19:23:33.175Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:33.178Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:33.199Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:33.204Z+ cargo --version
672026-06-22T19:23:33.210Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:33.213Z+ rustc --version
692026-06-22T19:23:33.236Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:33.239Zprocess exited: duration 17206 ms, exit code 0
 
712026-06-22T19:23:33.246Zstarting task 2: "authentication"
722026-06-22T19:23:33.260ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:09.349Zprocess exited: duration 36098 ms, exit code 0
 
742026-06-22T19:24:09.356Zstarting task 3: "clone repository"
752026-06-22T19:24:09.361Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:24:09.365Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:24:09.397ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:19.508Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:19.509Z+ git fetch origin 8c3936c626894c90c60f54610810b257b0b346b3
802026-06-22T19:24:19.764ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:19.764Z * branch 8c3936c626894c90c60f54610810b257b0b346b3 -> FETCH_HEAD
822026-06-22T19:24:19.778Z+ [[ -n '' ]]
832026-06-22T19:24:19.778Z+ git reset --hard 8c3936c626894c90c60f54610810b257b0b346b3
842026-06-22T19:24:20.041ZHEAD is now at 8c3936c62 [spr] initial version
852026-06-22T19:24:20.045Zprocess exited: duration 10688 ms, exit code 0
 
862026-06-22T19:24:20.053Zstarting task 4: "build"
872026-06-22T19:24:20.060Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:20.060Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:20.060Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:20.060Z+ cargo --version
912026-06-22T19:24:20.071Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:20.077Z+ rustc --version
932026-06-22T19:24:20.099Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:20.106Z+ cargo tree --locked
952026-06-22T19:24:20.291Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
962026-06-22T19:24:20.971Z Updating crates.io index
972026-06-22T19:24:20.982Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
982026-06-22T19:24:20.982Z Updating git repository `https://github.com/oxidecomputer/lldp`
992026-06-22T19:24:21.796Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1002026-06-22T19:24:22.580Z Updating git repository `https://github.com/oxidecomputer/propolis`
1012026-06-22T19:24:23.448Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1022026-06-22T19:24:23.981Z Updating git repository `https://github.com/oxidecomputer/crucible`
1032026-06-22T19:24:25.645Z Updating git repository `https://github.com/oxidecomputer/opte`
1042026-06-22T19:24:26.543Z Updating git repository `https://github.com/oxidecomputer/tofino`
1052026-06-22T19:24:26.812Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1062026-06-22T19:24:28.260Z Updating git repository `https://github.com/oxidecomputer/clickward`
1072026-06-22T19:24:28.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1082026-06-22T19:24:28.836Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1092026-06-22T19:24:29.232Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1102026-06-22T19:24:29.676Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1112026-06-22T19:24:30.115Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-06-22T19:24:30.343Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-06-22T19:24:30.707Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1142026-06-22T19:24:31.092Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1152026-06-22T19:24:31.548Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1162026-06-22T19:24:32.307Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1172026-06-22T19:24:32.307Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1182026-06-22T19:24:32.525Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-06-22T19:24:32.857Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1202026-06-22T19:24:33.544Z Updating git repository `https://github.com/oxidecomputer/erebor`
1212026-06-22T19:24:33.770Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1222026-06-22T19:24:34.230Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1232026-06-22T19:24:34.548Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1242026-06-22T19:24:34.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
1252026-06-22T19:24:35.142Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1262026-06-22T19:24:36.184Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272026-06-22T19:24:37.156Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-06-22T19:24:37.587Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1292026-06-22T19:24:37.848Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-06-22T19:24:38.267Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1312026-06-22T19:24:38.689Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1322026-06-22T19:24:38.989Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1332026-06-22T19:24:39.412Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1342026-06-22T19:24:40.038Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1352026-06-22T19:24:40.298Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1362026-06-22T19:24:40.519Z Updating git repository `https://github.com/illumos/smf-rs`
1372026-06-22T19:24:42.661Z Downloading crates ...
1382026-06-22T19:24:42.758Z Downloaded arrayref v0.3.9
1392026-06-22T19:24:42.762Z Downloaded assert-json-diff v2.0.2
1402026-06-22T19:24:42.762Z Downloaded adler2 v2.0.1
1412026-06-22T19:24:42.762Z Downloaded camino-tempfile-ext v0.3.3
1422026-06-22T19:24:43.170Z Downloaded async-stream v0.3.6
1432026-06-22T19:24:43.178Z Downloaded cfg-if v1.0.4
1442026-06-22T19:24:43.178Z Downloaded darling_macro v0.21.3
1452026-06-22T19:24:43.178Z Downloaded backoff v0.4.0
1462026-06-22T19:24:43.178Z Downloaded cargo_metadata v0.23.1
1472026-06-22T19:24:43.178Z Downloaded compact_str v0.8.1
1482026-06-22T19:24:43.178Z Downloaded bytes v1.11.1
1492026-06-22T19:24:43.178Z Downloaded clap_builder v4.6.0
1502026-06-22T19:24:43.178Z Downloaded derive-where v1.6.0
1512026-06-22T19:24:43.178Z Downloaded chacha20 v0.9.1
1522026-06-22T19:24:43.178Z Downloaded bit-vec v0.6.3
1532026-06-22T19:24:43.178Z Downloaded crc-catalog v2.4.0
1542026-06-22T19:24:43.178Z Downloaded addr2line v0.25.1
1552026-06-22T19:24:43.178Z Downloaded criterion-plot v0.6.0
1562026-06-22T19:24:43.178Z Downloaded defmt-parser v1.0.0
1572026-06-22T19:24:43.178Z Downloaded const-oid v0.9.6
1582026-06-22T19:24:43.178Z Downloaded camino v1.2.2
1592026-06-22T19:24:43.178Z Downloaded defmt v0.3.100
1602026-06-22T19:24:43.178Z Downloaded crc8 v0.1.1
1612026-06-22T19:24:43.178Z Downloaded cstr-argument v0.1.2
1622026-06-22T19:24:43.179Z Downloaded darling v0.20.11
1632026-06-22T19:24:43.179Z Downloaded assert_matches v1.5.0
1642026-06-22T19:24:43.179Z Downloaded bitflags v2.11.0
1652026-06-22T19:24:43.179Z Downloaded cpufeatures v0.2.17
1662026-06-22T19:24:43.179Z Downloaded ascii-canvas v3.0.0
1672026-06-22T19:24:43.179Z Downloaded curve25519-dalek-derive v0.1.1
1682026-06-22T19:24:43.179Z Downloaded ctr v0.9.2
1692026-06-22T19:24:43.179Z Downloaded darling v0.21.3
1702026-06-22T19:24:43.179Z Downloaded block-padding v0.3.3
1712026-06-22T19:24:43.179Z Downloaded compression-codecs v0.4.37
1722026-06-22T19:24:43.179Z Downloaded blowfish v0.9.1
1732026-06-22T19:24:43.179Z Downloaded block-buffer v0.10.4
1742026-06-22T19:24:43.179Z Downloaded bcs v0.1.6
1752026-06-22T19:24:43.179Z Downloaded clap_lex v1.0.0
1762026-06-22T19:24:43.179Z Downloaded allocator-api2 v0.2.21
1772026-06-22T19:24:43.179Z Downloaded bit-set v0.5.3
1782026-06-22T19:24:43.179Z Downloaded async-recursion v1.1.1
1792026-06-22T19:24:43.179Z Downloaded clap_derive v4.6.1
1802026-06-22T19:24:43.179Z Downloaded display-error-chain v0.2.2
1812026-06-22T19:24:43.179Z Downloaded bitflags v1.3.2
1822026-06-22T19:24:43.179Z Downloaded darling_macro v0.20.11
1832026-06-22T19:24:43.179Z Downloaded base64 v0.22.1
1842026-06-22T19:24:43.179Z Downloaded crc v3.4.0
1852026-06-22T19:24:43.179Z Downloaded colorchoice v1.0.4
1862026-06-22T19:24:43.179Z Downloaded darling_macro v0.13.4
1872026-06-22T19:24:43.179Z Downloaded ciborium-ll v0.2.2
1882026-06-22T19:24:43.179Z Downloaded bit-set v0.8.0
1892026-06-22T19:24:43.179Z Downloaded aead v0.5.2
1902026-06-22T19:24:43.179Z Downloaded diesel_table_macro_syntax v0.3.0
1912026-06-22T19:24:43.179Z Downloaded castaway v0.2.4
1922026-06-22T19:24:43.179Z Downloaded approx v0.5.1
1932026-06-22T19:24:43.179Z Downloaded dirs-sys-next v0.1.2
1942026-06-22T19:24:43.179Z Downloaded array-init v0.0.4
1952026-06-22T19:24:43.179Z Downloaded crucible-workspace-hack v0.1.0
1962026-06-22T19:24:43.179Z Downloaded crunchy v0.2.4
1972026-06-22T19:24:43.179Z Downloaded bcrypt-pbkdf v0.10.0
1982026-06-22T19:24:43.179Z Downloaded atty v0.2.14
1992026-06-22T19:24:43.179Z Downloaded atomicwrites v0.4.4
2002026-06-22T19:24:43.180Z Downloaded async-object-pool v0.2.0
2012026-06-22T19:24:43.180Z Downloaded backtrace-ext v0.2.1
2022026-06-22T19:24:43.180Z Downloaded debug-ignore v1.0.5
2032026-06-22T19:24:43.180Z Downloaded darling_macro v0.23.0
2042026-06-22T19:24:43.180Z Downloaded cobs v0.3.0
2052026-06-22T19:24:43.180Z Downloaded bb8 v0.8.6
2062026-06-22T19:24:43.180Z Downloaded async-stream-impl v0.3.6
2072026-06-22T19:24:43.180Z Downloaded anstyle-query v1.1.5
2082026-06-22T19:24:43.180Z Downloaded bitfield-struct v0.6.2
2092026-06-22T19:24:43.180Z Downloaded cpufeatures v0.3.0
2102026-06-22T19:24:43.180Z Downloaded argon2 v0.5.3
2112026-06-22T19:24:43.180Z Downloaded ciborium-io v0.2.2
2122026-06-22T19:24:43.180Z Downloaded derive_builder_macro v0.20.2
2132026-06-22T19:24:43.180Z Downloaded crypto-common v0.1.7
2142026-06-22T19:24:43.180Z Downloaded constant_time_eq v0.3.1
2152026-06-22T19:24:43.180Z Downloaded compression-core v0.4.31
2162026-06-22T19:24:43.180Z Downloaded bitfield-macros v0.19.4
2172026-06-22T19:24:43.180Z Downloaded dof v0.4.0
2182026-06-22T19:24:43.180Z Downloaded dirs-next v2.0.0
2192026-06-22T19:24:43.180Z Downloaded csv-core v0.1.13
2202026-06-22T19:24:43.180Z Downloaded document-features v0.2.12
2212026-06-22T19:24:43.180Z Downloaded data-encoding v2.10.0
2222026-06-22T19:24:43.180Z Downloaded concurrent-queue v2.5.0
2232026-06-22T19:24:43.180Z Downloaded cfg_aliases v0.1.1
2242026-06-22T19:24:43.180Z Downloaded bit-vec v0.8.0
2252026-06-22T19:24:43.180Z Downloaded convert_case v0.4.0
2262026-06-22T19:24:43.180Z Downloaded const_format_proc_macros v0.2.34
2272026-06-22T19:24:43.180Z Downloaded backon v1.6.0
2282026-06-22T19:24:43.180Z Downloaded dsl_auto_type v0.2.0
2292026-06-22T19:24:43.180Z Downloaded dof v0.3.0
2302026-06-22T19:24:43.180Z Downloaded crossbeam-utils v0.8.21
2312026-06-22T19:24:43.180Z Downloaded cast v0.3.0
2322026-06-22T19:24:43.180Z Downloaded cargo-platform v0.2.0
2332026-06-22T19:24:43.180Z Downloaded dtrace-parser v0.3.0
2342026-06-22T19:24:43.180Z Downloaded embedded-io v0.6.1
2352026-06-22T19:24:43.180Z Downloaded dyn-clone v1.0.20
2362026-06-22T19:24:43.180Z Downloaded embedded-io v0.4.0
2372026-06-22T19:24:43.180Z Downloaded dtrace-parser v0.2.0
2382026-06-22T19:24:43.180Z Downloaded downcast-rs v2.0.2
2392026-06-22T19:24:43.181Z Downloaded difflib v0.4.0
2402026-06-22T19:24:43.181Z Downloaded env_filter v1.0.0
2412026-06-22T19:24:43.181Z Downloaded camino-tempfile v1.4.1
2422026-06-22T19:24:43.181Z Downloaded endian-type v0.1.2
2432026-06-22T19:24:43.597Z Downloaded cfg_aliases v0.2.1
2442026-06-22T19:24:43.597Z Downloaded anstyle v1.0.14
2452026-06-22T19:24:43.597Z Downloaded escape8259 v0.5.3
2462026-06-22T19:24:43.597Z Downloaded enum-as-inner v0.6.1
2472026-06-22T19:24:43.597Z Downloaded fastrand v2.3.0
2482026-06-22T19:24:43.597Z Downloaded dunce v1.0.5
2492026-06-22T19:24:43.597Z Downloaded dropshot-api-manager-types v0.7.2
2502026-06-22T19:24:43.597Z Downloaded buf-list v1.1.2
2512026-06-22T19:24:43.597Z Downloaded bitfield v0.19.4
2522026-06-22T19:24:43.597Z Downloaded cbc v0.1.2
2532026-06-22T19:24:43.597Z Downloaded flagset v0.4.7
2542026-06-22T19:24:43.597Z Downloaded equivalent v1.0.2
2552026-06-22T19:24:43.597Z Downloaded cexpr v0.6.0
2562026-06-22T19:24:43.597Z Downloaded anes v0.1.6
2572026-06-22T19:24:43.597Z Downloaded base16ct v0.2.0
2582026-06-22T19:24:43.597Z Downloaded anstyle-parse v1.0.0
2592026-06-22T19:24:43.597Z Downloaded event-listener-strategy v0.5.4
2602026-06-22T19:24:43.597Z Downloaded base64ct v1.8.3
2612026-06-22T19:24:43.597Z Downloaded fd-lock v4.0.4
2622026-06-22T19:24:43.597Z Downloaded daft-derive v0.1.7
2632026-06-22T19:24:43.597Z Downloaded constant_time_eq v0.4.2
2642026-06-22T19:24:43.597Z Downloaded atomic-waker v1.1.2
2652026-06-22T19:24:43.597Z Downloaded diesel-dtrace v0.5.0
2662026-06-22T19:24:43.597Z Downloaded displaydoc v0.2.5
2672026-06-22T19:24:43.597Z Downloaded blake2 v0.10.6
2682026-06-22T19:24:43.597Z Downloaded derive-ex v0.1.8
2692026-06-22T19:24:43.597Z Downloaded async-trait v0.1.89
2702026-06-22T19:24:43.597Z Downloaded cipher v0.4.4
2712026-06-22T19:24:43.597Z Downloaded anstream v0.6.21
2722026-06-22T19:24:43.597Z Downloaded darling v0.13.4
2732026-06-22T19:24:43.597Z Downloaded assert_cmd v2.1.2
2742026-06-22T19:24:43.597Z Downloaded crossbeam-deque v0.8.6
2752026-06-22T19:24:43.597Z Downloaded digest v0.10.7
2762026-06-22T19:24:43.597Z Downloaded float-ord v0.3.2
2772026-06-22T19:24:43.597Z Downloaded der_derive v0.7.3
2782026-06-22T19:24:43.597Z Downloaded cookie_store v0.22.1
2792026-06-22T19:24:43.598Z Downloaded derive_builder v0.20.2
2802026-06-22T19:24:43.598Z Downloaded foreign-types v0.5.0
2812026-06-22T19:24:43.598Z Downloaded float-cmp v0.10.0
2822026-06-22T19:24:43.598Z Downloaded form_urlencoded v1.2.2
2832026-06-22T19:24:43.598Z Downloaded foreign-types-shared v0.3.1
2842026-06-22T19:24:43.598Z Downloaded foreign-types-shared v0.1.1
2852026-06-22T19:24:43.598Z Downloaded foreign-types-macros v0.2.3
2862026-06-22T19:24:43.598Z Downloaded fixedbitset v0.4.2
2872026-06-22T19:24:43.598Z Downloaded derive_more v0.99.20
2882026-06-22T19:24:43.598Z Downloaded foreign-types v0.3.2
2892026-06-22T19:24:43.598Z Downloaded errno v0.3.14
2902026-06-22T19:24:43.598Z Downloaded either v1.15.0
2912026-06-22T19:24:43.598Z Downloaded byteorder v1.5.0
2922026-06-22T19:24:43.598Z Downloaded autocfg v1.5.0
2932026-06-22T19:24:43.598Z Downloaded anstream v1.0.0
2942026-06-22T19:24:43.598Z Downloaded futures-task v0.3.32
2952026-06-22T19:24:43.598Z Downloaded fnv v1.0.7
2962026-06-22T19:24:43.598Z Downloaded futures-io v0.3.32
2972026-06-22T19:24:43.598Z Downloaded fxhash v0.2.1
2982026-06-22T19:24:43.598Z Downloaded futures-sink v0.3.32
2992026-06-22T19:24:43.598Z Downloaded fixedbitset v0.5.7
3002026-06-22T19:24:43.598Z Downloaded filetime v0.2.27
3012026-06-22T19:24:43.598Z Downloaded ff v0.13.1
3022026-06-22T19:24:43.598Z Downloaded guppy-workspace-hack v0.1.0
3032026-06-22T19:24:43.598Z Downloaded gethostname v0.5.0
3042026-06-22T19:24:43.598Z Downloaded futures-macro v0.3.32
3052026-06-22T19:24:43.598Z Downloaded crossbeam-epoch v0.9.18
3062026-06-22T19:24:43.598Z Downloaded futures-core v0.3.32
3072026-06-22T19:24:43.598Z Downloaded chacha20 v0.10.0
3082026-06-22T19:24:43.598Z Downloaded diff v0.1.13
3092026-06-22T19:24:43.598Z Downloaded darling v0.23.0
3102026-06-22T19:24:43.598Z Downloaded defmt-macros v1.0.1
3112026-06-22T19:24:43.598Z Downloaded async-lock v3.4.2
3122026-06-22T19:24:43.598Z Downloaded des v0.8.1
3132026-06-22T19:24:43.598Z Downloaded arrayvec v0.7.6
3142026-06-22T19:24:43.598Z Downloaded colored v2.2.0
3152026-06-22T19:24:43.598Z Downloaded ghash v0.5.1
3162026-06-22T19:24:43.599Z Downloaded generic-array v0.14.7
3172026-06-22T19:24:43.599Z Downloaded erased-serde v0.3.31
3182026-06-22T19:24:43.599Z Downloaded deranged v0.5.8
3192026-06-22T19:24:43.599Z Downloaded datatest-stable v0.3.3
3202026-06-22T19:24:43.599Z Downloaded crc32fast v1.5.0
3212026-06-22T19:24:43.599Z Downloaded corncobs v0.1.4
3222026-06-22T19:24:43.599Z Downloaded anyhow v1.0.102
3232026-06-22T19:24:43.599Z Downloaded der v0.7.10
3242026-06-22T19:24:43.599Z Downloaded fallible-iterator v0.2.0
3252026-06-22T19:24:43.599Z Downloaded crc-any v2.5.0
3262026-06-22T19:24:43.599Z Downloaded ciborium v0.2.2
3272026-06-22T19:24:43.599Z Downloaded cargo-util-schemas v0.8.2
3282026-06-22T19:24:43.599Z Downloaded hex v0.4.3
3292026-06-22T19:24:43.599Z Downloaded hash32 v0.3.1
3302026-06-22T19:24:43.599Z Downloaded hash32 v0.2.1
3312026-06-22T19:24:43.599Z Downloaded git-stub v1.0.0
3322026-06-22T19:24:43.599Z Downloaded heck v0.5.0
3332026-06-22T19:24:43.599Z Downloaded heck v0.4.1
3342026-06-22T19:24:43.599Z Downloaded funty v2.0.0
3352026-06-22T19:24:43.599Z Downloaded fs_extra v1.3.0
3362026-06-22T19:24:43.599Z Downloaded find-msvc-tools v0.1.9
3372026-06-22T19:24:43.599Z Downloaded globwalk v0.9.1
3382026-06-22T19:24:43.599Z Downloaded headers-core v0.3.0
3392026-06-22T19:24:43.599Z Downloaded futures-timer v3.0.3
3402026-06-22T19:24:43.599Z Downloaded env_logger v0.11.9
3412026-06-22T19:24:43.599Z Downloaded foldhash v0.2.0
3422026-06-22T19:24:43.599Z Downloaded httpdate v1.0.3
3432026-06-22T19:24:44.015Z Downloaded http-range v0.1.5
3442026-06-22T19:24:44.016Z Downloaded http-body v1.0.1
3452026-06-22T19:24:44.016Z Downloaded hostname v0.4.2
3462026-06-22T19:24:44.016Z Downloaded hostname v0.3.1
3472026-06-22T19:24:44.016Z Downloaded futures-executor v0.3.32
3482026-06-22T19:24:44.016Z Downloaded fs-err v2.11.0
3492026-06-22T19:24:44.016Z Downloaded hyper-tls v0.6.0
3502026-06-22T19:24:44.016Z Downloaded derive_builder_core v0.20.2
3512026-06-22T19:24:44.016Z Downloaded darling_core v0.13.4
3522026-06-22T19:24:44.016Z Downloaded foldhash v0.1.5
3532026-06-22T19:24:44.016Z Downloaded async-bb8-diesel v0.2.1
3542026-06-22T19:24:44.016Z Downloaded hex-literal v0.4.1
3552026-06-22T19:24:44.016Z Downloaded colored v3.1.1
3562026-06-22T19:24:44.016Z Downloaded clang-sys v1.8.1
3572026-06-22T19:24:44.016Z Downloaded fs-err v3.3.0
3582026-06-22T19:24:44.016Z Downloaded cancel-safe-futures v0.1.5
3592026-06-22T19:24:44.016Z Downloaded bzip2 v0.4.4
3602026-06-22T19:24:44.016Z Downloaded clap v4.6.1
3612026-06-22T19:24:44.016Z Downloaded glob v0.3.3
3622026-06-22T19:24:44.016Z Downloaded ident_case v1.0.1
3632026-06-22T19:24:44.016Z Downloaded drift v0.2.0
3642026-06-22T19:24:44.016Z Downloaded hubpack_derive v0.1.1
3652026-06-22T19:24:44.016Z Downloaded cc v1.2.56
3662026-06-22T19:24:44.016Z Downloaded home v0.5.12
3672026-06-22T19:24:44.016Z Downloaded git-stub-vcs v0.1.0
3682026-06-22T19:24:44.016Z Downloaded indent_write v2.2.0
3692026-06-22T19:24:44.016Z Downloaded elliptic-curve v0.13.8
3702026-06-22T19:24:44.016Z Downloaded darling_core v0.21.3
3712026-06-22T19:24:44.016Z Downloaded event-listener v5.4.1
3722026-06-22T19:24:44.016Z Downloaded is_ci v1.2.0
3732026-06-22T19:24:44.017Z Downloaded internet-checksum v0.2.1
3742026-06-22T19:24:44.017Z Downloaded instant v0.1.13
3752026-06-22T19:24:44.017Z Downloaded is-terminal v0.4.17
3762026-06-22T19:24:44.017Z Downloaded inout v0.1.4
3772026-06-22T19:24:44.017Z Downloaded hubpack v0.1.2
3782026-06-22T19:24:44.017Z Downloaded cfg-expr v0.20.6
3792026-06-22T19:24:44.017Z Downloaded aes-gcm v0.10.3
3802026-06-22T19:24:44.017Z Downloaded group v0.13.0
3812026-06-22T19:24:44.017Z Downloaded ahash v0.8.12
3822026-06-22T19:24:44.017Z Downloaded byte-wrapper v0.1.0
3832026-06-22T19:24:44.017Z Downloaded lalrpop-util v0.19.12
3842026-06-22T19:24:44.017Z Downloaded critical-section v1.2.0
3852026-06-22T19:24:44.017Z Downloaded kstat-rs v0.2.4
3862026-06-22T19:24:44.017Z Downloaded keccak v0.1.6
3872026-06-22T19:24:44.017Z Downloaded lazy_static v1.5.0
3882026-06-22T19:24:44.017Z Downloaded cookie v0.18.1
3892026-06-22T19:24:44.017Z Downloaded console v0.16.2
3902026-06-22T19:24:44.017Z Downloaded console v0.15.11
3912026-06-22T19:24:44.017Z Downloaded illumos-nvpair-sys v0.2.0
3922026-06-22T19:24:44.017Z Downloaded illumos-nvpair v0.3.0
3932026-06-22T19:24:44.017Z Downloaded idna_adapter v1.2.1
3942026-06-22T19:24:44.017Z Downloaded bzip2 v0.6.1
3952026-06-22T19:24:44.017Z Downloaded blake2b_simd v1.0.4
3962026-06-22T19:24:44.017Z Downloaded is_terminal_polyfill v1.70.2
3972026-06-22T19:24:44.017Z Downloaded http-body-util v0.1.3
3982026-06-22T19:24:44.017Z Downloaded indoc v1.0.9
3992026-06-22T19:24:44.017Z Downloaded darling_core v0.23.0
4002026-06-22T19:24:44.017Z Downloaded itoa v1.0.17
4012026-06-22T19:24:44.017Z Downloaded chumsky v0.9.3
4022026-06-22T19:24:44.017Z Downloaded darling_core v0.20.11
4032026-06-22T19:24:44.017Z Downloaded erased-serde v0.4.9
4042026-06-22T19:24:44.017Z Downloaded dropshot_endpoint v0.17.0
4052026-06-22T19:24:44.017Z Downloaded hyper-staticfile v0.10.1
4062026-06-22T19:24:44.017Z Downloaded futures-channel v0.3.32
4072026-06-22T19:24:44.017Z Downloaded ena v0.14.4
4082026-06-22T19:24:44.017Z Downloaded ed25519 v2.2.3
4092026-06-22T19:24:44.017Z Downloaded ecdsa v0.16.9
4102026-06-22T19:24:44.018Z Downloaded macaddr v1.0.1
4112026-06-22T19:24:44.018Z Downloaded derive_more v2.1.1
4122026-06-22T19:24:44.018Z Downloaded half v1.8.3
4132026-06-22T19:24:44.018Z Downloaded linkme-impl v0.3.35
4142026-06-22T19:24:44.018Z Downloaded crypto-bigint v0.5.5
4152026-06-22T19:24:44.018Z Downloaded cmake v0.1.57
4162026-06-22T19:24:44.018Z Downloaded lru v0.12.5
4172026-06-22T19:24:44.018Z Downloaded memoffset v0.9.1
4182026-06-22T19:24:44.018Z Downloaded md5 v0.7.0
4192026-06-22T19:24:44.018Z Downloaded lzss v0.8.2
4202026-06-22T19:24:44.018Z Downloaded lru-slab v0.1.2
4212026-06-22T19:24:44.018Z Downloaded lru-cache v0.1.2
4222026-06-22T19:24:44.018Z Downloaded highway v1.3.0
4232026-06-22T19:24:44.018Z Downloaded cassowary v0.3.0
4242026-06-22T19:24:44.018Z Downloaded cargo_metadata v0.21.0
4252026-06-22T19:24:44.018Z Downloaded instability v0.3.11
4262026-06-22T19:24:44.018Z Downloaded ingot-types v0.1.2
4272026-06-22T19:24:44.018Z Downloaded bytecount v0.6.9
4282026-06-22T19:24:44.018Z Downloaded linked-hash-map v0.5.6
4292026-06-22T19:24:44.018Z Downloaded libscf-sys v1.1.0
4302026-06-22T19:24:44.018Z Downloaded ipnet v2.11.0
4312026-06-22T19:24:44.018Z Downloaded match_cfg v0.1.0
4322026-06-22T19:24:44.018Z Downloaded maybe-uninit v2.0.0
4332026-06-22T19:24:44.018Z Downloaded md-5 v0.10.6
4342026-06-22T19:24:44.018Z Downloaded libefi-sys v0.1.0
4352026-06-22T19:24:44.018Z Downloaded knuffel-derive v3.2.0
4362026-06-22T19:24:44.018Z Downloaded ingot v0.1.1
4372026-06-22T19:24:44.018Z Downloaded cargo-platform v0.3.2
4382026-06-22T19:24:44.018Z Downloaded defmt v1.0.1
4392026-06-22T19:24:44.018Z Downloaded nested v0.1.1
4402026-06-22T19:24:44.018Z Downloaded daft v0.1.7
4412026-06-22T19:24:44.018Z Downloaded convert_case v0.10.0
4422026-06-22T19:24:44.018Z Downloaded fatfs v0.3.6
4432026-06-22T19:24:44.031Z Downloaded arc-swap v1.8.2
4442026-06-22T19:24:44.032Z Downloaded newtype_derive v0.1.6
4452026-06-22T19:24:44.032Z Downloaded nodrop v0.1.14
4462026-06-22T19:24:44.032Z Downloaded humantime v2.3.0
4472026-06-22T19:24:44.032Z Downloaded getrandom v0.4.1
4482026-06-22T19:24:44.032Z Downloaded memmap v0.7.0
4492026-06-22T19:24:44.032Z Downloaded getrandom v0.3.4
4502026-06-22T19:24:44.032Z Downloaded const_format v0.2.35
4512026-06-22T19:24:44.032Z Downloaded crossbeam-channel v0.5.15
4522026-06-22T19:24:44.032Z Downloaded chacha20poly1305 v0.10.1
4532026-06-22T19:24:44.032Z Downloaded getrandom v0.2.17
4542026-06-22T19:24:44.032Z Downloaded nibble_vec v0.1.0
4552026-06-22T19:24:44.032Z Downloaded num v0.4.3
4562026-06-22T19:24:44.032Z Downloaded normalize-line-endings v0.3.0
4572026-06-22T19:24:44.032Z Downloaded hyper-rustls v0.27.7
4582026-06-22T19:24:44.032Z Downloaded anstyle-parse v0.2.7
4592026-06-22T19:24:44.032Z Downloaded num-conv v0.2.0
4602026-06-22T19:24:44.032Z Downloaded lock_api v0.4.14
4612026-06-22T19:24:44.032Z Downloaded indoc v2.0.7
4622026-06-22T19:24:44.032Z Downloaded impl-trait-for-tuples v0.2.3
4632026-06-22T19:24:44.032Z Downloaded libtest-mimic v0.8.1
4642026-06-22T19:24:44.032Z Downloaded mime v0.3.17
4652026-06-22T19:24:44.032Z Downloaded libsw-core v0.3.2
4662026-06-22T19:24:44.032Z Downloaded miette-derive v5.10.0
4672026-06-22T19:24:44.032Z Downloaded num-iter v0.1.45
4682026-06-22T19:24:44.032Z Downloaded multimap v0.10.1
4692026-06-22T19:24:44.032Z Downloaded newline-converter v0.3.0
4702026-06-22T19:24:44.032Z Downloaded new_debug_unreachable v1.0.6
4712026-06-22T19:24:44.032Z Downloaded ipnetwork v0.21.1
4722026-06-22T19:24:44.032Z Downloaded olpc-cjson v0.1.4
4732026-06-22T19:24:44.032Z Downloaded futures v0.3.32
4742026-06-22T19:24:44.032Z Downloaded jobserver v0.1.34
4752026-06-22T19:24:44.032Z Downloaded ingot-macros v0.1.1
4762026-06-22T19:24:44.032Z Downloaded mime_guess v2.0.5
4772026-06-22T19:24:44.032Z Downloaded hickory-client v0.25.2
4782026-06-22T19:24:44.032Z Downloaded hmac v0.12.1
4792026-06-22T19:24:44.032Z Downloaded opaque-debug v0.3.1
4802026-06-22T19:24:44.032Z Downloaded nonempty v0.12.0
4812026-06-22T19:24:44.033Z Downloaded num_threads v0.1.7
4822026-06-22T19:24:44.033Z Downloaded newtype-uuid-macros v0.1.0
4832026-06-22T19:24:44.033Z Downloaded ed25519-dalek v2.2.0
4842026-06-22T19:24:44.033Z Downloaded newtype-uuid v1.3.2
4852026-06-22T19:24:44.033Z Downloaded nanorand v0.7.0
4862026-06-22T19:24:44.033Z Downloaded openssl-macros v0.1.1
4872026-06-22T19:24:44.033Z Downloaded num-derive v0.3.3
4882026-06-22T19:24:44.033Z Downloaded backtrace v0.3.76
4892026-06-22T19:24:44.033Z Downloaded openssl-probe v0.2.1
4902026-06-22T19:24:44.033Z Downloaded httparse v1.10.1
4912026-06-22T19:24:44.033Z Downloaded httptest v0.16.4
4922026-06-22T19:24:44.033Z Downloaded libloading v0.8.9
4932026-06-22T19:24:44.033Z Downloaded openssl-probe v0.1.6
4942026-06-22T19:24:44.033Z Downloaded managed v0.8.0
4952026-06-22T19:24:44.033Z Downloaded oso-derive v0.27.3
4962026-06-22T19:24:44.033Z Downloaded ordered-float v2.10.1
4972026-06-22T19:24:44.033Z Downloaded bumpalo v3.20.2
4982026-06-22T19:24:44.033Z Downloaded half v2.7.1
4992026-06-22T19:24:44.033Z Downloaded num_enum_derive v0.5.11
5002026-06-22T19:24:44.033Z Downloaded num-derive v0.4.2
5012026-06-22T19:24:44.033Z Downloaded linkme v0.3.35
5022026-06-22T19:24:44.033Z Downloaded num-complex v0.4.6
5032026-06-22T19:24:44.033Z Downloaded libsw v3.5.0
5042026-06-22T19:24:44.033Z Downloaded num_enum_derive v0.7.6
5052026-06-22T19:24:44.033Z Downloaded num-rational v0.4.2
5062026-06-22T19:24:44.033Z Downloaded maplit v1.0.2
5072026-06-22T19:24:44.033Z Downloaded linear-map v1.2.0
5082026-06-22T19:24:44.033Z Downloaded icu_properties v2.1.2
5092026-06-22T19:24:44.033Z Downloaded heapless v0.8.0
5102026-06-22T19:24:44.033Z Downloaded native-tls v0.2.18
5112026-06-22T19:24:44.033Z Downloaded iana-time-zone v0.1.65
5122026-06-22T19:24:44.033Z Downloaded indexmap v1.9.3
5132026-06-22T19:24:44.033Z Downloaded heapless v0.7.17
5142026-06-22T19:24:44.033Z Downloaded memmap2 v0.9.10
5152026-06-22T19:24:44.033Z Downloaded multer v3.1.0
5162026-06-22T19:24:44.033Z Downloaded parse-display v0.10.0
5172026-06-22T19:24:44.033Z Downloaded packed_struct_codegen v0.10.1
5182026-06-22T19:24:44.033Z Downloaded globset v0.4.18
5192026-06-22T19:24:44.034Z Downloaded path-slash v0.1.5
5202026-06-22T19:24:44.034Z Downloaded ar_archive_writer v0.5.1
5212026-06-22T19:24:44.034Z Downloaded flume v0.11.1
5222026-06-22T19:24:44.034Z Downloaded pbkdf2 v0.12.2
5232026-06-22T19:24:44.034Z Downloaded percent-encoding v2.3.2
5242026-06-22T19:24:44.034Z Downloaded peg-runtime v0.8.5
5252026-06-22T19:24:44.034Z Downloaded pbkdf2 v0.11.0
5262026-06-22T19:24:44.034Z Downloaded derive_more-impl v2.1.1
5272026-06-22T19:24:44.034Z Downloaded parking v2.2.1
5282026-06-22T19:24:44.034Z Downloaded icu_locale_core v2.1.1
5292026-06-22T19:24:44.034Z Downloaded pathdiff v0.2.3
5302026-06-22T19:24:44.034Z Downloaded base64 v0.21.7
5312026-06-22T19:24:44.034Z Downloaded oxide-tokio-rt v0.1.4
5322026-06-22T19:24:44.034Z Downloaded async-compression v0.4.41
5332026-06-22T19:24:44.034Z Downloaded pin-utils v0.1.0
5342026-06-22T19:24:44.034Z Downloaded nu-ansi-term v0.50.3
5352026-06-22T19:24:44.034Z Downloaded litemap v0.8.1
5362026-06-22T19:24:44.034Z Downloaded fancy-regex v0.14.0
5372026-06-22T19:24:44.034Z Downloaded parse-size v1.1.0
5382026-06-22T19:24:44.034Z Downloaded owo-colors v4.3.0
5392026-06-22T19:24:44.034Z Downloaded num_enum v0.5.11
5402026-06-22T19:24:44.034Z Downloaded oxnet v0.1.6
5412026-06-22T19:24:44.034Z Downloaded num_enum v0.7.6
5422026-06-22T19:24:44.034Z Downloaded phf_shared v0.13.1
5432026-06-22T19:24:44.058Z Downloaded num-integer v0.1.46
5442026-06-22T19:24:44.058Z Downloaded plain v0.2.3
5452026-06-22T19:24:44.058Z Downloaded once_cell v1.21.3
5462026-06-22T19:24:44.058Z Downloaded litrs v1.0.0
5472026-06-22T19:24:44.058Z Downloaded log v0.4.29
5482026-06-22T19:24:44.058Z Downloaded icu_normalizer_data v2.1.1
5492026-06-22T19:24:44.058Z Downloaded parking_lot_core v0.8.6
5502026-06-22T19:24:44.058Z Downloaded diesel_derives v2.3.7
5512026-06-22T19:24:44.058Z Downloaded plotters-backend v0.3.7
5522026-06-22T19:24:44.058Z Downloaded phf_shared v0.11.3
5532026-06-22T19:24:44.058Z Downloaded phf_shared v0.12.1
5542026-06-22T19:24:44.058Z Downloaded plotters-svg v0.3.7
5552026-06-22T19:24:44.058Z Downloaded peg v0.8.5
5562026-06-22T19:24:44.058Z Downloaded pem-rfc7468 v0.7.0
5572026-06-22T19:24:44.058Z Downloaded predicates-tree v1.0.13
5582026-06-22T19:24:44.058Z Downloaded pem v3.0.6
5592026-06-22T19:24:44.058Z Downloaded peg-macros v0.8.5
5602026-06-22T19:24:44.058Z Downloaded path-tree v0.8.3
5612026-06-22T19:24:44.058Z Downloaded pretty-hex v0.4.1
5622026-06-22T19:24:44.058Z Downloaded proc-macro-crate v1.3.1
5632026-06-22T19:24:44.058Z Downloaded crossterm v0.28.1
5642026-06-22T19:24:44.058Z Downloaded ignore v0.4.25
5652026-06-22T19:24:44.058Z Downloaded icu_provider v2.1.1
5662026-06-22T19:24:44.059Z Downloaded password-hash v0.5.0
5672026-06-22T19:24:44.059Z Downloaded icu_normalizer v2.1.1
5682026-06-22T19:24:44.059Z Downloaded phf v0.13.1
5692026-06-22T19:24:44.059Z Downloaded password-hash v0.4.2
5702026-06-22T19:24:44.059Z Downloaded proc-macro-crate v3.4.0
5712026-06-22T19:24:44.059Z Downloaded proc-macro-error-attr2 v2.0.0
5722026-06-22T19:24:44.059Z Downloaded precomputed-hash v0.1.1
5732026-06-22T19:24:44.059Z Downloaded powerfmt v0.2.0
5742026-06-22T19:24:44.059Z Downloaded potential_utf v0.1.4
5752026-06-22T19:24:44.059Z Downloaded owo-colors v3.5.0
5762026-06-22T19:24:44.059Z Downloaded headers v0.4.1
5772026-06-22T19:24:44.059Z Downloaded num-traits v0.2.19
5782026-06-22T19:24:44.059Z Downloaded progenitor-client v0.14.0
5792026-06-22T19:24:44.059Z Downloaded partial-io v0.5.4
5802026-06-22T19:24:44.059Z Downloaded parse-display-derive v0.10.0
5812026-06-22T19:24:44.059Z Downloaded predicates-core v1.0.10
5822026-06-22T19:24:44.059Z Downloaded parking_lot v0.12.5
5832026-06-22T19:24:44.059Z Downloaded proc-macro-error-attr v1.0.4
5842026-06-22T19:24:44.059Z Downloaded polyval v0.6.2
5852026-06-22T19:24:44.059Z Downloaded expectorate v1.2.0
5862026-06-22T19:24:44.059Z Downloaded poly1305 v0.8.0
5872026-06-22T19:24:44.059Z Downloaded jiff-static v0.2.21
5882026-06-22T19:24:44.059Z Downloaded parking_lot v0.11.2
5892026-06-22T19:24:44.059Z Downloaded quick-error v1.2.3
5902026-06-22T19:24:44.059Z Downloaded libbz2-rs-sys v0.2.2
5912026-06-22T19:24:44.059Z Downloaded miniz_oxide v0.8.9
5922026-06-22T19:24:44.059Z Downloaded knuffel v3.2.0
5932026-06-22T19:24:44.059Z Downloaded ppv-lite86 v0.2.21
5942026-06-22T19:24:44.059Z Downloaded oorandom v11.1.5
5952026-06-22T19:24:44.059Z Downloaded paste v1.0.15
5962026-06-22T19:24:44.059Z Downloaded primeorder v0.13.6
5972026-06-22T19:24:44.059Z Downloaded phf v0.12.1
5982026-06-22T19:24:44.059Z Downloaded pin-project-lite v0.2.17
5992026-06-22T19:24:44.059Z Downloaded pin-project-internal v1.1.11
6002026-06-22T19:24:44.060Z Downloaded rand_xorshift v0.4.0
6012026-06-22T19:24:44.060Z Downloaded crossterm v0.29.0
6022026-06-22T19:24:44.060Z Downloaded psl-types v2.0.11
6032026-06-22T19:24:44.060Z Downloaded progenitor-macro v0.13.0
6042026-06-22T19:24:44.060Z Downloaded progenitor-macro v0.14.0
6052026-06-22T19:24:44.060Z Downloaded pkcs8 v0.10.2
6062026-06-22T19:24:44.060Z Downloaded progenitor v0.13.0
6072026-06-22T19:24:44.060Z Downloaded rand_chacha v0.3.1
6082026-06-22T19:24:44.060Z Downloaded flate2 v1.1.9
6092026-06-22T19:24:44.060Z Downloaded postgres-protocol v0.6.10
6102026-06-22T19:24:44.060Z Downloaded proc-macro-error2 v2.0.1
6112026-06-22T19:24:44.060Z Downloaded ref-cast v1.0.25
6122026-06-22T19:24:44.060Z Downloaded progenitor-client v0.13.0
6132026-06-22T19:24:44.060Z Downloaded recursive v0.1.1
6142026-06-22T19:24:44.060Z Downloaded indicatif v0.18.4
6152026-06-22T19:24:44.060Z Downloaded packed_struct v0.10.1
6162026-06-22T19:24:44.060Z Downloaded papergrid v0.11.0
6172026-06-22T19:24:44.060Z Downloaded progenitor-extras v0.2.0
6182026-06-22T19:24:44.060Z Downloaded radium v0.7.0
6192026-06-22T19:24:44.060Z Downloaded pkcs1 v0.7.5
6202026-06-22T19:24:44.060Z Downloaded parking_lot_core v0.9.12
6212026-06-22T19:24:44.060Z Downloaded pkcs5 v0.7.1
6222026-06-22T19:24:44.060Z Downloaded p256 v0.13.2
6232026-06-22T19:24:44.060Z Downloaded indexmap v2.14.0
6242026-06-22T19:24:44.060Z Downloaded postgres-types v0.2.12
6252026-06-22T19:24:44.060Z Downloaded postcard v1.1.3
6262026-06-22T19:24:44.060Z Downloaded hickory-resolver v0.24.4
6272026-06-22T19:24:44.060Z Downloaded rfc6979 v0.4.0
6282026-06-22T19:24:44.060Z Downloaded rtoolbox v0.0.3
6292026-06-22T19:24:44.060Z Downloaded ref-cast-impl v1.0.25
6302026-06-22T19:24:44.060Z Downloaded recursive-proc-macro-impl v0.1.1
6312026-06-22T19:24:44.060Z Downloaded quote v1.0.45
6322026-06-22T19:24:44.060Z Downloaded progenitor v0.14.0
6332026-06-22T19:24:44.060Z Downloaded proc-macro-error v1.0.4
6342026-06-22T19:24:44.060Z Downloaded rand_core v0.6.4
6352026-06-22T19:24:44.060Z Downloaded rustc_version v0.4.1
6362026-06-22T19:24:44.060Z Downloaded pest_generator v2.8.6
6372026-06-22T19:24:44.060Z Downloaded openssl-sys v0.9.115
6382026-06-22T19:24:44.061Z Downloaded criterion v0.7.0
6392026-06-22T19:24:44.061Z Downloaded rand_core v0.10.0
6402026-06-22T19:24:44.061Z Downloaded pin-project v1.1.11
6412026-06-22T19:24:44.061Z Downloaded omicron-zone-package v0.12.2
6422026-06-22T19:24:44.061Z Downloaded psm v0.1.30
6432026-06-22T19:24:44.078Z Downloaded pkg-config v0.3.32
6442026-06-22T19:24:44.078Z Downloaded rustc-hash v2.1.1
6452026-06-22T19:24:44.078Z Downloaded russh-cryptovec v0.7.3
6462026-06-22T19:24:44.078Z Downloaded r2d2 v0.8.10
6472026-06-22T19:24:44.078Z Downloaded aes v0.8.4
6482026-06-22T19:24:44.078Z Downloaded salsa20 v0.10.2
6492026-06-22T19:24:44.078Z Downloaded sapling-renderdag v0.1.0
6502026-06-22T19:24:44.078Z Downloaded oso v0.27.3
6512026-06-22T19:24:44.079Z Downloaded mio v1.2.0
6522026-06-22T19:24:44.079Z Downloaded quinn-udp v0.5.14
6532026-06-22T19:24:44.079Z Downloaded rand_seeder v0.4.0
6542026-06-22T19:24:44.079Z Downloaded rand_chacha v0.9.0
6552026-06-22T19:24:44.079Z Downloaded resolv-conf v0.7.6
6562026-06-22T19:24:44.079Z Downloaded relative-path v1.9.3
6572026-06-22T19:24:44.079Z Downloaded scheduled-thread-pool v0.2.7
6582026-06-22T19:24:44.079Z Downloaded scrypt v0.11.0
6592026-06-22T19:24:44.079Z Downloaded minimal-lexical v0.2.1
6602026-06-22T19:24:44.079Z Downloaded predicates v3.1.4
6612026-06-22T19:24:44.079Z Downloaded rustc_version v0.1.7
6622026-06-22T19:24:44.079Z Downloaded rustc-demangle v0.1.27
6632026-06-22T19:24:44.079Z Downloaded rand_core v0.9.5
6642026-06-22T19:24:44.079Z Downloaded rustls-pemfile v1.0.4
6652026-06-22T19:24:44.079Z Downloaded hickory-resolver v0.25.2
6662026-06-22T19:24:44.079Z Downloaded guppy v0.17.25
6672026-06-22T19:24:44.079Z Downloaded seq-macro v0.3.6
6682026-06-22T19:24:44.079Z Downloaded serde_bytes v0.11.19
6692026-06-22T19:24:44.079Z Downloaded serde-value v0.7.0
6702026-06-22T19:24:44.079Z Downloaded pest_derive v2.8.6
6712026-06-22T19:24:44.079Z Downloaded proc-macro2 v1.0.106
6722026-06-22T19:24:44.079Z Downloaded scroll_derive v0.12.1
6732026-06-22T19:24:44.079Z Downloaded secrecy v0.8.0
6742026-06-22T19:24:44.079Z Downloaded http v1.4.0
6752026-06-22T19:24:44.079Z Downloaded progenitor-impl v0.14.0
6762026-06-22T19:24:44.079Z Downloaded rustls-native-certs v0.8.3
6772026-06-22T19:24:44.079Z Downloaded icu_collections v2.1.1
6782026-06-22T19:24:44.079Z Downloaded rustversion v1.0.22
6792026-06-22T19:24:44.079Z Downloaded memchr v2.8.0
6802026-06-22T19:24:44.079Z Downloaded serde_spanned v1.0.4
6812026-06-22T19:24:44.079Z Downloaded serde_spanned v0.6.9
6822026-06-22T19:24:44.079Z Downloaded serde_plain v1.0.2
6832026-06-22T19:24:44.079Z Downloaded serde-big-array v0.5.1
6842026-06-22T19:24:44.079Z Downloaded secrecy v0.10.3
6852026-06-22T19:24:44.079Z Downloaded serde_repr v0.1.20
6862026-06-22T19:24:44.080Z Downloaded hashbrown v0.12.3
6872026-06-22T19:24:44.080Z Downloaded scroll v0.12.0
6882026-06-22T19:24:44.080Z Downloaded miette v5.10.0
6892026-06-22T19:24:44.080Z Downloaded scopeguard v1.2.0
6902026-06-22T19:24:44.080Z Downloaded rust-argon2 v2.1.0
6912026-06-22T19:24:44.080Z Downloaded sec1 v0.7.3
6922026-06-22T19:24:44.080Z Downloaded pretty_assertions v1.4.1
6932026-06-22T19:24:44.080Z Downloaded rusty-fork v0.3.1
6942026-06-22T19:24:44.080Z Downloaded rustls-pemfile v2.2.0
6952026-06-22T19:24:44.080Z Downloaded signal-hook-mio v0.2.5
6962026-06-22T19:24:44.080Z Downloaded dropshot-api-manager v0.7.2
6972026-06-22T19:24:44.080Z Downloaded pest_meta v2.8.6
6982026-06-22T19:24:44.080Z Downloaded nom v7.1.3
6992026-06-22T19:24:44.080Z Downloaded prefix-trie v0.7.0
7002026-06-22T19:24:44.080Z Downloaded signal-hook-tokio v0.3.1
7012026-06-22T19:24:44.080Z Downloaded similar-asserts v1.7.0
7022026-06-22T19:24:44.080Z Downloaded signature v2.2.0
7032026-06-22T19:24:44.080Z Downloaded serde-untagged v0.1.9
7042026-06-22T19:24:44.080Z Downloaded sha1 v0.10.6
7052026-06-22T19:24:44.080Z Downloaded serde-hex v0.1.0
7062026-06-22T19:24:44.080Z Downloaded sct v0.7.1
7072026-06-22T19:24:44.080Z Downloaded rcgen v0.12.1
7082026-06-22T19:24:44.080Z Downloaded same-file v1.0.6
7092026-06-22T19:24:44.080Z Downloaded hashbrown v0.13.2
7102026-06-22T19:24:44.080Z Downloaded num-bigint v0.4.6
7112026-06-22T19:24:44.080Z Downloaded hashbrown v0.16.1
7122026-06-22T19:24:44.080Z Downloaded rustls-pki-types v1.14.0
7132026-06-22T19:24:44.080Z Downloaded hickory-server v0.25.2
7142026-06-22T19:24:44.080Z Downloaded serde_urlencoded v0.7.1
7152026-06-22T19:24:44.080Z Downloaded serde_derive_internals v0.29.1
7162026-06-22T19:24:44.080Z Downloaded slog-envlogger v2.2.0
7172026-06-22T19:24:44.080Z Downloaded slog-bunyan v2.5.0
7182026-06-22T19:24:44.080Z Downloaded papergrid v0.17.0
7192026-06-22T19:24:44.080Z Downloaded shell-words v1.1.1
7202026-06-22T19:24:44.080Z Downloaded scroll v0.13.0
7212026-06-22T19:24:44.080Z Downloaded schemars_derive v0.8.22
7222026-06-22T19:24:44.081Z Downloaded sigpipe v0.1.3
7232026-06-22T19:24:44.081Z Downloaded scroll_derive v0.13.1
7242026-06-22T19:24:44.081Z Downloaded iri-string v0.7.10
7252026-06-22T19:24:44.081Z Downloaded progenitor-impl v0.13.0
7262026-06-22T19:24:44.081Z Downloaded rstest v0.25.0
7272026-06-22T19:24:44.081Z Downloaded smawk v0.3.2
7282026-06-22T19:24:44.081Z Downloaded ron v0.8.1
7292026-06-22T19:24:44.081Z Downloaded russh-keys v0.45.0
7302026-06-22T19:24:44.081Z Downloaded serde_with_macros v1.5.2
7312026-06-22T19:24:44.081Z Downloaded serde_regex v1.1.0
7322026-06-22T19:24:44.081Z Downloaded serde_path_to_error v0.1.20
7332026-06-22T19:24:44.081Z Downloaded hyper-util v0.1.20
7342026-06-22T19:24:44.081Z Downloaded semver v0.1.20
7352026-06-22T19:24:44.081Z Downloaded itertools v0.10.5
7362026-06-22T19:24:44.081Z Downloaded serde_tokenstream v0.2.3
7372026-06-22T19:24:44.081Z Downloaded siphasher v1.0.2
7382026-06-22T19:24:44.081Z Downloaded semver v1.0.28
7392026-06-22T19:24:44.081Z Downloaded slab v0.4.12
7402026-06-22T19:24:44.081Z Downloaded rayon-core v1.13.0
7412026-06-22T19:24:44.081Z Downloaded num-bigint-dig v0.8.6
7422026-06-22T19:24:44.081Z Downloaded rustls-platform-verifier v0.6.2
7432026-06-22T19:24:44.104Z Downloaded prettyplease v0.2.37
7442026-06-22T19:24:44.104Z Downloaded slog-dtrace v0.3.0
7452026-06-22T19:24:44.104Z Downloaded slog-async v2.8.0
7462026-06-22T19:24:44.104Z Downloaded ryu v1.0.23
7472026-06-22T19:24:44.104Z Downloaded stable_deref_trait v1.2.1
7482026-06-22T19:24:44.104Z Downloaded sha2 v0.10.9
7492026-06-22T19:24:44.104Z Downloaded libxml v0.3.3
7502026-06-22T19:24:44.104Z Downloaded strsim v0.10.0
7512026-06-22T19:24:44.105Z Downloaded hkdf v0.12.4
7522026-06-22T19:24:44.105Z Downloaded qorb v0.4.1
7532026-06-22T19:24:44.105Z Downloaded sqlparser_derive v0.5.0
7542026-06-22T19:24:44.105Z Downloaded shlex v1.3.0
7552026-06-22T19:24:44.105Z Downloaded smallvec v0.6.14
7562026-06-22T19:24:44.105Z Downloaded slog-stdlog v4.1.1
7572026-06-22T19:24:44.105Z Downloaded slog-scope v4.4.1
7582026-06-22T19:24:44.105Z Downloaded structmeta v0.3.0
7592026-06-22T19:24:44.105Z Downloaded ssh-encoding v0.2.0
7602026-06-22T19:24:44.105Z Downloaded supports-color v2.1.0
7612026-06-22T19:24:44.105Z Downloaded structmeta-derive v0.3.0
7622026-06-22T19:24:44.105Z Downloaded supports-unicode v2.1.0
7632026-06-22T19:24:44.105Z Downloaded futures-util v0.3.32
7642026-06-22T19:24:44.105Z Downloaded simd-adler32 v0.3.8
7652026-06-22T19:24:44.105Z Downloaded signal-hook-registry v1.4.8
7662026-06-22T19:24:44.105Z Downloaded rstest_macros v0.25.0
7672026-06-22T19:24:44.105Z Downloaded swrite v0.1.0
7682026-06-22T19:24:44.105Z Downloaded supports-hyperlinks v2.1.0
7692026-06-22T19:24:44.105Z Downloaded subtle v2.6.1
7702026-06-22T19:24:44.105Z Downloaded quinn v0.11.9
7712026-06-22T19:24:44.105Z Downloaded nom v8.0.0
7722026-06-22T19:24:44.105Z Downloaded strum v0.26.3
7732026-06-22T19:24:44.105Z Downloaded strip-ansi-escapes v0.2.1
7742026-06-22T19:24:44.105Z Downloaded serde_cbor v0.11.2
7752026-06-22T19:24:44.105Z Downloaded sqlformat v0.3.5
7762026-06-22T19:24:44.105Z Downloaded spki v0.7.3
7772026-06-22T19:24:44.105Z Downloaded tabled_derive v0.7.0
7782026-06-22T19:24:44.105Z Downloaded sync_wrapper v1.0.2
7792026-06-22T19:24:44.105Z Downloaded rand_distr v0.5.1
7802026-06-22T19:24:44.105Z Downloaded sync-ptr v0.1.4
7812026-06-22T19:24:44.105Z Downloaded serde_derive v1.0.228
7822026-06-22T19:24:44.105Z Downloaded smf v0.2.3
7832026-06-22T19:24:44.105Z Downloaded tap v1.0.1
7842026-06-22T19:24:44.105Z Downloaded string_cache v0.8.9
7852026-06-22T19:24:44.105Z Downloaded static_assertions v1.1.0
7862026-06-22T19:24:44.105Z Downloaded supports-color v3.0.2
7872026-06-22T19:24:44.105Z Downloaded strum v0.27.2
7882026-06-22T19:24:44.105Z Downloaded stacker v0.1.23
7892026-06-22T19:24:44.105Z Downloaded slog-json v2.6.1
7902026-06-22T19:24:44.106Z Downloaded target-triple v1.0.0
7912026-06-22T19:24:44.106Z Downloaded tabwriter v1.4.1
7922026-06-22T19:24:44.106Z Downloaded itertools v0.13.0
7932026-06-22T19:24:44.106Z Downloaded tabled_derive v0.11.0
7942026-06-22T19:24:44.106Z Downloaded publicsuffix v2.3.0
7952026-06-22T19:24:44.106Z Downloaded stringmetrics v2.2.2
7962026-06-22T19:24:44.106Z Downloaded support-bundle-viewer v0.1.2
7972026-06-22T19:24:44.106Z Downloaded strum_macros v0.26.4
7982026-06-22T19:24:44.106Z Downloaded smallvec v1.15.1
7992026-06-22T19:24:44.106Z Downloaded testing_table v0.3.0
8002026-06-22T19:24:44.106Z Downloaded serde_with_macros v3.17.0
8012026-06-22T19:24:44.106Z Downloaded ssh-cipher v0.2.0
8022026-06-22T19:24:44.106Z Downloaded take_mut v0.2.2
8032026-06-22T19:24:44.106Z Downloaded tagptr v0.2.0
8042026-06-22T19:24:44.106Z Downloaded snafu-derive v0.8.9
8052026-06-22T19:24:44.106Z Downloaded rand v0.10.0
8062026-06-22T19:24:44.106Z Downloaded schemars v0.8.22
8072026-06-22T19:24:44.106Z Downloaded thread-id v4.2.2
8082026-06-22T19:24:44.106Z Downloaded thiserror-impl-no-std v2.0.2
8092026-06-22T19:24:44.106Z Downloaded signal-hook v0.3.18
8102026-06-22T19:24:44.106Z Downloaded similar v2.7.0
8112026-06-22T19:24:44.106Z Downloaded time-core v0.1.8
8122026-06-22T19:24:44.106Z Downloaded h2 v0.4.13
8132026-06-22T19:24:44.106Z Downloaded termtree v0.5.1
8142026-06-22T19:24:44.106Z Downloaded terminal_size v0.4.3
8152026-06-22T19:24:44.106Z Downloaded target-lexicon v0.13.3
8162026-06-22T19:24:44.106Z Downloaded termcolor v1.4.1
8172026-06-22T19:24:44.106Z Downloaded target-spec v3.5.7
8182026-06-22T19:24:44.106Z Downloaded tinyvec_macros v0.1.1
8192026-06-22T19:24:44.106Z Downloaded strsim v0.11.1
8202026-06-22T19:24:44.106Z Downloaded terminal_size v0.1.17
8212026-06-22T19:24:44.106Z Downloaded termios v0.3.3
8222026-06-22T19:24:44.106Z Downloaded thread-id v5.1.0
8232026-06-22T19:24:44.106Z Downloaded hashbrown v0.14.5
8242026-06-22T19:24:44.106Z Downloaded tokio-test v0.4.5
8252026-06-22T19:24:44.106Z Downloaded rand v0.8.6
8262026-06-22T19:24:44.107Z Downloaded slog-term v2.9.2
8272026-06-22T19:24:44.107Z Downloaded strum_macros v0.24.3
8282026-06-22T19:24:44.107Z Downloaded synstructure v0.13.2
8292026-06-22T19:24:44.107Z Downloaded pest v2.8.6
8302026-06-22T19:24:44.107Z Downloaded itertools v0.12.1
8312026-06-22T19:24:44.107Z Downloaded thiserror-no-std v2.0.2
8322026-06-22T19:24:44.107Z Downloaded thiserror-impl v1.0.69
8332026-06-22T19:24:44.107Z Downloaded toml_datetime v0.6.11
8342026-06-22T19:24:44.107Z Downloaded thiserror v2.0.18
8352026-06-22T19:24:44.107Z Downloaded thiserror v1.0.69
8362026-06-22T19:24:44.107Z Downloaded spin v0.9.8
8372026-06-22T19:24:44.107Z Downloaded socket2 v0.6.3
8382026-06-22T19:24:44.107Z Downloaded serde v1.0.228
8392026-06-22T19:24:44.107Z Downloaded hashbrown v0.17.0
8402026-06-22T19:24:44.107Z Downloaded topological-sort v0.2.2
8412026-06-22T19:24:44.107Z Downloaded time-macros v0.2.27
8422026-06-22T19:24:44.107Z Downloaded try-lock v0.2.5
8432026-06-22T19:24:44.522Z Downloaded tower-service v0.3.3
8442026-06-22T19:24:44.522Z Downloaded hashbrown v0.15.5
8452026-06-22T19:24:44.522Z Downloaded trait-variant v0.1.2
8462026-06-22T19:24:44.522Z Downloaded aws-lc-rs v1.16.3
8472026-06-22T19:24:44.522Z Downloaded iddqd v0.4.2
8482026-06-22T19:24:44.523Z Downloaded tiny-keccak v2.0.2
8492026-06-22T19:24:44.523Z Downloaded tower-layer v0.3.3
8502026-06-22T19:24:44.523Z Downloaded aho-corasick v1.1.4
8512026-06-22T19:24:44.523Z Downloaded toml_write v0.1.2
8522026-06-22T19:24:44.523Z Downloaded tokio-dtrace v0.1.1
8532026-06-22T19:24:44.523Z Downloaded tokio-native-tls v0.3.1
8542026-06-22T19:24:44.523Z Downloaded tls_codec v0.4.2
8552026-06-22T19:24:44.523Z Downloaded stringprep v0.1.5
8562026-06-22T19:24:44.523Z Downloaded plotters v0.3.7
8572026-06-22T19:24:44.523Z Downloaded tokio-tungstenite v0.21.0
8582026-06-22T19:24:44.523Z Downloaded tokio-rustls v0.25.0
8592026-06-22T19:24:44.523Z Downloaded serde_core v1.0.228
8602026-06-22T19:24:44.523Z Downloaded tokio-macros v2.7.0
8612026-06-22T19:24:44.523Z Downloaded tinytemplate v1.2.1
8622026-06-22T19:24:44.523Z Downloaded unarray v0.1.4
8632026-06-22T19:24:44.523Z Downloaded tokio-tungstenite v0.23.1
8642026-06-22T19:24:44.523Z Downloaded strum_macros v0.27.2
8652026-06-22T19:24:44.523Z Downloaded subprocess v0.2.15
8662026-06-22T19:24:44.523Z Downloaded thiserror-impl v2.0.18
8672026-06-22T19:24:44.523Z Downloaded idna v1.1.0
8682026-06-22T19:24:44.527Z Downloaded unicode-truncate v1.1.0
8692026-06-22T19:24:44.527Z Downloaded chrono v0.4.44
8702026-06-22T19:24:44.527Z Downloaded thread_local v1.1.9
8712026-06-22T19:24:44.527Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8722026-06-22T19:24:44.527Z Downloaded socket2 v0.5.10
8732026-06-22T19:24:44.527Z Downloaded rand v0.9.2
8742026-06-22T19:24:44.527Z Downloaded typify-macro v0.6.2
8752026-06-22T19:24:44.527Z Downloaded typeid v1.0.3
8762026-06-22T19:24:44.527Z Downloaded tls_codec_derive v0.4.2
8772026-06-22T19:24:44.527Z Downloaded untrusted v0.7.1
8782026-06-22T19:24:44.527Z Downloaded unit-prefix v0.5.2
8792026-06-22T19:24:44.527Z Downloaded toml_writer v1.0.6+spec-1.1.0
8802026-06-22T19:24:44.527Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8812026-06-22T19:24:44.527Z Downloaded tinystr v0.8.2
8822026-06-22T19:24:44.527Z Downloaded icu_properties_data v2.1.2
8832026-06-22T19:24:44.527Z Downloaded serde_yaml v0.9.34+deprecated
8842026-06-22T19:24:44.527Z Downloaded itertools v0.14.0
8852026-06-22T19:24:44.527Z Downloaded usdt-attr-macro v0.5.0
8862026-06-22T19:24:44.527Z Downloaded universal-hash v0.5.1
8872026-06-22T19:24:44.527Z Downloaded unicode-xid v0.2.6
8882026-06-22T19:24:44.527Z Downloaded tokio-rustls v0.26.4
8892026-06-22T19:24:44.527Z Downloaded schemars v1.2.1
8902026-06-22T19:24:44.527Z Downloaded utf8_iter v1.0.4
8912026-06-22T19:24:44.528Z Downloaded unicode-linebreak v0.1.5
8922026-06-22T19:24:44.528Z Downloaded unicase v2.9.0
8932026-06-22T19:24:44.528Z Downloaded utf-8 v0.7.6
8942026-06-22T19:24:44.528Z Downloaded libm v0.2.16
8952026-06-22T19:24:44.528Z Downloaded void v1.0.2
8962026-06-22T19:24:44.528Z Downloaded usdt v0.5.0
8972026-06-22T19:24:44.528Z Downloaded untrusted v0.9.0
8982026-06-22T19:24:44.528Z Downloaded toml v0.8.23
8992026-06-22T19:24:44.528Z Downloaded usdt v0.6.0
9002026-06-22T19:24:44.528Z Downloaded usdt-macro v0.5.0
9012026-06-22T19:24:44.528Z Downloaded textwrap v0.16.2
9022026-06-22T19:24:44.528Z Downloaded textwrap v0.15.2
9032026-06-22T19:24:44.528Z Downloaded usdt-macro v0.6.0
9042026-06-22T19:24:44.528Z Downloaded utf8parse v0.2.2
9052026-06-22T19:24:44.529Z Downloaded term v0.7.0
9062026-06-22T19:24:44.529Z Downloaded tempfile v3.25.0
9072026-06-22T19:24:44.529Z Downloaded version_check v0.9.5
9082026-06-22T19:24:44.529Z Downloaded schemars v0.9.0
9092026-06-22T19:24:44.529Z Downloaded slog v2.8.2
9102026-06-22T19:24:44.529Z Downloaded samael v0.0.19
9112026-06-22T19:24:44.529Z Downloaded usdt-attr-macro v0.6.0
9122026-06-22T19:24:44.529Z Downloaded rsa v0.9.10
9132026-06-22T19:24:44.529Z Downloaded want v0.3.1
9142026-06-22T19:24:44.529Z Downloaded reedline v0.40.0
9152026-06-22T19:24:44.529Z Downloaded hyper v1.8.1
9162026-06-22T19:24:44.529Z Downloaded p384 v0.13.1
9172026-06-22T19:24:44.529Z Downloaded twox-hash v2.1.2
9182026-06-22T19:24:44.529Z Downloaded tui-tree-widget v0.23.1
9192026-06-22T19:24:44.529Z Downloaded trybuild v1.0.116
9202026-06-22T19:24:44.529Z Downloaded xshell-macros v0.2.7
9212026-06-22T19:24:44.529Z Downloaded xattr v1.6.1
9222026-06-22T19:24:44.529Z Downloaded wait-timeout v0.2.1
9232026-06-22T19:24:44.529Z Downloaded rustls-webpki v0.103.9
9242026-06-22T19:24:44.529Z Downloaded waitgroup v0.1.2
9252026-06-22T19:24:44.529Z Downloaded bitvec v1.0.1
9262026-06-22T19:24:44.529Z Downloaded tokio-stream v0.1.18
9272026-06-22T19:24:44.529Z Downloaded tokio-rustls v0.24.1
9282026-06-22T19:24:44.529Z Downloaded snafu v0.8.9
9292026-06-22T19:24:44.529Z Downloaded git2 v0.20.4
9302026-06-22T19:24:44.529Z Downloaded term v1.2.1
9312026-06-22T19:24:44.529Z Downloaded serde_with v1.14.0
9322026-06-22T19:24:44.529Z Downloaded vergen-lib v0.1.6
9332026-06-22T19:24:44.529Z Downloaded test-strategy v0.4.5
9342026-06-22T19:24:44.529Z Downloaded toml v1.0.6+spec-1.1.0
9352026-06-22T19:24:44.529Z Downloaded vergen-lib v9.1.0
9362026-06-22T19:24:44.529Z Downloaded vergen-git2 v9.1.0
9372026-06-22T19:24:44.529Z Downloaded zerofrom-derive v0.1.6
9382026-06-22T19:24:44.529Z Downloaded yoke-derive v0.8.1
9392026-06-22T19:24:44.529Z Downloaded walkdir v2.5.0
9402026-06-22T19:24:44.530Z Downloaded zerofrom v0.1.6
9412026-06-22T19:24:44.530Z Downloaded zeroize_derive v1.4.3
9422026-06-22T19:24:44.530Z Downloaded whoami v2.1.0
9432026-06-22T19:24:44.530Z Downloaded zone_cfg_derive v0.3.1
9442026-06-22T19:24:44.530Z Downloaded writeable v0.6.2
9452026-06-22T19:24:44.530Z Downloaded uzers v0.12.2
9462026-06-22T19:24:44.530Z Downloaded tungstenite v0.21.0
9472026-06-22T19:24:44.530Z Downloaded usdt-impl v0.5.0
9482026-06-22T19:24:44.530Z Downloaded tracing-attributes v0.1.31
9492026-06-22T19:24:44.530Z Downloaded rustyline v14.0.0
9502026-06-22T19:24:44.530Z Downloaded xshell v0.2.7
9512026-06-22T19:24:44.530Z Downloaded goblin v0.8.2
9522026-06-22T19:24:44.530Z Downloaded usdt-impl v0.6.0
9532026-06-22T19:24:44.530Z Downloaded typify v0.6.2
9542026-06-22T19:24:44.530Z Downloaded reqwest v0.12.28
9552026-06-22T19:24:44.530Z Downloaded unicode-ident v1.0.24
9562026-06-22T19:24:44.530Z Downloaded unicode-bidi v0.3.18
9572026-06-22T19:24:44.530Z Downloaded whoami v1.6.1
9582026-06-22T19:24:44.530Z Downloaded ucd-trie v0.1.7
9592026-06-22T19:24:44.530Z Downloaded p521 v0.13.3
9602026-06-22T19:24:44.530Z Downloaded curve25519-dalek v4.1.3
9612026-06-22T19:24:44.530Z Downloaded moka v0.12.13
9622026-06-22T19:24:44.530Z Downloaded zerovec-derive v0.11.2
9632026-06-22T19:24:44.530Z Downloaded vergen-gitcl v1.0.8
9642026-06-22T19:24:44.530Z Downloaded unicode-properties v0.1.4
9652026-06-22T19:24:44.530Z Downloaded vergen v9.1.0
9662026-06-22T19:24:44.530Z Downloaded tar v0.4.45
9672026-06-22T19:24:44.530Z Downloaded toml_edit v0.23.10+spec-1.0.0
9682026-06-22T19:24:44.537Z Downloaded wyz v0.5.1
9692026-06-22T19:24:44.537Z Downloaded toml v0.7.8
9702026-06-22T19:24:44.537Z Downloaded tinyvec v1.10.0
9712026-06-22T19:24:44.537Z Downloaded blake3 v1.8.3
9722026-06-22T19:24:44.537Z Downloaded yoke v0.8.1
9732026-06-22T19:24:44.537Z Downloaded quick-xml v0.37.5
9742026-06-22T19:24:44.537Z Downloaded zeroize v1.8.2
9752026-06-22T19:24:44.537Z Downloaded reqwest v0.13.2
9762026-06-22T19:24:44.537Z Downloaded uuid v1.23.0
9772026-06-22T19:24:44.537Z Downloaded rpassword v7.4.0
9782026-06-22T19:24:44.537Z Downloaded russh v0.45.0
9792026-06-22T19:24:44.537Z Downloaded zerocopy-derive v0.7.35
9802026-06-22T19:24:44.537Z Downloaded zerocopy v0.6.6
9812026-06-22T19:24:44.537Z Downloaded tracing-core v0.1.36
9822026-06-22T19:24:44.537Z Downloaded zone v0.3.1
9832026-06-22T19:24:44.537Z Downloaded zmij v1.0.21
9842026-06-22T19:24:44.537Z Downloaded toml_edit v0.19.15
9852026-06-22T19:24:44.537Z Downloaded vte v0.14.1
9862026-06-22T19:24:44.537Z Downloaded vsss-rs v3.3.4
9872026-06-22T19:24:44.537Z Downloaded zstd v0.13.3
9882026-06-22T19:24:44.537Z Downloaded zstd-safe v7.2.4
9892026-06-22T19:24:44.537Z Downloaded steno v0.4.1
9902026-06-22T19:24:44.537Z Downloaded unsafe-libyaml v0.2.11
9912026-06-22T19:24:44.537Z Downloaded yasna v0.5.2
9922026-06-22T19:24:44.537Z Downloaded bindgen v0.71.1
9932026-06-22T19:24:44.537Z Downloaded toml_parser v1.0.9+spec-1.1.0
9942026-06-22T19:24:44.537Z Downloaded petname v2.0.2
9952026-06-22T19:24:44.537Z Downloaded toml_edit v0.22.27
9962026-06-22T19:24:44.537Z Downloaded tungstenite v0.23.0
9972026-06-22T19:24:44.537Z Downloaded rustls-webpki v0.101.7
9982026-06-22T19:24:44.538Z Downloaded proptest v1.10.0
9992026-06-22T19:24:44.538Z Downloaded zerotrie v0.2.3
10002026-06-22T19:24:44.538Z Downloaded tokio-postgres v0.7.16
10012026-06-22T19:24:44.538Z Downloaded regex v1.12.3
10022026-06-22T19:24:44.538Z Downloaded ssh-key v0.6.7
10032026-06-22T19:24:44.538Z Downloaded tower v0.5.3
10042026-06-22T19:24:44.538Z Downloaded typenum v1.19.0
10052026-06-22T19:24:44.538Z Downloaded serde_json v1.0.149
10062026-06-22T19:24:44.538Z Downloaded serde_with v3.17.0
10072026-06-22T19:24:44.538Z Downloaded zopfli v0.8.3
10082026-06-22T19:24:44.538Z Downloaded unicode-segmentation v1.12.0
10092026-06-22T19:24:44.549Z Downloaded unicode_categories v0.1.1
10102026-06-22T19:24:44.552Z Downloaded rustls-webpki v0.102.8
10112026-06-22T19:24:44.961Z Downloaded x509-cert v0.2.5
10122026-06-22T19:24:45.372Z Downloaded url v2.5.8
10132026-06-22T19:24:45.372Z Downloaded nix v0.27.1
10142026-06-22T19:24:45.372Z Downloaded goblin v0.10.5
10152026-06-22T19:24:45.372Z Downloaded zip v0.6.6
10162026-06-22T19:24:45.372Z Downloaded tough v0.22.0
10172026-06-22T19:24:45.372Z Downloaded polar-core v0.27.3
10182026-06-22T19:24:45.372Z Downloaded rayon v1.11.0
10192026-06-22T19:24:45.372Z Downloaded lalrpop v0.19.12
10202026-06-22T19:24:45.372Z Downloaded radix_trie v0.2.1
10212026-06-22T19:24:45.372Z Downloaded openssl v0.10.79
10222026-06-22T19:24:45.372Z Downloaded yansi v1.0.1
10232026-06-22T19:24:45.372Z Downloaded portable-atomic v1.13.1
10242026-06-22T19:24:45.372Z Downloaded typed-path v0.9.3
10252026-06-22T19:24:45.372Z Downloaded salty v0.3.0
10262026-06-22T19:24:45.372Z Downloaded zerocopy-derive v0.8.40
10272026-06-22T19:24:45.372Z Downloaded zerovec v0.11.5
10282026-06-22T19:24:45.372Z Downloaded unicode-normalization v0.1.25
10292026-06-22T19:24:45.372Z Downloaded object v0.30.4
10302026-06-22T19:24:45.372Z Downloaded winnow v0.5.40
10312026-06-22T19:24:45.372Z Downloaded tokio-util v0.7.18
10322026-06-22T19:24:45.372Z Downloaded zip v4.6.1
10332026-06-22T19:24:45.372Z Downloaded bstr v1.12.1
10342026-06-22T19:24:45.373Z Downloaded winnow v0.6.26
10352026-06-22T19:24:45.373Z Downloaded regex-syntax v0.6.29
10362026-06-22T19:24:45.373Z Downloaded zerocopy v0.7.35
10372026-06-22T19:24:45.373Z Downloaded tower-http v0.6.8
10382026-06-22T19:24:45.373Z Downloaded object v0.37.3
10392026-06-22T19:24:45.373Z Downloaded winnow v0.7.14
10402026-06-22T19:24:45.373Z Downloaded diesel v2.3.7
10412026-06-22T19:24:45.373Z Downloaded tabled v0.20.0
10422026-06-22T19:24:45.373Z Downloaded quinn-proto v0.11.13
10432026-06-22T19:24:45.373Z Downloaded tabled v0.15.0
10442026-06-22T19:24:45.373Z Downloaded regress v0.10.5
10452026-06-22T19:24:45.373Z Downloaded chrono-tz v0.10.4
10462026-06-22T19:24:45.373Z Downloaded zlib-rs v0.6.2
10472026-06-22T19:24:45.373Z Downloaded gimli v0.32.3
10482026-06-22T19:24:45.373Z Downloaded vcpkg v0.2.15
10492026-06-22T19:24:45.373Z Downloaded webpki-roots v1.0.6
10502026-06-22T19:24:45.373Z Downloaded syn v2.0.117
10512026-06-22T19:24:45.373Z Downloaded unicode-width v0.2.0
10522026-06-22T19:24:45.373Z Downloaded unicode-width v0.1.14
10532026-06-22T19:24:45.373Z Downloaded rustix v0.38.44
10542026-06-22T19:24:45.373Z Downloaded zerocopy v0.8.40
10552026-06-22T19:24:45.373Z Downloaded time v0.3.47
10562026-06-22T19:24:45.373Z Downloaded dropshot v0.17.0
10572026-06-22T19:24:45.373Z Downloaded syn v1.0.109
10582026-06-22T19:24:45.373Z Downloaded nix v0.31.2
10592026-06-22T19:24:45.373Z Downloaded hickory-proto v0.24.4
10602026-06-22T19:24:45.373Z Downloaded smoltcp v0.9.1
10612026-06-22T19:24:45.373Z Downloaded rustls v0.21.12
10622026-06-22T19:24:45.373Z Downloaded sqlparser v0.61.0
10632026-06-22T19:24:45.373Z Downloaded rustls v0.22.4
10642026-06-22T19:24:45.373Z Downloaded regress v0.11.1
10652026-06-22T19:24:45.373Z Downloaded sled v0.34.7
10662026-06-22T19:24:45.379Z Downloaded typify-impl v0.6.2
10672026-06-22T19:24:45.379Z Downloaded ratatui v0.29.0
10682026-06-22T19:24:45.379Z Downloaded smoltcp v0.11.0
10692026-06-22T19:24:45.379Z Downloaded hickory-proto v0.25.2
10702026-06-22T19:24:45.379Z Downloaded rustls v0.23.37
10712026-06-22T19:24:45.379Z Downloaded tracing v0.1.44
10722026-06-22T19:24:45.379Z Downloaded openapiv3 v2.2.0
10732026-06-22T19:24:45.379Z Downloaded regex-syntax v0.8.10
10742026-06-22T19:24:45.379Z Downloaded zerocopy-derive v0.6.6
10752026-06-22T19:24:45.379Z Downloaded nix v0.28.0
10762026-06-22T19:24:45.379Z Downloaded rustix v1.1.3
10772026-06-22T19:24:45.379Z Downloaded csv v1.4.0
10782026-06-22T19:24:45.379Z Downloaded tokio v1.52.1
10792026-06-22T19:24:45.379Z Downloaded encoding_rs v0.8.35
10802026-06-22T19:24:45.379Z Downloaded ring v0.17.14
10812026-06-22T19:24:45.379Z Downloaded bzip2-sys v0.1.13+1.0.8
10822026-06-22T19:24:45.379Z Downloaded regex-automata v0.4.14
10832026-06-22T19:24:45.379Z Downloaded petgraph v0.6.5
10842026-06-22T19:24:45.379Z Downloaded jiff v0.2.21
10852026-06-22T19:24:45.403Z Downloaded libc v0.2.185
10862026-06-22T19:24:45.423Z Downloaded petgraph v0.8.3
10872026-06-22T19:24:45.437Z Downloaded libz-sys v1.1.24
10882026-06-22T19:24:45.462Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10892026-06-22T19:24:45.473Z Downloaded sha3 v0.10.8
10902026-06-22T19:24:45.713Z Downloaded httpmock v0.8.3
10912026-06-22T19:24:45.724Z Downloaded libgit2-sys v0.18.3+1.9.2
10922026-06-22T19:24:46.443Z Downloaded aws-lc-sys v0.40.0
10932026-06-22T19:24:46.872Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10942026-06-22T19:24:49.978Z Startup: Refreshing catalog 'helios' ... Done
10952026-06-22T19:24:50.079Z Startup: Caching catalogs ... Done
10962026-06-22T19:24:50.485ZPlanning: Solver setup ... Done (0.378s)
10972026-06-22T19:24:50.911ZPlanning: Running solver ... Done (0.024s)
10982026-06-22T19:24:50.917ZPlanning: Finding local manifests ... Done (0.003s)
10992026-06-22T19:24:50.917ZPlanning: Fetching manifests: 0/2 0% complete
11002026-06-22T19:24:50.917ZPlanning: Fetching manifests: 2/2 100% complete
11012026-06-22T19:24:50.917ZPlanning: Package planning ... Done (0.013s)
11022026-06-22T19:24:50.917ZPlanning: Merging actions ... Done (0.002s)
11032026-06-22T19:24:50.917ZPlanning: Checking for conflicting actions ... Done (0.177s)
11042026-06-22T19:24:50.917ZPlanning: Consolidating action changes ... Done (0.001s)
11052026-06-22T19:24:51.638ZPlanning: Evaluating mediators ... Done (0.894s)
11062026-06-22T19:24:52.062ZPlanning: Planning completed in 1.56 seconds
11072026-06-22T19:24:52.078Z Packages to install: 2
11082026-06-22T19:24:52.078Z Estimated space available: 155.80 GB
11092026-06-22T19:24:52.078ZEstimated space to be consumed: 28.17 MB
11102026-06-22T19:24:52.078Z Create boot environment: No
11112026-06-22T19:24:52.078ZCreate backup boot environment: No
11122026-06-22T19:24:52.078Z Rebuild boot archive: No
11132026-06-22T19:24:52.078Z
11142026-06-22T19:24:52.078ZChanged packages:
11152026-06-22T19:24:52.078Zhelios
11162026-06-22T19:24:52.078Z developer/build-essential
11172026-06-22T19:24:52.078Z None -> 11-3.0
11182026-06-22T19:24:52.078Z library/libxmlsec1
11192026-06-22T19:24:52.078Z None -> 1.2.35-3.0
11202026-06-22T19:24:52.078Z
11212026-06-22T19:24:52.078ZDownload: 0/214 items 0.0/1.3MB 0% complete
11222026-06-22T19:24:52.205ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
11232026-06-22T19:24:52.314Z Actions: 1/268 actions (Installing new actions)
11242026-06-22T19:24:52.353Z Actions: Completed 268 actions in 0.04 seconds.
11252026-06-22T19:24:52.370ZFinalize: Updating package state database ... Done (0.010s)
11262026-06-22T19:24:52.779ZFinalize: Updating package cache ... Done (0.000s)
11272026-06-22T19:24:52.783ZFinalize: Updating image state ... Done (0.026s)
11282026-06-22T19:24:55.406ZFinalize: Creating fast lookup database ... Done (2.570s)
11292026-06-22T19:24:55.856ZFinalize: Reading search index ... Done (0.013s)
11302026-06-22T19:24:55.856ZFinalize: Updating search index ... Done (0.000s)
11312026-06-22T19:24:55.856ZFinalize: Updating package cache ... Done (0.000s)
11322026-06-22T19:24:55.875ZPlanning: Evaluating mediator changes ... Done
11332026-06-22T19:24:55.875ZPlanning: Checking for conflicting actions ... Done
11342026-06-22T19:24:55.875ZPlanning: Consolidating action changes ... Done
11352026-06-22T19:24:55.875ZPlanning: Evaluating mediators ... Done
11362026-06-22T19:24:55.875ZPlanning: Planning completed in 0.27 seconds
11372026-06-22T19:24:55.875Z Mediators to change: 2
11382026-06-22T19:24:55.875Z Create boot environment: No
11392026-06-22T19:24:55.875ZCreate backup boot environment: No
11402026-06-22T19:24:55.875ZFinalize: Updating package state database ... Done
11412026-06-22T19:24:55.875ZFinalize: Updating package cache ... Done
11422026-06-22T19:24:55.875ZFinalize: Updating image state ... Done
11432026-06-22T19:24:57.854ZFinalize: Creating fast lookup database ... Done
11442026-06-22T19:24:57.919ZFinalize: Reading search index ... Done
11452026-06-22T19:24:57.951ZFinalize: Updating search index ... Done
11462026-06-22T19:24:58.010ZFinalize: Updating package cache ... Done
11472026-06-22T19:24:58.683ZPlanning: Evaluating mediator changes ... Done
11482026-06-22T19:24:58.704ZPlanning: Checking for conflicting actions ... Done
11492026-06-22T19:24:58.704ZPlanning: Consolidating action changes ... Done
11502026-06-22T19:24:58.704ZPlanning: Evaluating mediators ... Done
11512026-06-22T19:24:58.704ZPlanning: Planning completed in 0.27 seconds
11522026-06-22T19:24:58.704Z Mediators to change: 1
11532026-06-22T19:24:58.705Z Create boot environment: No
11542026-06-22T19:24:58.705ZCreate backup boot environment: No
11552026-06-22T19:24:58.705ZFinalize: Updating package state database ... Done
11562026-06-22T19:24:58.705ZFinalize: Updating package cache ... Done
11572026-06-22T19:24:58.705ZFinalize: Updating image state ... Done
11582026-06-22T19:25:00.614ZFinalize: Creating fast lookup database ... Done
11592026-06-22T19:25:00.694ZFinalize: Reading search index ... Done
11602026-06-22T19:25:00.735ZFinalize: Updating search index ... Done
11612026-06-22T19:25:01.188ZFinalize: Updating package cache ... Done
11622026-06-22T19:25:01.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11632026-06-22T19:25:01.221Zapache system 2.4 system
11642026-06-22T19:25:01.221Zclang system 15 system
11652026-06-22T19:25:01.221Zcsh system system illumos
11662026-06-22T19:25:01.221Zctags system system illumos
11672026-06-22T19:25:01.221Zfile vendor vendor darwinsys
11682026-06-22T19:25:01.221Zfile system system illumos
11692026-06-22T19:25:01.222Zgcc vendor 14 vendor
11702026-06-22T19:25:01.222Zgcc system 13 system
11712026-06-22T19:25:01.222Zgcc system 10 system
11722026-06-22T19:25:01.222Zgo system 1.25 system
11732026-06-22T19:25:01.222Zllvm system 15 system
11742026-06-22T19:25:01.222Zmariadb system 11.4 system
11752026-06-22T19:25:01.222Zmta vendor vendor dma
11762026-06-22T19:25:01.222Zopenjdk system 17 system
11772026-06-22T19:25:01.222Zopenjdk system 11 system
11782026-06-22T19:25:01.222Zopenssl vendor 3 vendor
11792026-06-22T19:25:01.222Zperl system 5.40 system
11802026-06-22T19:25:01.222Zpostgresql system 18 system
11812026-06-22T19:25:01.222Zpostgresql system 17 system
11822026-06-22T19:25:01.222Zpython vendor 3 vendor
11832026-06-22T19:25:01.222Zpython system 2 system
11842026-06-22T19:25:01.222Zpython3 vendor 3.13 vendor
11852026-06-22T19:25:01.222Zruby system 3.4 system
11862026-06-22T19:25:01.222Zruby system 3.0 system
11872026-06-22T19:25:01.222Zwords vendor vendor american-english
11882026-06-22T19:25:01.222Zwords system system australian-english
11892026-06-22T19:25:01.222Zwords system system british-english
11902026-06-22T19:25:01.223Zwords system system canadian-english
11912026-06-22T19:25:01.223Zwords system system french
11922026-06-22T19:25:01.223Zwords system system italian
11932026-06-22T19:25:01.223Zwords system system ngerman
11942026-06-22T19:25:01.223Zwords system system ogerman
11952026-06-22T19:25:01.223Zwords system system spanish
11962026-06-22T19:25:01.313ZPUBLISHER TYPE STATUS P LOCATION
11972026-06-22T19:25:01.313Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
11982026-06-22T19:25:02.052ZFMRI IFO
11992026-06-22T19:25:02.053Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12002026-06-22T19:25:02.053Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12012026-06-22T19:25:02.053Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12022026-06-22T19:25:02.053Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12032026-06-22T19:25:02.053Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12042026-06-22T19:25:02.054Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12052026-06-22T19:25:02.054Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12062026-06-22T19:25:02.054Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12072026-06-22T19:25:02.054Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12082026-06-22T19:25:02.155Z Downloading crates ...
12092026-06-22T19:25:02.250Z Downloaded cargo_toml v0.21.0
12102026-06-22T19:25:02.692Z Compiling proc-macro2 v1.0.106
12112026-06-22T19:25:02.692Z Compiling unicode-ident v1.0.24
12122026-06-22T19:25:02.740Z Compiling quote v1.0.45
12132026-06-22T19:25:02.740Z Compiling serde_core v1.0.228
12142026-06-22T19:25:02.740Z Compiling libc v0.2.185
12152026-06-22T19:25:02.740Z Compiling version_check v0.9.5
12162026-06-22T19:25:02.740Z Compiling stable_deref_trait v1.2.1
12172026-06-22T19:25:02.740Z Compiling memchr v2.8.0
12182026-06-22T19:25:02.740Z Compiling serde v1.0.228
12192026-06-22T19:25:02.741Z Compiling zmij v1.0.21
12202026-06-22T19:25:02.741Z Compiling itoa v1.0.17
12212026-06-22T19:25:02.741Z Compiling thiserror v1.0.69
12222026-06-22T19:25:02.741Z Compiling autocfg v1.5.0
12232026-06-22T19:25:02.741Z Compiling ucd-trie v0.1.7
12242026-06-22T19:25:02.741Z Compiling litemap v0.8.1
12252026-06-22T19:25:02.741Z Compiling writeable v0.6.2
12262026-06-22T19:25:02.741Z Compiling rustix v1.1.3
12272026-06-22T19:25:02.741Z Compiling icu_properties_data v2.1.2
12282026-06-22T19:25:02.785Z Compiling icu_normalizer_data v2.1.1
12292026-06-22T19:25:02.832Z Compiling byteorder v1.5.0
12302026-06-22T19:25:02.832Z Compiling serde_json v1.0.149
12312026-06-22T19:25:02.868Z Compiling pest v2.8.6
12322026-06-22T19:25:02.945Z Compiling bitflags v2.11.0
12332026-06-22T19:25:03.048Z Compiling num-traits v0.2.19
12342026-06-22T19:25:03.105Z Compiling equivalent v1.0.2
12352026-06-22T19:25:03.105Z Compiling typeid v1.0.3
12362026-06-22T19:25:03.219Z Compiling smallvec v1.15.1
12372026-06-22T19:25:03.267Z Compiling hashbrown v0.17.0
12382026-06-22T19:25:03.267Z Compiling usdt-impl v0.5.0
12392026-06-22T19:25:03.267Z Compiling proc-macro-error-attr v1.0.4
12402026-06-22T19:25:03.267Z Compiling erased-serde v0.4.9
12412026-06-22T19:25:03.267Z Compiling syn v1.0.109
12422026-06-22T19:25:03.267Z Compiling winnow v0.7.14
12432026-06-22T19:25:03.317Z Compiling toml_write v0.1.2
12442026-06-22T19:25:03.345Z Compiling errno v0.3.14
12452026-06-22T19:25:03.397Z Compiling thread-id v4.2.2
12462026-06-22T19:25:03.431Z Compiling proc-macro-error v1.0.4
12472026-06-22T19:25:03.518Z Compiling utf8_iter v1.0.4
12482026-06-22T19:25:03.531Z Compiling plain v0.2.3
12492026-06-22T19:25:03.548Z Compiling getrandom v0.4.1
12502026-06-22T19:25:03.578Z Compiling camino v1.2.2
12512026-06-22T19:25:03.601Z Compiling percent-encoding v2.3.2
12522026-06-22T19:25:04.049Z Compiling thiserror v2.0.18
12532026-06-22T19:25:04.076Z Compiling utf8parse v0.2.2
12542026-06-22T19:25:04.076Z Compiling log v0.4.29
12552026-06-22T19:25:04.076Z Compiling indexmap v2.14.0
12562026-06-22T19:25:04.076Z Compiling anstyle-parse v1.0.0
12572026-06-22T19:25:04.076Z Compiling form_urlencoded v1.2.2
12582026-06-22T19:25:04.076Z Compiling syn v2.0.117
12592026-06-22T19:25:04.076Z Compiling is_terminal_polyfill v1.70.2
12602026-06-22T19:25:04.077Z Compiling pest_meta v2.8.6
12612026-06-22T19:25:04.077Z Compiling colorchoice v1.0.4
12622026-06-22T19:25:04.077Z Compiling anstyle-query v1.1.5
12632026-06-22T19:25:04.077Z Compiling ordered-float v2.10.1
12642026-06-22T19:25:04.096Z Compiling anstyle v1.0.14
12652026-06-22T19:25:04.128Z Compiling pretty-hex v0.4.1
12662026-06-22T19:25:04.135Z Compiling cfg-if v1.0.4
12672026-06-22T19:25:04.670Z Compiling fs-err v3.3.0
12682026-06-22T19:25:04.678Z Compiling anstream v1.0.0
12692026-06-22T19:25:04.678Z Compiling clap_lex v1.0.0
12702026-06-22T19:25:04.678Z Compiling heck v0.5.0
12712026-06-22T19:25:04.678Z Compiling unicode-width v0.1.14
12722026-06-22T19:25:04.678Z Compiling terminal_size v0.4.3
12732026-06-22T19:25:04.678Z Compiling fnv v1.0.7
12742026-06-22T19:25:04.678Z Compiling unicode-xid v0.2.6
12752026-06-22T19:25:04.678Z Compiling fastrand v2.3.0
12762026-06-22T19:25:04.678Z Compiling once_cell v1.21.3
12772026-06-22T19:25:04.678Z Compiling strsim v0.11.1
12782026-06-22T19:25:04.678Z Compiling heck v0.4.1
12792026-06-22T19:25:04.678Z Compiling bytecount v0.6.9
12802026-06-22T19:25:04.678Z Compiling anyhow v1.0.102
12812026-06-22T19:25:04.678Z Compiling memmap v0.7.0
12822026-06-22T19:25:04.744Z Compiling semver v1.0.28
12832026-06-22T19:25:04.826Z Compiling clap_builder v4.6.0
12842026-06-22T19:25:04.842Z Compiling tempfile v3.25.0
12852026-06-22T19:25:04.857Z Compiling papergrid v0.11.0
12862026-06-22T19:25:04.862Z Compiling unicode-linebreak v0.1.5
12872026-06-22T19:25:05.311Z Compiling unicode-width v0.2.0
12882026-06-22T19:25:05.354Z Compiling smawk v0.3.2
12892026-06-22T19:25:05.354Z Compiling camino-tempfile v1.4.1
12902026-06-22T19:25:05.354Z Compiling serde-untagged v0.1.9
12912026-06-22T19:25:05.354Z Compiling textwrap v0.16.2
12922026-06-22T19:25:05.354Z Compiling swrite v0.1.0
12932026-06-22T19:25:05.354Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12942026-06-22T19:25:05.791Z Compiling tabled_derive v0.7.0
12952026-06-22T19:25:06.402Z Compiling tabled v0.15.0
12962026-06-22T19:25:06.430Z Compiling synstructure v0.13.2
12972026-06-22T19:25:06.882Z Compiling pest_generator v2.8.6
12982026-06-22T19:25:07.370Z Compiling serde_derive v1.0.228
12992026-06-22T19:25:07.370Z Compiling zerofrom-derive v0.1.6
13002026-06-22T19:25:07.370Z Compiling yoke-derive v0.8.1
13012026-06-22T19:25:07.370Z Compiling zerovec-derive v0.11.2
13022026-06-22T19:25:07.371Z Compiling displaydoc v0.2.5
13032026-06-22T19:25:07.371Z Compiling thiserror-impl v1.0.69
13042026-06-22T19:25:07.371Z Compiling zerocopy-derive v0.7.35
13052026-06-22T19:25:07.371Z Compiling scroll_derive v0.12.1
13062026-06-22T19:25:07.371Z Compiling thiserror-impl v2.0.18
13072026-06-22T19:25:07.371Z Compiling clap_derive v4.6.1
13082026-06-22T19:25:07.371Z Compiling pest_derive v2.8.6
13092026-06-22T19:25:07.687Z Compiling scroll v0.12.0
13102026-06-22T19:25:07.896Z Compiling goblin v0.8.2
13112026-06-22T19:25:07.967Z Compiling zerocopy v0.7.35
13122026-06-22T19:25:08.056Z Compiling zerofrom v0.1.6
13132026-06-22T19:25:08.185Z Compiling yoke v0.8.1
13142026-06-22T19:25:08.217Z Compiling dtrace-parser v0.2.0
13152026-06-22T19:25:08.302Z Compiling zerovec v0.11.5
13162026-06-22T19:25:08.302Z Compiling zerotrie v0.2.3
13172026-06-22T19:25:08.443Z Compiling clap v4.6.1
13182026-06-22T19:25:08.717Z Compiling tinystr v0.8.2
13192026-06-22T19:25:08.717Z Compiling potential_utf v0.1.4
13202026-06-22T19:25:08.824Z Compiling icu_collections v2.1.1
13212026-06-22T19:25:09.269Z Compiling icu_locale_core v2.1.1
13222026-06-22T19:25:09.401Z Compiling icu_provider v2.1.1
13232026-06-22T19:25:09.570Z Compiling icu_properties v2.1.2
13242026-06-22T19:25:09.570Z Compiling icu_normalizer v2.1.1
13252026-06-22T19:25:09.684Z Compiling serde_spanned v0.6.9
13262026-06-22T19:25:09.684Z Compiling toml_datetime v0.6.11
13272026-06-22T19:25:09.684Z Compiling serde-value v0.7.0
13282026-06-22T19:25:09.709Z Compiling cargo-platform v0.2.0
13292026-06-22T19:25:09.709Z Compiling macaddr v1.0.1
13302026-06-22T19:25:09.709Z Compiling dof v0.3.0
13312026-06-22T19:25:09.709Z Compiling serde_tokenstream v0.2.3
13322026-06-22T19:25:10.308Z Compiling toml_edit v0.22.27
13332026-06-22T19:25:10.385Z Compiling usdt-macro v0.5.0
13342026-06-22T19:25:10.427Z Compiling usdt-attr-macro v0.5.0
13352026-06-22T19:25:10.455Z Compiling idna_adapter v1.2.1
13362026-06-22T19:25:10.579Z Compiling idna v1.1.0
13372026-06-22T19:25:10.837Z Compiling url v2.5.8
13382026-06-22T19:25:10.981Z Compiling usdt v0.5.0
13392026-06-22T19:25:11.201Z Compiling toml v0.8.23
13402026-06-22T19:25:11.504Z Compiling cargo-util-schemas v0.8.2
13412026-06-22T19:25:11.504Z Compiling cargo_toml v0.21.0
13422026-06-22T19:25:12.267Z Compiling cargo_metadata v0.21.0
13432026-06-22T19:25:13.199Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13442026-06-22T19:25:15.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
13452026-06-22T19:25:15.329Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13462026-06-22T19:25:16.025Z Compiling libc v0.2.185
13472026-06-22T19:25:16.025Z Compiling serde v1.0.228
13482026-06-22T19:25:16.029Z Compiling log v0.4.29
13492026-06-22T19:25:16.029Z Compiling find-msvc-tools v0.1.9
13502026-06-22T19:25:16.029Z Compiling shlex v1.3.0
13512026-06-22T19:25:16.029Z Compiling smallvec v1.15.1
13522026-06-22T19:25:16.029Z Compiling typenum v1.19.0
13532026-06-22T19:25:16.141Z Compiling subtle v2.6.1
13542026-06-22T19:25:16.171Z Compiling generic-array v0.14.7
13552026-06-22T19:25:16.184Z Compiling scopeguard v1.2.0
13562026-06-22T19:25:16.187Z Compiling const-oid v0.9.6
13572026-06-22T19:25:16.269Z Compiling serde_json v1.0.149
13582026-06-22T19:25:16.299Z Compiling syn v2.0.117
13592026-06-22T19:25:16.299Z Compiling zerocopy v0.8.40
13602026-06-22T19:25:16.299Z Compiling parking_lot_core v0.9.12
13612026-06-22T19:25:16.324Z Compiling lock_api v0.4.14
13622026-06-22T19:25:16.343Z Compiling portable-atomic v1.13.1
13632026-06-22T19:25:16.359Z Compiling pin-project-lite v0.2.17
13642026-06-22T19:25:16.409Z Compiling pkg-config v0.3.32
13652026-06-22T19:25:16.881Z Compiling bitflags v2.11.0
13662026-06-22T19:25:17.308Z Compiling libm v0.2.16
13672026-06-22T19:25:17.308Z Compiling futures-core v0.3.32
13682026-06-22T19:25:17.308Z Compiling critical-section v1.2.0
13692026-06-22T19:25:17.308Z Compiling num-traits v0.2.19
13702026-06-22T19:25:17.308Z Compiling percent-encoding v2.3.2
13712026-06-22T19:25:17.308Z Compiling futures-sink v0.3.32
13722026-06-22T19:25:17.308Z Compiling cpufeatures v0.2.17
13732026-06-22T19:25:17.308Z Compiling futures-task v0.3.32
13742026-06-22T19:25:17.308Z Compiling getrandom v0.4.1
13752026-06-22T19:25:17.308Z Compiling futures-channel v0.3.32
13762026-06-22T19:25:17.308Z Compiling slab v0.4.12
13772026-06-22T19:25:17.308Z Compiling futures-io v0.3.32
13782026-06-22T19:25:17.309Z Compiling rand_core v0.10.0
13792026-06-22T19:25:17.309Z Compiling indexmap v2.14.0
13802026-06-22T19:25:17.309Z Compiling rustversion v1.0.22
13812026-06-22T19:25:17.318Z Compiling getrandom v0.3.4
13822026-06-22T19:25:17.318Z Compiling form_urlencoded v1.2.2
13832026-06-22T19:25:17.318Z Compiling dunce v1.0.5
13842026-06-22T19:25:17.318Z Compiling fs_extra v1.3.0
13852026-06-22T19:25:17.318Z Compiling ident_case v1.0.1
13862026-06-22T19:25:17.318Z Compiling base64ct v1.8.3
13872026-06-22T19:25:17.318Z Compiling flagset v0.4.7
13882026-06-22T19:25:17.319Z Compiling getrandom v0.2.17
13892026-06-22T19:25:17.319Z Compiling jobserver v0.1.34
13902026-06-22T19:25:17.319Z Compiling errno v0.3.14
13912026-06-22T19:25:17.319Z Compiling mio v1.2.0
13922026-06-22T19:25:17.319Z Compiling socket2 v0.6.3
13932026-06-22T19:25:17.319Z Compiling rand_core v0.6.4
13942026-06-22T19:25:17.319Z Compiling signal-hook-registry v1.4.8
13952026-06-22T19:25:17.319Z Compiling once_cell v1.21.3
13962026-06-22T19:25:17.367Z Compiling cc v1.2.56
13972026-06-22T19:25:17.386Z Compiling parking_lot v0.12.5
13982026-06-22T19:25:17.447Z Compiling pem-rfc7468 v0.7.0
13992026-06-22T19:25:17.503Z Compiling regex-syntax v0.8.10
14002026-06-22T19:25:17.557Z Compiling iana-time-zone v0.1.65
14012026-06-22T19:25:17.557Z Compiling rustix v1.1.3
14022026-06-22T19:25:17.557Z Compiling aws-lc-rs v1.16.3
14032026-06-22T19:25:17.586Z Compiling vcpkg v0.2.15
14042026-06-22T19:25:17.586Z Compiling tracing-core v0.1.36
14052026-06-22T19:25:18.083Z Compiling uuid v1.23.0
14062026-06-22T19:25:18.108Z Compiling rustc_version v0.4.1
14072026-06-22T19:25:18.108Z Compiling base64 v0.22.1
14082026-06-22T19:25:18.108Z Compiling tinyvec_macros v0.1.1
14092026-06-22T19:25:18.108Z Compiling httparse v1.10.1
14102026-06-22T19:25:18.108Z Compiling rand_core v0.9.5
14112026-06-22T19:25:18.108Z Compiling untrusted v0.7.1
14122026-06-22T19:25:18.108Z Compiling untrusted v0.9.0
14132026-06-22T19:25:18.108Z Compiling openssl-probe v0.2.1
14142026-06-22T19:25:18.108Z Compiling tinyvec v1.10.0
14152026-06-22T19:25:18.108Z Compiling aho-corasick v1.1.4
14162026-06-22T19:25:18.108Z Compiling tower-layer v0.3.3
14172026-06-22T19:25:18.123Z Compiling cmake v0.1.57
14182026-06-22T19:25:18.136Z Compiling try-lock v0.2.5
14192026-06-22T19:25:18.586Z Compiling rustls v0.23.37
14202026-06-22T19:25:18.646Z Compiling schemars v0.8.22
14212026-06-22T19:25:18.646Z Compiling dyn-clone v1.0.20
14222026-06-22T19:25:18.646Z Compiling atomic-waker v1.1.2
14232026-06-22T19:25:18.646Z Compiling tower-service v0.3.3
14242026-06-22T19:25:18.646Z Compiling want v0.3.1
14252026-06-22T19:25:18.646Z Compiling foreign-types-shared v0.1.1
14262026-06-22T19:25:18.646Z Compiling openssl v0.10.79
14272026-06-22T19:25:18.646Z Compiling pin-utils v0.1.0
14282026-06-22T19:25:18.646Z Compiling httpdate v1.0.3
14292026-06-22T19:25:18.646Z Compiling unicode-normalization v0.1.25
14302026-06-22T19:25:18.646Z Compiling socket2 v0.5.10
14312026-06-22T19:25:18.646Z Compiling foreign-types v0.3.2
14322026-06-22T19:25:18.646Z Compiling spin v0.9.8
14332026-06-22T19:25:18.646Z Compiling num-conv v0.2.0
14342026-06-22T19:25:18.646Z Compiling native-tls v0.2.18
14352026-06-22T19:25:18.646Z Compiling crc32fast v1.5.0
14362026-06-22T19:25:18.646Z Compiling powerfmt v0.2.0
14372026-06-22T19:25:18.646Z Compiling time-core v0.1.8
14382026-06-22T19:25:18.646Z Compiling wait-timeout v0.2.1
14392026-06-22T19:25:18.679Z Compiling sync_wrapper v1.0.2
14402026-06-22T19:25:18.680Z Compiling usdt-impl v0.6.0
14412026-06-22T19:25:18.680Z Compiling quick-error v1.2.3
14422026-06-22T19:25:18.707Z Compiling deranged v0.5.8
14432026-06-22T19:25:18.731Z Compiling time-macros v0.2.27
14442026-06-22T19:25:18.756Z Compiling bit-vec v0.8.0
14452026-06-22T19:25:18.796Z Compiling syn v1.0.109
14462026-06-22T19:25:18.796Z Compiling crossbeam-utils v0.8.21
14472026-06-22T19:25:18.836Z Compiling unicode-segmentation v1.12.0
14482026-06-22T19:25:18.885Z Compiling num_threads v0.1.7
14492026-06-22T19:25:18.941Z Compiling siphasher v1.0.2
14502026-06-22T19:25:18.941Z Compiling simd-adler32 v0.3.8
14512026-06-22T19:25:18.985Z Compiling bit-set v0.8.0
14522026-06-22T19:25:18.994Z Compiling aws-lc-sys v0.40.0
14532026-06-22T19:25:18.994Z Compiling ring v0.17.14
14542026-06-22T19:25:18.994Z Compiling openssl-sys v0.9.115
14552026-06-22T19:25:19.091Z Compiling regex-automata v0.4.14
14562026-06-22T19:25:19.100Z Compiling synstructure v0.13.2
14572026-06-22T19:25:19.120Z Compiling pest_generator v2.8.6
14582026-06-22T19:25:19.137Z Compiling serde_derive_internals v0.29.1
14592026-06-22T19:25:19.137Z Compiling darling_core v0.20.11
14602026-06-22T19:25:19.565Z Compiling tempfile v3.25.0
14612026-06-22T19:25:19.570Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-06-22T19:25:19.570Z Compiling rusty-fork v0.3.1
14632026-06-22T19:25:19.629Z Compiling darling_core v0.21.3
14642026-06-22T19:25:19.755Z Compiling bzip2-sys v0.1.13+1.0.8
14652026-06-22T19:25:19.784Z Compiling heapless v0.7.17
14662026-06-22T19:25:19.784Z Compiling rand_xorshift v0.4.0
14672026-06-22T19:25:19.839Z Compiling time v0.3.47
14682026-06-22T19:25:19.852Z Compiling slog v2.8.2
14692026-06-22T19:25:19.876Z Compiling thread-id v5.1.0
14702026-06-22T19:25:19.894Z Compiling cookie v0.18.1
14712026-06-22T19:25:19.948Z Compiling allocator-api2 v0.2.21
14722026-06-22T19:25:19.972Z Compiling anyhow v1.0.102
14732026-06-22T19:25:20.015Z Compiling unicode-bidi v0.3.18
14742026-06-22T19:25:20.071Z Compiling iri-string v0.7.10
14752026-06-22T19:25:20.079Z Compiling ryu v1.0.23
14762026-06-22T19:25:20.079Z Compiling adler2 v2.0.1
14772026-06-22T19:25:20.110Z Compiling unarray v0.1.4
14782026-06-22T19:25:20.233Z Compiling unicode-properties v0.1.4
14792026-06-22T19:25:20.246Z Compiling signal-hook v0.3.18
14802026-06-22T19:25:20.664Z Compiling zstd-safe v7.2.4
14812026-06-22T19:25:20.669Z Compiling paste v1.0.15
14822026-06-22T19:25:20.669Z Compiling miniz_oxide v0.8.9
14832026-06-22T19:25:20.669Z Compiling stringprep v0.1.5
14842026-06-22T19:25:20.669Z Compiling heck v0.4.1
14852026-06-22T19:25:20.669Z Compiling num-integer v0.1.46
14862026-06-22T19:25:20.863Z Compiling serde_derive v1.0.228
14872026-06-22T19:25:20.877Z Compiling zeroize_derive v1.4.3
14882026-06-22T19:25:20.969Z Compiling zerofrom-derive v0.1.6
14892026-06-22T19:25:21.024Z Compiling yoke-derive v0.8.1
14902026-06-22T19:25:21.051Z Compiling zerocopy-derive v0.8.40
14912026-06-22T19:25:21.102Z Compiling zerovec-derive v0.11.2
14922026-06-22T19:25:21.723Z Compiling displaydoc v0.2.5
14932026-06-22T19:25:21.785Z Compiling tokio-macros v2.7.0
14942026-06-22T19:25:21.785Z Compiling futures-macro v0.3.32
14952026-06-22T19:25:21.785Z Compiling zeroize v1.8.2
14962026-06-22T19:25:21.785Z Compiling der_derive v0.7.3
14972026-06-22T19:25:22.122Z Compiling rustls-pki-types v1.14.0
14982026-06-22T19:25:22.246Z Compiling tracing-attributes v0.1.31
14992026-06-22T19:25:22.266Z Compiling thiserror-impl v2.0.18
15002026-06-22T19:25:22.711Z Compiling schemars_derive v0.8.22
15012026-06-22T19:25:22.721Z Compiling pest_derive v2.8.6
15022026-06-22T19:25:22.721Z Compiling crypto-common v0.1.7
15032026-06-22T19:25:22.721Z Compiling zerofrom v0.1.6
15042026-06-22T19:25:22.721Z Compiling block-buffer v0.10.4
15052026-06-22T19:25:22.721Z Compiling yoke v0.8.1
15062026-06-22T19:25:22.721Z Compiling futures-util v0.3.32
15072026-06-22T19:25:22.721Z Compiling block-padding v0.3.3
15082026-06-22T19:25:22.721Z Compiling digest v0.10.7
15092026-06-22T19:25:22.721Z Compiling der v0.7.10
15102026-06-22T19:25:22.776Z Compiling zerovec v0.11.5
15112026-06-22T19:25:22.796Z Compiling zerotrie v0.2.3
15122026-06-22T19:25:22.796Z Compiling inout v0.1.4
15132026-06-22T19:25:22.919Z Compiling hmac v0.12.1
15142026-06-22T19:25:22.984Z Compiling cipher v0.4.4
15152026-06-22T19:25:23.079Z Compiling sha2 v0.10.9
15162026-06-22T19:25:23.112Z Compiling pbkdf2 v0.12.2
15172026-06-22T19:25:23.238Z Compiling tinystr v0.8.2
15182026-06-22T19:25:23.261Z Compiling potential_utf v0.1.4
15192026-06-22T19:25:23.291Z Compiling salsa20 v0.10.2
15202026-06-22T19:25:23.318Z Compiling aes v0.8.4
15212026-06-22T19:25:23.484Z Compiling icu_locale_core v2.1.1
15222026-06-22T19:25:23.484Z Compiling icu_collections v2.1.1
15232026-06-22T19:25:23.512Z Compiling scrypt v0.11.0
15242026-06-22T19:25:24.048Z Compiling spki v0.7.3
15252026-06-22T19:25:24.468Z Compiling tracing v0.1.44
15262026-06-22T19:25:24.468Z Compiling cbc v0.1.2
15272026-06-22T19:25:24.468Z Compiling thiserror v2.0.18
15282026-06-22T19:25:24.468Z Compiling pkcs5 v0.7.1
15292026-06-22T19:25:24.468Z Compiling scroll_derive v0.13.1
15302026-06-22T19:25:24.468Z Compiling darling_macro v0.20.11
15312026-06-22T19:25:24.469Z Compiling openssl-macros v0.1.1
15322026-06-22T19:25:24.469Z Compiling rustls-native-certs v0.8.3
15332026-06-22T19:25:24.469Z Compiling dtrace-parser v0.3.0
15342026-06-22T19:25:24.479Z Compiling icu_provider v2.1.1
15352026-06-22T19:25:24.479Z Compiling pkcs8 v0.10.2
15362026-06-22T19:25:24.479Z Compiling darling v0.20.11
15372026-06-22T19:25:24.479Z Compiling signature v2.2.0
15382026-06-22T19:25:24.479Z Compiling bytes v1.11.1
15392026-06-22T19:25:24.888Z Compiling chrono v0.4.44
15402026-06-22T19:25:24.894Z Compiling ipnet v2.11.0
15412026-06-22T19:25:24.894Z Compiling icu_properties v2.1.2
15422026-06-22T19:25:24.894Z Compiling icu_normalizer v2.1.1
15432026-06-22T19:25:24.894Z Compiling derive_builder_core v0.20.2
15442026-06-22T19:25:24.894Z Compiling webpki-roots v1.0.6
15452026-06-22T19:25:24.894Z Compiling thiserror-impl v1.0.69
15462026-06-22T19:25:24.894Z Compiling scroll v0.13.0
15472026-06-22T19:25:24.894Z Compiling scroll_derive v0.12.1
15482026-06-22T19:25:24.894Z Compiling toml_datetime v0.6.11
15492026-06-22T19:25:24.909Z Compiling tokio v1.52.1
15502026-06-22T19:25:24.987Z Compiling http v1.4.0
15512026-06-22T19:25:25.054Z Compiling goblin v0.10.5
15522026-06-22T19:25:25.066Z Compiling serde_urlencoded v0.7.1
15532026-06-22T19:25:25.078Z Compiling serde_tokenstream v0.2.3
15542026-06-22T19:25:25.161Z Compiling erased-serde v0.3.31
15552026-06-22T19:25:25.335Z Compiling serde_spanned v0.6.9
15562026-06-22T19:25:25.834Z Compiling idna_adapter v1.2.1
15572026-06-22T19:25:25.848Z Compiling ppv-lite86 v0.2.21
15582026-06-22T19:25:25.848Z Compiling scroll v0.12.0
15592026-06-22T19:25:25.848Z Compiling derive_builder_macro v0.20.2
15602026-06-22T19:25:25.848Z Compiling idna v1.1.0
15612026-06-22T19:25:25.848Z Compiling http-body v1.0.1
15622026-06-22T19:25:25.848Z Compiling md-5 v0.10.6
15632026-06-22T19:25:25.848Z Compiling darling_macro v0.21.3
15642026-06-22T19:25:25.848Z Compiling bstr v1.12.1
15652026-06-22T19:25:25.848Z Compiling rand_chacha v0.9.0
15662026-06-22T19:25:25.866Z Compiling http-body-util v0.1.3
15672026-06-22T19:25:25.889Z Compiling rand_chacha v0.3.1
15682026-06-22T19:25:25.970Z Compiling url v2.5.8
15692026-06-22T19:25:26.021Z Compiling zerocopy-derive v0.7.35
15702026-06-22T19:25:26.030Z Compiling thiserror v1.0.69
15712026-06-22T19:25:26.030Z Compiling pin-project-internal v1.1.11
15722026-06-22T19:25:26.114Z Compiling rand v0.9.2
15732026-06-22T19:25:26.136Z Compiling async-trait v0.1.89
15742026-06-22T19:25:26.164Z Compiling curve25519-dalek v4.1.3
15752026-06-22T19:25:26.294Z Compiling vergen-lib v9.1.0
15762026-06-22T19:25:26.365Z Compiling ff v0.13.1
15772026-06-22T19:25:26.486Z Compiling hash32 v0.2.1
15782026-06-22T19:25:26.951Z Compiling memoffset v0.9.1
15792026-06-22T19:25:26.981Z Compiling encoding_rs v0.8.35
15802026-06-22T19:25:26.981Z Compiling zlib-rs v0.6.2
15812026-06-22T19:25:26.981Z Compiling proptest v1.10.0
15822026-06-22T19:25:26.981Z Compiling base16ct v0.2.0
15832026-06-22T19:25:26.981Z Compiling litrs v1.0.0
15842026-06-22T19:25:26.981Z Compiling rustix v0.38.44
15852026-06-22T19:25:26.981Z Compiling smoltcp v0.9.1
15862026-06-22T19:25:26.981Z Compiling fallible-iterator v0.2.0
15872026-06-22T19:25:27.040Z Compiling psl-types v2.0.11
15882026-06-22T19:25:27.186Z Compiling num-bigint-dig v0.8.6
15892026-06-22T19:25:27.230Z Compiling cfg_aliases v0.2.1
15902026-06-22T19:25:27.259Z Compiling mime v0.3.17
15912026-06-22T19:25:27.312Z Compiling ipnetwork v0.21.1
15922026-06-22T19:25:27.725Z Compiling ref-cast v1.0.25
15932026-06-22T19:25:27.737Z Compiling document-features v0.2.12
15942026-06-22T19:25:27.737Z Compiling nix v0.31.2
15952026-06-22T19:25:27.737Z Compiling pin-project v1.1.11
15962026-06-22T19:25:27.737Z Compiling postgres-protocol v0.6.10
15972026-06-22T19:25:27.737Z Compiling publicsuffix v2.3.0
15982026-06-22T19:25:27.737Z Compiling zerocopy v0.7.35
15992026-06-22T19:25:27.737Z Compiling oxnet v0.1.6
16002026-06-22T19:25:27.738Z Compiling sec1 v0.7.3
16012026-06-22T19:25:27.825Z Compiling group v0.13.0
16022026-06-22T19:25:27.858Z Compiling darling v0.21.3
16032026-06-22T19:25:27.858Z Compiling dof v0.4.0
16042026-06-22T19:25:27.858Z Compiling rand v0.8.6
16052026-06-22T19:25:27.913Z Compiling derive_builder v0.20.2
16062026-06-22T19:25:27.982Z Compiling goblin v0.8.2
16072026-06-22T19:25:28.042Z Compiling futures-executor v0.3.32
16082026-06-22T19:25:28.042Z Compiling hubpack_derive v0.1.1
16092026-06-22T19:25:28.059Z Compiling hex v0.4.3
16102026-06-22T19:25:28.060Z Compiling hkdf v0.12.4
16112026-06-22T19:25:28.502Z Compiling crypto-bigint v0.5.5
16122026-06-22T19:25:28.544Z Compiling regex v1.12.3
16132026-06-22T19:25:28.544Z Compiling snafu-derive v0.8.9
16142026-06-22T19:25:28.544Z Compiling num-iter v0.1.45
16152026-06-22T19:25:28.544Z Compiling ref-cast-impl v1.0.25
16162026-06-22T19:25:28.544Z Compiling daft-derive v0.1.7
16172026-06-22T19:25:28.544Z Compiling curve25519-dalek-derive v0.1.1
16182026-06-22T19:25:28.545Z Compiling strum_macros v0.27.2
16192026-06-22T19:25:28.813Z Compiling tokio-util v0.7.18
16202026-06-22T19:25:29.274Z Compiling tower v0.5.3
16212026-06-22T19:25:29.312Z Compiling tokio-native-tls v0.3.1
16222026-06-22T19:25:29.312Z Compiling newtype-uuid v1.3.2
16232026-06-22T19:25:29.313Z Compiling terminal_size v0.4.3
16242026-06-22T19:25:29.346Z Compiling tower-http v0.6.8
16252026-06-22T19:25:29.346Z Compiling phf_shared v0.13.1
16262026-06-22T19:25:29.440Z Compiling h2 v0.4.13
16272026-06-22T19:25:29.496Z Compiling flate2 v1.1.9
16282026-06-22T19:25:29.496Z Compiling lazy_static v1.5.0
16292026-06-22T19:25:29.548Z Compiling anstyle-parse v0.2.7
16302026-06-22T19:25:29.584Z Compiling vergen v9.1.0
16312026-06-22T19:25:29.690Z Compiling cargo-platform v0.3.2
16322026-06-22T19:25:30.144Z Compiling fs-err v3.3.0
16332026-06-22T19:25:30.144Z Compiling ahash v0.8.12
16342026-06-22T19:25:30.220Z Compiling libbz2-rs-sys v0.2.2
16352026-06-22T19:25:30.220Z Compiling foldhash v0.1.5
16362026-06-22T19:25:30.220Z Compiling bumpalo v3.20.2
16372026-06-22T19:25:30.220Z Compiling winnow v0.5.40
16382026-06-22T19:25:30.221Z Compiling bitflags v1.3.2
16392026-06-22T19:25:30.221Z Compiling same-file v1.0.6
16402026-06-22T19:25:30.221Z Compiling object v0.37.3
16412026-06-22T19:25:30.221Z Compiling managed v0.8.0
16422026-06-22T19:25:30.221Z Compiling foldhash v0.2.0
16432026-06-22T19:25:30.221Z Compiling hashbrown v0.15.5
16442026-06-22T19:25:30.221Z Compiling walkdir v2.5.0
16452026-06-22T19:25:30.221Z Compiling zopfli v0.8.3
16462026-06-22T19:25:30.221Z Compiling hashbrown v0.16.1
16472026-06-22T19:25:30.639Z Compiling dof v0.3.0
16482026-06-22T19:25:31.082Z Compiling bzip2 v0.6.1
16492026-06-22T19:25:31.082Z Compiling snafu v0.8.9
16502026-06-22T19:25:31.082Z Compiling clap_builder v4.6.0
16512026-06-22T19:25:31.082Z Compiling cargo_metadata v0.23.1
16522026-06-22T19:25:31.082Z Compiling strum v0.27.2
16532026-06-22T19:25:31.083Z Compiling usdt-attr-macro v0.6.0
16542026-06-22T19:25:31.083Z Compiling usdt-macro v0.6.0
16552026-06-22T19:25:31.083Z Compiling anstream v0.6.21
16562026-06-22T19:25:31.105Z Compiling phf v0.13.1
16572026-06-22T19:25:31.105Z Compiling signal-hook-mio v0.2.5
16582026-06-22T19:25:31.105Z Compiling daft v0.1.7
16592026-06-22T19:25:31.105Z Compiling elliptic-curve v0.13.8
16602026-06-22T19:25:31.531Z Compiling hubpack v0.1.2
16612026-06-22T19:25:31.547Z Compiling toml_edit v0.19.15
16622026-06-22T19:25:31.547Z Compiling cookie_store v0.22.1
16632026-06-22T19:25:31.547Z Compiling bzip2 v0.4.4
16642026-06-22T19:25:31.547Z Compiling futures v0.3.32
16652026-06-22T19:25:31.547Z Compiling serde_with_macros v3.17.0
16662026-06-22T19:25:31.547Z Compiling postgres-types v0.2.12
16672026-06-22T19:25:31.547Z Compiling zstd v0.13.3
16682026-06-22T19:25:31.547Z Compiling globset v0.4.18
16692026-06-22T19:25:31.547Z Compiling dtrace-parser v0.2.0
16702026-06-22T19:25:32.017Z Compiling ed25519 v2.2.3
16712026-06-22T19:25:32.030Z Compiling pkcs1 v0.7.5
16722026-06-22T19:25:32.327Z Compiling olpc-cjson v0.1.4
16732026-06-22T19:25:32.327Z Compiling serde-big-array v0.5.1
16742026-06-22T19:25:32.327Z Compiling serde_plain v1.0.2
16752026-06-22T19:25:32.327Z Compiling rfc6979 v0.4.0
16762026-06-22T19:25:32.327Z Compiling async-recursion v1.1.1
16772026-06-22T19:25:32.327Z Compiling clap_derive v4.6.1
16782026-06-22T19:25:32.327Z Compiling strum_macros v0.26.4
16792026-06-22T19:25:32.327Z Compiling enum-as-inner v0.6.1
16802026-06-22T19:25:32.327Z Compiling serde_repr v0.1.20
16812026-06-22T19:25:32.327Z Compiling phf_shared v0.11.3
16822026-06-22T19:25:32.525Z Compiling hyper v1.8.1
16832026-06-22T19:25:32.525Z Compiling float-cmp v0.10.0
16842026-06-22T19:25:32.566Z Compiling pem v3.0.6
16852026-06-22T19:25:33.060Z Compiling memmap2 v0.9.10
16862026-06-22T19:25:33.087Z Compiling thread-id v4.2.2
16872026-06-22T19:25:33.087Z Compiling env_filter v1.0.0
16882026-06-22T19:25:33.087Z Compiling normalize-line-endings v0.3.0
16892026-06-22T19:25:33.087Z Compiling precomputed-hash v0.1.1
16902026-06-22T19:25:33.087Z Compiling whoami v2.1.0
16912026-06-22T19:25:33.087Z Compiling new_debug_unreachable v1.0.6
16922026-06-22T19:25:33.087Z Compiling keccak v0.1.6
16932026-06-22T19:25:33.087Z Compiling static_assertions v1.1.0
16942026-06-22T19:25:33.087Z Compiling difflib v0.4.0
16952026-06-22T19:25:33.087Z Compiling data-encoding v2.10.0
16962026-06-22T19:25:33.087Z Compiling either v1.15.0
16972026-06-22T19:25:33.174Z Compiling predicates-core v1.0.10
16982026-06-22T19:25:33.263Z Compiling fixedbitset v0.5.7
16992026-06-22T19:25:33.303Z Compiling typed-path v0.9.3
17002026-06-22T19:25:33.336Z Compiling jiff v0.2.21
17012026-06-22T19:25:33.512Z Compiling fixedbitset v0.4.2
17022026-06-22T19:25:33.980Z Compiling petgraph v0.8.3
17032026-06-22T19:25:33.995Z Compiling hickory-proto v0.25.2
17042026-06-22T19:25:33.995Z Compiling predicates v3.1.4
17052026-06-22T19:25:33.995Z Compiling hyper-util v0.1.20
17062026-06-22T19:25:33.995Z Compiling petgraph v0.6.5
17072026-06-22T19:25:33.995Z Compiling itertools v0.13.0
17082026-06-22T19:25:33.995Z Compiling sha3 v0.10.8
17092026-06-22T19:25:34.028Z Compiling tokio-postgres v0.7.16
17102026-06-22T19:25:34.050Z Compiling strum v0.26.3
17112026-06-22T19:25:34.069Z Compiling clap v4.6.1
17122026-06-22T19:25:34.161Z Compiling toml_edit v0.22.27
17132026-06-22T19:25:34.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-06-22T19:25:34.606Z Compiling env_logger v0.11.9
17152026-06-22T19:25:34.628Z Compiling string_cache v0.8.9
17162026-06-22T19:25:34.628Z Compiling usdt v0.6.0
17172026-06-22T19:25:34.629Z Compiling usdt-impl v0.5.0
17182026-06-22T19:25:34.629Z Compiling serde_with v3.17.0
17192026-06-22T19:25:34.629Z Compiling toml v0.7.8
17202026-06-22T19:25:34.646Z Compiling crossterm v0.28.1
17212026-06-22T19:25:35.027Z Compiling ecdsa v0.16.9
17222026-06-22T19:25:35.114Z Compiling hyper-tls v0.6.0
17232026-06-22T19:25:35.181Z Compiling rsa v0.9.10
17242026-06-22T19:25:35.210Z Compiling ed25519-dalek v2.2.0
17252026-06-22T19:25:35.445Z Compiling zip v0.6.6
17262026-06-22T19:25:35.507Z Compiling iddqd v0.4.2
17272026-06-22T19:25:35.940Z Compiling zip v4.6.1
17282026-06-22T19:25:36.241Z Compiling toml_parser v1.0.9+spec-1.1.0
17292026-06-22T19:25:36.668Z Compiling tokio-stream v0.1.18
17302026-06-22T19:25:36.680Z Compiling buf-list v1.1.2
17312026-06-22T19:25:36.680Z Compiling similar v2.7.0
17322026-06-22T19:25:36.680Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-06-22T19:25:36.680Z Compiling openapiv3 v2.2.0
17342026-06-22T19:25:36.744Z Compiling x509-cert v0.2.5
17352026-06-22T19:25:36.770Z Compiling sha1 v0.10.6
17362026-06-22T19:25:36.870Z Compiling crossbeam-epoch v0.9.18
17372026-06-22T19:25:36.908Z Compiling lalrpop-util v0.19.12
17382026-06-22T19:25:36.944Z Compiling peg-runtime v0.8.5
17392026-06-22T19:25:36.972Z Compiling thread_local v1.1.9
17402026-06-22T19:25:37.399Z Compiling slog-async v2.8.0
17412026-06-22T19:25:37.408Z Compiling crossbeam-channel v0.5.15
17422026-06-22T19:25:37.408Z Compiling filetime v0.2.27
17432026-06-22T19:25:37.408Z Compiling is-terminal v0.4.17
17442026-06-22T19:25:37.408Z Compiling take_mut v0.2.2
17452026-06-22T19:25:37.408Z Compiling term v1.2.1
17462026-06-22T19:25:37.408Z Compiling xattr v1.6.1
17472026-06-22T19:25:37.447Z Compiling tar v0.4.45
17482026-06-22T19:25:37.607Z Compiling slog-term v2.9.2
17492026-06-22T19:25:55.035Z Compiling rustls-webpki v0.103.9
17502026-06-22T19:25:57.838Z Compiling tokio-rustls v0.26.4
17512026-06-22T19:25:57.838Z Compiling rustls-platform-verifier v0.6.2
17522026-06-22T19:25:58.049Z Compiling hyper-rustls v0.27.7
17532026-06-22T19:25:58.311Z Compiling reqwest v0.12.28
17542026-06-22T19:25:58.340Z Compiling reqwest v0.13.2
17552026-06-22T19:25:59.431Z Compiling tough v0.22.0
17562026-06-22T19:26:02.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-06-22T19:26:02.188Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-06-22T19:26:05.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s
17592026-06-22T19:26:05.222Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17602026-06-22T19:26:05.269ZJun 22 19:26:04.299 INFO Starting download, target: DendriteStub
17612026-06-22T19:26:05.269ZJun 22 19:26:04.300 INFO Starting download, target: Cockroach
17622026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Starting download, target: Clickhouse
17632026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Starting download, target: Console
17642026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Starting download, target: MaghemiteMgd
17652026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Starting download, target: MaghemiteDdmd
17662026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Starting download, target: TransceiverControl
17672026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17682026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17722026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-06-22T19:26:05.270ZJun 22 19:26:04.300 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-06-22T19:26:06.337ZJun 22 19:26:05.321 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17752026-06-22T19:26:06.457ZJun 22 19:26:05.552 INFO Download complete, target: Console
17762026-06-22T19:26:07.131ZJun 22 19:26:06.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-06-22T19:26:09.029ZJun 22 19:26:08.016 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-06-22T19:26:09.185ZJun 22 19:26:08.227 INFO Download complete, target: TransceiverControl
17792026-06-22T19:26:14.050ZJun 22 19:26:12.837 INFO Checking that binary works, target: Clickhouse
17802026-06-22T19:26:14.253ZJun 22 19:26:12.926 INFO Download complete, target: Clickhouse
17812026-06-22T19:26:27.060ZJun 22 19:26:26.137 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-06-22T19:26:29.233ZJun 22 19:26:28.304 INFO Download complete, target: DendriteStub
17832026-06-22T19:26:31.990ZJun 22 19:26:31.074 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17842026-06-22T19:26:33.795ZJun 22 19:26:32.794 INFO Download complete, target: MaghemiteDdmd
17852026-06-22T19:26:43.659ZJun 22 19:26:42.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-06-22T19:26:45.942ZJun 22 19:26:45.020 INFO Download complete, target: MaghemiteMgd
17872026-06-22T19:26:49.892ZJun 22 19:26:48.979 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17882026-06-22T19:26:49.892ZJun 22 19:26:48.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17892026-06-22T19:26:54.459ZJun 22 19:26:53.557 INFO Checking that binary works, target: Cockroach
17902026-06-22T19:26:54.585ZJun 22 19:26:53.683 INFO Download complete, target: Cockroach
17912026-06-22T19:26:54.591ZAll prerequisites installed successfully
17922026-06-22T19:26:54.595Z
17932026-06-22T19:26:54.595Zreal 2:07.715635084
17942026-06-22T19:26:54.595Zuser 6:49.536588543
17952026-06-22T19:26:54.595Zsys 1:42.166904199
17962026-06-22T19:26:54.595Ztrap 0.221559695
17972026-06-22T19:26:54.595Ztflt 1.283106170
17982026-06-22T19:26:54.595Zdflt 1.646035028
17992026-06-22T19:26:54.595Zkflt 0.024305944
18002026-06-22T19:26:54.595Zlock 40:21.949422133
18012026-06-22T19:26:54.595Zslp 19:49.789034518
18022026-06-22T19:26:54.595Zlat 22.442943758
18032026-06-22T19:26:54.595Zstop 2:32.209894686
18042026-06-22T19:26:54.595Z+ source ./tools/include/force-git-over-https.sh
18052026-06-22T19:26:54.595Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18062026-06-22T19:26:54.595Z++ (( i = 0 ))
18072026-06-22T19:26:54.596Z++ (( i < 5 ))
18082026-06-22T19:26:54.596Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18092026-06-22T19:26:54.600Z++ (( i++ ))
18102026-06-22T19:26:54.600Z++ (( i < 5 ))
18112026-06-22T19:26:54.600Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18122026-06-22T19:26:54.605Z++ (( i++ ))
18132026-06-22T19:26:54.605Z++ (( i < 5 ))
18142026-06-22T19:26:54.605Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18152026-06-22T19:26:54.605Z++ (( i++ ))
18162026-06-22T19:26:54.605Z++ (( i < 5 ))
18172026-06-22T19:26:54.605Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18182026-06-22T19:26:54.608Z++ (( i++ ))
18192026-06-22T19:26:54.608Z++ (( i < 5 ))
18202026-06-22T19:26:54.608Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18212026-06-22T19:26:54.608Z++ (( i++ ))
18222026-06-22T19:26:54.608Z++ (( i < 5 ))
18232026-06-22T19:26:54.608Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18242026-06-22T19:26:54.608Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18252026-06-22T19:26:54.608Z+ rc=0
18262026-06-22T19:26:54.608Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18272026-06-22T19:26:58.359Z+ case $rc in
18282026-06-22T19:26:58.359Z+ pfexec zfs create -p rpool/images/build/host
18292026-06-22T19:26:58.692Z+ pfexec zfs create -p rpool/images/build/recovery
18302026-06-22T19:26:58.764Z+ cargo xtask releng --output-dir /work --mkincorp
18312026-06-22T19:26:59.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18322026-06-22T19:26:59.236Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18332026-06-22T19:27:00.024Z Compiling proc-macro2 v1.0.106
18342026-06-22T19:27:00.024Z Compiling quote v1.0.45
18352026-06-22T19:27:00.024Z Compiling unicode-ident v1.0.24
18362026-06-22T19:27:00.046Z Compiling libc v0.2.185
18372026-06-22T19:27:00.046Z Compiling serde_core v1.0.228
18382026-06-22T19:27:00.046Z Compiling serde v1.0.228
18392026-06-22T19:27:00.156Z Compiling cfg-if v1.0.4
18402026-06-22T19:27:00.166Z Compiling version_check v0.9.5
18412026-06-22T19:27:00.166Z Compiling shlex v1.3.0
18422026-06-22T19:27:00.166Z Compiling find-msvc-tools v0.1.9
18432026-06-22T19:27:00.166Z Compiling typenum v1.19.0
18442026-06-22T19:27:00.166Z Compiling autocfg v1.5.0
18452026-06-22T19:27:00.166Z Compiling zmij v1.0.21
18462026-06-22T19:27:00.166Z Compiling zerocopy v0.8.40
18472026-06-22T19:27:00.166Z Compiling memchr v2.8.0
18482026-06-22T19:27:00.345Z Compiling portable-atomic v1.13.1
18492026-06-22T19:27:00.363Z Compiling serde_json v1.0.149
18502026-06-22T19:27:00.427Z Compiling libm v0.2.16
18512026-06-22T19:27:00.496Z Compiling parking_lot_core v0.9.12
18522026-06-22T19:27:00.508Z Compiling smallvec v1.15.1
18532026-06-22T19:27:00.665Z Compiling icu_properties_data v2.1.2
18542026-06-22T19:27:00.686Z Compiling generic-array v0.14.7
18552026-06-22T19:27:00.710Z Compiling icu_normalizer_data v2.1.1
18562026-06-22T19:27:00.717Z Compiling pkg-config v0.3.32
18572026-06-22T19:27:00.717Z Compiling num-traits v0.2.19
18582026-06-22T19:27:00.769Z Compiling log v0.4.29
18592026-06-22T19:27:00.822Z Compiling getrandom v0.4.1
18602026-06-22T19:27:00.843Z Compiling itoa v1.0.17
18612026-06-22T19:27:00.940Z Compiling subtle v2.6.1
18622026-06-22T19:27:00.969Z Compiling getrandom v0.3.4
18632026-06-22T19:27:01.003Z Compiling scopeguard v1.2.0
18642026-06-22T19:27:01.090Z Compiling jobserver v0.1.34
18652026-06-22T19:27:01.094Z Compiling getrandom v0.2.17
18662026-06-22T19:27:01.094Z Compiling lock_api v0.4.14
18672026-06-22T19:27:01.107Z Compiling stable_deref_trait v1.2.1
18682026-06-22T19:27:01.138Z Compiling rustix v1.1.3
18692026-06-22T19:27:01.186Z Compiling errno v0.3.14
18702026-06-22T19:27:01.232Z Compiling rand_core v0.6.4
18712026-06-22T19:27:01.297Z Compiling cc v1.2.56
18722026-06-22T19:27:01.450Z Compiling dunce v1.0.5
18732026-06-22T19:27:01.450Z Compiling fs_extra v1.3.0
18742026-06-22T19:27:01.499Z Compiling syn v2.0.117
18752026-06-22T19:27:01.508Z Compiling critical-section v1.2.0
18762026-06-22T19:27:01.604Z Compiling pin-project-lite v0.2.17
18772026-06-22T19:27:01.747Z Compiling fnv v1.0.7
18782026-06-22T19:27:01.763Z Compiling thiserror v2.0.18
18792026-06-22T19:27:01.763Z Compiling const-oid v0.9.6
18802026-06-22T19:27:01.782Z Compiling rustversion v1.0.22
18812026-06-22T19:27:01.814Z Compiling percent-encoding v2.3.2
18822026-06-22T19:27:01.829Z Compiling writeable v0.6.2
18832026-06-22T19:27:01.951Z Compiling once_cell v1.21.3
18842026-06-22T19:27:01.972Z Compiling litemap v0.8.1
18852026-06-22T19:27:02.063Z Compiling cmake v0.1.57
18862026-06-22T19:27:02.100Z Compiling aws-lc-rs v1.16.3
18872026-06-22T19:27:02.113Z Compiling heck v0.5.0
18882026-06-22T19:27:02.150Z Compiling signal-hook-registry v1.4.8
18892026-06-22T19:27:02.217Z Compiling equivalent v1.0.2
18902026-06-22T19:27:02.263Z Compiling futures-core v0.3.32
18912026-06-22T19:27:02.351Z Compiling parking_lot v0.12.5
18922026-06-22T19:27:02.432Z Compiling mio v1.2.0
18932026-06-22T19:27:02.451Z Compiling httparse v1.10.1
18942026-06-22T19:27:02.545Z Compiling semver v1.0.28
18952026-06-22T19:27:02.601Z Compiling bitflags v2.11.0
18962026-06-22T19:27:02.639Z Compiling vcpkg v0.2.15
18972026-06-22T19:27:02.652Z Compiling schemars v0.8.22
18982026-06-22T19:27:02.667Z Compiling ring v0.17.14
18992026-06-22T19:27:02.686Z Compiling aws-lc-sys v0.40.0
19002026-06-22T19:27:02.895Z Compiling socket2 v0.6.3
19012026-06-22T19:27:03.089Z Compiling utf8_iter v1.0.4
19022026-06-22T19:27:03.169Z Compiling form_urlencoded v1.2.2
19032026-06-22T19:27:03.222Z Compiling openssl-sys v0.9.115
19042026-06-22T19:27:03.228Z Compiling rand_core v0.10.0
19052026-06-22T19:27:03.228Z Compiling hashbrown v0.17.0
19062026-06-22T19:27:03.335Z Compiling rustls v0.23.37
19072026-06-22T19:27:03.462Z Compiling crc32fast v1.5.0
19082026-06-22T19:27:03.531Z Compiling futures-sink v0.3.32
19092026-06-22T19:27:03.547Z Compiling cpufeatures v0.2.17
19102026-06-22T19:27:03.637Z Compiling futures-channel v0.3.32
19112026-06-22T19:27:03.666Z Compiling futures-task v0.3.32
19122026-06-22T19:27:03.681Z Compiling futures-io v0.3.32
19132026-06-22T19:27:03.684Z Compiling slab v0.4.12
19142026-06-22T19:27:03.781Z Compiling rustc_version v0.4.1
19152026-06-22T19:27:03.844Z Compiling strsim v0.11.1
19162026-06-22T19:27:03.848Z Compiling byteorder v1.5.0
19172026-06-22T19:27:03.876Z Compiling ucd-trie v0.1.7
19182026-06-22T19:27:03.903Z Compiling indexmap v2.14.0
19192026-06-22T19:27:04.023Z Compiling pest v2.8.6
19202026-06-22T19:27:04.052Z Compiling openssl v0.10.79
19212026-06-22T19:27:04.137Z Compiling num-conv v0.2.0
19222026-06-22T19:27:04.188Z Compiling time-core v0.1.8
19232026-06-22T19:27:04.202Z Compiling ident_case v1.0.1
19242026-06-22T19:27:04.241Z Compiling thiserror v1.0.69
19252026-06-22T19:27:04.241Z Compiling iana-time-zone v0.1.65
19262026-06-22T19:27:04.365Z Compiling time-macros v0.2.27
19272026-06-22T19:27:04.383Z Compiling synstructure v0.13.2
19282026-06-22T19:27:04.397Z Compiling serde_derive_internals v0.29.1
19292026-06-22T19:27:04.534Z Compiling native-tls v0.2.18
19302026-06-22T19:27:04.552Z Compiling syn v1.0.109
19312026-06-22T19:27:04.577Z Compiling regex-syntax v0.8.10
19322026-06-22T19:27:04.711Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19332026-06-22T19:27:04.808Z Compiling base64ct v1.8.3
19342026-06-22T19:27:04.831Z Compiling crossbeam-utils v0.8.21
19352026-06-22T19:27:04.838Z Compiling base64 v0.22.1
19362026-06-22T19:27:04.967Z Compiling uuid v1.23.0
19372026-06-22T19:27:05.130Z Compiling pem-rfc7468 v0.7.0
19382026-06-22T19:27:05.157Z Compiling slog v2.8.2
19392026-06-22T19:27:05.205Z Compiling pest_meta v2.8.6
19402026-06-22T19:27:05.462Z Compiling flagset v0.4.7
19412026-06-22T19:27:05.462Z Compiling untrusted v0.9.0
19422026-06-22T19:27:05.500Z Compiling rand_core v0.9.5
19432026-06-22T19:27:05.546Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-06-22T19:27:05.665Z Compiling paste v1.0.15
19452026-06-22T19:27:06.076Z Compiling serde_derive v1.0.228
19462026-06-22T19:27:06.085Z Compiling zeroize_derive v1.4.3
19472026-06-22T19:27:06.085Z Compiling zerofrom-derive v0.1.6
19482026-06-22T19:27:06.085Z Compiling yoke-derive v0.8.1
19492026-06-22T19:27:06.085Z Compiling zerocopy-derive v0.8.40
19502026-06-22T19:27:06.085Z Compiling zerovec-derive v0.11.2
19512026-06-22T19:27:06.085Z Compiling displaydoc v0.2.5
19522026-06-22T19:27:06.085Z Compiling tokio-macros v2.7.0
19532026-06-22T19:27:06.085Z Compiling futures-macro v0.3.32
19542026-06-22T19:27:06.085Z Compiling der_derive v0.7.3
19552026-06-22T19:27:06.291Z Compiling zeroize v1.8.2
19562026-06-22T19:27:06.589Z Compiling thiserror-impl v2.0.18
19572026-06-22T19:27:06.599Z Compiling tracing-attributes v0.1.31
19582026-06-22T19:27:06.723Z Compiling schemars_derive v0.8.22
19592026-06-22T19:27:06.727Z Compiling futures-util v0.3.32
19602026-06-22T19:27:06.897Z Compiling rustls-pki-types v1.14.0
19612026-06-22T19:27:06.950Z Compiling zerofrom v0.1.6
19622026-06-22T19:27:07.099Z Compiling yoke v0.8.1
19632026-06-22T19:27:07.125Z Compiling crypto-common v0.1.7
19642026-06-22T19:27:07.287Z Compiling zerovec v0.11.5
19652026-06-22T19:27:07.309Z Compiling zerotrie v0.2.3
19662026-06-22T19:27:07.771Z Compiling block-buffer v0.10.4
19672026-06-22T19:27:07.777Z Compiling digest v0.10.7
19682026-06-22T19:27:07.780Z Compiling hmac v0.12.1
19692026-06-22T19:27:07.817Z Compiling tinystr v0.8.2
19702026-06-22T19:27:07.875Z Compiling potential_utf v0.1.4
19712026-06-22T19:27:07.912Z Compiling block-padding v0.3.3
19722026-06-22T19:27:08.055Z Compiling icu_locale_core v2.1.1
19732026-06-22T19:27:08.075Z Compiling icu_collections v2.1.1
19742026-06-22T19:27:08.091Z Compiling inout v0.1.4
19752026-06-22T19:27:08.137Z Compiling pest_generator v2.8.6
19762026-06-22T19:27:08.150Z Compiling openssl-macros v0.1.1
19772026-06-22T19:27:08.386Z Compiling cipher v0.4.4
19782026-06-22T19:27:08.637Z Compiling sha2 v0.10.9
19792026-06-22T19:27:09.208Z Compiling bytes v1.11.1
19802026-06-22T19:27:09.217Z Compiling icu_provider v2.1.1
19812026-06-22T19:27:09.217Z Compiling chrono v0.4.44
19822026-06-22T19:27:09.217Z Compiling pest_derive v2.8.6
19832026-06-22T19:27:09.217Z Compiling thiserror-impl v1.0.69
19842026-06-22T19:27:09.217Z Compiling scroll_derive v0.13.1
19852026-06-22T19:27:09.308Z Compiling icu_normalizer v2.1.1
19862026-06-22T19:27:09.356Z Compiling icu_properties v2.1.2
19872026-06-22T19:27:09.401Z Compiling tokio v1.52.1
19882026-06-22T19:27:09.886Z Compiling http v1.4.0
19892026-06-22T19:27:10.305Z Compiling idna_adapter v1.2.1
19902026-06-22T19:27:10.350Z Compiling ppv-lite86 v0.2.21
19912026-06-22T19:27:10.460Z Compiling idna v1.1.0
19922026-06-22T19:27:10.523Z Compiling der v0.7.10
19932026-06-22T19:27:10.728Z Compiling camino v1.2.2
19942026-06-22T19:27:10.847Z Compiling url v2.5.8
19952026-06-22T19:27:10.915Z Compiling fastrand v2.3.0
19962026-06-22T19:27:11.013Z Compiling plain v0.2.3
19972026-06-22T19:27:11.289Z Compiling salsa20 v0.10.2
19982026-06-22T19:27:11.393Z Compiling spki v0.7.3
19992026-06-22T19:27:11.450Z Compiling pbkdf2 v0.12.2
20002026-06-22T19:27:11.865Z Compiling tracing-core v0.1.36
20012026-06-22T19:27:12.116Z Compiling aho-corasick v1.1.4
20022026-06-22T19:27:12.372Z Compiling cookie v0.18.1
20032026-06-22T19:27:12.542Z Compiling dyn-clone v1.0.20
20042026-06-22T19:27:12.579Z Compiling num-bigint-dig v0.8.6
20052026-06-22T19:27:12.596Z Compiling tracing v0.1.44
20062026-06-22T19:27:12.813Z Compiling scrypt v0.11.0
20072026-06-22T19:27:13.000Z Compiling regex-automata v0.4.14
20082026-06-22T19:27:13.030Z Compiling http-body v1.0.1
20092026-06-22T19:27:13.065Z Compiling rand_chacha v0.9.0
20102026-06-22T19:27:13.200Z Compiling tokio-util v0.7.18
20112026-06-22T19:27:13.261Z Compiling cbc v0.1.2
20122026-06-22T19:27:13.275Z Compiling aes v0.8.4
20132026-06-22T19:27:13.360Z Compiling async-trait v0.1.89
20142026-06-22T19:27:13.478Z Compiling ahash v0.8.12
20152026-06-22T19:27:13.492Z Compiling anyhow v1.0.102
20162026-06-22T19:27:13.519Z Compiling openssl-probe v0.2.1
20172026-06-22T19:27:13.535Z Compiling tinyvec_macros v0.1.1
20182026-06-22T19:27:13.711Z Compiling atomic-waker v1.1.2
20192026-06-22T19:27:13.737Z Compiling pretty-hex v0.4.1
20202026-06-22T19:27:14.186Z Compiling zstd-safe v7.2.4
20212026-06-22T19:27:14.191Z Compiling untrusted v0.7.1
20222026-06-22T19:27:14.191Z Compiling usdt-impl v0.6.0
20232026-06-22T19:27:14.191Z Compiling pkcs5 v0.7.1
20242026-06-22T19:27:14.191Z Compiling tinyvec v1.10.0
20252026-06-22T19:27:14.265Z Compiling rand v0.9.2
20262026-06-22T19:27:14.435Z Compiling tempfile v3.25.0
20272026-06-22T19:27:14.600Z Compiling scroll v0.13.0
20282026-06-22T19:27:14.683Z Compiling serde_tokenstream v0.2.3
20292026-06-22T19:27:14.758Z Compiling daft-derive v0.1.7
20302026-06-22T19:27:14.874Z Compiling scroll_derive v0.12.1
20312026-06-22T19:27:14.897Z Compiling clap_derive v4.6.1
20322026-06-22T19:27:14.955Z Compiling heapless v0.7.17
20332026-06-22T19:27:15.120Z Compiling tower-layer v0.3.3
20342026-06-22T19:27:15.324Z Compiling signal-hook v0.3.18
20352026-06-22T19:27:15.375Z Compiling try-lock v0.2.5
20362026-06-22T19:27:15.466Z Compiling utf8parse v0.2.2
20372026-06-22T19:27:15.530Z Compiling tower-service v0.3.3
20382026-06-22T19:27:15.604Z Compiling unicode-segmentation v1.12.0
20392026-06-22T19:27:15.672Z Compiling want v0.3.1
20402026-06-22T19:27:15.802Z Compiling h2 v0.4.13
20412026-06-22T19:27:15.889Z Compiling goblin v0.10.5
20422026-06-22T19:27:16.013Z Compiling pkcs8 v0.10.2
20432026-06-22T19:27:16.019Z Compiling ipnet v2.11.0
20442026-06-22T19:27:16.524Z Compiling pin-project-internal v1.1.11
20452026-06-22T19:27:16.535Z Compiling darling_core v0.20.11
20462026-06-22T19:27:16.670Z Compiling spin v0.9.8
20472026-06-22T19:27:16.688Z Compiling httpdate v1.0.3
20482026-06-22T19:27:16.792Z Compiling foreign-types-shared v0.1.1
20492026-06-22T19:27:16.924Z Compiling pin-utils v0.1.0
20502026-06-22T19:27:16.927Z Compiling simd-adler32 v0.3.8
20512026-06-22T19:27:17.012Z Compiling anstyle v1.0.14
20522026-06-22T19:27:17.182Z Compiling rustix v0.38.44
20532026-06-22T19:27:17.351Z Compiling litrs v1.0.0
20542026-06-22T19:27:17.461Z Compiling foreign-types v0.3.2
20552026-06-22T19:27:17.573Z Compiling heck v0.4.1
20562026-06-22T19:27:17.577Z Compiling unicode-normalization v0.1.25
20572026-06-22T19:27:17.714Z Compiling dtrace-parser v0.3.0
20582026-06-22T19:27:17.758Z Compiling hex v0.4.3
20592026-06-22T19:27:17.805Z Compiling strum_macros v0.26.4
20602026-06-22T19:27:17.851Z Compiling document-features v0.2.12
20612026-06-22T19:27:18.105Z Compiling zerocopy-derive v0.7.35
20622026-06-22T19:27:18.123Z Compiling darling_core v0.21.3
20632026-06-22T19:27:18.126Z Compiling curve25519-dalek v4.1.3
20642026-06-22T19:27:18.433Z Compiling socket2 v0.5.10
20652026-06-22T19:27:18.444Z Compiling thread-id v5.1.0
20662026-06-22T19:27:18.548Z Compiling memoffset v0.9.1
20672026-06-22T19:27:18.988Z Compiling darling_macro v0.20.11
20682026-06-22T19:27:18.996Z Compiling ref-cast v1.0.25
20692026-06-22T19:27:18.996Z Compiling dof v0.4.0
20702026-06-22T19:27:18.996Z Compiling anstyle-query v1.1.5
20712026-06-22T19:27:18.996Z Compiling powerfmt v0.2.0
20722026-06-22T19:27:18.996Z Compiling hyper v1.8.1
20732026-06-22T19:27:19.007Z Compiling smoltcp v0.9.1
20742026-06-22T19:27:19.025Z Compiling is_terminal_polyfill v1.70.2
20752026-06-22T19:27:19.102Z Compiling colorchoice v1.0.4
20762026-06-22T19:27:19.142Z Compiling adler2 v2.0.1
20772026-06-22T19:27:19.572Z Compiling darling v0.20.11
20782026-06-22T19:27:19.583Z Compiling deranged v0.5.8
20792026-06-22T19:27:19.583Z Compiling miniz_oxide v0.8.9
20802026-06-22T19:27:19.583Z Compiling snafu-derive v0.8.9
20812026-06-22T19:27:19.583Z Compiling rustls-native-certs v0.8.3
20822026-06-22T19:27:19.583Z Compiling toml_datetime v0.6.11
20832026-06-22T19:27:19.583Z Compiling serde_spanned v0.6.9
20842026-06-22T19:27:19.850Z Compiling sync_wrapper v1.0.2
20852026-06-22T19:27:19.864Z Compiling wait-timeout v0.2.1
20862026-06-22T19:27:19.892Z Compiling bit-vec v0.8.0
20872026-06-22T19:27:19.977Z Compiling siphasher v1.0.2
20882026-06-22T19:27:20.120Z Compiling hyper-util v0.1.20
20892026-06-22T19:27:20.546Z Compiling quick-error v1.2.3
20902026-06-22T19:27:20.549Z Compiling num_threads v0.1.7
20912026-06-22T19:27:20.549Z Compiling zlib-rs v0.6.2
20922026-06-22T19:27:20.549Z Compiling darling_macro v0.21.3
20932026-06-22T19:27:20.549Z Compiling cfg_aliases v0.2.1
20942026-06-22T19:27:20.604Z Compiling nix v0.31.2
20952026-06-22T19:27:20.671Z Compiling time v0.3.47
20962026-06-22T19:27:20.780Z Compiling rusty-fork v0.3.1
20972026-06-22T19:27:20.893Z Compiling darling v0.21.3
20982026-06-22T19:27:21.001Z Compiling bit-set v0.8.0
20992026-06-22T19:27:21.025Z Compiling tower v0.5.3
21002026-06-22T19:27:21.142Z Compiling derive_builder_core v0.20.2
21012026-06-22T19:27:21.192Z Compiling anstyle-parse v1.0.0
21022026-06-22T19:27:21.445Z Compiling regex v1.12.3
21032026-06-22T19:27:21.938Z Compiling http-body-util v0.1.3
21042026-06-22T19:27:21.945Z Compiling webpki-roots v1.0.6
21052026-06-22T19:27:22.314Z Compiling erased-serde v0.3.31
21062026-06-22T19:27:22.314Z Compiling hubpack_derive v0.1.1
21072026-06-22T19:27:22.314Z Compiling signature v2.2.0
21082026-06-22T19:27:22.314Z Compiling strum_macros v0.27.2
21092026-06-22T19:27:22.314Z Compiling curve25519-dalek-derive v0.1.1
21102026-06-22T19:27:22.314Z Compiling ref-cast-impl v1.0.25
21112026-06-22T19:27:22.314Z Compiling rand_xorshift v0.4.0
21122026-06-22T19:27:22.418Z Compiling fs-err v3.3.0
21132026-06-22T19:27:22.446Z Compiling usdt-impl v0.5.0
21142026-06-22T19:27:22.537Z Compiling flate2 v1.1.9
21152026-06-22T19:27:23.095Z Compiling encoding_rs v0.8.35
21162026-06-22T19:27:23.099Z Compiling unicode-bidi v0.3.18
21172026-06-22T19:27:23.099Z Compiling allocator-api2 v0.2.21
21182026-06-22T19:27:23.099Z Compiling mime v0.3.17
21192026-06-22T19:27:23.099Z Compiling unicode-properties v0.1.4
21202026-06-22T19:27:23.139Z Compiling ryu v1.0.23
21212026-06-22T19:27:23.199Z Compiling object v0.37.3
21222026-06-22T19:27:23.224Z Compiling iri-string v0.7.10
21232026-06-22T19:27:23.438Z Compiling unarray v0.1.4
21242026-06-22T19:27:23.610Z Compiling proptest v1.10.0
21252026-06-22T19:27:24.098Z Compiling serde_urlencoded v0.7.1
21262026-06-22T19:27:24.506Z Compiling stringprep v0.1.5
21272026-06-22T19:27:24.511Z Compiling tokio-native-tls v0.3.1
21282026-06-22T19:27:24.511Z Compiling derive_builder_macro v0.20.2
21292026-06-22T19:27:24.511Z Compiling tower-http v0.6.8
21302026-06-22T19:27:24.561Z Compiling anstream v1.0.0
21312026-06-22T19:27:24.639Z Compiling serde_with_macros v3.17.0
21322026-06-22T19:27:24.678Z Compiling usdt-macro v0.6.0
21332026-06-22T19:27:24.866Z Compiling usdt-attr-macro v0.6.0
21342026-06-22T19:27:24.955Z Compiling ipnetwork v0.21.1
21352026-06-22T19:27:25.078Z Compiling scroll v0.12.0
21362026-06-22T19:27:25.146Z Compiling bstr v1.12.1
21372026-06-22T19:27:25.435Z Compiling rand_chacha v0.3.1
21382026-06-22T19:27:25.538Z Compiling md-5 v0.10.6
21392026-06-22T19:27:25.735Z Compiling async-recursion v1.1.1
21402026-06-22T19:27:25.751Z Compiling terminal_size v0.4.3
21412026-06-22T19:27:25.773Z Compiling num-integer v0.1.46
21422026-06-22T19:27:25.792Z Compiling hash32 v0.2.1
21432026-06-22T19:27:25.792Z Compiling vergen-lib v9.1.0
21442026-06-22T19:27:26.225Z Compiling ff v0.13.1
21452026-06-22T19:27:26.230Z Compiling fallible-iterator v0.2.0
21462026-06-22T19:27:26.230Z Compiling base16ct v0.2.0
21472026-06-22T19:27:26.230Z Compiling psl-types v2.0.11
21482026-06-22T19:27:26.230Z Compiling winnow v0.7.14
21492026-06-22T19:27:26.266Z Compiling clap_lex v1.0.0
21502026-06-22T19:27:26.361Z Compiling postgres-protocol v0.6.10
21512026-06-22T19:27:26.569Z Compiling clap_builder v4.6.0
21522026-06-22T19:27:26.583Z Compiling sec1 v0.7.3
21532026-06-22T19:27:26.995Z Compiling publicsuffix v2.3.0
21542026-06-22T19:27:26.999Z Compiling num-iter v0.1.45
21552026-06-22T19:27:26.999Z Compiling group v0.13.0
21562026-06-22T19:27:26.999Z Compiling rand v0.8.6
21572026-06-22T19:27:26.999Z Compiling newtype-uuid v1.3.2
21582026-06-22T19:27:27.314Z Compiling goblin v0.8.2
21592026-06-22T19:27:27.318Z Compiling oxnet v0.1.6
21602026-06-22T19:27:27.652Z Compiling derive_builder v0.20.2
21612026-06-22T19:27:27.736Z Compiling hyper-tls v0.6.0
21622026-06-22T19:27:27.820Z Compiling phf_shared v0.13.1
21632026-06-22T19:27:27.857Z Compiling zerocopy v0.7.35
21642026-06-22T19:27:27.998Z Compiling lazy_static v1.5.0
21652026-06-22T19:27:28.526Z Compiling pin-project v1.1.11
21662026-06-22T19:27:28.529Z Compiling anstyle-parse v0.2.7
21672026-06-22T19:27:28.529Z Compiling futures-executor v0.3.32
21682026-06-22T19:27:28.529Z Compiling hkdf v0.12.4
21692026-06-22T19:27:28.529Z Compiling crypto-bigint v0.5.5
21702026-06-22T19:27:28.529Z Compiling serde_repr v0.1.20
21712026-06-22T19:27:28.534Z Compiling enum-as-inner v0.6.1
21722026-06-22T19:27:28.624Z Compiling vergen v9.1.0
21732026-06-22T19:27:28.681Z Compiling cargo-platform v0.3.2
21742026-06-22T19:27:28.764Z Compiling managed v0.8.0
21752026-06-22T19:27:28.863Z Compiling foldhash v0.2.0
21762026-06-22T19:27:29.417Z Compiling bitflags v1.3.2
21772026-06-22T19:27:29.835Z Compiling libbz2-rs-sys v0.2.2
21782026-06-22T19:27:29.835Z Compiling winnow v0.5.40
21792026-06-22T19:27:29.835Z Compiling foldhash v0.1.5
21802026-06-22T19:27:29.835Z Compiling same-file v1.0.6
21812026-06-22T19:27:29.835Z Compiling bumpalo v3.20.2
21822026-06-22T19:27:29.835Z Compiling walkdir v2.5.0
21832026-06-22T19:27:29.835Z Compiling elliptic-curve v0.13.8
21842026-06-22T19:27:29.840Z Compiling zopfli v0.8.3
21852026-06-22T19:27:29.840Z Compiling dof v0.3.0
21862026-06-22T19:27:29.840Z Compiling bzip2 v0.6.1
21872026-06-22T19:27:29.840Z Compiling hashbrown v0.15.5
21882026-06-22T19:27:30.653Z Compiling hashbrown v0.16.1
21892026-06-22T19:27:30.656Z Compiling cargo_metadata v0.23.1
21902026-06-22T19:27:30.656Z Compiling toml_edit v0.19.15
21912026-06-22T19:27:30.656Z Compiling futures v0.3.32
21922026-06-22T19:27:30.844Z Compiling clap v4.6.1
21932026-06-22T19:27:30.944Z Compiling anstream v0.6.21
21942026-06-22T19:27:31.266Z Compiling snafu v0.8.9
21952026-06-22T19:27:31.530Z Compiling phf v0.13.1
21962026-06-22T19:27:31.616Z Compiling signal-hook-mio v0.2.5
21972026-06-22T19:27:31.736Z Compiling daft v0.1.7
21982026-06-22T19:27:32.158Z Compiling cookie_store v0.22.1
21992026-06-22T19:27:32.164Z Compiling postgres-types v0.2.12
22002026-06-22T19:27:32.164Z Compiling bzip2 v0.4.4
22012026-06-22T19:27:32.164Z Compiling zstd v0.13.3
22022026-06-22T19:27:32.164Z Compiling globset v0.4.18
22032026-06-22T19:27:32.164Z Compiling dtrace-parser v0.2.0
22042026-06-22T19:27:32.164Z Compiling strum v0.27.2
22052026-06-22T19:27:32.342Z Compiling hubpack v0.1.2
22062026-06-22T19:27:32.762Z Compiling ed25519 v2.2.3
22072026-06-22T19:27:32.768Z Compiling phf_shared v0.11.3
22082026-06-22T19:27:32.768Z Compiling olpc-cjson v0.1.4
22092026-06-22T19:27:32.768Z Compiling pkcs1 v0.7.5
22102026-06-22T19:27:32.768Z Compiling pem v3.0.6
22112026-06-22T19:27:32.768Z Compiling serde_plain v1.0.2
22122026-06-22T19:27:32.768Z Compiling serde-big-array v0.5.1
22132026-06-22T19:27:32.768Z Compiling rfc6979 v0.4.0
22142026-06-22T19:27:32.768Z Compiling float-cmp v0.10.0
22152026-06-22T19:27:32.768Z Compiling memmap2 v0.9.10
22162026-06-22T19:27:32.832Z Compiling thread-id v4.2.2
22172026-06-22T19:27:32.832Z Compiling env_filter v1.0.0
22182026-06-22T19:27:32.904Z Compiling new_debug_unreachable v1.0.6
22192026-06-22T19:27:33.325Z Compiling fixedbitset v0.5.7
22202026-06-22T19:27:33.329Z Compiling keccak v0.1.6
22212026-06-22T19:27:33.330Z Compiling precomputed-hash v0.1.1
22222026-06-22T19:27:33.330Z Compiling either v1.15.0
22232026-06-22T19:27:33.330Z Compiling predicates-core v1.0.10
22242026-06-22T19:27:33.330Z Compiling typed-path v0.9.3
22252026-06-22T19:27:33.330Z Compiling normalize-line-endings v0.3.0
22262026-06-22T19:27:33.330Z Compiling toml_write v0.1.2
22272026-06-22T19:27:33.330Z Compiling fixedbitset v0.4.2
22282026-06-22T19:27:33.330Z Compiling whoami v2.1.0
22292026-06-22T19:27:33.330Z Compiling jiff v0.2.21
22302026-06-22T19:27:33.330Z Compiling data-encoding v2.10.0
22312026-06-22T19:27:33.330Z Compiling static_assertions v1.1.0
22322026-06-22T19:27:33.330Z Compiling difflib v0.4.0
22332026-06-22T19:27:33.335Z Compiling petgraph v0.6.5
22342026-06-22T19:27:33.384Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22352026-06-22T19:27:33.538Z Compiling hickory-proto v0.25.2
22362026-06-22T19:27:33.773Z Compiling predicates v3.1.4
22372026-06-22T19:27:33.810Z Compiling tokio-postgres v0.7.16
22382026-06-22T19:27:33.897Z Compiling toml_edit v0.22.27
22392026-06-22T19:27:34.208Z Compiling itertools v0.13.0
22402026-06-22T19:27:34.796Z Compiling petgraph v0.8.3
22412026-06-22T19:27:34.805Z Compiling sha3 v0.10.8
22422026-06-22T19:27:35.022Z Compiling string_cache v0.8.9
22432026-06-22T19:27:35.257Z Compiling env_logger v0.11.9
22442026-06-22T19:27:36.006Z Compiling usdt v0.6.0
22452026-06-22T19:27:36.415Z Compiling ecdsa v0.16.9
22462026-06-22T19:27:36.415Z Compiling zip v4.6.1
22472026-06-22T19:27:36.826Z Compiling rsa v0.9.10
22482026-06-22T19:27:36.826Z Compiling ed25519-dalek v2.2.0
22492026-06-22T19:27:36.829Z Compiling zip v0.6.6
22502026-06-22T19:27:36.830Z Compiling iddqd v0.4.2
22512026-06-22T19:27:36.830Z Compiling crossterm v0.28.1
22522026-06-22T19:27:36.830Z Compiling toml v0.7.8
22532026-06-22T19:27:37.013Z Compiling crossbeam-epoch v0.9.18
22542026-06-22T19:27:37.067Z Compiling toml_parser v1.0.9+spec-1.1.0
22552026-06-22T19:27:37.290Z Compiling serde_with v3.17.0
22562026-06-22T19:27:37.346Z Compiling similar v2.7.0
22572026-06-22T19:27:37.352Z Compiling strum v0.26.3
22582026-06-22T19:27:37.513Z Compiling tokio-stream v0.1.18
22592026-06-22T19:27:37.648Z Compiling buf-list v1.1.2
22602026-06-22T19:27:37.854Z Compiling x509-cert v0.2.5
22612026-06-22T19:27:37.885Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-06-22T19:27:37.948Z Compiling openapiv3 v2.2.0
22632026-06-22T19:27:37.984Z Compiling sha1 v0.10.6
22642026-06-22T19:27:38.107Z Compiling structmeta-derive v0.3.0
22652026-06-22T19:27:38.244Z Compiling lalrpop-util v0.19.12
22662026-06-22T19:27:38.381Z Compiling radium v0.7.0
22672026-06-22T19:27:38.637Z Compiling peg-runtime v0.8.5
22682026-06-22T19:27:39.139Z Compiling structmeta v0.3.0
22692026-06-22T19:27:39.906Z Compiling maybe-uninit v2.0.0
22702026-06-22T19:27:40.741Z Compiling tap v1.0.1
22712026-06-22T19:27:40.741Z Compiling wyz v0.5.1
22722026-06-22T19:27:41.996Z Compiling funty v2.0.0
22732026-06-22T19:27:42.127Z Compiling packed_struct v0.10.1
22742026-06-22T19:27:42.984Z Compiling bitvec v1.0.1
22752026-06-22T19:27:44.946Z Compiling packed_struct_codegen v0.10.1
22762026-06-22T19:27:45.090Z Compiling zerocopy-derive v0.6.6
22772026-06-22T19:27:45.263Z Compiling bitfield-macros v0.19.4
22782026-06-22T19:27:45.805Z Compiling indexmap v1.9.3
22792026-06-22T19:27:45.834Z Compiling nodrop v0.1.14
22802026-06-22T19:27:45.960Z Compiling crc-catalog v2.4.0
22812026-06-22T19:27:46.020Z Compiling typeid v1.0.3
22822026-06-22T19:27:46.503Z Compiling crc v3.4.0
22832026-06-22T19:27:46.515Z Compiling bitfield v0.19.4
22842026-06-22T19:27:46.551Z Compiling array-init v0.0.4
22852026-06-22T19:27:46.667Z Compiling zerocopy v0.6.6
22862026-06-22T19:27:47.136Z Compiling smallvec v0.6.14
22872026-06-22T19:27:47.400Z Compiling derive-ex v0.1.8
22882026-06-22T19:27:49.382Z Compiling base64 v0.21.7
22892026-06-22T19:27:49.814Z Compiling hashbrown v0.12.3
22902026-06-22T19:27:50.080Z Compiling rustls v0.22.4
22912026-06-22T19:27:50.298Z Compiling erased-serde v0.4.9
22922026-06-22T19:27:51.233Z Compiling rustls-webpki v0.103.9
22932026-06-22T19:27:51.263Z Compiling ron v0.8.1
22942026-06-22T19:27:52.905Z Compiling test-strategy v0.4.5
22952026-06-22T19:27:53.274Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22962026-06-22T19:27:53.550Z Compiling serde-hex v0.1.0
22972026-06-22T19:27:54.119Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982026-06-22T19:27:54.507Z Compiling toml v0.8.23
22992026-06-22T19:27:54.991Z Compiling tokio-rustls v0.26.4
23002026-06-22T19:27:55.313Z Compiling hyper-rustls v0.27.7
23012026-06-22T19:27:55.875Z Compiling rustls-platform-verifier v0.6.2
23022026-06-22T19:27:55.880Z Compiling hashbrown v0.13.2
23032026-06-22T19:27:55.880Z Compiling reqwest v0.12.28
23042026-06-22T19:27:55.880Z Compiling reqwest v0.13.2
23052026-06-22T19:27:55.880Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23062026-06-22T19:27:55.951Z Compiling rustls-webpki v0.102.8
23072026-06-22T19:27:56.312Z Compiling filetime v0.2.27
23082026-06-22T19:27:56.862Z Compiling multer v3.1.0
23092026-06-22T19:27:56.881Z Compiling thread_local v1.1.9
23102026-06-22T19:27:56.881Z Compiling slog-async v2.8.0
23112026-06-22T19:27:56.881Z Compiling match_cfg v0.1.0
23122026-06-22T19:27:56.881Z Compiling compression-core v0.4.31
23132026-06-22T19:27:56.881Z Compiling xattr v1.6.1
23142026-06-22T19:27:56.881Z Compiling crc-any v2.5.0
23152026-06-22T19:27:56.881Z Compiling rayon-core v1.13.0
23162026-06-22T19:27:56.951Z Compiling tar v0.4.45
23172026-06-22T19:27:56.970Z Compiling compression-codecs v0.4.37
23182026-06-22T19:27:57.413Z Compiling hostname v0.3.1
23192026-06-22T19:27:57.435Z Compiling object v0.30.4
23202026-06-22T19:27:57.435Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23212026-06-22T19:27:57.435Z Compiling tough v0.22.0
23222026-06-22T19:27:57.435Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232026-06-22T19:27:57.435Z Compiling crossbeam-channel v0.5.15
23242026-06-22T19:27:57.822Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23252026-06-22T19:27:57.834Z Compiling slog-json v2.6.1
23262026-06-22T19:27:57.937Z Compiling async-stream-impl v0.3.6
23272026-06-22T19:27:58.074Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-06-22T19:27:58.116Z Compiling ordered-float v2.10.1
23292026-06-22T19:27:58.421Z Compiling serde_path_to_error v0.1.20
23302026-06-22T19:27:58.441Z Compiling serde_spanned v1.0.4
23312026-06-22T19:27:58.492Z Compiling toml_datetime v1.0.0+spec-1.1.0
23322026-06-22T19:27:58.542Z Compiling is-terminal v0.4.17
23332026-06-22T19:27:59.012Z Compiling fs-err v2.11.0
23342026-06-22T19:27:59.023Z Compiling dropshot v0.17.0
23352026-06-22T19:27:59.023Z Compiling path-slash v0.1.5
23362026-06-22T19:27:59.023Z Compiling debug-ignore v1.0.5
23372026-06-22T19:27:59.023Z Compiling term v1.2.1
23382026-06-22T19:27:59.023Z Compiling toml_writer v1.0.6+spec-1.1.0
23392026-06-22T19:27:59.024Z Compiling take_mut v0.2.2
23402026-06-22T19:27:59.024Z Compiling async-stream v0.3.6
23412026-06-22T19:27:59.024Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-06-22T19:27:59.064Z Compiling serde-value v0.7.0
23432026-06-22T19:27:59.092Z Compiling tokio-rustls v0.25.0
23442026-06-22T19:27:59.174Z Compiling slog-term v2.9.2
23452026-06-22T19:27:59.195Z Compiling toml v1.0.6+spec-1.1.0
23462026-06-22T19:27:59.204Z Compiling slog-bunyan v2.5.0
23472026-06-22T19:27:59.365Z Compiling serde-untagged v0.1.9
23482026-06-22T19:27:59.416Z Compiling async-compression v0.4.41
23492026-06-22T19:27:59.754Z Compiling atomicwrites v0.4.4
23502026-06-22T19:27:59.831Z Compiling crossbeam-deque v0.8.6
23512026-06-22T19:27:59.900Z Compiling parse-display-derive v0.10.0
23522026-06-22T19:28:00.036Z Compiling camino-tempfile v1.4.1
23532026-06-22T19:28:00.455Z Compiling dropshot_endpoint v0.17.0
23542026-06-22T19:28:00.465Z Compiling newtype-uuid-macros v0.1.0
23552026-06-22T19:28:00.465Z Compiling waitgroup v0.1.2
23562026-06-22T19:28:00.466Z Compiling backon v1.6.0
23572026-06-22T19:28:00.491Z Compiling half v2.7.1
23582026-06-22T19:28:01.152Z Compiling rustls-pemfile v2.2.0
23592026-06-22T19:28:01.245Z Compiling blake3 v1.8.3
23602026-06-22T19:28:01.245Z Compiling hostname v0.4.2
23612026-06-22T19:28:01.245Z Compiling instant v0.1.13
23622026-06-22T19:28:01.245Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632026-06-22T19:28:01.245Z Compiling unicode-xid v0.2.6
23642026-06-22T19:28:01.245Z Compiling ciborium-io v0.2.2
23652026-06-22T19:28:01.245Z Compiling backoff v0.4.0
23662026-06-22T19:28:01.245Z Compiling ciborium-ll v0.2.2
23672026-06-22T19:28:01.245Z Compiling cargo-util-schemas v0.8.2
23682026-06-22T19:28:01.245Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23692026-06-22T19:28:01.245Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23702026-06-22T19:28:01.313Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23712026-06-22T19:28:02.239Z Compiling parse-display v0.10.0
23722026-06-22T19:28:02.368Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23732026-06-22T19:28:02.368Z Compiling regress v0.10.5
23742026-06-22T19:28:02.368Z Compiling itertools v0.14.0
23752026-06-22T19:28:02.368Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23762026-06-22T19:28:02.368Z Compiling macaddr v1.0.1
23772026-06-22T19:28:02.525Z Compiling cargo-platform v0.2.0
23782026-06-22T19:28:02.525Z Compiling humantime v2.3.0
23792026-06-22T19:28:02.525Z Compiling constant_time_eq v0.4.2
23802026-06-22T19:28:02.935Z Compiling arrayvec v0.7.6
23812026-06-22T19:28:02.942Z Compiling arrayref v0.3.9
23822026-06-22T19:28:02.942Z Compiling parse-size v1.1.0
23832026-06-22T19:28:02.942Z Compiling indent_write v2.2.0
23842026-06-22T19:28:02.942Z Compiling cargo_metadata v0.21.0
23852026-06-22T19:28:02.942Z Compiling ciborium v0.2.2
23862026-06-22T19:28:02.942Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-06-22T19:28:02.942Z Compiling display-error-chain v0.2.2
23882026-06-22T19:28:03.055Z Compiling topological-sort v0.2.2
23892026-06-22T19:28:03.234Z Compiling shell-words v1.1.1
23902026-06-22T19:28:03.774Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23912026-06-22T19:28:13.806Z Compiling omicron-zone-package v0.12.2
23922026-06-22T19:28:13.850Z Compiling progenitor-client v0.14.0
23932026-06-22T19:28:14.318Z Compiling progenitor-extras v0.2.0
23942026-06-22T19:28:16.497Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23952026-06-22T19:28:16.540Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-06-22T19:28:16.664Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23972026-06-22T19:28:16.856Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-06-22T19:28:20.722Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23992026-06-22T19:28:23.912Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24002026-06-22T19:28:31.899Z Finished `release` profile [optimized] target(s) in 1m 32s
24012026-06-22T19:28:32.027Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24022026-06-22T19:28:32.081ZJun 22 19:28:31.178 DEBG changing working directory to /work/oxidecomputer/omicron
24032026-06-22T19:28:32.173ZJun 22 19:28:31.270 DEBG running: git rev-parse HEAD
24042026-06-22T19:28:32.180ZJun 22 19:28:31.273 DEBG process exited with exit status: 0 (2.458181ms)
24052026-06-22T19:28:32.180ZJun 22 19:28:31.273 INFO version: 21.0.0-0.ci+git8c3936c6268
24062026-06-22T19:28:32.252ZJun 22 19:28:31.281 INFO cloning helios to /work/oxidecomputer/helios
24072026-06-22T19:28:32.252ZJun 22 19:28:31.281 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24082026-06-22T19:28:32.252ZCloning into '/work/oxidecomputer/helios'...
24092026-06-22T19:28:32.637ZJun 22 19:28:31.735 DEBG process exited with exit status: 0 (454.562473ms)
24102026-06-22T19:28:32.638ZJun 22 19:28:31.735 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24112026-06-22T19:28:32.644ZJun 22 19:28:31.737 DEBG process exited with exit status: 0 (2.498122ms)
24122026-06-22T19:28:32.644ZJun 22 19:28:31.738 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24132026-06-22T19:28:32.966ZJun 22 19:28:32.063 DEBG process exited with exit status: 0 (325.563625ms)
24142026-06-22T19:28:32.966ZJun 22 19:28:32.063 DEBG running: zfs list rpool/images/build/host
24152026-06-22T19:28:32.970ZNAME USED AVAIL REFER MOUNTPOINT
24162026-06-22T19:28:32.970Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24172026-06-22T19:28:32.975ZJun 22 19:28:32.067 DEBG process exited with exit status: 0 (4.344883ms)
24182026-06-22T19:28:32.975ZJun 22 19:28:32.067 DEBG running: zfs list rpool/images/build/recovery
24192026-06-22T19:28:32.986ZNAME USED AVAIL REFER MOUNTPOINT
24202026-06-22T19:28:32.986Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24212026-06-22T19:28:32.986ZJun 22 19:28:32.071 DEBG process exited with exit status: 0 (3.978723ms)
24222026-06-22T19:28:32.987ZJun 22 19:28:32.072 INFO [incorp-manifest] running task
24232026-06-22T19:28:32.987ZJun 22 19:28:32.072 INFO [hubris-staging] running task
24242026-06-22T19:28:32.987ZJun 22 19:28:32.072 INFO [hubris-production] running task
24252026-06-22T19:28:32.987ZJun 22 19:28:32.072 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24262026-06-22T19:28:32.987ZJun 22 19:28:32.073 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24272026-06-22T19:28:32.987ZJun 22 19:28:32.073 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
24282026-06-22T19:28:32.987ZJun 22 19:28:32.073 INFO [incorp-create] running: pkgrepo create /work/incorporation
24292026-06-22T19:28:33.016Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24302026-06-22T19:28:33.238ZJun 22 19:28:32.333 INFO [incorp-create] process exited with exit status: 0 (259.561576ms)
24312026-06-22T19:28:33.241ZJun 22 19:28:32.333 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24322026-06-22T19:28:33.412Z[ omicron-package] Blocking waiting for file lock on package cache
24332026-06-22T19:28:33.458ZJun 22 19:28:32.555 INFO [incorp-publisher] process exited with exit status: 0 (222.262828ms)
24342026-06-22T19:28:33.694ZJun 22 19:28:32.792 DEBG process exited with exit status: 0 (719.397982ms)
24352026-06-22T19:28:33.694ZJun 22 19:28:32.792 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24362026-06-22T19:28:33.783Z[ omicron-package] Blocking waiting for file lock on package cache
24372026-06-22T19:28:34.142ZJun 22 19:28:33.237 INFO [hubris-production] task succeeded (1.164956558s)
24382026-06-22T19:28:34.463ZJun 22 19:28:33.553 DEBG process exited with exit status: 0 (761.403114ms)
24392026-06-22T19:28:34.501ZJun 22 19:28:33.554 INFO [incorp-manifest] task succeeded (1.482145577s)
24402026-06-22T19:28:34.501ZJun 22 19:28:33.554 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24412026-06-22T19:28:34.647ZJun 22 19:28:33.741 INFO [incorp-fmt] process exited with exit status: 0 (187.144241ms)
24422026-06-22T19:28:34.655ZJun 22 19:28:33.742 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24432026-06-22T19:28:34.801Z[ omicron-package] Compiling ring v0.17.14
24442026-06-22T19:28:34.961Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260622T192834Z
24452026-06-22T19:28:34.965Z[ incorp-pkgsend] PUBLISHED
24462026-06-22T19:28:35.025ZJun 22 19:28:34.122 INFO [incorp-pkgsend] process exited with exit status: 0 (380.453847ms)
24472026-06-22T19:28:35.028ZJun 22 19:28:34.124 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24482026-06-22T19:28:35.041Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24492026-06-22T19:28:35.041Z[ omicron-package] Compiling itertools v0.14.0
24502026-06-22T19:28:35.045Z[ omicron-package] Compiling secrecy v0.10.3
24512026-06-22T19:28:35.046Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24522026-06-22T19:28:35.046Z[ omicron-package] Compiling heapless v0.8.0
24532026-06-22T19:28:35.046Z[ omicron-package] Compiling hash32 v0.3.1
24542026-06-22T19:28:35.046Z[ omicron-package] Compiling smoltcp v0.11.0
24552026-06-22T19:28:35.133Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-06-22T19:28:35.136Z[ omicron-package] Compiling unicode-width v0.2.0
24572026-06-22T19:28:35.364Z[ omicron-package] Compiling cobs v0.3.0
24582026-06-22T19:28:35.364Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24592026-06-22T19:28:35.466Z[ helios-incorp] Retrieving packages for publisher helios ...
24602026-06-22T19:28:35.476Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24612026-06-22T19:28:35.496Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24622026-06-22T19:28:35.496Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24632026-06-22T19:28:35.496Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24642026-06-22T19:28:35.501Z[ helios-incorp]
24652026-06-22T19:28:35.501Z[ helios-incorp] Archiving packages ...
24662026-06-22T19:28:35.501Z[ helios-incorp] Packages to add: 1
24672026-06-22T19:28:35.501Z[ helios-incorp] Files to retrieve: 0
24682026-06-22T19:28:35.504Z[ helios-incorp] Estimated transfer size: 0.00 B
24692026-06-22T19:28:35.504Z[ helios-incorp]
24702026-06-22T19:28:35.504Z[ helios-incorp] Packages to archive:
24712026-06-22T19:28:35.504Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260622T192834Z
24722026-06-22T19:28:35.504Z[ helios-incorp]
24732026-06-22T19:28:35.504Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24742026-06-22T19:28:35.504Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24752026-06-22T19:28:35.599Z[ omicron-package] Compiling universal-hash v0.5.1
24762026-06-22T19:28:35.673ZJun 22 19:28:34.770 INFO [helios-incorp] process exited with exit status: 0 (648.209169ms)
24772026-06-22T19:28:35.858Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24782026-06-22T19:28:35.992Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24792026-06-22T19:28:35.995Z[ omicron-package] Compiling convert_case v0.4.0
24802026-06-22T19:28:36.031Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24812026-06-22T19:28:36.035Z[ omicron-package] Compiling opaque-debug v0.3.1
24822026-06-22T19:28:36.035Z[ omicron-package] Compiling postcard v1.1.3
24832026-06-22T19:28:36.081Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24842026-06-22T19:28:36.089Z[ omicron-package] Compiling chacha20 v0.9.1
24852026-06-22T19:28:36.385Z[ omicron-package] Compiling poly1305 v0.8.0
24862026-06-22T19:28:36.495Z[ omicron-package] Compiling password-hash v0.5.0
24872026-06-22T19:28:36.572Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
24882026-06-22T19:28:36.575Z[ omicron-package] Compiling blake2 v0.10.6
24892026-06-22T19:28:36.626Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24902026-06-22T19:28:36.693Z[ omicron-package] Compiling aead v0.5.2
24912026-06-22T19:28:36.763Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24922026-06-22T19:28:36.767Z[ omicron-package] Compiling proc-macro-error v1.0.4
24932026-06-22T19:28:36.888Z[ omicron-package] Compiling derive_more v0.99.20
24942026-06-22T19:28:36.899Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24952026-06-22T19:28:36.987Z[ omicron-package] Compiling ingot-macros v0.1.1
24962026-06-22T19:28:37.000Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24972026-06-22T19:28:37.148Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24982026-06-22T19:28:37.193Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24992026-06-22T19:28:37.252Z[ omicron-package] Compiling cpufeatures v0.3.0
25002026-06-22T19:28:37.255Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25012026-06-22T19:28:37.474Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25022026-06-22T19:28:37.479Z[ omicron-package] Compiling vsss-rs v3.3.4
25032026-06-22T19:28:37.550Z[ omicron-package] Compiling chacha20 v0.10.0
25042026-06-22T19:28:37.613Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25052026-06-22T19:28:37.621Z[ omicron-package] Compiling argon2 v0.5.3
25062026-06-22T19:28:37.733Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-06-22T19:28:37.811Z[ omicron-package] Compiling num_enum_derive v0.7.6
25082026-06-22T19:28:37.952Z[ omicron-package] Compiling foreign-types v0.5.0
25092026-06-22T19:28:37.959Z[ omicron-package] Compiling tabwriter v1.4.1
25102026-06-22T19:28:37.984Z[ omicron-package] Compiling byte-wrapper v0.1.0
25112026-06-22T19:28:38.057Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25122026-06-22T19:28:38.074Z[ omicron-package] Compiling cstr-argument v0.1.2
25132026-06-22T19:28:38.299Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25142026-06-22T19:28:38.316Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25152026-06-22T19:28:38.559Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-06-22T19:28:38.607Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25172026-06-22T19:28:38.755Z[ omicron-package] Compiling rand v0.10.0
25182026-06-22T19:28:38.798Z[ omicron-package] Compiling rayon v1.11.0
25192026-06-22T19:28:38.815Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25202026-06-22T19:28:38.835Z[ omicron-package] Compiling num_enum v0.5.11
25212026-06-22T19:28:39.273Z[ omicron-package] Compiling num_enum v0.7.6
25222026-06-22T19:28:39.280Z[ omicron-package] Compiling libefi-sys v0.1.0
25232026-06-22T19:28:39.281Z[ omicron-package] Compiling colored v3.1.1
25242026-06-22T19:28:39.281Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25252026-06-22T19:28:39.281Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25262026-06-22T19:28:39.281Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-06-22T19:28:39.281Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25282026-06-22T19:28:39.281Z[ omicron-package] Compiling itertools v0.12.1
25292026-06-22T19:28:39.281Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25302026-06-22T19:28:39.281Z[ omicron-package] Compiling usdt-macro v0.5.0
25312026-06-22T19:28:39.353Z[ omicron-package] Compiling sigpipe v0.1.3
25322026-06-22T19:28:39.500Z[ omicron-package] Compiling rustls v0.23.37
25332026-06-22T19:28:39.559Z[ omicron-package] Compiling memmap v0.7.0
25342026-06-22T19:28:39.643Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25352026-06-22T19:28:39.829Z[ omicron-package] Compiling num-derive v0.4.2
25362026-06-22T19:28:39.857Z[ omicron-package] Compiling bitfield-struct v0.6.2
25372026-06-22T19:28:39.886Z[ omicron-package] Compiling glob v0.3.3
25382026-06-22T19:28:39.886Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-06-22T19:28:39.989Z[ omicron-package] Compiling swrite v0.1.0
25402026-06-22T19:28:40.008Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25412026-06-22T19:28:40.095Z[ omicron-package] Compiling ingot-types v0.1.2
25422026-06-22T19:28:40.129Z[ omicron-package] Compiling usdt v0.5.0
25432026-06-22T19:28:40.264Z[ omicron-package] Compiling smf v0.2.3
25442026-06-22T19:28:40.361Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-06-22T19:28:40.452Z[ omicron-package] Compiling whoami v1.6.1
25462026-06-22T19:28:40.490Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25472026-06-22T19:28:40.686Z[ omicron-package] Compiling ingot v0.1.1
25482026-06-22T19:28:40.731Z[ omicron-package] Compiling rustls-webpki v0.103.9
25492026-06-22T19:28:40.734Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-06-22T19:28:40.822Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25512026-06-22T19:28:40.862Z[ omicron-package] Compiling zone v0.3.1
25522026-06-22T19:28:40.923Z[ omicron-package] Compiling console v0.16.2
25532026-06-22T19:28:40.956Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25542026-06-22T19:28:41.016Z[ omicron-package] Compiling gethostname v0.5.0
25552026-06-22T19:28:41.057Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-06-22T19:28:41.096Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-06-22T19:28:41.195Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25582026-06-22T19:28:41.254Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25592026-06-22T19:28:41.549Z[ omicron-package] Compiling indicatif v0.18.4
25602026-06-22T19:28:42.678Z[ omicron-package] Compiling rustls v0.22.4
25612026-06-22T19:28:42.735Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25622026-06-22T19:28:43.887Z[ omicron-package] Compiling rustls-webpki v0.102.8
25632026-06-22T19:28:43.939Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25642026-06-22T19:28:44.563Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-06-22T19:28:44.563Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-06-22T19:28:44.851Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-06-22T19:28:45.109Z[ omicron-package] Compiling reqwest v0.12.28
25682026-06-22T19:28:45.109Z[ omicron-package] Compiling reqwest v0.13.2
25692026-06-22T19:28:45.305Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25702026-06-22T19:28:46.428Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-06-22T19:28:46.533Z[ omicron-package] Compiling tough v0.22.0
25722026-06-22T19:28:46.699Z[ omicron-package] Compiling dropshot v0.17.0
25732026-06-22T19:28:48.121Z[ helios-setup] Jun 22 19:28:47.202 INFO helios repository root is: /work/oxidecomputer/helios
25742026-06-22T19:28:48.140Z[ helios-setup] Jun 22 19:28:47.203 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25752026-06-22T19:28:48.140Z[ helios-setup] Jun 22 19:28:47.203 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25762026-06-22T19:28:48.140Z[ helios-setup] Jun 22 19:28:47.203 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
25772026-06-22T19:28:48.140Z[ helios-setup] Jun 22 19:28:47.203 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25782026-06-22T19:28:48.140Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25792026-06-22T19:28:48.566Z[ helios-setup] Jun 22 19:28:47.646 INFO clone ok!, project: pinprick
25802026-06-22T19:28:48.579Z[ helios-setup] Jun 22 19:28:47.647 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
25812026-06-22T19:28:48.579Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25822026-06-22T19:28:48.580Z[ helios-setup] Jun 22 19:28:47.647 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25832026-06-22T19:28:49.159Z[ helios-setup] Jun 22 19:28:48.256 INFO clone ok!, project: phbl
25842026-06-22T19:28:49.167Z[ helios-setup] Jun 22 19:28:48.256 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
25852026-06-22T19:28:49.167Z[ helios-setup] Jun 22 19:28:48.256 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25862026-06-22T19:28:49.167Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25872026-06-22T19:28:49.620Z[ helios-setup] Jun 22 19:28:48.716 INFO clone ok!, project: bootserver
25882026-06-22T19:28:49.624Z[ helios-setup] Jun 22 19:28:48.716 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25892026-06-22T19:28:49.624Z[ helios-setup] Jun 22 19:28:48.716 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
25902026-06-22T19:28:49.624Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25912026-06-22T19:28:49.737Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25922026-06-22T19:28:50.073Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25932026-06-22T19:28:50.225Z[ omicron-package] Compiling progenitor-client v0.14.0
25942026-06-22T19:28:50.410Z[ helios-setup] Jun 22 19:28:49.507 INFO clone ok!, project: amd-host-image-builder
25952026-06-22T19:28:50.414Z[ helios-setup] Jun 22 19:28:49.507 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25962026-06-22T19:28:50.414Z[ helios-setup] Jun 22 19:28:49.507 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25972026-06-22T19:28:50.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25982026-06-22T19:28:50.489Z[ omicron-package] Compiling progenitor-extras v0.2.0
25992026-06-22T19:28:50.533Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26002026-06-22T19:28:50.550ZJun 22 19:28:49.646 INFO [hubris-staging] task succeeded (17.574208437s)
26012026-06-22T19:28:53.323Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26022026-06-22T19:28:53.448Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26032026-06-22T19:28:53.484Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26042026-06-22T19:28:53.572Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26052026-06-22T19:28:53.597Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26062026-06-22T19:28:53.616Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26072026-06-22T19:28:53.616Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26082026-06-22T19:28:53.773Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26092026-06-22T19:28:53.955Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26102026-06-22T19:28:57.572Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26112026-06-22T19:28:58.115Z[ helios-setup] Jun 22 19:28:57.209 INFO clone ok!, project: amd-firmware
26122026-06-22T19:28:58.119Z[ helios-setup] Jun 22 19:28:57.209 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26132026-06-22T19:28:58.119Z[ helios-setup] Jun 22 19:28:57.209 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26142026-06-22T19:28:58.119Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26152026-06-22T19:28:58.875Z[ helios-setup] Jun 22 19:28:57.969 INFO clone ok!, project: chelsio-t6-roms
26162026-06-22T19:28:58.881Z[ helios-setup] Jun 22 19:28:57.969 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26172026-06-22T19:28:58.881Z[ helios-setup] Jun 22 19:28:57.969 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
26182026-06-22T19:28:58.881Z[ helios-setup] Jun 22 19:28:57.969 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26192026-06-22T19:28:58.881Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26202026-06-22T19:28:59.678Z[ helios-setup] Jun 22 19:28:58.774 INFO clone ok!, project: image-builder
26212026-06-22T19:28:59.688Z[ helios-setup] Jun 22 19:28:58.774 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26222026-06-22T19:28:59.688Z[ helios-setup] Jun 22 19:28:58.774 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26232026-06-22T19:28:59.688Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26242026-06-22T19:29:00.385Z[ helios-setup] Jun 22 19:28:59.475 INFO clone ok!, project: pilot
26252026-06-22T19:29:00.400Z[ helios-setup] Jun 22 19:28:59.475 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26262026-06-22T19:29:00.400Z[ helios-setup] Jun 22 19:28:59.475 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26272026-06-22T19:29:00.400Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26282026-06-22T19:29:01.066Z[ helios-setup] Jun 22 19:29:00.152 INFO clone ok!, project: dmar-report
26292026-06-22T19:29:01.080Z[ helios-setup] Jun 22 19:29:00.152 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26302026-06-22T19:29:01.284Z[ helios-setup] Jun 22 19:29:00.367 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26312026-06-22T19:29:01.495Z[ helios-setup] Jun 22 19:29:00.577 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26322026-06-22T19:29:01.495Z[ helios-setup] Jun 22 19:29:00.577 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26332026-06-22T19:29:01.712Z[ helios-setup] Jun 22 19:29:00.785 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26342026-06-22T19:29:01.916Z[ helios-setup] Jun 22 19:29:00.994 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26352026-06-22T19:29:01.916Z[ helios-setup] Jun 22 19:29:00.994 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26362026-06-22T19:29:02.129Z[ helios-setup] Jun 22 19:29:01.204 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26372026-06-22T19:29:02.328Z[ helios-setup] Jun 22 19:29:01.415 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26382026-06-22T19:29:02.328Z[ helios-setup] Jun 22 19:29:01.416 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26392026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26402026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO ok!
26412026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26422026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26432026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO ok!
26442026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26452026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26462026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO ok!
26472026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.416 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26482026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.429 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
26492026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.429 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26502026-06-22T19:29:02.362Z[ helios-setup] Jun 22 19:29:01.429 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26512026-06-22T19:29:02.440Z[ helios-setup] Jun 22 19:29:01.529 INFO E| Downloading crates ...
26522026-06-22T19:29:02.480Z[ helios-setup] Jun 22 19:29:01.574 INFO E| Downloaded adler2 v2.0.0
26532026-06-22T19:29:02.494Z[ helios-setup] Jun 22 19:29:01.584 INFO E| Downloaded miniz_oxide v0.8.8
26542026-06-22T19:29:02.511Z[ helios-setup] Jun 22 19:29:01.605 INFO E| Compiling adler2 v2.0.0
26552026-06-22T19:29:02.576Z[ helios-setup] Jun 22 19:29:01.671 INFO E| Compiling miniz_oxide v0.8.8
26562026-06-22T19:29:03.349Z[ helios-setup] Jun 22 19:29:02.441 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26572026-06-22T19:29:03.716Z[ helios-setup] Jun 22 19:29:02.808 INFO E| Finished `release` profile [optimized] target(s) in 1.37s
26582026-06-22T19:29:03.726Z[ helios-setup] Jun 22 19:29:02.816 INFO building project "pinprick" ok (1 seconds)
26592026-06-22T19:29:03.726Z[ helios-setup] Jun 22 19:29:02.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26602026-06-22T19:29:05.557Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26612026-06-22T19:29:08.984Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622026-06-22T19:29:10.146Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26632026-06-22T19:29:20.187Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.20s
26642026-06-22T19:29:20.395Z[ omicron-package]
26652026-06-22T19:29:20.399Z[ omicron-package] real 47.363794935
26662026-06-22T19:29:20.399Z[ omicron-package] user 5:31.417116566
26672026-06-22T19:29:20.399Z[ omicron-package] sys 29.350612026
26682026-06-22T19:29:20.399Z[ omicron-package] trap 0.715161716
26692026-06-22T19:29:20.399Z[ omicron-package] tflt 0.992891720
26702026-06-22T19:29:20.399Z[ omicron-package] dflt 3.521570179
26712026-06-22T19:29:20.399Z[ omicron-package] kflt 0.000481900
26722026-06-22T19:29:20.399Z[ omicron-package] lock 12:10.524651312
26732026-06-22T19:29:20.399Z[ omicron-package] slp 7:07.589191363
26742026-06-22T19:29:20.399Z[ omicron-package] lat 38.900640046
26752026-06-22T19:29:20.399Z[ omicron-package] stop 1:08.708794261
26762026-06-22T19:29:20.399ZJun 22 19:29:19.492 INFO [omicron-package] process exited with exit status: 0 (47.418944907s)
26772026-06-22T19:29:20.399ZJun 22 19:29:19.492 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26782026-06-22T19:29:20.399ZJun 22 19:29:19.493 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26792026-06-22T19:29:20.411Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26802026-06-22T19:29:20.414Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26812026-06-22T19:29:20.414Z[ recovery-target] Created new build target 'recovery' and set it as active
26822026-06-22T19:29:20.414Z[ host-target] Created new build target 'host' and set it as active
26832026-06-22T19:29:20.418ZJun 22 19:29:19.511 INFO [recovery-target] process exited with exit status: 0 (18.656045ms)
26842026-06-22T19:29:20.418ZJun 22 19:29:19.511 INFO [host-target] process exited with exit status: 0 (19.252035ms)
26852026-06-22T19:29:20.418ZJun 22 19:29:19.512 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26862026-06-22T19:29:20.422Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26872026-06-22T19:29:21.830Z[ host-package] Compiling ring v0.17.14
26882026-06-22T19:29:22.125Z[ host-package] Compiling heck v0.5.0
26892026-06-22T19:29:22.125Z[ host-package] Compiling regress v0.11.1
26902026-06-22T19:29:22.185Z[ host-package] Compiling unsafe-libyaml v0.2.11
26912026-06-22T19:29:22.226Z[ host-package] Compiling unicode-width v0.1.14
26922026-06-22T19:29:22.231Z[ host-package] Compiling atomicwrites v0.4.4
26932026-06-22T19:29:22.243Z[ host-package] Compiling derive-where v1.6.0
26942026-06-22T19:29:22.262Z[ host-package] Compiling bytecount v0.6.9
26952026-06-22T19:29:22.265Z[ host-package] Compiling is-terminal v0.4.17
26962026-06-22T19:29:22.327Z[ host-package] Compiling prettyplease v0.2.37
26972026-06-22T19:29:22.327Z[ host-package] Compiling console v0.15.11
26982026-06-22T19:29:22.331Z[ host-package] Compiling newline-converter v0.3.0
26992026-06-22T19:29:22.331Z[ host-package] Compiling slog-dtrace v0.3.0
27002026-06-22T19:29:22.387Z[ host-package] Compiling resolv-conf v0.7.6
27012026-06-22T19:29:22.431Z[ host-package] Compiling cancel-safe-futures v0.1.5
27022026-06-22T19:29:22.451Z[ host-package] Compiling owo-colors v4.3.0
27032026-06-22T19:29:22.505Z[ host-package] Compiling num-rational v0.4.2
27042026-06-22T19:29:22.537Z[ host-package] Compiling libsw-core v0.3.2
27052026-06-22T19:29:22.560Z[ host-package] Compiling num-complex v0.4.6
27062026-06-22T19:29:22.654Z[ host-package] Compiling thread_local v1.1.9
27072026-06-22T19:29:22.734Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27082026-06-22T19:29:22.755Z[ host-package] Compiling match_cfg v0.1.0
27092026-06-22T19:29:22.755Z[ host-package] Compiling compression-core v0.4.31
27102026-06-22T19:29:22.803Z[ host-package] Compiling expectorate v1.2.0
27112026-06-22T19:29:23.282Z[ host-package] Compiling hostname v0.3.1
27122026-06-22T19:29:23.285Z[ host-package] Compiling compression-codecs v0.4.37
27132026-06-22T19:29:23.285Z[ host-package] Compiling num v0.4.3
27142026-06-22T19:29:23.286Z[ host-package] Compiling libsw v3.5.0
27152026-06-22T19:29:23.286Z[ host-package] Compiling multer v3.1.0
27162026-06-22T19:29:23.286Z[ host-package] Compiling slog-async v2.8.0
27172026-06-22T19:29:23.286Z[ host-package] Compiling crossbeam-channel v0.5.15
27182026-06-22T19:29:23.286Z[ host-package] Compiling slog-json v2.6.1
27192026-06-22T19:29:23.286Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
27202026-06-22T19:29:23.286Z[ host-package] Compiling serde_spanned v1.0.4
27212026-06-22T19:29:23.381Z[ host-package] Compiling linear-map v1.2.0
27222026-06-22T19:29:23.448Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27232026-06-22T19:29:23.472Z[ host-package] Compiling float-ord v0.3.2
27242026-06-22T19:29:23.504Z[ host-package] Compiling term v1.2.1
27252026-06-22T19:29:23.522Z[ host-package] Compiling take_mut v0.2.2
27262026-06-22T19:29:23.572Z[ host-package] Compiling linked-hash-map v0.5.6
27272026-06-22T19:29:23.593Z[ host-package] Compiling slog-bunyan v2.5.0
27282026-06-22T19:29:23.660Z[ host-package] Compiling async-compression v0.4.41
27292026-06-22T19:29:23.688Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
27302026-06-22T19:29:23.758Z[ host-package] Compiling async-stream v0.3.6
27312026-06-22T19:29:23.782Z[ host-package] Compiling lru-cache v0.1.2
27322026-06-22T19:29:24.192Z[ host-package] Compiling dropshot v0.17.0
27332026-06-22T19:29:24.198Z[ host-package] Compiling typify-impl v0.6.2
27342026-06-22T19:29:24.198Z[ host-package] Compiling slog-term v2.9.2
27352026-06-22T19:29:24.198Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27362026-06-22T19:29:24.198Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27372026-06-22T19:29:24.198Z[ host-package] Compiling waitgroup v0.1.2
27382026-06-22T19:29:24.198Z[ host-package] Compiling backon v1.6.0
27392026-06-22T19:29:24.198Z[ host-package] Compiling rustls-pemfile v2.2.0
27402026-06-22T19:29:24.198Z[ host-package] Compiling hostname v0.4.2
27412026-06-22T19:29:24.198Z[ host-package] Compiling serde_path_to_error v0.1.20
27422026-06-22T19:29:24.198Z[ helios-setup] Jun 22 19:29:23.265 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')"
27432026-06-22T19:29:24.198Z[ helios-setup] Jun 22 19:29:23.265 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27442026-06-22T19:29:24.198Z[ helios-setup] Jun 22 19:29:23.274 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
27452026-06-22T19:29:24.198Z[ helios-setup] Jun 22 19:29:23.274 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27462026-06-22T19:29:24.198Z[ helios-setup] Jun 22 19:29:23.274 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27472026-06-22T19:29:24.198Z[ host-package] Compiling instant v0.1.13
27482026-06-22T19:29:24.275Z[ host-package] Compiling minimal-lexical v0.2.1
27492026-06-22T19:29:24.291Z[ helios-setup] Jun 22 19:29:23.386 INFO E| Downloading crates ...
27502026-06-22T19:29:24.297Z[ host-package] Compiling debug-ignore v1.0.5
27512026-06-22T19:29:24.724Z[ host-package] Compiling backoff v0.4.0
27522026-06-22T19:29:24.724Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-06-22T19:29:24.728Z[ helios-setup] Jun 22 19:29:23.450 INFO E| Downloaded anyhow v1.0.62
27542026-06-22T19:29:24.728Z[ helios-setup] Jun 22 19:29:23.453 INFO E| Downloaded sha2 v0.10.5
27552026-06-22T19:29:24.728Z[ helios-setup] Jun 22 19:29:23.459 INFO E| Downloaded block-buffer v0.10.3
27562026-06-22T19:29:24.728Z[ host-package] Compiling parse-display v0.10.0
27572026-06-22T19:29:24.728Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27582026-06-22T19:29:24.728Z[ host-package] Compiling hickory-proto v0.24.4
27592026-06-22T19:29:24.728Z[ helios-setup] Jun 22 19:29:23.461 INFO E| Downloaded generic-array v0.14.6
27602026-06-22T19:29:24.728Z[ helios-setup] Jun 22 19:29:23.462 INFO E| Downloaded digest v0.10.3
27612026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.463 INFO E| Downloaded cpufeatures v0.2.5
27622026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.464 INFO E| Downloaded bytes v1.2.1
27632026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.472 INFO E| Downloaded unicode-width v0.1.10
27642026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.477 INFO E| Downloaded typenum v1.15.0
27652026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.479 INFO E| Downloaded miniz_oxide v0.6.2
27662026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.480 INFO E| Downloaded flate2 v1.0.25
27672026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.523 INFO E| Compiling typenum v1.15.0
27682026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling version_check v0.9.4
27692026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling crc32fast v1.3.2
27702026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling cfg-if v1.0.0
27712026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling adler v1.0.2
27722026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling anyhow v1.0.62
27732026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling unicode-width v0.1.10
27742026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.524 INFO E| Compiling cpufeatures v0.2.5
27752026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.531 INFO E| Compiling bitflags v1.3.2
27762026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.531 INFO E| Compiling bytes v1.2.1
27772026-06-22T19:29:24.729Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27782026-06-22T19:29:24.729Z[ host-package] Compiling nom v7.1.3
27792026-06-22T19:29:24.729Z[ helios-setup] Jun 22 19:29:23.723 INFO E| Compiling getopts v0.2.21
27802026-06-22T19:29:24.729Z[ host-package] Compiling regress v0.10.5
27812026-06-22T19:29:24.738Z[ helios-setup] Jun 22 19:29:23.834 INFO E| Compiling miniz_oxide v0.6.2
27822026-06-22T19:29:24.813Z[ helios-setup] Jun 22 19:29:23.908 INFO E| Compiling generic-array v0.14.6
27832026-06-22T19:29:24.900Z[ host-package] Compiling macaddr v1.0.1
27842026-06-22T19:29:25.064Z[ host-package] Compiling humantime v2.3.0
27852026-06-22T19:29:25.068Z[ host-package] Compiling unicode-xid v0.2.6
27862026-06-22T19:29:25.079Z[ host-package] Compiling convert_case v0.10.0
27872026-06-22T19:29:25.227Z[ helios-setup] Jun 22 19:29:24.316 INFO E| Compiling flate2 v1.0.25
27882026-06-22T19:29:25.444Z[ host-package] Compiling toml v0.8.23
27892026-06-22T19:29:25.500Z[ host-package] Compiling papergrid v0.11.0
27902026-06-22T19:29:25.505Z[ host-package] Compiling tabled_derive v0.7.0
27912026-06-22T19:29:25.646Z[ host-package] Compiling termtree v0.5.1
27922026-06-22T19:29:25.652Z[ host-package] Compiling derive_more-impl v2.1.1
27932026-06-22T19:29:25.658Z[ host-package] Compiling phf_shared v0.12.1
27942026-06-22T19:29:25.847Z[ host-package] Compiling csv-core v0.1.13
27952026-06-22T19:29:25.874Z[ host-package] Compiling vte v0.14.1
27962026-06-22T19:29:26.020Z[ host-package] Compiling highway v1.3.0
27972026-06-22T19:29:26.123Z[ host-package] Compiling rustls v0.23.37
27982026-06-22T19:29:26.157Z[ host-package] Compiling rustls v0.22.4
27992026-06-22T19:29:26.180Z[ host-package] Compiling chrono-tz v0.10.4
28002026-06-22T19:29:26.208Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28012026-06-22T19:29:26.308Z[ host-package] Compiling csv v1.4.0
28022026-06-22T19:29:26.341Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-06-22T19:29:26.414Z[ helios-setup] Jun 22 19:29:25.510 INFO E| Compiling crypto-common v0.1.6
28042026-06-22T19:29:26.414Z[ helios-setup] Jun 22 19:29:25.510 INFO E| Compiling block-buffer v0.10.3
28052026-06-22T19:29:26.447Z[ host-package] Compiling phf v0.12.1
28062026-06-22T19:29:26.528Z[ host-package] Compiling const_format_proc_macros v0.2.34
28072026-06-22T19:29:26.536Z[ helios-setup] Jun 22 19:29:25.631 INFO E| Compiling digest v0.10.3
28082026-06-22T19:29:26.660Z[ host-package] Compiling derive_more v2.1.1
28092026-06-22T19:29:26.703Z[ host-package] Compiling tabled v0.15.0
28102026-06-22T19:29:27.112Z[ helios-setup] Jun 22 19:29:25.800 INFO E| Compiling sha2 v0.10.5
28112026-06-22T19:29:27.116Z[ host-package] Compiling crossterm v0.29.0
28122026-06-22T19:29:27.116Z[ host-package] Compiling fd-lock v4.0.4
28132026-06-22T19:29:27.116Z[ host-package] Compiling peg-macros v0.8.5
28142026-06-22T19:29:27.116Z[ host-package] Compiling nu-ansi-term v0.50.3
28152026-06-22T19:29:27.116Z[ helios-setup] Jun 22 19:29:26.037 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28162026-06-22T19:29:27.221Z[ host-package] Compiling hickory-resolver v0.24.4
28172026-06-22T19:29:27.364Z[ host-package] Compiling rustls-webpki v0.103.9
28182026-06-22T19:29:27.422Z[ host-package] Compiling rustls-webpki v0.102.8
28192026-06-22T19:29:27.478Z[ host-package] Compiling const_format v0.2.35
28202026-06-22T19:29:27.605Z[ host-package] Compiling typify-macro v0.6.2
28212026-06-22T19:29:27.722Z[ host-package] Compiling reedline v0.40.0
28222026-06-22T19:29:28.447Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28232026-06-22T19:29:28.447Z[ host-package] Compiling peg v0.8.5
28242026-06-22T19:29:28.619Z[ helios-setup] Jun 22 19:29:27.643 INFO E| Finished `release` profile [optimized] target(s) in 4.35s
28252026-06-22T19:29:28.635Z[ helios-setup] Jun 22 19:29:27.655 INFO building project "bootserver" ok (4 seconds)
28262026-06-22T19:29:28.635Z[ helios-setup] Jun 22 19:29:27.655 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28272026-06-22T19:29:28.635Z[ helios-setup] Jun 22 19:29:27.695 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')"
28282026-06-22T19:29:28.635Z[ helios-setup] Jun 22 19:29:27.695 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28292026-06-22T19:29:28.635Z[ helios-setup] Jun 22 19:29:27.695 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28302026-06-22T19:29:28.662Z[ host-package] Compiling qorb v0.4.1
28312026-06-22T19:29:28.774Z[ helios-setup] Jun 22 19:29:27.870 INFO E| Updating crates.io index
28322026-06-22T19:29:28.825Z[ helios-setup] Jun 22 19:29:27.920 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28332026-06-22T19:29:29.652Z[ helios-setup] Jun 22 19:29:28.343 INFO E| From https://github.com/oxidecomputer/amd-apcb
28342026-06-22T19:29:29.652Z[ helios-setup] Jun 22 19:29:28.344 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28352026-06-22T19:29:29.655Z[ helios-setup] Jun 22 19:29:28.357 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28362026-06-22T19:29:29.655Z[ host-package] Compiling bcs v0.1.6
28372026-06-22T19:29:29.655Z[ host-package] Compiling typify v0.6.2
28382026-06-22T19:29:29.655Z[ helios-setup] Jun 22 19:29:28.677 INFO E| From https://github.com/oxidecomputer/amd-efs
28392026-06-22T19:29:29.655Z[ helios-setup] Jun 22 19:29:28.677 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28402026-06-22T19:29:29.738Z[ helios-setup] Jun 22 19:29:28.832 INFO E| Downloading crates ...
28412026-06-22T19:29:29.821Z[ helios-setup] Jun 22 19:29:28.918 INFO E| Downloaded vec_map v0.8.2
28422026-06-22T19:29:30.251Z[ helios-setup] Jun 22 19:29:28.940 INFO E| Downloaded unic-ucd-version v0.9.0
28432026-06-22T19:29:30.260Z[ helios-setup] Jun 22 19:29:28.941 INFO E| Downloaded unic-char-property v0.9.0
28442026-06-22T19:29:30.260Z[ helios-setup] Jun 22 19:29:28.942 INFO E| Downloaded structopt-derive v0.4.18
28452026-06-22T19:29:30.260Z[ helios-setup] Jun 22 19:29:28.942 INFO E| Downloaded modular-bitfield-impl v0.13.1
28462026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.943 INFO E| Downloaded modular-bitfield v0.11.2
28472026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.950 INFO E| Downloaded pest_generator v2.8.0
28482026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.954 INFO E| Downloaded strsim v0.8.0
28492026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.955 INFO E| Downloaded quote v1.0.40
28502026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.957 INFO E| Downloaded unic-common v0.9.0
28512026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.967 INFO E| Downloaded fletcher v1.0.0
28522026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.970 INFO E| Downloaded unic-char-range v0.9.0
28532026-06-22T19:29:30.261Z[ host-package] Compiling progenitor-impl v0.14.0
28542026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.973 INFO E| Downloaded textwrap v0.11.0
28552026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.974 INFO E| Downloaded four-cc v0.4.0
28562026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.987 INFO E| Downloaded unic-ucd-ident v0.9.0
28572026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.989 INFO E| Downloaded autocfg v1.4.0
28582026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.992 INFO E| Downloaded rustversion v1.0.20
28592026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.994 INFO E| Downloaded heck v0.3.3
28602026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:28.997 INFO E| Downloaded modular-bitfield v0.13.1
28612026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.004 INFO E| Downloaded ryu v1.0.20
28622026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.007 INFO E| Downloaded thiserror-impl v2.0.12
28632026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.008 INFO E| Downloaded proc-macro2 v1.0.95
28642026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.010 INFO E| Downloaded pest_meta v2.8.0
28652026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.021 INFO E| Downloaded structopt v0.3.26
28662026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.026 INFO E| Downloaded typenum v1.18.0
28672026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.028 INFO E| Downloaded serde v1.0.219
28682026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.032 INFO E| Downloaded pest_derive v2.8.0
28692026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.060 INFO E| Downloaded serde_json v1.0.140
28702026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.065 INFO E| Downloaded zerocopy-derive v0.8.25
28712026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.069 INFO E| Downloaded dyn-clone v1.0.19
28722026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.070 INFO E| Downloaded ansi_term v0.12.1
28732026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.071 INFO E| Downloaded memchr v2.7.4
28742026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.076 INFO E| Downloaded strum v0.27.1
28752026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.076 INFO E| Downloaded parse_int v0.9.0
28762026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.082 INFO E| Downloaded bytesize v2.0.1
28772026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.090 INFO E| Downloaded thiserror v2.0.12
28782026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.093 INFO E| Downloaded itoa v1.0.15
28792026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.102 INFO E| Downloaded serde_derive v1.0.219
28802026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.106 INFO E| Downloaded strum_macros v0.27.1
28812026-06-22T19:29:30.261Z[ helios-setup] Jun 22 19:29:29.111 INFO E| Downloaded zerocopy v0.8.25
28822026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.128 INFO E| Downloaded modular-bitfield-impl v0.11.2
28832026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.129 INFO E| Downloaded syn v2.0.101
28842026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.136 INFO E| Downloaded unicode-ident v1.0.18
28852026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.137 INFO E| Downloaded log v0.4.27
28862026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.171 INFO E| Downloaded pest v2.8.0
28872026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.179 INFO E| Downloaded goblin v0.9.3
28882026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.183 INFO E| Downloaded clap v2.34.0
28892026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.195 INFO E| Downloaded libc v0.2.172
28902026-06-22T19:29:30.262Z[ host-package] Compiling nom v8.0.0
28912026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling proc-macro2 v1.0.95
28922026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling unicode-ident v1.0.18
28932026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling memchr v2.7.4
28942026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling thiserror v2.0.12
28952026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling autocfg v1.4.0
28962026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling serde v1.0.219
28972026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling syn v1.0.109
28982026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling version_check v0.9.5
28992026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling serde_json v1.0.140
29002026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling ryu v1.0.20
29012026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling itoa v1.0.15
29022026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling schemars v0.8.22
29032026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling libc v0.2.172
29042026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling paste v1.0.15
29052026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling zerocopy v0.8.25
29062026-06-22T19:29:30.262Z[ helios-setup] Jun 22 19:29:29.290 INFO E| Compiling rustversion v1.0.20
29072026-06-22T19:29:30.989Z[ helios-setup] Jun 22 19:29:30.086 INFO E| Compiling static_assertions v1.1.0
29082026-06-22T19:29:31.101Z[ helios-setup] Jun 22 19:29:30.197 INFO E| Compiling ucd-trie v0.1.7
29092026-06-22T19:29:31.104Z[ helios-setup] Jun 22 19:29:30.198 INFO E| Compiling dyn-clone v1.0.19
29102026-06-22T19:29:31.157Z[ host-package] Compiling tokio-rustls v0.25.0
29112026-06-22T19:29:31.335Z[ helios-setup] Jun 22 19:29:30.431 INFO E| Compiling once_cell v1.21.3
29122026-06-22T19:29:31.398Z[ helios-setup] Jun 22 19:29:30.495 INFO E| Compiling unicode-width v0.1.14
29132026-06-22T19:29:31.539Z[ helios-setup] Jun 22 19:29:30.566 INFO E| Compiling unicode-segmentation v1.12.0
29142026-06-22T19:29:31.544Z[ host-package] Compiling semver v0.1.20
29152026-06-22T19:29:31.544Z[ helios-setup] Jun 22 19:29:30.605 INFO E| Compiling heck v0.5.0
29162026-06-22T19:29:31.703Z[ helios-setup] Jun 22 19:29:30.797 INFO E| Compiling strum v0.27.1
29172026-06-22T19:29:31.759Z[ helios-setup] Jun 22 19:29:30.856 INFO E| Compiling num-traits v0.2.19
29182026-06-22T19:29:31.772Z[ helios-setup] Jun 22 19:29:30.861 INFO E| Compiling proc-macro-error-attr v1.0.4
29192026-06-22T19:29:31.787Z[ helios-setup] Jun 22 19:29:30.883 INFO E| Compiling memoffset v0.9.1
29202026-06-22T19:29:31.792Z[ helios-setup] Jun 22 19:29:30.888 INFO E| Compiling proc-macro-error v1.0.4
29212026-06-22T19:29:31.878Z[ host-package] Compiling tokio-rustls v0.26.4
29222026-06-22T19:29:31.925Z[ helios-setup] Jun 22 19:29:31.022 INFO E| Compiling textwrap v0.11.0
29232026-06-22T19:29:31.963Z[ helios-setup] Jun 22 19:29:31.059 INFO E| Compiling heck v0.3.3
29242026-06-22T19:29:32.022Z[ helios-setup] Jun 22 19:29:31.118 INFO E| Compiling atty v0.2.14
29252026-06-22T19:29:32.027Z[ helios-setup] Jun 22 19:29:31.124 INFO E| Compiling bitflags v1.3.2
29262026-06-22T19:29:32.058Z[ helios-setup] Jun 22 19:29:31.155 INFO E| Compiling unic-common v0.9.0
29272026-06-22T19:29:32.117Z[ helios-setup] Jun 22 19:29:31.214 INFO E| Compiling fletcher v1.0.0
29282026-06-22T19:29:32.127Z[ helios-setup] Jun 22 19:29:31.224 INFO E| Compiling byteorder v1.5.0
29292026-06-22T19:29:32.161Z[ helios-setup] Jun 22 19:29:31.257 INFO E| Compiling vec_map v0.8.2
29302026-06-22T19:29:32.183Z[ helios-setup] Jun 22 19:29:31.279 INFO E| Compiling unic-char-range v0.9.0
29312026-06-22T19:29:32.207Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29322026-06-22T19:29:32.216Z[ helios-setup] Jun 22 19:29:31.312 INFO E| Compiling strsim v0.8.0
29332026-06-22T19:29:32.280Z[ helios-setup] Jun 22 19:29:31.370 INFO E| Compiling ansi_term v0.12.1
29342026-06-22T19:29:32.849Z[ helios-setup] Jun 22 19:29:31.524 INFO E| Compiling unic-char-property v0.9.0
29352026-06-22T19:29:32.858Z[ helios-setup] Jun 22 19:29:31.548 INFO E| Compiling unic-ucd-version v0.9.0
29362026-06-22T19:29:32.858Z[ helios-setup] Jun 22 19:29:31.565 INFO E| Compiling clap v2.34.0
29372026-06-22T19:29:32.858Z[ helios-setup] Jun 22 19:29:31.579 INFO E| Compiling log v0.4.27
29382026-06-22T19:29:32.858Z[ helios-setup] Jun 22 19:29:31.633 INFO E| Compiling lazy_static v1.5.0
29392026-06-22T19:29:32.858Z[ helios-setup] Jun 22 19:29:31.664 INFO E| Compiling plain v0.2.3
29402026-06-22T19:29:32.859Z[ helios-setup] Jun 22 19:29:31.691 INFO E| Compiling unic-ucd-ident v0.9.0
29412026-06-22T19:29:32.859Z[ helios-setup] Jun 22 19:29:31.728 INFO E| Compiling bytesize v2.0.1
29422026-06-22T19:29:32.859Z[ host-package] Compiling hyper-rustls v0.27.7
29432026-06-22T19:29:33.152Z[ helios-setup] Jun 22 19:29:32.249 INFO E| Compiling quote v1.0.40
29442026-06-22T19:29:33.366Z[ helios-setup] Jun 22 19:29:32.462 INFO E| Compiling parse_int v0.9.0
29452026-06-22T19:29:33.394Z[ helios-setup] Jun 22 19:29:32.488 INFO E| Compiling syn v2.0.101
29462026-06-22T19:29:33.413Z[ host-package] Compiling reqwest v0.13.2
29472026-06-22T19:29:33.852Z[ host-package] Compiling reqwest v0.12.28
29482026-06-22T19:29:34.619Z[ host-package] Compiling progenitor-macro v0.14.0
29492026-06-22T19:29:35.406Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29502026-06-22T19:29:35.634Z[ host-package] Compiling progenitor-client v0.14.0
29512026-06-22T19:29:35.752Z[ host-package] Compiling rustc_version v0.1.7
29522026-06-22T19:29:36.052Z[ host-package] Compiling progenitor-extras v0.2.0
29532026-06-22T19:29:36.103Z[ host-package] Compiling tough v0.22.0
29542026-06-22T19:29:36.258Z[ helios-setup] Jun 22 19:29:35.353 INFO E| Compiling serde_derive_internals v0.29.1
29552026-06-22T19:29:36.265Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29562026-06-22T19:29:36.961Z[ host-package] Compiling newtype_derive v0.1.6
29572026-06-22T19:29:36.965Z[ host-package] Compiling smawk v0.3.2
29582026-06-22T19:29:36.981Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29592026-06-22T19:29:37.052Z[ helios-setup] Jun 22 19:29:36.149 INFO E| Compiling modular-bitfield-impl v0.11.2
29602026-06-22T19:29:37.052Z[ helios-setup] Jun 22 19:29:36.149 INFO E| Compiling structopt-derive v0.4.18
29612026-06-22T19:29:37.143Z[ host-package] Compiling unicode-linebreak v0.1.5
29622026-06-22T19:29:37.459Z[ host-package] Compiling textwrap v0.16.2
29632026-06-22T19:29:37.472Z[ helios-setup] Jun 22 19:29:36.568 INFO E| Compiling thiserror-impl v2.0.12
29642026-06-22T19:29:37.472Z[ helios-setup] Jun 22 19:29:36.568 INFO E| Compiling serde_derive v1.0.219
29652026-06-22T19:29:37.472Z[ helios-setup] Jun 22 19:29:36.568 INFO E| Compiling schemars_derive v0.8.22
29662026-06-22T19:29:37.476Z[ helios-setup] Jun 22 19:29:36.568 INFO E| Compiling zerocopy-derive v0.8.25
29672026-06-22T19:29:37.476Z[ helios-setup] Jun 22 19:29:36.569 INFO E| Compiling modular-bitfield-impl v0.13.1
29682026-06-22T19:29:37.476Z[ helios-setup] Jun 22 19:29:36.569 INFO E| Compiling num-derive v0.4.2
29692026-06-22T19:29:37.476Z[ helios-setup] Jun 22 19:29:36.569 INFO E| Compiling strum_macros v0.27.1
29702026-06-22T19:29:37.476Z[ helios-setup] Jun 22 19:29:36.569 INFO E| Compiling scroll_derive v0.12.1
29712026-06-22T19:29:37.695Z[ host-package] Compiling steno v0.4.1
29722026-06-22T19:29:37.778Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29732026-06-22T19:29:38.028Z[ host-package] Compiling tagptr v0.2.0
29742026-06-22T19:29:38.380Z[ host-package] Compiling utf-8 v0.7.6
29752026-06-22T19:29:38.608Z[ helios-setup] Jun 22 19:29:37.704 INFO E| Compiling structopt v0.3.26
29762026-06-22T19:29:38.780Z[ helios-setup] Jun 22 19:29:37.871 INFO E| Compiling modular-bitfield v0.11.2
29772026-06-22T19:29:38.876Z[ helios-setup] Jun 22 19:29:37.968 INFO E| Compiling scroll v0.12.0
29782026-06-22T19:29:38.923Z[ host-package] Compiling moka v0.12.13
29792026-06-22T19:29:39.239Z[ helios-setup] Jun 22 19:29:38.288 INFO E| Compiling goblin v0.9.3
29802026-06-22T19:29:39.655Z[ helios-setup] Jun 22 19:29:38.745 INFO E| Compiling modular-bitfield v0.13.1
29812026-06-22T19:29:39.734Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29822026-06-22T19:29:39.855Z[ helios-setup] Jun 22 19:29:38.952 INFO E| Compiling pest v2.8.0
29832026-06-22T19:29:40.411Z[ host-package] Compiling tungstenite v0.21.0
29842026-06-22T19:29:40.518Z[ host-package] Compiling hickory-resolver v0.25.2
29852026-06-22T19:29:40.860Z[ host-package] Compiling tokio-tungstenite v0.21.0
29862026-06-22T19:29:40.941Z[ host-package] Compiling vergen-lib v0.1.6
29872026-06-22T19:29:41.004Z[ host-package] Compiling diesel_derives v2.3.7
29882026-06-22T19:29:41.119Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29892026-06-22T19:29:41.240Z[ helios-setup] Jun 22 19:29:40.337 INFO E| Compiling pest_meta v2.8.0
29902026-06-22T19:29:41.784Z[ host-package] Compiling dsl_auto_type v0.2.0
29912026-06-22T19:29:41.862Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29922026-06-22T19:29:41.877Z[ helios-setup] Jun 22 19:29:40.974 INFO E| Compiling pest_generator v2.8.0
29932026-06-22T19:29:41.929Z[ host-package] Compiling vergen-gitcl v1.0.8
29942026-06-22T19:29:42.038Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29952026-06-22T19:29:42.137Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29962026-06-22T19:29:42.535Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29972026-06-22T19:29:42.621Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29982026-06-22T19:29:42.646Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29992026-06-22T19:29:42.944Z[ host-package] Compiling progenitor v0.14.0
30002026-06-22T19:29:42.982Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30012026-06-22T19:29:43.049Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30022026-06-22T19:29:43.071Z[ helios-setup] Jun 22 19:29:42.167 INFO E| Compiling pest_derive v2.8.0
30032026-06-22T19:29:43.111Z[ host-package] Compiling dirs-sys-next v0.1.2
30042026-06-22T19:29:43.278Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30052026-06-22T19:29:43.344Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30062026-06-22T19:29:43.348Z[ host-package] Compiling glob v0.3.3
30072026-06-22T19:29:43.742Z[ host-package] Compiling maplit v1.0.2
30082026-06-22T19:29:43.846Z[ host-package] Compiling crunchy v0.2.4
30092026-06-22T19:29:43.887Z[ helios-setup] Jun 22 19:29:42.984 INFO E| Compiling json5 v0.4.1
30102026-06-22T19:29:43.925Z[ host-package] Compiling clang-sys v1.8.1
30112026-06-22T19:29:44.360Z[ host-package] Compiling dirs-next v2.0.0
30122026-06-22T19:29:44.580Z[ host-package] Compiling r2d2 v0.8.10
30132026-06-22T19:29:45.120Z[ helios-setup] Jun 22 19:29:44.215 INFO E| Compiling four-cc v0.4.0
30142026-06-22T19:29:45.120Z[ helios-setup] Jun 22 19:29:44.215 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30152026-06-22T19:29:45.247Z[ helios-setup] Jun 22 19:29:44.341 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30162026-06-22T19:29:45.552Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30172026-06-22T19:29:48.156Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30182026-06-22T19:29:48.370Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30192026-06-22T19:29:49.263Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30202026-06-22T19:29:49.305Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30212026-06-22T19:29:49.821Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30222026-06-22T19:29:49.825Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-06-22T19:29:49.825Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-06-22T19:29:49.851Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30252026-06-22T19:29:49.942Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30262026-06-22T19:29:50.050Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30272026-06-22T19:29:50.106Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30282026-06-22T19:29:51.873Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-06-22T19:29:53.004Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30302026-06-22T19:29:53.239Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30312026-06-22T19:29:53.615Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30322026-06-22T19:29:54.013Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30332026-06-22T19:29:54.260Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30342026-06-22T19:29:54.550Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30352026-06-22T19:29:55.884Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30362026-06-22T19:29:56.200Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30372026-06-22T19:29:56.535Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30382026-06-22T19:29:56.790Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30392026-06-22T19:29:57.518Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30402026-06-22T19:29:57.668Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30412026-06-22T19:29:57.771Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30422026-06-22T19:29:57.986Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30432026-06-22T19:29:58.056Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30442026-06-22T19:29:58.395Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30452026-06-22T19:29:58.815Z[ host-package] Compiling downcast-rs v2.0.2
30462026-06-22T19:29:58.986Z[ host-package] Compiling tiny-keccak v2.0.2
30472026-06-22T19:29:59.356Z[ host-package] Compiling diesel v2.3.7
30482026-06-22T19:29:59.706Z[ host-package] Compiling proc-macro-error2 v2.0.1
30492026-06-22T19:30:01.031Z[ helios-setup] Jun 22 19:29:59.721 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30502026-06-22T19:30:01.034Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30512026-06-22T19:30:01.034Z[ host-package] Compiling term v0.7.0
30522026-06-22T19:30:01.097Z[ host-package] Compiling num-derive v0.3.3
30532026-06-22T19:30:01.133Z[ host-package] Compiling bit-vec v0.6.3
30542026-06-22T19:30:01.362Z[ host-package] Compiling bit-set v0.5.3
30552026-06-22T19:30:01.505Z[ host-package] Compiling ascii-canvas v3.0.0
30562026-06-22T19:30:01.579Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30572026-06-22T19:30:01.658Z[ host-package] Compiling tabled_derive v0.11.0
30582026-06-22T19:30:01.747Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30592026-06-22T19:30:01.872Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30602026-06-22T19:30:02.002Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-06-22T19:30:02.297Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-06-22T19:30:02.333Z[ host-package] Compiling libscf-sys v1.1.0
30632026-06-22T19:30:02.338Z[ host-package] Compiling papergrid v0.17.0
30642026-06-22T19:30:02.403Z[ host-package] Compiling testing_table v0.3.0
30652026-06-22T19:30:02.407Z[ host-package] Compiling itertools v0.10.5
30662026-06-22T19:30:02.514Z[ host-package] Compiling ena v0.14.4
30672026-06-22T19:30:02.553Z[ host-package] Compiling libloading v0.8.9
30682026-06-22T19:30:02.556Z[ host-package] Compiling diff v0.1.13
30692026-06-22T19:30:02.807Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30702026-06-22T19:30:02.846Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30712026-06-22T19:30:02.881Z[ host-package] Compiling regex-syntax v0.6.29
30722026-06-22T19:30:02.937Z[ host-package] Compiling unicase v2.9.0
30732026-06-22T19:30:03.006Z[ host-package] Compiling bindgen v0.71.1
30742026-06-22T19:30:03.166Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30752026-06-22T19:30:03.609Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30762026-06-22T19:30:03.630Z[ host-package] Compiling progenitor-impl v0.13.0
30772026-06-22T19:30:03.669Z[ host-package] Compiling cexpr v0.6.0
30782026-06-22T19:30:03.819Z[ host-package] Compiling tabled v0.20.0
30792026-06-22T19:30:03.972Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30802026-06-22T19:30:03.995Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30812026-06-22T19:30:04.101Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30822026-06-22T19:30:04.204Z[ helios-setup] Jun 22 19:30:03.298 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30832026-06-22T19:30:04.300Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30842026-06-22T19:30:04.411Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30852026-06-22T19:30:05.033Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30862026-06-22T19:30:05.382Z[ host-package] Compiling lalrpop v0.19.12
30872026-06-22T19:30:05.640Z[ host-package] Compiling xshell-macros v0.2.7
30882026-06-22T19:30:06.027Z[ host-package] Compiling rustc-hash v2.1.1
30892026-06-22T19:30:06.140Z[ host-package] Compiling xshell v0.2.7
30902026-06-22T19:30:06.384Z[ host-package] Compiling progenitor-macro v0.13.0
30912026-06-22T19:30:06.659Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30922026-06-22T19:30:07.627Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30932026-06-22T19:30:08.677Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30942026-06-22T19:30:08.918Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30952026-06-22T19:30:09.584Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30962026-06-22T19:30:10.054Z[ host-package] Compiling progenitor-client v0.13.0
30972026-06-22T19:30:10.659Z[ host-package] Compiling headers-core v0.3.0
30982026-06-22T19:30:10.859Z[ host-package] Compiling libxml v0.3.3
30992026-06-22T19:30:11.034Z[ host-package] Compiling headers v0.4.1
31002026-06-22T19:30:11.487Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31012026-06-22T19:30:11.567Z[ host-package] Compiling samael v0.0.19
31022026-06-22T19:30:11.666Z[ host-package] Compiling progenitor v0.13.0
31032026-06-22T19:30:12.303Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31042026-06-22T19:30:12.492Z[ host-package] Compiling strum_macros v0.24.3
31052026-06-22T19:30:12.585Z[ host-package] Compiling crc8 v0.1.1
31062026-06-22T19:30:12.810Z[ host-package] Compiling indoc v1.0.9
31072026-06-22T19:30:13.058Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31082026-06-22T19:30:13.333Z[ host-package] Compiling derive_builder v0.20.2
31092026-06-22T19:30:13.378Z[ host-package] Compiling quick-xml v0.37.5
31102026-06-22T19:30:13.527Z[ host-package] Compiling oso-derive v0.27.3
31112026-06-22T19:30:13.724Z[ host-package] Compiling polar-core v0.27.3
31122026-06-22T19:30:13.818Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31132026-06-22T19:30:14.019Z[ host-package] Compiling openssl-probe v0.1.6
31142026-06-22T19:30:14.106Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31152026-06-22T19:30:14.397Z[ host-package] Compiling git-stub v1.0.0
31162026-06-22T19:30:14.684Z[ host-package] Compiling git-stub-vcs v0.1.0
31172026-06-22T19:30:14.866Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31182026-06-22T19:30:14.974Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31192026-06-22T19:30:15.027Z[ host-package] Compiling bb8 v0.8.6
31202026-06-22T19:30:15.062Z[ host-package] Compiling trait-variant v0.1.2
31212026-06-22T19:30:15.143Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31222026-06-22T19:30:15.262Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31232026-06-22T19:30:15.289Z[ host-package] Compiling half v1.8.3
31242026-06-22T19:30:15.549Z[ host-package] Compiling nonempty v0.12.0
31252026-06-22T19:30:15.756Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31262026-06-22T19:30:15.789Z[ host-package] Compiling serde_cbor v0.11.2
31272026-06-22T19:30:15.837Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-06-22T19:30:15.841Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31292026-06-22T19:30:16.192Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31302026-06-22T19:30:16.237Z[ host-package] Compiling fxhash v0.2.1
31312026-06-22T19:30:16.568Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31322026-06-22T19:30:16.853Z[ helios-setup] Jun 22 19:30:15.950 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.21s
31332026-06-22T19:30:16.891Z[ helios-setup] Jun 22 19:30:15.986 INFO building project "amd-host-image-builder" ok (48 seconds)
31342026-06-22T19:30:16.892Z[ helios-setup] Jun 22 19:30:15.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31352026-06-22T19:30:16.899Z[ helios-setup] Jun 22 19:30:15.995 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
31362026-06-22T19:30:16.899Z[ helios-setup] Jun 22 19:30:15.995 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31372026-06-22T19:30:16.899Z[ helios-setup] Jun 22 19:30:15.995 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31382026-06-22T19:30:17.016Z[ helios-setup] Jun 22 19:30:16.110 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31392026-06-22T19:30:17.026Z[ host-package] Compiling libz-sys v1.1.24
31402026-06-22T19:30:17.297Z[ helios-setup] Jun 22 19:30:16.354 INFO E| From https://github.com/jclulow/rust-jmclib
31412026-06-22T19:30:17.297Z[ helios-setup] Jun 22 19:30:16.354 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31422026-06-22T19:30:17.313Z[ helios-setup] Jun 22 19:30:16.365 INFO E| Updating crates.io index
31432026-06-22T19:30:17.313Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31442026-06-22T19:30:17.329Z[ helios-setup] Jun 22 19:30:16.425 INFO E| Downloading crates ...
31452026-06-22T19:30:17.389Z[ helios-setup] Jun 22 19:30:16.485 INFO E| Downloaded bitflags v2.3.3
31462026-06-22T19:30:17.395Z[ helios-setup] Jun 22 19:30:16.489 INFO E| Downloaded errno v0.3.1
31472026-06-22T19:30:17.398Z[ helios-setup] Jun 22 19:30:16.490 INFO E| Downloaded fastrand v2.0.0
31482026-06-22T19:30:17.398Z[ helios-setup] Jun 22 19:30:16.492 INFO E| Downloaded once_cell v1.18.0
31492026-06-22T19:30:17.398Z[ helios-setup] Jun 22 19:30:16.494 INFO E| Downloaded digest v0.9.0
31502026-06-22T19:30:17.398Z[ helios-setup] Jun 22 19:30:16.495 INFO E| Downloaded cpufeatures v0.2.9
31512026-06-22T19:30:17.412Z[ helios-setup] Jun 22 19:30:16.507 INFO E| Downloaded itoa v1.0.9
31522026-06-22T19:30:17.416Z[ helios-setup] Jun 22 19:30:16.512 INFO E| Downloaded block-buffer v0.9.0
31532026-06-22T19:30:17.420Z[ helios-setup] Jun 22 19:30:16.515 INFO E| Downloaded md-5 v0.9.1
31542026-06-22T19:30:17.425Z[ helios-setup] Jun 22 19:30:16.516 INFO E| Downloaded libdevinfo-sys v1.0.0
31552026-06-22T19:30:17.428Z[ helios-setup] Jun 22 19:30:16.522 INFO E| Downloaded sha-1 v0.9.8
31562026-06-22T19:30:17.428Z[ helios-setup] Jun 22 19:30:16.524 INFO E| Downloaded opaque-debug v0.3.0
31572026-06-22T19:30:17.432Z[ helios-setup] Jun 22 19:30:16.527 INFO E| Downloaded walkdir v2.3.3
31582026-06-22T19:30:17.435Z[ helios-setup] Jun 22 19:30:16.531 INFO E| Downloaded tempfile v3.7.0
31592026-06-22T19:30:17.438Z[ helios-setup] Jun 22 19:30:16.533 INFO E| Downloaded getrandom v0.2.10
31602026-06-22T19:30:17.442Z[ helios-setup] Jun 22 19:30:16.539 INFO E| Downloaded quote v1.0.31
31612026-06-22T19:30:17.446Z[ helios-setup] Jun 22 19:30:16.543 INFO E| Downloaded glob v0.3.1
31622026-06-22T19:30:17.452Z[ helios-setup] Jun 22 19:30:16.544 INFO E| Downloaded anyhow v1.0.72
31632026-06-22T19:30:17.455Z[ helios-setup] Jun 22 19:30:16.546 INFO E| Downloaded uuid v0.8.2
31642026-06-22T19:30:17.459Z[ helios-setup] Jun 22 19:30:16.553 INFO E| Downloaded typenum v1.16.0
31652026-06-22T19:30:17.462Z[ helios-setup] Jun 22 19:30:16.555 INFO E| Downloaded unicode-ident v1.0.11
31662026-06-22T19:30:17.462Z[ host-package] Compiling salty v0.3.0
31672026-06-22T19:30:17.462Z[ helios-setup] Jun 22 19:30:16.556 INFO E| Downloaded ryu v1.0.15
31682026-06-22T19:30:17.462Z[ helios-setup] Jun 22 19:30:16.559 INFO E| Downloaded serde_derive v1.0.193
31692026-06-22T19:30:17.465Z[ helios-setup] Jun 22 19:30:16.561 INFO E| Downloaded toml v0.5.11
31702026-06-22T19:30:17.468Z[ helios-setup] Jun 22 19:30:16.562 INFO E| Downloaded proc-macro2 v1.0.66
31712026-06-22T19:30:17.471Z[ helios-setup] Jun 22 19:30:16.568 INFO E| Downloaded serde v1.0.193
31722026-06-22T19:30:17.488Z[ helios-setup] Jun 22 19:30:16.584 INFO E| Downloaded serde_json v1.0.103
31732026-06-22T19:30:17.518Z[ helios-setup] Jun 22 19:30:16.614 INFO E| Downloaded syn v2.0.32
31742026-06-22T19:30:17.541Z[ helios-setup] Jun 22 19:30:16.637 INFO E| Downloaded rustix v0.38.4
31752026-06-22T19:30:17.583Z[ helios-setup] Jun 22 19:30:16.680 INFO E| Downloaded libc v0.2.147
31762026-06-22T19:30:17.651Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling libc v0.2.147
31772026-06-22T19:30:17.654Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling proc-macro2 v1.0.66
31782026-06-22T19:30:17.654Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling cfg-if v1.0.0
31792026-06-22T19:30:17.654Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling unicode-ident v1.0.11
31802026-06-22T19:30:17.654Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling typenum v1.16.0
31812026-06-22T19:30:17.654Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling version_check v0.9.4
31822026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling serde v1.0.193
31832026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling rustix v0.38.4
31842026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling slog v2.7.0
31852026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling num-conv v0.1.0
31862026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling itoa v1.0.9
31872026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling time-core v0.1.2
31882026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling powerfmt v0.2.0
31892026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling num_threads v0.1.6
31902026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling once_cell v1.18.0
31912026-06-22T19:30:17.655Z[ helios-setup] Jun 22 19:30:16.748 INFO E| Compiling bitflags v2.3.3
31922026-06-22T19:30:18.101Z[ helios-setup] Jun 22 19:30:17.196 INFO E| Compiling opaque-debug v0.3.0
31932026-06-22T19:30:18.108Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31942026-06-22T19:30:18.188Z[ helios-setup] Jun 22 19:30:17.281 INFO E| Compiling serde_json v1.0.103
31952026-06-22T19:30:18.213Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31962026-06-22T19:30:18.299Z[ helios-setup] Jun 22 19:30:17.393 INFO E| Compiling deranged v0.3.11
31972026-06-22T19:30:18.310Z[ helios-setup] Jun 22 19:30:17.406 INFO E| Compiling fastrand v2.0.0
31982026-06-22T19:30:18.364Z[ helios-setup] Jun 22 19:30:17.459 INFO E| Compiling thread_local v1.1.7
31992026-06-22T19:30:18.387Z[ helios-setup] Jun 22 19:30:17.480 INFO E| Compiling anyhow v1.0.72
32002026-06-22T19:30:18.398Z[ helios-setup] Jun 22 19:30:17.493 INFO E| Compiling unicode-width v0.1.10
32012026-06-22T19:30:18.450Z[ helios-setup] Jun 22 19:30:17.540 INFO E| Compiling time-macros v0.2.18
32022026-06-22T19:30:18.459Z[ helios-setup] Jun 22 19:30:17.556 INFO E| Compiling ryu v1.0.15
32032026-06-22T19:30:18.754Z[ host-package] Compiling diesel-dtrace v0.5.0
32042026-06-22T19:30:18.787Z[ helios-setup] Jun 22 19:30:17.882 INFO E| Compiling same-file v1.0.6
32052026-06-22T19:30:18.803Z[ helios-setup] Jun 22 19:30:17.900 INFO E| Compiling cpufeatures v0.2.9
32062026-06-22T19:30:18.859Z[ helios-setup] Jun 22 19:30:17.956 INFO E| Compiling getopts v0.2.21
32072026-06-22T19:30:18.881Z[ helios-setup] Jun 22 19:30:17.977 INFO E| Compiling libdevinfo-sys v1.0.0
32082026-06-22T19:30:18.944Z[ helios-setup] Jun 22 19:30:18.041 INFO E| Compiling generic-array v0.14.7
32092026-06-22T19:30:18.954Z[ helios-setup] Jun 22 19:30:18.051 INFO E| Compiling walkdir v2.3.3
32102026-06-22T19:30:19.004Z[ helios-setup] Jun 22 19:30:18.100 INFO E| Compiling glob v0.3.1
32112026-06-22T19:30:19.234Z[ helios-setup] Jun 22 19:30:18.331 INFO E| Compiling dirs-sys-next v0.1.2
32122026-06-22T19:30:19.234Z[ helios-setup] Jun 22 19:30:18.331 INFO E| Compiling errno v0.3.1
32132026-06-22T19:30:19.234Z[ helios-setup] Jun 22 19:30:18.331 INFO E| Compiling atty v0.2.14
32142026-06-22T19:30:19.304Z[ helios-setup] Jun 22 19:30:18.401 INFO E| Compiling getrandom v0.2.10
32152026-06-22T19:30:19.322Z[ helios-setup] Jun 22 19:30:18.419 INFO E| Compiling quote v1.0.31
32162026-06-22T19:30:19.470Z[ helios-setup] Jun 22 19:30:18.566 INFO E| Compiling dirs-next v2.0.0
32172026-06-22T19:30:19.587Z[ helios-setup] Jun 22 19:30:18.681 INFO E| Compiling term v0.7.0
32182026-06-22T19:30:19.594Z[ host-package] Compiling async-bb8-diesel v0.2.1
32192026-06-22T19:30:19.859Z[ helios-setup] Jun 22 19:30:18.955 INFO E| Compiling syn v2.0.32
32202026-06-22T19:30:20.371Z[ helios-setup] Jun 22 19:30:19.437 INFO E| Compiling time v0.3.36
32212026-06-22T19:30:20.379Z[ helios-setup] Jun 22 19:30:19.446 INFO E| Compiling tempfile v3.7.0
32222026-06-22T19:30:20.519Z[ helios-setup] Jun 22 19:30:19.599 INFO E| Compiling block-buffer v0.9.0
32232026-06-22T19:30:20.519Z[ helios-setup] Jun 22 19:30:19.599 INFO E| Compiling digest v0.9.0
32242026-06-22T19:30:20.528Z[ host-package] Compiling kstat-rs v0.2.4
32252026-06-22T19:30:20.617Z[ helios-setup] Jun 22 19:30:19.714 INFO E| Compiling md-5 v0.9.1
32262026-06-22T19:30:20.617Z[ helios-setup] Jun 22 19:30:19.714 INFO E| Compiling sha-1 v0.9.8
32272026-06-22T19:30:21.260Z[ host-package] Compiling arc-swap v1.8.2
32282026-06-22T19:30:21.393Z[ helios-setup] Jun 22 19:30:20.489 INFO E| Compiling slog-term v2.9.0
32292026-06-22T19:30:21.877Z[ host-package] Compiling slog-scope v4.4.1
32302026-06-22T19:30:21.979Z[ host-package] Compiling mime_guess v2.0.5
32312026-06-22T19:30:22.153Z[ helios-setup] Jun 22 19:30:21.249 INFO E| Compiling serde_derive v1.0.193
32322026-06-22T19:30:22.289Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32332026-06-22T19:30:22.511Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32342026-06-22T19:30:22.753Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32352026-06-22T19:30:23.490Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32362026-06-22T19:30:23.494Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32372026-06-22T19:30:23.494Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32382026-06-22T19:30:23.845Z[ host-package] Compiling nanorand v0.7.0
32392026-06-22T19:30:24.347Z[ host-package] Compiling darling_core v0.23.0
32402026-06-22T19:30:24.542Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32412026-06-22T19:30:25.013Z[ host-package] Compiling oso v0.27.3
32422026-06-22T19:30:26.688Z[ host-package] Compiling parking_lot_core v0.8.6
32432026-06-22T19:30:26.702Z[ helios-setup] Jun 22 19:30:25.796 INFO E| Compiling toml v0.5.11
32442026-06-22T19:30:26.702Z[ helios-setup] Jun 22 19:30:25.796 INFO E| Compiling uuid v0.8.2
32452026-06-22T19:30:26.742Z[ host-package] Compiling darling_macro v0.23.0
32462026-06-22T19:30:27.260Z[ host-package] Compiling flume v0.11.1
32472026-06-22T19:30:27.367Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-22T19:30:27.529Z[ helios-setup] Jun 22 19:30:26.618 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32492026-06-22T19:30:27.708Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32502026-06-22T19:30:28.312Z[ helios-setup] Jun 22 19:30:27.403 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32512026-06-22T19:30:28.357Z[ host-package] Compiling slog-stdlog v4.1.1
32522026-06-22T19:30:29.004Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32532026-06-22T19:30:29.004Z[ host-package] Compiling primeorder v0.13.6
32542026-06-22T19:30:29.106Z[ host-package] Compiling atty v0.2.14
32552026-06-22T19:30:29.261Z[ host-package] Compiling instability v0.3.11
32562026-06-22T19:30:29.363Z[ host-package] Compiling strsim v0.10.0
32572026-06-22T19:30:29.607Z[ host-package] Compiling http-range v0.1.5
32582026-06-22T19:30:29.694Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32592026-06-22T19:30:30.007Z[ host-package] Compiling darling_core v0.13.4
32602026-06-22T19:30:30.035Z[ host-package] Compiling p384 v0.13.1
32612026-06-22T19:30:30.361Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32622026-06-22T19:30:31.965Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32632026-06-22T19:30:32.070Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32642026-06-22T19:30:32.583Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32652026-06-22T19:30:32.663Z[ helios-setup] Jun 22 19:30:31.758 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
32662026-06-22T19:30:32.685Z[ helios-setup] Jun 22 19:30:31.781 INFO building project "image-builder" ok (15 seconds)
32672026-06-22T19:30:32.685Z[ helios-setup] Jun 22 19:30:31.781 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32682026-06-22T19:30:32.696Z[ helios-setup] Jun 22 19:30:31.791 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
32692026-06-22T19:30:32.696Z[ helios-setup] Jun 22 19:30:31.792 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32702026-06-22T19:30:32.696Z[ helios-setup] Jun 22 19:30:31.792 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32712026-06-22T19:30:32.814Z[ helios-setup] Jun 22 19:30:31.911 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32722026-06-22T19:30:33.110Z[ helios-setup] Jun 22 19:30:32.204 INFO E| From https://github.com/jclulow/hiercmd
32732026-06-22T19:30:33.110Z[ helios-setup] Jun 22 19:30:32.205 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32742026-06-22T19:30:33.121Z[ helios-setup] Jun 22 19:30:32.217 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32752026-06-22T19:30:33.464Z[ helios-setup] Jun 22 19:30:32.499 INFO E| From https://github.com/oxidecomputer/network-interface
32762026-06-22T19:30:33.464Z[ helios-setup] Jun 22 19:30:32.499 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32772026-06-22T19:30:33.477Z[ helios-setup] Jun 22 19:30:32.512 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32782026-06-22T19:30:33.536Z[ host-package] Compiling slog-envlogger v2.2.0
32792026-06-22T19:30:33.685Z[ helios-setup] Jun 22 19:30:32.781 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32802026-06-22T19:30:33.685Z[ helios-setup] Jun 22 19:30:32.781 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32812026-06-22T19:30:33.705Z[ helios-setup] Jun 22 19:30:32.800 INFO E| Updating crates.io index
32822026-06-22T19:30:33.797Z[ helios-setup] Jun 22 19:30:32.893 INFO E| Downloading crates ...
32832026-06-22T19:30:33.891Z[ helios-setup] Jun 22 19:30:32.987 INFO E| Downloaded devinfo v0.1.0
32842026-06-22T19:30:33.924Z[ helios-setup] Jun 22 19:30:33.021 INFO E| Downloaded anstyle v1.0.13
32852026-06-22T19:30:33.928Z[ helios-setup] Jun 22 19:30:33.024 INFO E| Downloaded find-msvc-tools v0.1.4
32862026-06-22T19:30:33.932Z[ helios-setup] Jun 22 19:30:33.025 INFO E| Downloaded deranged v0.5.5
32872026-06-22T19:30:33.932Z[ helios-setup] Jun 22 19:30:33.026 INFO E| Downloaded anyhow v1.0.100
32882026-06-22T19:30:33.940Z[ helios-setup] Jun 22 19:30:33.029 INFO E| Downloaded anstyle-query v1.1.4
32892026-06-22T19:30:33.940Z[ helios-setup] Jun 22 19:30:33.030 INFO E| Downloaded crc v3.3.0
32902026-06-22T19:30:33.940Z[ helios-setup] Jun 22 19:30:33.031 INFO E| Downloaded clap v4.5.51
32912026-06-22T19:30:33.944Z[ helios-setup] Jun 22 19:30:33.037 INFO E| Downloaded time-core v0.1.6
32922026-06-22T19:30:33.944Z[ helios-setup] Jun 22 19:30:33.038 INFO E| Downloaded libdevinfo-sys v1.1.0
32932026-06-22T19:30:33.944Z[ helios-setup] Jun 22 19:30:33.038 INFO E| Downloaded clap_derive v4.5.49
32942026-06-22T19:30:33.948Z[ helios-setup] Jun 22 19:30:33.040 INFO E| Downloaded time-macros v0.2.24
32952026-06-22T19:30:33.948Z[ helios-setup] Jun 22 19:30:33.041 INFO E| Downloaded base64ct v1.8.0
32962026-06-22T19:30:33.948Z[ helios-setup] Jun 22 19:30:33.043 INFO E| Downloaded bitfield-macros v0.19.3
32972026-06-22T19:30:33.948Z[ helios-setup] Jun 22 19:30:33.043 INFO E| Downloaded clap_lex v0.7.6
32982026-06-22T19:30:33.956Z[ helios-setup] Jun 22 19:30:33.052 INFO E| Downloaded futures-io v0.3.31
32992026-06-22T19:30:33.961Z[ helios-setup] Jun 22 19:30:33.055 INFO E| Downloaded generic-array v0.14.9
33002026-06-22T19:30:33.969Z[ helios-setup] Jun 22 19:30:33.062 INFO E| Downloaded zeroize_derive v1.4.2
33012026-06-22T19:30:33.969Z[ helios-setup] Jun 22 19:30:33.064 INFO E| Downloaded futures-macro v0.3.31
33022026-06-22T19:30:33.969Z[ helios-setup] Jun 22 19:30:33.064 INFO E| Downloaded futures-core v0.3.31
33032026-06-22T19:30:33.976Z[ helios-setup] Jun 22 19:30:33.071 INFO E| Downloaded simd-adler32 v0.3.7
33042026-06-22T19:30:33.982Z[ helios-setup] Jun 22 19:30:33.078 INFO E| Downloaded thiserror v2.0.17
33052026-06-22T19:30:33.985Z[ helios-setup] Jun 22 19:30:33.082 INFO E| Downloaded env_logger v0.11.8
33062026-06-22T19:30:33.989Z[ helios-setup] Jun 22 19:30:33.086 INFO E| Downloaded getopts v0.2.24
33072026-06-22T19:30:33.992Z[ helios-setup] Jun 22 19:30:33.087 INFO E| Downloaded tokio-macros v2.6.0
33082026-06-22T19:30:34.003Z[ helios-setup] Jun 22 19:30:33.098 INFO E| Downloaded futures-task v0.3.31
33092026-06-22T19:30:34.008Z[ helios-setup] Jun 22 19:30:33.102 INFO E| Downloaded env_filter v0.1.4
33102026-06-22T19:30:34.015Z[ helios-setup] Jun 22 19:30:33.109 INFO E| Downloaded slab v0.4.11
33112026-06-22T19:30:34.018Z[ helios-setup] Jun 22 19:30:33.111 INFO E| Downloaded futures-sink v0.3.31
33122026-06-22T19:30:34.019Z[ helios-setup] Jun 22 19:30:33.111 INFO E| Downloaded futures-executor v0.3.31
33132026-06-22T19:30:34.024Z[ helios-setup] Jun 22 19:30:33.117 INFO E| Downloaded bitfield v0.19.3
33142026-06-22T19:30:34.028Z[ helios-setup] Jun 22 19:30:33.125 INFO E| Downloaded signal-hook-registry v1.4.6
33152026-06-22T19:30:34.031Z[ helios-setup] Jun 22 19:30:33.126 INFO E| Downloaded bitflags v2.10.0
33162026-06-22T19:30:34.034Z[ helios-setup] Jun 22 19:30:33.128 INFO E| Downloaded pin-project-lite v0.2.16
33172026-06-22T19:30:34.037Z[ helios-setup] Jun 22 19:30:33.132 INFO E| Downloaded flate2 v1.1.5
33182026-06-22T19:30:34.040Z[ helios-setup] Jun 22 19:30:33.136 INFO E| Downloaded toml_parser v1.0.4
33192026-06-22T19:30:34.043Z[ helios-setup] Jun 22 19:30:33.137 INFO E| Downloaded toml_writer v1.0.4
33202026-06-22T19:30:34.043Z[ helios-setup] Jun 22 19:30:33.139 INFO E| Downloaded futures v0.3.31
33212026-06-22T19:30:34.049Z[ helios-setup] Jun 22 19:30:33.142 INFO E| Downloaded quote v1.0.41
33222026-06-22T19:30:34.055Z[ helios-setup] Jun 22 19:30:33.148 INFO E| Downloaded thiserror-impl v2.0.17
33232026-06-22T19:30:34.056Z[ helios-setup] Jun 22 19:30:33.149 INFO E| Downloaded serde_spanned v1.0.3
33242026-06-22T19:30:34.062Z[ helios-setup] Jun 22 19:30:33.155 INFO E| Downloaded num_enum_derive v0.7.5
33252026-06-22T19:30:34.066Z[ helios-setup] Jun 22 19:30:33.158 INFO E| Downloaded futures-channel v0.3.31
33262026-06-22T19:30:34.070Z[ helios-setup] Jun 22 19:30:33.166 INFO E| Downloaded num_enum v0.7.5
33272026-06-22T19:30:34.080Z[ helios-setup] Jun 22 19:30:33.176 INFO E| Downloaded uuid v1.18.1
33282026-06-22T19:30:34.084Z[ helios-setup] Jun 22 19:30:33.178 INFO E| Downloaded iana-time-zone v0.1.64
33292026-06-22T19:30:34.090Z[ helios-setup] Jun 22 19:30:33.181 INFO E| Downloaded toml_datetime v0.7.3
33302026-06-22T19:30:34.097Z[ helios-setup] Jun 22 19:30:33.194 INFO E| Downloaded proc-macro2 v1.0.103
33312026-06-22T19:30:34.100Z[ helios-setup] Jun 22 19:30:33.196 INFO E| Downloaded unicode-ident v1.0.22
33322026-06-22T19:30:34.103Z[ helios-setup] Jun 22 19:30:33.197 INFO E| Downloaded getrandom v0.2.16
33332026-06-22T19:30:34.113Z[ helios-setup] Jun 22 19:30:33.209 INFO E| Downloaded toml_edit v0.23.7
33342026-06-22T19:30:34.117Z[ helios-setup] Jun 22 19:30:33.214 INFO E| Downloaded log v0.4.28
33352026-06-22T19:30:34.121Z[ helios-setup] Jun 22 19:30:33.215 INFO E| Downloaded socket2 v0.6.1
33362026-06-22T19:30:34.133Z[ helios-setup] Jun 22 19:30:33.230 INFO E| Downloaded term v1.2.0
33372026-06-22T19:30:34.136Z[ helios-setup] Jun 22 19:30:33.232 INFO E| Downloaded toml v0.9.8
33382026-06-22T19:30:34.140Z[ helios-setup] Jun 22 19:30:33.235 INFO E| Downloaded cc v1.2.44
33392026-06-22T19:30:34.143Z[ helios-setup] Jun 22 19:30:33.237 INFO E| Downloaded bytes v1.10.1
33402026-06-22T19:30:34.157Z[ helios-setup] Jun 22 19:30:33.253 INFO E| Downloaded zerocopy-derive v0.8.27
33412026-06-22T19:30:34.166Z[ helios-setup] Jun 22 19:30:33.261 INFO E| Downloaded mio v1.1.0
33422026-06-22T19:30:34.180Z[ helios-setup] Jun 22 19:30:33.277 INFO E| Downloaded rsa v0.9.8
33432026-06-22T19:30:34.188Z[ helios-setup] Jun 22 19:30:33.284 INFO E| Downloaded memchr v2.7.6
33442026-06-22T19:30:34.191Z[ helios-setup] Jun 22 19:30:33.288 INFO E| Downloaded indexmap v2.12.0
33452026-06-22T19:30:34.194Z[ helios-setup] Jun 22 19:30:33.290 INFO E| Downloaded iddqd v0.3.14
33462026-06-22T19:30:34.218Z[ helios-setup] Jun 22 19:30:33.314 INFO E| Downloaded rand v0.8.5
33472026-06-22T19:30:34.221Z[ helios-setup] Jun 22 19:30:33.316 INFO E| Downloaded num-bigint-dig v0.8.4
33482026-06-22T19:30:34.242Z[ helios-setup] Jun 22 19:30:33.338 INFO E| Downloaded libm v0.2.15
33492026-06-22T19:30:34.246Z[ helios-setup] Jun 22 19:30:33.342 INFO E| Downloaded futures-util v0.3.31
33502026-06-22T19:30:34.256Z[ helios-setup] Jun 22 19:30:33.349 INFO E| Downloaded winnow v0.7.13
33512026-06-22T19:30:34.260Z[ helios-setup] Jun 22 19:30:33.355 INFO E| Downloaded time v0.3.44
33522026-06-22T19:30:34.263Z[ helios-setup] Jun 22 19:30:33.360 INFO E| Downloaded clap_builder v4.5.51
33532026-06-22T19:30:34.267Z[ helios-setup] Jun 22 19:30:33.364 INFO E| Downloaded serde_json v1.0.145
33542026-06-22T19:30:34.272Z[ helios-setup] Jun 22 19:30:33.368 INFO E| Downloaded hashbrown v0.16.0
33552026-06-22T19:30:34.705Z[ helios-setup] Jun 22 19:30:33.371 INFO E| Downloaded chrono v0.4.42
33562026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.416 INFO E| Downloaded zerocopy v0.8.27
33572026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.430 INFO E| Downloaded unicode-width v0.2.2
33582026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.433 INFO E| Downloaded syn v2.0.108
33592026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.480 INFO E| Downloaded rustix v1.1.2
33602026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.548 INFO E| Downloaded libc v0.2.177
33612026-06-22T19:30:34.717Z[ helios-setup] Jun 22 19:30:33.565 INFO E| Downloaded tokio v1.48.0
33622026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling proc-macro2 v1.0.103
33632026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling unicode-ident v1.0.22
33642026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling quote v1.0.41
33652026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling libc v0.2.177
33662026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling serde_core v1.0.228
33672026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling cfg-if v1.0.4
33682026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling serde v1.0.228
33692026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling version_check v0.9.5
33702026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling autocfg v1.5.0
33712026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling const-oid v0.9.6
33722026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling typenum v1.19.0
33732026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling libm v0.2.15
33742026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling zerocopy v0.8.27
33752026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.666 INFO E| Compiling rustversion v1.0.22
33762026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.667 INFO E| Compiling smallvec v1.15.1
33772026-06-22T19:30:34.718Z[ helios-setup] Jun 22 19:30:33.667 INFO E| Compiling base64ct v1.8.0
33782026-06-22T19:30:34.784Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-06-22T19:30:34.825Z[ helios-setup] Jun 22 19:30:33.917 INFO E| Compiling zeroize v1.8.2
33802026-06-22T19:30:35.142Z[ helios-setup] Jun 22 19:30:34.238 INFO E| Compiling memchr v2.7.6
33812026-06-22T19:30:35.616Z[ helios-setup] Jun 22 19:30:34.712 INFO E| Compiling pem-rfc7468 v0.7.0
33822026-06-22T19:30:35.625Z[ helios-setup] Jun 22 19:30:34.720 INFO E| Compiling crc32fast v1.5.0
33832026-06-22T19:30:35.725Z[ helios-setup] Jun 22 19:30:34.821 INFO E| Compiling flagset v0.4.7
33842026-06-22T19:30:35.804Z[ helios-setup] Jun 22 19:30:34.900 INFO E| Compiling generic-array v0.14.9
33852026-06-22T19:30:35.937Z[ helios-setup] Jun 22 19:30:35.033 INFO E| Compiling utf8parse v0.2.2
33862026-06-22T19:30:35.945Z[ helios-setup] Jun 22 19:30:35.041 INFO E| Compiling anyhow v1.0.100
33872026-06-22T19:30:35.955Z[ helios-setup] Jun 22 19:30:35.051 INFO E| Compiling winnow v0.7.13
33882026-06-22T19:30:36.113Z[ helios-setup] Jun 22 19:30:35.210 INFO E| Compiling byteorder v1.5.0
33892026-06-22T19:30:36.143Z[ helios-setup] Jun 22 19:30:35.240 INFO E| Compiling num-traits v0.2.19
33902026-06-22T19:30:36.460Z[ helios-setup] Jun 22 19:30:35.557 INFO E| Compiling getrandom v0.2.16
33912026-06-22T19:30:36.469Z[ helios-setup] Jun 22 19:30:35.565 INFO E| Compiling hashbrown v0.16.0
33922026-06-22T19:30:36.484Z[ helios-setup] Jun 22 19:30:35.580 INFO E| Compiling equivalent v1.0.2
33932026-06-22T19:30:36.495Z[ helios-setup] Jun 22 19:30:35.587 INFO E| Compiling rustix v1.1.2
33942026-06-22T19:30:36.661Z[ helios-setup] Jun 22 19:30:35.756 INFO E| Compiling anstyle-parse v0.2.7
33952026-06-22T19:30:36.694Z[ helios-setup] Jun 22 19:30:35.790 INFO E| Compiling errno v0.3.14
33962026-06-22T19:30:36.862Z[ helios-setup] Jun 22 19:30:35.952 INFO E| Compiling rand_core v0.6.4
33972026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.158 INFO E| Compiling is_terminal_polyfill v1.70.2
33982026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.165 INFO E| Compiling cpufeatures v0.2.17
33992026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.214 INFO E| Compiling syn v1.0.109
34002026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.227 INFO E| Compiling anstyle-query v1.1.4
34012026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.269 INFO E| Compiling toml_datetime v0.7.3
34022026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.279 INFO E| Compiling anstyle v1.0.13
34032026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.294 INFO E| Compiling colorchoice v1.0.4
34042026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.373 INFO E| Compiling find-msvc-tools v0.1.4
34052026-06-22T19:30:37.343Z[ helios-setup] Jun 22 19:30:36.384 INFO E| Compiling shlex v1.3.0
34062026-06-22T19:30:37.357Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34072026-06-22T19:30:37.435Z[ helios-setup] Jun 22 19:30:36.522 INFO E| Compiling allocator-api2 v0.2.21
34082026-06-22T19:30:37.531Z[ helios-setup] Jun 22 19:30:36.617 INFO E| Compiling indexmap v2.12.0
34092026-06-22T19:30:37.582Z[ host-package] Compiling darling v0.23.0
34102026-06-22T19:30:37.616Z[ helios-setup] Jun 22 19:30:36.700 INFO E| Compiling syn v2.0.108
34112026-06-22T19:30:37.776Z[ helios-setup] Jun 22 19:30:36.833 INFO E| Compiling radium v0.7.0
34122026-06-22T19:30:37.795Z[ helios-setup] Jun 22 19:30:36.879 INFO E| Compiling slog v2.8.2
34132026-06-22T19:30:37.839Z[ helios-setup] Jun 22 19:30:36.917 INFO E| Compiling cc v1.2.44
34142026-06-22T19:30:37.839Z[ helios-setup] Jun 22 19:30:36.917 INFO E| Compiling anstream v0.6.21
34152026-06-22T19:30:37.891Z[ helios-setup] Jun 22 19:30:36.981 INFO E| Compiling unicode-width v0.2.2
34162026-06-22T19:30:38.412Z[ helios-setup] Jun 22 19:30:37.509 INFO E| Compiling parking_lot_core v0.9.12
34172026-06-22T19:30:38.421Z[ helios-setup] Jun 22 19:30:37.516 INFO E| Compiling pkg-config v0.3.32
34182026-06-22T19:30:38.506Z[ helios-setup] Jun 22 19:30:37.603 INFO E| Compiling maybe-uninit v2.0.0
34192026-06-22T19:30:38.633Z[ helios-setup] Jun 22 19:30:37.727 INFO E| Compiling pin-project-lite v0.2.16
34202026-06-22T19:30:38.761Z[ helios-setup] Jun 22 19:30:37.851 INFO E| Compiling block-buffer v0.10.4
34212026-06-22T19:30:38.765Z[ helios-setup] Jun 22 19:30:37.858 INFO E| Compiling crypto-common v0.1.6
34222026-06-22T19:30:38.817Z[ helios-setup] Jun 22 19:30:37.913 INFO E| Compiling futures-sink v0.3.31
34232026-06-22T19:30:38.914Z[ helios-setup] Jun 22 19:30:38.011 INFO E| Compiling toml_parser v1.0.4
34242026-06-22T19:30:38.946Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34252026-06-22T19:30:38.989Z[ helios-setup] Jun 22 19:30:38.085 INFO E| Compiling futures-core v0.3.31
34262026-06-22T19:30:39.015Z[ helios-setup] Jun 22 19:30:38.108 INFO E| Compiling tap v1.0.1
34272026-06-22T19:30:39.029Z[ helios-setup] Jun 22 19:30:38.126 INFO E| Compiling num-integer v0.1.46
34282026-06-22T19:30:39.077Z[ host-package] Compiling ignore v0.4.25
34292026-06-22T19:30:39.149Z[ helios-setup] Jun 22 19:30:38.245 INFO E| Compiling digest v0.10.7
34302026-06-22T19:30:39.185Z[ helios-setup] Jun 22 19:30:38.279 INFO E| Compiling wyz v0.5.1
34312026-06-22T19:30:39.189Z[ helios-setup] Jun 22 19:30:38.286 INFO E| Compiling getopts v0.2.24
34322026-06-22T19:30:39.248Z[ helios-setup] Jun 22 19:30:38.344 INFO E| Compiling ahash v0.8.12
34332026-06-22T19:30:39.254Z[ helios-setup] Jun 22 19:30:38.350 INFO E| Compiling futures-io v0.3.31
34342026-06-22T19:30:39.355Z[ helios-setup] Jun 22 19:30:38.448 INFO E| Compiling num-conv v0.1.0
34352026-06-22T19:30:39.523Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34362026-06-22T19:30:39.551Z[ helios-setup] Jun 22 19:30:38.646 INFO E| Compiling sha2 v0.10.9
34372026-06-22T19:30:39.575Z[ helios-setup] Jun 22 19:30:38.671 INFO E| Compiling futures-channel v0.3.31
34382026-06-22T19:30:39.609Z[ helios-setup] Jun 22 19:30:38.705 INFO E| Compiling spin v0.9.8
34392026-06-22T19:30:39.698Z[ helios-setup] Jun 22 19:30:38.788 INFO E| Compiling packed_struct v0.10.1
34402026-06-22T19:30:39.728Z[ helios-setup] Jun 22 19:30:38.822 INFO E| Compiling futures-task v0.3.31
34412026-06-22T19:30:39.800Z[ helios-setup] Jun 22 19:30:38.886 INFO E| Compiling clap_lex v0.7.6
34422026-06-22T19:30:39.881Z[ host-package] Compiling vergen-git2 v9.1.0
34432026-06-22T19:30:39.992Z[ helios-setup] Jun 22 19:30:39.044 INFO E| Compiling toml_edit v0.23.7
34442026-06-22T19:30:40.012Z[ helios-setup] Jun 22 19:30:39.055 INFO E| Compiling thiserror v1.0.69
34452026-06-22T19:30:40.012Z[ helios-setup] Jun 22 19:30:39.061 INFO E| Compiling num-bigint-dig v0.8.4
34462026-06-22T19:30:40.056Z[ helios-setup] Jun 22 19:30:39.100 INFO E| Compiling bytes v1.10.1
34472026-06-22T19:30:40.056Z[ helios-setup] Jun 22 19:30:39.101 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34482026-06-22T19:30:40.087Z[ helios-setup] Jun 22 19:30:39.150 INFO E| Compiling funty v2.0.0
34492026-06-22T19:30:40.156Z[ helios-setup] Jun 22 19:30:39.240 INFO E| Compiling getrandom v0.3.4
34502026-06-22T19:30:40.222Z[ helios-setup] Jun 22 19:30:39.307 INFO E| Compiling pin-utils v0.1.0
34512026-06-22T19:30:40.235Z[ helios-setup] Jun 22 19:30:39.314 INFO E| Compiling slab v0.4.11
34522026-06-22T19:30:40.284Z[ helios-setup] Jun 22 19:30:39.370 INFO E| Compiling time-core v0.1.6
34532026-06-22T19:30:40.313Z[ helios-setup] Jun 22 19:30:39.407 INFO E| Compiling strsim v0.11.1
34542026-06-22T19:30:40.597Z[ host-package] Compiling castaway v0.2.4
34552026-06-22T19:30:40.604Z[ helios-setup] Jun 22 19:30:39.700 INFO E| Compiling itoa v1.0.15
34562026-06-22T19:30:40.651Z[ helios-setup] Jun 22 19:30:39.746 INFO E| Compiling bitflags v2.10.0
34572026-06-22T19:30:40.665Z[ helios-setup] Jun 22 19:30:39.760 INFO E| Compiling powerfmt v0.2.0
34582026-06-22T19:30:40.790Z[ helios-setup] Jun 22 19:30:39.886 INFO E| Compiling heck v0.5.0
34592026-06-22T19:30:40.890Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34602026-06-22T19:30:40.975Z[ helios-setup] Jun 22 19:30:40.070 INFO E| Compiling proc-macro-crate v3.4.0
34612026-06-22T19:30:40.985Z[ helios-setup] Jun 22 19:30:40.079 INFO E| Compiling scopeguard v1.2.0
34622026-06-22T19:30:41.038Z[ helios-setup] Jun 22 19:30:40.134 INFO E| Compiling time-macros v0.2.24
34632026-06-22T19:30:41.220Z[ helios-setup] Jun 22 19:30:40.316 INFO E| Compiling lock_api v0.4.14
34642026-06-22T19:30:41.234Z[ helios-setup] Jun 22 19:30:40.330 INFO E| Compiling deranged v0.5.5
34652026-06-22T19:30:41.359Z[ helios-setup] Jun 22 19:30:40.455 INFO E| Compiling bitvec v1.0.1
34662026-06-22T19:30:41.504Z[ helios-setup] Jun 22 19:30:40.600 INFO E| Compiling lazy_static v1.5.0
34672026-06-22T19:30:41.579Z[ helios-setup] Jun 22 19:30:40.675 INFO E| Compiling num-iter v0.1.45
34682026-06-22T19:30:41.591Z[ host-package] Compiling indoc v2.0.7
34692026-06-22T19:30:41.847Z[ helios-setup] Jun 22 19:30:40.941 INFO E| Compiling indexmap v1.9.3
34702026-06-22T19:30:41.894Z[ helios-setup] Jun 22 19:30:40.983 INFO E| Compiling crc-catalog v2.4.0
34712026-06-22T19:30:42.012Z[ helios-setup] Jun 22 19:30:41.108 INFO E| Compiling simd-adler32 v0.3.7
34722026-06-22T19:30:42.211Z[ helios-setup] Jun 22 19:30:41.306 INFO E| Compiling nodrop v0.1.14
34732026-06-22T19:30:42.225Z[ helios-setup] Jun 22 19:30:41.321 INFO E| Compiling thiserror v2.0.17
34742026-06-22T19:30:42.266Z[ helios-setup] Jun 22 19:30:41.362 INFO E| Compiling adler2 v2.0.1
34752026-06-22T19:30:42.298Z[ host-package] Compiling globwalk v0.9.1
34762026-06-22T19:30:42.350Z[ helios-setup] Jun 22 19:30:41.446 INFO E| Compiling serde_json v1.0.145
34772026-06-22T19:30:42.409Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34782026-06-22T19:30:42.437Z[ helios-setup] Jun 22 19:30:41.529 INFO E| Compiling once_cell v1.21.3
34792026-06-22T19:30:42.467Z[ host-package] Compiling compact_str v0.8.1
34802026-06-22T19:30:42.531Z[ helios-setup] Jun 22 19:30:41.626 INFO E| Compiling terminal_size v0.4.3
34812026-06-22T19:30:42.559Z[ helios-setup] Jun 22 19:30:41.644 INFO E| Compiling iana-time-zone v0.1.64
34822026-06-22T19:30:42.751Z[ helios-setup] Jun 22 19:30:41.816 INFO E| Compiling clap_builder v4.5.51
34832026-06-22T19:30:42.768Z[ helios-setup] Jun 22 19:30:41.844 INFO E| Compiling log v0.4.28
34842026-06-22T19:30:42.824Z[ helios-setup] Jun 22 19:30:41.918 INFO E| Compiling chrono v0.4.42
34852026-06-22T19:30:42.863Z[ helios-setup] Jun 22 19:30:41.959 INFO E| Compiling miniz_oxide v0.8.9
34862026-06-22T19:30:42.909Z[ helios-setup] Jun 22 19:30:42.005 INFO E| Compiling array-init v0.0.4
34872026-06-22T19:30:43.167Z[ helios-setup] Jun 22 19:30:42.261 INFO E| Compiling env_filter v0.1.4
34882026-06-22T19:30:43.175Z[ helios-setup] Jun 22 19:30:42.270 INFO E| Compiling parking_lot v0.12.5
34892026-06-22T19:30:43.438Z[ host-package] Compiling parking_lot v0.11.2
34902026-06-22T19:30:43.541Z[ helios-setup] Jun 22 19:30:42.634 INFO E| Compiling time v0.3.44
34912026-06-22T19:30:43.578Z[ helios-setup] Jun 22 19:30:42.674 INFO E| Compiling crc v3.3.0
34922026-06-22T19:30:43.638Z[ helios-setup] Jun 22 19:30:42.734 INFO E| Compiling smallvec v0.6.14
34932026-06-22T19:30:43.909Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34942026-06-22T19:30:43.971Z[ helios-setup] Jun 22 19:30:43.067 INFO E| Compiling serde_spanned v1.0.3
34952026-06-22T19:30:44.027Z[ helios-setup] Jun 22 19:30:43.123 INFO E| Compiling signature v2.2.0
34962026-06-22T19:30:44.177Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34972026-06-22T19:30:44.238Z[ helios-setup] Jun 22 19:30:43.334 INFO E| Compiling mio v1.1.0
34982026-06-22T19:30:44.334Z[ helios-setup] Jun 22 19:30:43.429 INFO E| Compiling socket2 v0.6.1
34992026-06-22T19:30:44.380Z[ helios-setup] Jun 22 19:30:43.476 INFO E| Compiling signal-hook-registry v1.4.6
35002026-06-22T19:30:44.470Z[ host-package] Compiling hyper-staticfile v0.10.1
35012026-06-22T19:30:44.845Z[ helios-setup] Jun 22 19:30:43.941 INFO E| Compiling is-terminal v0.4.17
35022026-06-22T19:30:44.929Z[ host-package] Compiling darling_macro v0.13.4
35032026-06-22T19:30:45.018Z[ helios-setup] Jun 22 19:30:44.114 INFO E| Compiling thread_local v1.1.9
35042026-06-22T19:30:45.053Z[ helios-setup] Jun 22 19:30:44.149 INFO E| Compiling toml_writer v1.0.4
35052026-06-22T19:30:45.341Z[ helios-setup] Jun 22 19:30:44.437 INFO E| Compiling packed_struct_codegen v0.10.1
35062026-06-22T19:30:45.414Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35072026-06-22T19:30:45.418Z[ helios-setup] Jun 22 19:30:44.514 INFO E| Compiling subtle v2.6.1
35082026-06-22T19:30:45.431Z[ helios-setup] Jun 22 19:30:44.527 INFO E| Compiling winnow v0.5.40
35092026-06-22T19:30:45.592Z[ helios-setup] Jun 22 19:30:44.688 INFO E| Compiling base64 v0.21.7
35102026-06-22T19:30:45.630Z[ helios-setup] Jun 22 19:30:44.724 INFO E| Compiling libdevinfo-sys v1.1.0
35112026-06-22T19:30:45.646Z[ helios-setup] Jun 22 19:30:44.742 INFO E| Compiling term v1.2.0
35122026-06-22T19:30:45.732Z[ helios-setup] Jun 22 19:30:44.828 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35132026-06-22T19:30:45.781Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35142026-06-22T19:30:45.837Z[ helios-setup] Jun 22 19:30:44.932 INFO E| Compiling ryu v1.0.20
35152026-06-22T19:30:45.845Z[ helios-setup] Jun 22 19:30:44.941 INFO E| Compiling hashbrown v0.12.3
35162026-06-22T19:30:45.865Z[ helios-setup] Jun 22 19:30:44.961 INFO E| Compiling bzip2 v0.4.4
35172026-06-22T19:30:45.872Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35182026-06-22T19:30:45.888Z[ helios-setup] Jun 22 19:30:44.984 INFO E| Compiling uuid v1.18.1
35192026-06-22T19:30:46.103Z[ helios-setup] Jun 22 19:30:45.199 INFO E| Compiling flate2 v1.1.5
35202026-06-22T19:30:46.109Z[ helios-setup] Jun 22 19:30:45.205 INFO E| Compiling env_logger v0.11.8
35212026-06-22T19:30:46.215Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35222026-06-22T19:30:46.504Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35232026-06-22T19:30:46.568Z[ helios-setup] Jun 22 19:30:45.662 INFO E| Compiling toml v0.9.8
35242026-06-22T19:30:47.036Z[ helios-setup] Jun 22 19:30:46.128 INFO E| Compiling hex v0.4.3
35252026-06-22T19:30:47.041Z[ helios-setup] Jun 22 19:30:46.129 INFO E| Compiling crc-any v2.5.0
35262026-06-22T19:30:47.052Z[ helios-setup] Jun 22 19:30:46.144 INFO E| Compiling bitflags v1.3.2
35272026-06-22T19:30:47.059Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35282026-06-22T19:30:47.082Z[ helios-setup] Jun 22 19:30:46.178 INFO E| Compiling serde_derive v1.0.228
35292026-06-22T19:30:47.181Z[ helios-setup] Jun 22 19:30:46.277 INFO E| Compiling zerocopy-derive v0.8.27
35302026-06-22T19:30:47.294Z[ helios-setup] Jun 22 19:30:46.389 INFO E| Compiling der_derive v0.7.3
35312026-06-22T19:30:47.343Z[ host-package] Compiling predicates-tree v1.0.13
35322026-06-22T19:30:47.420Z[ host-package] Compiling unicode-truncate v1.1.0
35332026-06-22T19:30:47.467Z[ helios-setup] Jun 22 19:30:46.563 INFO E| Compiling futures-macro v0.3.31
35342026-06-22T19:30:47.504Z[ host-package] Compiling lru v0.12.5
35352026-06-22T19:30:47.545Z[ helios-setup] Jun 22 19:30:46.641 INFO E| Compiling num_enum_derive v0.7.5
35362026-06-22T19:30:47.650Z[ helios-setup] Jun 22 19:30:46.746 INFO E| Compiling thiserror-impl v1.0.69
35372026-06-22T19:30:47.665Z[ helios-setup] Jun 22 19:30:46.761 INFO E| Compiling bitfield-macros v0.19.3
35382026-06-22T19:30:47.832Z[ helios-setup] Jun 22 19:30:46.928 INFO E| Compiling zerocopy-derive v0.6.6
35392026-06-22T19:30:47.932Z[ host-package] Compiling prefix-trie v0.7.0
35402026-06-22T19:30:48.076Z[ helios-setup] Jun 22 19:30:47.172 INFO E| Compiling clap_derive v4.5.49
35412026-06-22T19:30:48.118Z[ host-package] Compiling rand_seeder v0.4.0
35422026-06-22T19:30:48.187Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35432026-06-22T19:30:48.192Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
35442026-06-22T19:30:48.266Z[ helios-setup] Jun 22 19:30:47.361 INFO E| Compiling thiserror-impl v2.0.17
35452026-06-22T19:30:48.361Z[ helios-setup] Jun 22 19:30:47.456 INFO E| Compiling tokio-macros v2.6.0
35462026-06-22T19:30:48.644Z[ host-package] Compiling cassowary v0.3.0
35472026-06-22T19:30:48.763Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35482026-06-22T19:30:48.842Z[ helios-setup] Jun 22 19:30:47.938 INFO E| Compiling rustc-hash v2.1.1
35492026-06-22T19:30:48.946Z[ host-package] Compiling rustls v0.21.12
35502026-06-22T19:30:49.008Z[ helios-setup] Jun 22 19:30:48.102 INFO E| Compiling foldhash v0.2.0
35512026-06-22T19:30:49.072Z[ helios-setup] Jun 22 19:30:48.168 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35522026-06-22T19:30:49.380Z[ host-package] Compiling corncobs v0.1.4
35532026-06-22T19:30:49.626Z[ helios-setup] Jun 22 19:30:48.722 INFO E| Compiling bitfield v0.19.3
35542026-06-22T19:30:49.708Z[ host-package] Compiling ratatui v0.29.0
35552026-06-22T19:30:49.834Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35562026-06-22T19:30:49.858Z[ helios-setup] Jun 22 19:30:48.951 INFO E| Compiling iddqd v0.3.14
35572026-06-22T19:30:49.918Z[ helios-setup] Jun 22 19:30:49.014 INFO E| Compiling num_enum v0.7.5
35582026-06-22T19:30:49.925Z[ host-package] Compiling hickory-server v0.25.2
35592026-06-22T19:30:50.038Z[ helios-setup] Jun 22 19:30:49.132 INFO E| Compiling tokio v1.48.0
35602026-06-22T19:30:50.051Z[ helios-setup] Jun 22 19:30:49.147 INFO E| Compiling der v0.7.10
35612026-06-22T19:30:50.060Z[ helios-setup] Jun 22 19:30:49.156 INFO E| Compiling futures-util v0.3.31
35622026-06-22T19:30:50.129Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35632026-06-22T19:30:50.129Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35642026-06-22T19:30:50.242Z[ helios-setup] Jun 22 19:30:49.319 INFO E| Compiling devinfo v0.1.0
35652026-06-22T19:30:50.245Z[ helios-setup] Jun 22 19:30:49.337 INFO E| Compiling zip v0.6.6
35662026-06-22T19:30:50.300Z[ helios-setup] Jun 22 19:30:49.394 INFO E| Compiling zerocopy v0.6.6
35672026-06-22T19:30:50.335Z[ helios-setup] Jun 22 19:30:49.431 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35682026-06-22T19:30:50.670Z[ helios-setup] Jun 22 19:30:49.766 INFO E| Compiling path-slash v0.1.5
35692026-06-22T19:30:50.677Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35702026-06-22T19:30:51.023Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35712026-06-22T19:30:51.027Z[ host-package] Compiling darling v0.13.4
35722026-06-22T19:30:51.095Z[ helios-setup] Jun 22 19:30:50.191 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35732026-06-22T19:30:51.506Z[ helios-setup] Jun 22 19:30:50.601 INFO E| Compiling clap v4.5.51
35742026-06-22T19:30:51.792Z[ host-package] Compiling sled v0.34.7
35752026-06-22T19:30:51.933Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35762026-06-22T19:30:52.131Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35772026-06-22T19:30:52.851Z[ helios-setup] Jun 22 19:30:51.946 INFO E| Compiling spki v0.7.3
35782026-06-22T19:30:53.025Z[ helios-setup] Jun 22 19:30:52.121 INFO E| Compiling ppv-lite86 v0.2.21
35792026-06-22T19:30:53.096Z[ helios-setup] Jun 22 19:30:52.192 INFO E| Compiling pkcs8 v0.10.2
35802026-06-22T19:30:53.261Z[ helios-setup] Jun 22 19:30:52.357 INFO E| Compiling x509-cert v0.2.5
35812026-06-22T19:30:53.276Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35822026-06-22T19:30:53.320Z[ helios-setup] Jun 22 19:30:52.413 INFO E| Compiling erased-serde v0.3.31
35832026-06-22T19:30:53.357Z[ helios-setup] Jun 22 19:30:52.451 INFO E| Compiling serde_spanned v0.6.9
35842026-06-22T19:30:53.380Z[ helios-setup] Jun 22 19:30:52.473 INFO E| Compiling toml_datetime v0.6.11
35852026-06-22T19:30:53.492Z[ helios-setup] Jun 22 19:30:52.587 INFO E| Compiling rand_chacha v0.3.1
35862026-06-22T19:30:53.544Z[ helios-setup] Jun 22 19:30:52.638 INFO E| Compiling pkcs1 v0.7.5
35872026-06-22T19:30:53.606Z[ helios-setup] Jun 22 19:30:52.701 INFO E| Compiling hashbrown v0.13.2
35882026-06-22T19:30:53.845Z[ helios-setup] Jun 22 19:30:52.939 INFO E| Compiling toml_edit v0.19.15
35892026-06-22T19:30:53.885Z[ helios-setup] Jun 22 19:30:52.980 INFO E| Compiling serde-hex v0.1.0
35902026-06-22T19:30:53.977Z[ helios-setup] Jun 22 19:30:53.073 INFO E| Compiling ron v0.8.1
35912026-06-22T19:30:54.074Z[ helios-setup] Jun 22 19:30:53.158 INFO E| Compiling rand v0.8.5
35922026-06-22T19:30:54.804Z[ helios-setup] Jun 22 19:30:53.900 INFO E| Compiling object v0.30.4
35932026-06-22T19:30:54.873Z[ helios-setup] Jun 22 19:30:53.967 INFO E| Compiling slog-term v2.9.2
35942026-06-22T19:30:54.873Z[ helios-setup] Jun 22 19:30:53.967 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35952026-06-22T19:30:55.612Z[ helios-setup] Jun 22 19:30:54.705 INFO E| Compiling futures-executor v0.3.31
35962026-06-22T19:30:55.929Z[ helios-setup] Jun 22 19:30:54.974 INFO E| Compiling futures v0.3.31
35972026-06-22T19:30:55.996Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35982026-06-22T19:30:56.116Z[ helios-setup] Jun 22 19:30:55.212 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35992026-06-22T19:30:56.209Z[ helios-setup] Jun 22 19:30:55.305 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36002026-06-22T19:30:56.718Z[ helios-setup] Jun 22 19:30:55.814 INFO E| Compiling toml v0.7.8
36012026-06-22T19:30:57.800Z[ helios-setup] Jun 22 19:30:56.895 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36022026-06-22T19:30:57.800Z[ helios-setup] Jun 22 19:30:56.895 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36032026-06-22T19:30:58.026Z[ helios-setup] Jun 22 19:30:57.122 INFO E| Compiling rsa v0.9.8
36042026-06-22T19:30:58.285Z[ host-package] Compiling git2 v0.20.4
36052026-06-22T19:30:58.345Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36062026-06-22T19:30:58.624Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36072026-06-22T19:30:59.109Z[ host-package] Compiling sct v0.7.1
36082026-06-22T19:30:59.453Z[ host-package] Compiling rustls-webpki v0.101.7
36092026-06-22T19:30:59.571Z[ host-package] Compiling secrecy v0.8.0
36102026-06-22T19:30:59.702Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36112026-06-22T19:31:00.413Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36122026-06-22T19:31:00.421Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36132026-06-22T19:31:00.421Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36142026-06-22T19:31:02.170Z[ host-package] Compiling serde_with_macros v1.5.2
36152026-06-22T19:31:03.681Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36162026-06-22T19:31:03.892Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36172026-06-22T19:31:03.999Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36182026-06-22T19:31:04.170Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36192026-06-22T19:31:04.878Z[ helios-setup] Jun 22 19:31:03.972 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36202026-06-22T19:31:04.996Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36212026-06-22T19:31:05.098Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36222026-06-22T19:31:05.457Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36232026-06-22T19:31:05.540Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36242026-06-22T19:31:05.770Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36252026-06-22T19:31:05.887Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36262026-06-22T19:31:06.054Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36272026-06-22T19:31:06.123Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36282026-06-22T19:31:06.148Z[ helios-setup] Jun 22 19:31:05.241 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36292026-06-22T19:31:06.258Z[ host-package] Compiling base64 v0.21.7
36302026-06-22T19:31:06.503Z[ host-package] Compiling void v1.0.2
36312026-06-22T19:31:06.696Z[ host-package] Compiling ron v0.8.1
36322026-06-22T19:31:06.718Z[ host-package] Compiling lzss v0.8.2
36332026-06-22T19:31:07.433Z[ host-package] Compiling tokio-rustls v0.24.1
36342026-06-22T19:31:08.005Z[ host-package] Compiling illumos-nvpair v0.3.0
36352026-06-22T19:31:08.188Z[ host-package] Compiling serde_with v1.14.0
36362026-06-22T19:31:08.382Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36372026-06-22T19:31:08.916Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36382026-06-22T19:31:09.017Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36392026-06-22T19:31:09.737Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36402026-06-22T19:31:10.420Z[ helios-setup] Jun 22 19:31:09.513 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36412026-06-22T19:31:10.998Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36422026-06-22T19:31:11.784Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36432026-06-22T19:31:12.527Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36442026-06-22T19:31:12.821Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36452026-06-22T19:31:13.110Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36462026-06-22T19:31:13.641Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36472026-06-22T19:31:13.926Z[ host-package] Compiling tungstenite v0.23.0
36482026-06-22T19:31:14.020Z[ host-package] Compiling rustls-pemfile v1.0.4
36492026-06-22T19:31:14.339Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36502026-06-22T19:31:15.192Z[ host-package] Compiling nix v0.27.1
36512026-06-22T19:31:15.305Z[ host-package] Compiling twox-hash v2.1.2
36522026-06-22T19:31:15.554Z[ host-package] Compiling serde_bytes v0.11.19
36532026-06-22T19:31:15.961Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36542026-06-22T19:31:16.005Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36552026-06-22T19:31:16.487Z[ host-package] Compiling tokio-tungstenite v0.23.1
36562026-06-22T19:31:17.107Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36572026-06-22T19:31:18.186Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36582026-06-22T19:31:18.190Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36592026-06-22T19:31:18.190Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36602026-06-22T19:31:19.944Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36612026-06-22T19:31:20.787Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36622026-06-22T19:31:21.976Z[ helios-setup] Jun 22 19:31:20.976 INFO E| Finished `release` profile [optimized] target(s) in 49.17s
36632026-06-22T19:31:21.992Z[ helios-setup] Jun 22 19:31:20.977 INFO E| Blocking waiting for file lock on package cache
36642026-06-22T19:31:22.042Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36652026-06-22T19:31:22.399Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36662026-06-22T19:31:22.417Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36672026-06-22T19:31:22.510Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36682026-06-22T19:31:22.550Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36692026-06-22T19:31:23.005Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36702026-06-22T19:31:23.601Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-06-22T19:31:23.625Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36722026-06-22T19:31:23.625Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36732026-06-22T19:31:24.488Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36742026-06-22T19:31:25.198Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36752026-06-22T19:31:27.015Z[ helios-setup] Jun 22 19:31:26.110 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36762026-06-22T19:31:27.015Z[ helios-setup] Jun 22 19:31:26.110 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36772026-06-22T19:31:27.071Z[ helios-setup] Jun 22 19:31:26.165 INFO building project "pilot" ok (54 seconds)
36782026-06-22T19:31:27.071Z[ helios-setup] Jun 22 19:31:26.165 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36792026-06-22T19:31:27.079Z[ helios-setup] Jun 22 19:31:26.175 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
36802026-06-22T19:31:27.079Z[ helios-setup] Jun 22 19:31:26.175 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36812026-06-22T19:31:27.080Z[ helios-setup] Jun 22 19:31:26.175 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36822026-06-22T19:31:27.304Z[ helios-setup] Jun 22 19:31:26.396 INFO E| Downloading crates ...
36832026-06-22T19:31:27.357Z[ helios-setup] Jun 22 19:31:26.452 INFO E| Downloaded anyhow v1.0.98
36842026-06-22T19:31:27.362Z[ helios-setup] Jun 22 19:31:26.456 INFO E| Downloaded tempfile v3.20.0
36852026-06-22T19:31:27.444Z[ helios-setup] Jun 22 19:31:26.468 INFO E| Downloaded time-core v0.1.4
36862026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.473 INFO E| Downloaded errno v0.3.12
36872026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.476 INFO E| Downloaded time-macros v0.2.22
36882026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.478 INFO E| Downloaded deranged v0.4.0
36892026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.482 INFO E| Downloaded iana-time-zone v0.1.63
36902026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.484 INFO E| Downloaded bitflags v2.9.1
36912026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.501 INFO E| Downloaded serde_with_macros v3.12.0
36922026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.503 INFO E| Downloaded getrandom v0.3.3
36932026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.506 INFO E| Downloaded indexmap v2.9.0
36942026-06-22T19:31:27.454Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36952026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.527 INFO E| Downloaded serde_with v3.12.0
36962026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.532 INFO E| Downloaded time v0.3.41
36972026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.537 INFO E| Downloaded hashbrown v0.15.3
36982026-06-22T19:31:27.454Z[ helios-setup] Jun 22 19:31:26.540 INFO E| Downloaded chrono v0.4.41
36992026-06-22T19:31:27.470Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37002026-06-22T19:31:27.470Z[ helios-setup] Jun 22 19:31:26.547 INFO E| Downloaded rustix v1.0.7
37012026-06-22T19:31:27.515Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37022026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling proc-macro2 v1.0.95
37032026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling unicode-ident v1.0.18
37042026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling libc v0.2.172
37052026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling ident_case v1.0.1
37062026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling fnv v1.0.7
37072026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling strsim v0.11.1
37082026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling serde v1.0.219
37092026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling getrandom v0.3.3
37102026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling rustix v1.0.7
37112026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling serde_json v1.0.140
37122026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling bitflags v2.9.1
37132026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling cfg-if v1.0.0
37142026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling thiserror v2.0.12
37152026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling anyhow v1.0.98
37162026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling itoa v1.0.15
37172026-06-22T19:31:27.532Z[ helios-setup] Jun 22 19:31:26.611 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37182026-06-22T19:31:27.992Z[ helios-setup] Jun 22 19:31:27.086 INFO E| Compiling ryu v1.0.20
37192026-06-22T19:31:27.999Z[ helios-setup] Jun 22 19:31:27.093 INFO E| Compiling memchr v2.7.4
37202026-06-22T19:31:28.137Z[ helios-setup] Jun 22 19:31:27.232 INFO E| Compiling fastrand v2.3.0
37212026-06-22T19:31:28.408Z[ helios-setup] Jun 22 19:31:27.489 INFO E| Compiling once_cell v1.21.3
37222026-06-22T19:31:28.694Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37232026-06-22T19:31:29.192Z[ helios-setup] Jun 22 19:31:28.285 INFO E| Compiling errno v0.3.12
37242026-06-22T19:31:29.366Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37252026-06-22T19:31:29.569Z[ helios-setup] Jun 22 19:31:28.664 INFO E| Compiling quote v1.0.40
37262026-06-22T19:31:29.671Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37272026-06-22T19:31:29.795Z[ helios-setup] Jun 22 19:31:28.891 INFO E| Compiling syn v2.0.101
37282026-06-22T19:31:30.164Z[ helios-setup] Jun 22 19:31:29.259 INFO E| Compiling tempfile v3.20.0
37292026-06-22T19:31:30.924Z[ host-package] Compiling signal-hook-tokio v0.3.1
37302026-06-22T19:31:31.157Z[ host-package] Compiling fatfs v0.3.6
37312026-06-22T19:31:31.414Z[ host-package] Compiling yasna v0.5.2
37322026-06-22T19:31:32.256Z[ helios-setup] Jun 22 19:31:31.332 INFO E| Compiling darling_core v0.20.11
37332026-06-22T19:31:32.496Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37342026-06-22T19:31:32.596Z[ host-package] Compiling assert_matches v1.5.0
37352026-06-22T19:31:32.756Z[ host-package] Compiling seq-macro v0.3.6
37362026-06-22T19:31:32.844Z[ host-package] Compiling is_ci v1.2.0
37372026-06-22T19:31:32.943Z[ host-package] Compiling rcgen v0.12.1
37382026-06-22T19:31:33.070Z[ host-package] Compiling supports-color v3.0.2
37392026-06-22T19:31:33.168Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37402026-06-22T19:31:33.363Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37412026-06-22T19:31:33.418Z[ helios-setup] Jun 22 19:31:32.507 INFO E| Compiling serde_derive v1.0.219
37422026-06-22T19:31:33.419Z[ helios-setup] Jun 22 19:31:32.507 INFO E| Compiling thiserror-impl v2.0.12
37432026-06-22T19:31:33.549Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37442026-06-22T19:31:33.636Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37452026-06-22T19:31:33.868Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37462026-06-22T19:31:34.052Z[ host-package] Compiling subprocess v0.2.15
37472026-06-22T19:31:34.375Z[ host-package] Compiling rtoolbox v0.0.3
37482026-06-22T19:31:34.397Z[ helios-setup] Jun 22 19:31:33.373 INFO E| Compiling darling_macro v0.20.11
37492026-06-22T19:31:34.701Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37502026-06-22T19:31:35.369Z[ helios-setup] Jun 22 19:31:34.207 INFO E| Compiling darling v0.20.11
37512026-06-22T19:31:35.475Z[ helios-setup] Jun 22 19:31:34.308 INFO E| Compiling serde_with_macros v3.12.0
37522026-06-22T19:31:36.535Z[ host-package] Compiling rpassword v7.4.0
37532026-06-22T19:31:36.851Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37542026-06-22T19:31:37.908Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37552026-06-22T19:31:38.045Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37562026-06-22T19:31:38.087Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37572026-06-22T19:31:38.144Z[ host-package] Compiling tui-tree-widget v0.23.1
37582026-06-22T19:31:38.508Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37592026-06-22T19:31:38.549Z[ helios-setup] Jun 22 19:31:37.643 INFO E| Compiling serde_with v3.12.0
37602026-06-22T19:31:40.533Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37612026-06-22T19:31:40.890Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37622026-06-22T19:31:41.025Z[ host-package] Compiling uzers v0.12.2
37632026-06-22T19:31:41.253Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37642026-06-22T19:31:42.696Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37652026-06-22T19:31:43.063Z[ helios-setup] Jun 22 19:31:42.158 INFO E| Finished `release` profile [optimized] target(s) in 15.97s
37662026-06-22T19:31:43.101Z[ helios-setup] Jun 22 19:31:42.188 INFO building project "dmar-report" ok (16 seconds)
37672026-06-22T19:31:43.119Z[ helios-setup] rm -f helios-build
37682026-06-22T19:31:43.119Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37692026-06-22T19:31:43.119Z[ helios-setup]
37702026-06-22T19:31:43.119Z[ helios-setup] Setup complete! ./helios-build is now available.
37712026-06-22T19:31:43.119Z[ helios-setup]
37722026-06-22T19:31:43.119Z[ helios-setup]
37732026-06-22T19:31:43.119Z[ helios-setup] real 3:10.122061549
37742026-06-22T19:31:43.119Z[ helios-setup] user 7:11.021623479
37752026-06-22T19:31:43.119Z[ helios-setup] sys 1:22.342023562
37762026-06-22T19:31:43.119Z[ helios-setup] trap 0.507178269
37772026-06-22T19:31:43.119Z[ helios-setup] tflt 3.341951097
37782026-06-22T19:31:43.119Z[ helios-setup] dflt 6.785595114
37792026-06-22T19:31:43.119Z[ helios-setup] kflt 0.000521180
37802026-06-22T19:31:43.119Z[ helios-setup] lock 50:22.573353509
37812026-06-22T19:31:43.119Z[ helios-setup] slp 38:58.153983256
37822026-06-22T19:31:43.119Z[ helios-setup] lat 7:39.447802665
37832026-06-22T19:31:43.120Z[ helios-setup] stop 1:28.265988045
37842026-06-22T19:31:43.120ZJun 22 19:31:42.198 INFO [helios-setup] process exited with exit status: 0 (190.124966981s)
37852026-06-22T19:31:43.120ZJun 22 19:31:42.198 INFO [helios-record] running task
37862026-06-22T19:31:43.120ZJun 22 19:31:42.198 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37872026-06-22T19:31:43.127ZJun 22 19:31:42.206 DEBG process exited with exit status: 0 (8.413456ms)
37882026-06-22T19:31:43.127ZJun 22 19:31:42.206 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37892026-06-22T19:31:43.127ZJun 22 19:31:42.210 DEBG process exited with exit status: 0 (3.942432ms)
37902026-06-22T19:31:43.127ZJun 22 19:31:42.210 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37912026-06-22T19:31:43.127ZJun 22 19:31:42.214 DEBG process exited with exit status: 0 (3.688302ms)
37922026-06-22T19:31:43.128ZJun 22 19:31:42.214 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37932026-06-22T19:31:43.128ZJun 22 19:31:42.217 DEBG process exited with exit status: 0 (3.330083ms)
37942026-06-22T19:31:43.128ZJun 22 19:31:42.217 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37952026-06-22T19:31:43.145ZJun 22 19:31:42.221 DEBG process exited with exit status: 0 (3.378762ms)
37962026-06-22T19:31:43.145ZJun 22 19:31:42.221 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37972026-06-22T19:31:43.145ZJun 22 19:31:42.225 DEBG process exited with exit status: 0 (3.812933ms)
37982026-06-22T19:31:43.146ZJun 22 19:31:42.225 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37992026-06-22T19:31:43.146ZJun 22 19:31:42.228 DEBG process exited with exit status: 0 (3.655883ms)
38002026-06-22T19:31:43.146ZJun 22 19:31:42.228 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38012026-06-22T19:31:43.156ZJun 22 19:31:42.232 DEBG process exited with exit status: 0 (3.476043ms)
38022026-06-22T19:31:43.156ZJun 22 19:31:42.232 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38032026-06-22T19:31:43.156ZJun 22 19:31:42.235 DEBG process exited with exit status: 0 (3.285042ms)
38042026-06-22T19:31:43.156ZJun 22 19:31:42.235 INFO [helios-record] task succeeded (37.592278ms)
38052026-06-22T19:31:43.669Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38062026-06-22T19:31:43.901Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38072026-06-22T19:31:47.199Z[ host-package] Compiling support-bundle-viewer v0.1.2
38082026-06-22T19:31:47.722Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38092026-06-22T19:31:49.247Z[ host-package] Compiling multimap v0.10.1
38102026-06-22T19:31:58.177Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38112026-06-22T19:32:03.152Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38122026-06-22T19:32:11.052Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38132026-06-22T19:32:11.202Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38142026-06-22T19:32:35.985Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
38152026-06-22T19:38:43.744Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 23s
38162026-06-22T19:39:51.165ZJun 22 19:39:50.251 INFO [host-package] process exited with exit status: 0 (630.739513095s)
38172026-06-22T19:39:51.165ZJun 22 19:39:50.251 INFO [host-stamp] running task
38182026-06-22T19:39:51.170ZJun 22 19:39:50.251 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38192026-06-22T19:39:51.170ZJun 22 19:39:50.251 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git8c3936c6268
38202026-06-22T19:39:51.170ZJun 22 19:39:50.252 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git8c3936c6268
38212026-06-22T19:39:51.170ZJun 22 19:39:50.252 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git8c3936c6268
38222026-06-22T19:39:51.170ZJun 22 19:39:50.252 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git8c3936c6268
38232026-06-22T19:39:51.170ZJun 22 19:39:50.253 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git8c3936c6268
38242026-06-22T19:39:51.170ZJun 22 19:39:50.253 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git8c3936c6268
38252026-06-22T19:39:51.170ZJun 22 19:39:50.253 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git8c3936c6268
38262026-06-22T19:39:51.170ZJun 22 19:39:50.253 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git8c3936c6268
38272026-06-22T19:39:51.177Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38282026-06-22T19:39:51.186Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-06-22T19:39:51.186Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38302026-06-22T19:39:51.187Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38312026-06-22T19:39:51.187Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-06-22T19:39:51.187Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-06-22T19:39:51.187Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-06-22T19:39:51.187Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-06-22T19:39:51.187Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-06-22T19:39:51.187Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38372026-06-22T19:39:51.187ZJun 22 19:39:50.271 INFO [stamp-overlay] process exited with exit status: 0 (17.255143ms)
38382026-06-22T19:39:51.194Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38392026-06-22T19:39:51.194ZJun 22 19:39:50.281 INFO [stamp-oxlog] process exited with exit status: 0 (29.242042ms)
38402026-06-22T19:39:51.215Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38412026-06-22T19:39:51.225ZJun 22 19:39:50.309 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.779313ms)
38422026-06-22T19:39:51.236Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38432026-06-22T19:39:51.251ZJun 22 19:39:50.329 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.860988ms)
38442026-06-22T19:39:51.351Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38452026-06-22T19:39:51.368ZJun 22 19:39:50.433 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.755927ms)
38462026-06-22T19:39:51.550Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38472026-06-22T19:39:51.569ZJun 22 19:39:50.639 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (385.922691ms)
38482026-06-22T19:39:51.704Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38492026-06-22T19:39:51.715ZJun 22 19:39:50.795 INFO [stamp-propolis-server] process exited with exit status: 0 (541.623037ms)
38502026-06-22T19:39:52.197Z[recovery-package] Compiling newtype-uuid v1.3.2
38512026-06-22T19:39:52.338Z[recovery-package] Compiling daft v0.1.7
38522026-06-22T19:39:52.551Z[recovery-package] Compiling iddqd v0.4.2
38532026-06-22T19:39:53.506Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38542026-06-22T19:39:53.774Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38552026-06-22T19:39:53.774Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38562026-06-22T19:39:53.781Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38572026-06-22T19:39:53.781Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38582026-06-22T19:39:53.781Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38592026-06-22T19:39:53.781Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38602026-06-22T19:39:53.781Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38612026-06-22T19:39:53.794Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38622026-06-22T19:39:53.892Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38632026-06-22T19:39:54.127Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38642026-06-22T19:39:54.199Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38652026-06-22T19:39:54.324Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38662026-06-22T19:39:57.536Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38672026-06-22T19:39:57.564ZJun 22 19:39:56.602 INFO [stamp-switch-asic] process exited with exit status: 0 (6.349147452s)
38682026-06-22T19:39:57.565ZJun 22 19:39:56.602 INFO [host-stamp] task succeeded (6.350835954s)
38692026-06-22T19:39:57.565ZJun 22 19:39:56.602 INFO [host-proto] running task
38702026-06-22T19:39:58.052ZJun 22 19:39:57.025 INFO [host-proto] task succeeded (422.901208ms)
38712026-06-22T19:39:58.052ZJun 22 19:39:57.025 INFO [host-profile] running task
38722026-06-22T19:39:58.077ZJun 22 19:39:57.025 INFO [host-profile] task succeeded (186.28µs)
38732026-06-22T19:39:58.077ZJun 22 19:39:57.025 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.41.483' -P /tmp/.tmpjHzqnv/proto/host/root -N 'ci 8c3936c/${os_short_commit} 2026-06-22 19:28' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38742026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO Checking files for board 'gimlet'
38752026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38762026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38772026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO Checking files for board 'cosmo-mbist'
38782026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38792026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO Checking files for board 'cosmo'
38802026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38812026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38822026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO Checking files for board 'cosmo-mbist-noaggr'
38832026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.032 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38842026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.040 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjHzqnv/proto/host/root"
38852026-06-22T19:39:58.077Z[ host-image] Jun 22 19:39:57.041 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38862026-06-22T19:39:58.078Z[ host-image] Jun 22 19:39:57.041 INFO image builder template: ramdisk-01-os...
38872026-06-22T19:39:58.078Z[ host-image] Jun 22 19:39:57.041 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/.tmpjHzqnv/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.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38882026-06-22T19:39:58.078Z[ host-image] Jun 22 19:39:57.053 INFO O| Jun 22 19:39:57.053 INFO CREATE DATASET: rpool/images/build/host/output
38892026-06-22T19:39:58.209Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38902026-06-22T19:39:58.209Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38912026-06-22T19:39:58.257Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38922026-06-22T19:39:58.257Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38932026-06-22T19:39:58.257Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38942026-06-22T19:39:59.615Z[ host-image] Jun 22 19:39:58.270 INFO O| Jun 22 19:39:58.270 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.274 INFO O| Jun 22 19:39:58.274 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.493 INFO O| Jun 22 19:39:58.493 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38972026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.543 INFO O| Jun 22 19:39:58.543 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.543 INFO O| Jun 22 19:39:58.543 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38992026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.543 INFO O| Jun 22 19:39:58.543 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39002026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.543 INFO O| Jun 22 19:39:58.543 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39012026-06-22T19:39:59.639Z[ host-image] Jun 22 19:39:58.547 INFO O| Jun 22 19:39:58.547 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39022026-06-22T19:39:59.771Z[ host-image] Jun 22 19:39:58.839 INFO O| Jun 22 19:39:58.839 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-06-22T19:39:59.793Z[ host-image] Jun 22 19:39:58.846 INFO O| Jun 22 19:39:58.846 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39042026-06-22T19:40:00.130Z[ host-image] Jun 22 19:39:59.121 INFO O| Jun 22 19:39:59.121 INFO O| Caching catalogs ... Done
39052026-06-22T19:40:00.291Z[ host-image] Jun 22 19:39:59.186 INFO O| Jun 22 19:39:59.186 INFO STEP 0 (pkg_image_create) COMPLETE
39062026-06-22T19:40:00.291Z[ host-image] Jun 22 19:39:59.186 INFO O| Jun 22 19:39:59.186 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-06-22T19:40:00.291Z[ host-image] Jun 22 19:39:59.194 INFO O| Jun 22 19:39:59.194 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"]
39082026-06-22T19:40:00.393Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO STEP 1 (pkg_set_publisher) COMPLETE
39092026-06-22T19:40:00.393Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-06-22T19:40:00.393Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO skip step because feature "publisher_1_name" is not enabled
39112026-06-22T19:40:00.427Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-06-22T19:40:00.427Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO skip step because feature "publisher_2_name" is not enabled
39132026-06-22T19:40:00.427Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-06-22T19:40:00.427Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO skip step because feature "publisher_3_name" is not enabled
39152026-06-22T19:40:00.427Z[ host-image] Jun 22 19:39:59.452 INFO O| Jun 22 19:39:59.452 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-06-22T19:40:00.625Z[ host-image] Jun 22 19:39:59.707 INFO O| Jun 22 19:39:59.707 INFO variant opensolaris.zone is already global
39172026-06-22T19:40:00.625Z[ host-image] Jun 22 19:39:59.707 INFO O| Jun 22 19:39:59.707 INFO STEP 5 (pkg_change_variant) COMPLETE
39182026-06-22T19:40:00.625Z[ host-image] Jun 22 19:39:59.707 INFO O| Jun 22 19:39:59.707 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-06-22T19:40:00.885Z[ host-image] Jun 22 19:39:59.956 INFO O| Jun 22 19:39:59.956 INFO variant opensolaris.imagetype is full; changing to partial
39202026-06-22T19:40:00.885Z[ host-image] Jun 22 19:39:59.956 INFO O| Jun 22 19:39:59.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39212026-06-22T19:40:01.493Z[ host-image] Jun 22 19:40:00.571 INFO O| Jun 22 19:40:00.571 INFO O| Startup: Refreshing catalog 'helios' ... Done
39222026-06-22T19:40:01.610Z[ host-image] Jun 22 19:40:00.665 INFO O| Jun 22 19:40:00.665 INFO O| Startup: Caching catalogs ... Done
39232026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.669 INFO O| Jun 22 19:40:00.669 INFO O| Planning: Planning completed in 0.00 seconds
39242026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.670 INFO O| Jun 22 19:40:00.669 INFO O| Planning: Consolidating action changes ... Done
39252026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.670 INFO O| Jun 22 19:40:00.670 INFO O| Planning: Evaluating mediators ... Done
39262026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.670 INFO O| Jun 22 19:40:00.670 INFO O| Planning: Planning completed in 0.00 seconds
39272026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.670 INFO O| Jun 22 19:40:00.670 INFO O| Variants/Facets to change: 1
39282026-06-22T19:40:01.644Z[ host-image] Jun 22 19:40:00.678 INFO O| Jun 22 19:40:00.678 INFO O| Finalize: Updating package state database ... Done
39292026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.678 INFO O| Jun 22 19:40:00.678 INFO O| Finalize: Updating package cache ... Done
39302026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.694 INFO O| Jun 22 19:40:00.694 INFO O| Finalize: Updating image state ... Done
39312026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.696 INFO O| Jun 22 19:40:00.696 INFO O| Finalize: Creating fast lookup database ... Done
39322026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.697 INFO O| Jun 22 19:40:00.697 INFO O| Finalize: Reading search index ... Done
39332026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.697 INFO O| Jun 22 19:40:00.697 INFO O| Finalize: Updating search index ... Done
39342026-06-22T19:40:01.645Z[ host-image] Jun 22 19:40:00.697 INFO O| Jun 22 19:40:00.697 INFO O| Finalize: Updating package cache ... Done
39352026-06-22T19:40:01.704Z[ host-image] Jun 22 19:40:00.775 INFO O| Jun 22 19:40:00.775 INFO STEP 6 (pkg_change_variant) COMPLETE
39362026-06-22T19:40:01.704Z[ host-image] Jun 22 19:40:00.775 INFO O| Jun 22 19:40:00.775 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-06-22T19:40:01.716Z[ host-image] Jun 22 19:40:00.775 INFO O| Jun 22 19:40:00.775 INFO skip step because feature "debug_variant" is not enabled
39382026-06-22T19:40:01.716Z[ host-image] Jun 22 19:40:00.775 INFO O| Jun 22 19:40:00.775 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-06-22T19:40:01.968Z[ host-image] Jun 22 19:40:01.018 INFO O| Jun 22 19:40:01.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39402026-06-22T19:40:03.376Z[ host-image] Jun 22 19:40:02.450 INFO O| Jun 22 19:40:02.450 INFO O| Startup: Refreshing catalog 'helios' ... Done
39412026-06-22T19:40:03.504Z[ host-image] Jun 22 19:40:02.539 INFO O| Jun 22 19:40:02.539 INFO O| Startup: Caching catalogs ... Done
39422026-06-22T19:40:03.617Z[ host-image] Jun 22 19:40:02.542 INFO O| Jun 22 19:40:02.542 INFO O| Planning: Planning completed in 0.00 seconds
39432026-06-22T19:40:03.617Z[ host-image] Jun 22 19:40:02.543 INFO O| Jun 22 19:40:02.542 INFO O| Planning: Consolidating action changes ... Done
39442026-06-22T19:40:03.617Z[ host-image] Jun 22 19:40:02.543 INFO O| Jun 22 19:40:02.543 INFO O| Planning: Evaluating mediators ... Done
39452026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.543 INFO O| Jun 22 19:40:02.543 INFO O| Planning: Planning completed in 0.00 seconds
39462026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.543 INFO O| Jun 22 19:40:02.543 INFO O| Variants/Facets to change: 1
39472026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.551 INFO O| Jun 22 19:40:02.551 INFO O| Finalize: Updating package state database ... Done
39482026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.551 INFO O| Jun 22 19:40:02.551 INFO O| Finalize: Updating package cache ... Done
39492026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.567 INFO O| Jun 22 19:40:02.567 INFO O| Finalize: Updating image state ... Done
39502026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.569 INFO O| Jun 22 19:40:02.569 INFO O| Finalize: Creating fast lookup database ... Done
39512026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.569 INFO O| Jun 22 19:40:02.569 INFO O| Finalize: Reading search index ... Done
39522026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.569 INFO O| Jun 22 19:40:02.569 INFO O| Finalize: Updating search index ... Done
39532026-06-22T19:40:03.618Z[ host-image] Jun 22 19:40:02.570 INFO O| Jun 22 19:40:02.570 INFO O| Finalize: Updating package cache ... Done
39542026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO STEP 8 (pkg_change_facet) COMPLETE
39552026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO skip step because feature "recovery" is not enabled
39572026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO skip step because feature "recovery" is not enabled
39592026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.649 INFO O| Jun 22 19:40:02.649 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-06-22T19:40:03.665Z[ host-image] Jun 22 19:40:02.657 INFO O| Jun 22 19:40:02.657 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
39612026-06-22T19:40:04.177Z[ host-image] Jun 22 19:40:03.255 INFO O| Jun 22 19:40:03.255 INFO O| Startup: Refreshing catalog 'helios' ... Done
39622026-06-22T19:40:04.270Z[ host-image] Jun 22 19:40:03.344 INFO O| Jun 22 19:40:03.344 INFO O| Startup: Caching catalogs ... Done
39632026-06-22T19:40:04.635Z[ host-image] Jun 22 19:40:03.707 INFO O| Jun 22 19:40:03.707 INFO O| Planning: Solver setup ... Done
39642026-06-22T19:40:04.690Z[ host-image] Jun 22 19:40:03.721 INFO O| Jun 22 19:40:03.721 INFO O| Planning: Running solver ... Done
39652026-06-22T19:40:04.690Z[ host-image] Jun 22 19:40:03.730 INFO O| Jun 22 19:40:03.730 INFO O| Planning: Finding local manifests ... Done
39662026-06-22T19:40:04.720Z[ host-image] Jun 22 19:40:03.758 INFO O| Jun 22 19:40:03.758 INFO O| Planning: Fetching manifests: 0/128 0% complete
39672026-06-22T19:40:06.229Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39682026-06-22T19:40:07.037Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39692026-06-22T19:40:09.302Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39702026-06-22T19:40:09.302Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39712026-06-22T19:40:10.044Z[ host-image] Jun 22 19:40:09.092 INFO O| Jun 22 19:40:09.092 INFO O| Planning: Fetching manifests: 97/128 75% complete
39722026-06-22T19:40:10.465Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39732026-06-22T19:40:10.539Z[ host-image] Jun 22 19:40:09.605 INFO O| Jun 22 19:40:09.604 INFO O| Planning: Fetching manifests: 128/128 100% complete
39742026-06-22T19:40:11.017Z[ host-image] Jun 22 19:40:10.065 INFO O| Jun 22 19:40:10.065 INFO O| Planning: Package planning ... Done
39752026-06-22T19:40:11.043Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39762026-06-22T19:40:11.319Z[ host-image] Jun 22 19:40:10.369 INFO O| Jun 22 19:40:10.369 INFO O| Planning: Merging actions ... Done
39772026-06-22T19:40:11.425Z[ host-image] Jun 22 19:40:10.470 INFO O| Jun 22 19:40:10.470 INFO O| Planning: Checking for conflicting actions ... Done
39782026-06-22T19:40:11.513Z[ host-image] Jun 22 19:40:10.566 INFO O| Jun 22 19:40:10.566 INFO O| Planning: Consolidating action changes ... Done
39792026-06-22T19:40:11.747Z[ host-image] Jun 22 19:40:10.804 INFO O| Jun 22 19:40:10.804 INFO O| Planning: Evaluating mediators ... Done
39802026-06-22T19:40:13.494Z[ host-image] Jun 22 19:40:12.164 INFO O| Jun 22 19:40:12.164 INFO O| Planning: Planning completed in 8.82 seconds
39812026-06-22T19:40:13.534Z[ host-image] Jun 22 19:40:12.165 INFO O| Jun 22 19:40:12.165 INFO O| Packages to install: 128
39822026-06-22T19:40:13.534Z[ host-image] Jun 22 19:40:12.165 INFO O| Jun 22 19:40:12.165 INFO O| Mediators to change: 5
39832026-06-22T19:40:13.534Z[ host-image] Jun 22 19:40:12.165 INFO O| Jun 22 19:40:12.165 INFO O| Services to change: 6
39842026-06-22T19:40:13.534Z[ host-image] Jun 22 19:40:12.194 INFO O| Jun 22 19:40:12.194 INFO O| Download: 0/23764 items 0.0/222.2MB 0% complete
39852026-06-22T19:40:18.112Z[ host-image] Jun 22 19:40:17.194 INFO O| Jun 22 19:40:17.194 INFO O| Download: 696/23764 items 5.0/222.2MB 2% complete (1.0M/s)
39862026-06-22T19:40:23.159Z[ host-image] Jun 22 19:40:22.195 INFO O| Jun 22 19:40:22.195 INFO O| Download: 1428/23764 items 9.2/222.2MB 4% complete (944k/s)
39872026-06-22T19:40:23.991Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.23s
39882026-06-22T19:40:29.716Z[ host-image] Jun 22 19:40:27.286 INFO O| Jun 22 19:40:27.286 INFO O| Download: 1619/23764 items 9.7/222.2MB 4% complete (783k/s)
39892026-06-22T19:40:34.789Z[ host-image] Jun 22 19:40:32.579 INFO O| Jun 22 19:40:32.579 INFO O| Download: 1678/23764 items 10.8/222.2MB 4% complete (344k/s)
39902026-06-22T19:40:38.494Z[ host-image] Jun 22 19:40:37.584 INFO O| Jun 22 19:40:37.584 INFO O| Download: 1755/23764 items 11.5/222.2MB 5% complete (161k/s)
39912026-06-22T19:40:44.627Z[ host-image] Jun 22 19:40:43.717 INFO O| Jun 22 19:40:43.717 INFO O| Download: 1927/23764 items 21.4/222.2MB 9% complete (1.1M/s)
39922026-06-22T19:40:53.559Z[ host-image] Jun 22 19:40:52.649 INFO O| Jun 22 19:40:52.649 INFO O| Download: 2137/23764 items 23.1/222.2MB 10% complete (1.2M/s)
39932026-06-22T19:40:59.972Z[ host-image] Jun 22 19:40:59.001 INFO O| Jun 22 19:40:59.001 INFO O| Download: 2333/23764 items 26.8/222.2MB 12% complete (420k/s)
39942026-06-22T19:41:04.601ZJun 22 19:41:03.679 INFO [recovery-package] process exited with exit status: 0 (73.427363447s)
39952026-06-22T19:41:04.601ZJun 22 19:41:03.679 INFO [recovery-stamp] running task
39962026-06-22T19:41:04.639ZJun 22 19:41:03.679 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39972026-06-22T19:41:04.639ZJun 22 19:41:03.679 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git8c3936c6268
39982026-06-22T19:41:04.639ZJun 22 19:41:03.680 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git8c3936c6268
39992026-06-22T19:41:04.639Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40002026-06-22T19:41:04.639Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40012026-06-22T19:41:05.133Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40022026-06-22T19:41:05.153ZJun 22 19:41:03.801 INFO [stamp-installinator] process exited with exit status: 0 (121.298051ms)
40032026-06-22T19:41:05.153Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40042026-06-22T19:41:05.153ZJun 22 19:41:03.846 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.500935ms)
40052026-06-22T19:41:05.153ZJun 22 19:41:03.846 INFO [recovery-stamp] task succeeded (167.686245ms)
40062026-06-22T19:41:05.154ZJun 22 19:41:03.846 INFO [recovery-proto] running task
40072026-06-22T19:41:05.154ZJun 22 19:41:03.846 INFO [tuf-stamp] running task
40082026-06-22T19:41:05.154ZJun 22 19:41:03.847 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git8c3936c6268
40092026-06-22T19:41:05.154ZJun 22 19:41:03.847 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git8c3936c6268
40102026-06-22T19:41:05.154ZJun 22 19:41:03.848 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git8c3936c6268
40112026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git8c3936c6268
40122026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git8c3936c6268
40132026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git8c3936c6268
40142026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git8c3936c6268
40152026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git8c3936c6268
40162026-06-22T19:41:05.154ZJun 22 19:41:03.849 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git8c3936c6268
40172026-06-22T19:41:05.154ZJun 22 19:41:03.850 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git8c3936c6268
40182026-06-22T19:41:05.154ZJun 22 19:41:03.850 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git8c3936c6268
40192026-06-22T19:41:05.154ZJun 22 19:41:03.850 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git8c3936c6268
40202026-06-22T19:41:05.154Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-06-22T19:41:05.154Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-06-22T19:41:05.154Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-06-22T19:41:05.154Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-06-22T19:41:05.154Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-06-22T19:41:05.154Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-06-22T19:41:05.154Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-06-22T19:41:05.154Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-06-22T19:41:05.154Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-06-22T19:41:05.154Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-06-22T19:41:05.154Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-06-22T19:41:05.154Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-06-22T19:41:05.154Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40332026-06-22T19:41:05.155ZJun 22 19:41:03.917 INFO [stamp-probe] process exited with exit status: 0 (67.992851ms)
40342026-06-22T19:41:05.155ZJun 22 19:41:03.989 INFO [recovery-proto] task succeeded (142.969588ms)
40352026-06-22T19:41:05.155ZJun 22 19:41:03.990 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.41.483' -P /tmp/.tmpjHzqnv/proto/recovery/root -N 'recovery 8c3936c/${os_short_commit} 2026-06-22 19:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40362026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO Checking files for board 'cosmo-mbist-noaggr'
40372026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40382026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO Checking files for board 'cosmo'
40392026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40402026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40412026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.996 INFO Checking files for board 'gimlet'
40422026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.997 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40432026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.997 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40442026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.997 INFO Checking files for board 'cosmo-mbist'
40452026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:03.997 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40462026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:04.007 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjHzqnv/proto/recovery/root"
40472026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:04.007 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40482026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:04.007 INFO image builder template: ramdisk-01-os...
40492026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:04.007 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/.tmpjHzqnv/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@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40502026-06-22T19:41:05.155Z[ host-image] Jun 22 19:41:04.013 INFO O| Jun 22 19:41:04.013 INFO O| Download: 3881/23764 items 37.6/222.2MB 16% complete (1.4M/s)
40512026-06-22T19:41:05.155Z[ recovery-image] Jun 22 19:41:04.023 INFO O| Jun 22 19:41:04.023 INFO CREATE DATASET: rpool/images/build/recovery/output
40522026-06-22T19:41:05.155Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40532026-06-22T19:41:05.186Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40542026-06-22T19:41:05.186Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40552026-06-22T19:41:05.186ZJun 22 19:41:04.250 INFO [stamp-ntp] process exited with exit status: 0 (401.178232ms)
40562026-06-22T19:41:05.336Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40572026-06-22T19:41:05.441ZJun 22 19:41:04.419 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (570.742011ms)
40582026-06-22T19:41:05.441Z[ recovery-image] Jun 22 19:41:04.450 INFO O| Jun 22 19:41:04.449 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40592026-06-22T19:41:05.441Z[ recovery-image] Jun 22 19:41:04.453 INFO O| Jun 22 19:41:04.453 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40602026-06-22T19:41:05.441Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40612026-06-22T19:41:05.441ZJun 22 19:41:04.501 INFO [stamp-internal-dns] process exited with exit status: 0 (651.208861ms)
40622026-06-22T19:41:05.479Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40632026-06-22T19:41:05.513ZJun 22 19:41:04.545 INFO [stamp-external-dns] process exited with exit status: 0 (695.169624ms)
40642026-06-22T19:41:05.551Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40652026-06-22T19:41:05.573ZJun 22 19:41:04.626 INFO [stamp-crucible-zone] process exited with exit status: 0 (776.876136ms)
40662026-06-22T19:41:05.704Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40672026-06-22T19:41:05.778ZJun 22 19:41:04.773 INFO [stamp-oximeter] process exited with exit status: 0 (924.650288ms)
40682026-06-22T19:41:05.981Z[ recovery-image] Jun 22 19:41:05.045 INFO O| Jun 22 19:41:05.045 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40692026-06-22T19:41:06.110Z[ recovery-image] Jun 22 19:41:05.178 INFO O| Jun 22 19:41:05.178 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40702026-06-22T19:41:06.110Z[ recovery-image] Jun 22 19:41:05.178 INFO O| Jun 22 19:41:05.178 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40712026-06-22T19:41:06.110Z[ recovery-image] Jun 22 19:41:05.178 INFO O| Jun 22 19:41:05.178 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40722026-06-22T19:41:06.142Z[ recovery-image] Jun 22 19:41:05.178 INFO O| Jun 22 19:41:05.178 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40732026-06-22T19:41:06.142Z[ recovery-image] Jun 22 19:41:05.183 INFO O| Jun 22 19:41:05.183 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40742026-06-22T19:41:07.202Z[ recovery-image] Jun 22 19:41:06.269 INFO O| Jun 22 19:41:06.269 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40752026-06-22T19:41:07.232Z[ recovery-image] Jun 22 19:41:06.276 INFO O| Jun 22 19:41:06.276 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40762026-06-22T19:41:07.295Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40772026-06-22T19:41:07.319ZJun 22 19:41:06.363 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.515588834s)
40782026-06-22T19:41:07.499Z[ recovery-image] Jun 22 19:41:06.536 INFO O| Jun 22 19:41:06.536 INFO O| Caching catalogs ... Done
40792026-06-22T19:41:07.549Z[ recovery-image] Jun 22 19:41:06.600 INFO O| Jun 22 19:41:06.600 INFO STEP 0 (pkg_image_create) COMPLETE
40802026-06-22T19:41:07.550Z[ recovery-image] Jun 22 19:41:06.600 INFO O| Jun 22 19:41:06.600 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812026-06-22T19:41:07.604Z[ recovery-image] Jun 22 19:41:06.608 INFO O| Jun 22 19:41:06.607 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"]
40822026-06-22T19:41:07.794Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO STEP 1 (pkg_set_publisher) COMPLETE
40832026-06-22T19:41:07.794Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40842026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO skip step because feature "publisher_1_name" is not enabled
40852026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40862026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO skip step because feature "publisher_2_name" is not enabled
40872026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40882026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO skip step because feature "publisher_3_name" is not enabled
40892026-06-22T19:41:08.208Z[ recovery-image] Jun 22 19:41:06.861 INFO O| Jun 22 19:41:06.861 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40902026-06-22T19:41:08.229Z[ recovery-image] Jun 22 19:41:07.124 INFO O| Jun 22 19:41:07.124 INFO variant opensolaris.zone is already global
40912026-06-22T19:41:08.229Z[ recovery-image] Jun 22 19:41:07.124 INFO O| Jun 22 19:41:07.124 INFO STEP 5 (pkg_change_variant) COMPLETE
40922026-06-22T19:41:08.229Z[ recovery-image] Jun 22 19:41:07.124 INFO O| Jun 22 19:41:07.124 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-06-22T19:41:08.333Z[ recovery-image] Jun 22 19:41:07.401 INFO O| Jun 22 19:41:07.401 INFO variant opensolaris.imagetype is full; changing to partial
40942026-06-22T19:41:08.333Z[ recovery-image] Jun 22 19:41:07.401 INFO O| Jun 22 19:41:07.401 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40952026-06-22T19:41:08.995Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40962026-06-22T19:41:09.059ZJun 22 19:41:08.044 INFO [stamp-nexus] process exited with exit status: 0 (4.194657308s)
40972026-06-22T19:41:09.234Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40982026-06-22T19:41:09.278ZJun 22 19:41:08.318 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.468864616s)
40992026-06-22T19:41:09.461Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41002026-06-22T19:41:09.513ZJun 22 19:41:08.513 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.666154725s)
41012026-06-22T19:41:09.996Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41022026-06-22T19:41:09.996ZJun 22 19:41:08.578 INFO [stamp-clickhouse] process exited with exit status: 0 (4.730678443s)
41032026-06-22T19:41:09.996ZJun 22 19:41:08.578 INFO [tuf-stamp] task succeeded (4.731778284s)
41042026-06-22T19:41:10.062Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41052026-06-22T19:41:10.062Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41062026-06-22T19:41:10.062Z[verify-libraries] Compiling stacker v0.1.23
41072026-06-22T19:41:10.062Z[verify-libraries] Compiling cfg_aliases v0.1.1
41082026-06-22T19:41:10.062Z[verify-libraries] Compiling home v0.5.12
41092026-06-22T19:41:10.062Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41102026-06-22T19:41:10.062Z[verify-libraries] Compiling nibble_vec v0.1.0
41112026-06-22T19:41:10.062Z[verify-libraries] Compiling endian-type v0.1.2
41122026-06-22T19:41:10.062Z[verify-libraries] Compiling nix v0.28.0
41132026-06-22T19:41:10.062Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41142026-06-22T19:41:10.114Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41152026-06-22T19:41:10.114Z[verify-libraries] Compiling winnow v0.6.26
41162026-06-22T19:41:10.114Z[verify-libraries] Compiling unicode_categories v0.1.1
41172026-06-22T19:41:10.180Z[verify-libraries] Compiling radix_trie v0.2.1
41182026-06-22T19:41:10.180Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41192026-06-22T19:41:10.210Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41202026-06-22T19:41:10.243Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41212026-06-22T19:41:10.374Z[verify-libraries] Compiling polyval v0.6.2
41222026-06-22T19:41:10.416Z[verify-libraries] Compiling ctr v0.9.2
41232026-06-22T19:41:10.416Z[verify-libraries] Compiling colored v2.2.0
41242026-06-22T19:41:10.416Z[verify-libraries] Compiling ssh-encoding v0.2.0
41252026-06-22T19:41:10.416Z[verify-libraries] Compiling blowfish v0.9.1
41262026-06-22T19:41:10.416Z[verify-libraries] Compiling password-hash v0.4.2
41272026-06-22T19:41:10.530Z[ recovery-image] Jun 22 19:41:09.576 INFO O| Jun 22 19:41:09.576 INFO O| Startup: Refreshing catalog 'helios' ... Done
41282026-06-22T19:41:10.578Z[verify-libraries] Compiling ghash v0.5.1
41292026-06-22T19:41:10.578Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41302026-06-22T19:41:10.626Z[verify-libraries] Compiling petname v2.0.2
41312026-06-22T19:41:10.626Z[verify-libraries] Compiling psm v0.1.30
41322026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.682 INFO O| Jun 22 19:41:09.682 INFO O| Startup: Caching catalogs ... Done
41332026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.688 INFO O| Jun 22 19:41:09.688 INFO O| Planning: Planning completed in 0.00 seconds
41342026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.688 INFO O| Jun 22 19:41:09.688 INFO O| Planning: Consolidating action changes ... Done
41352026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.688 INFO O| Jun 22 19:41:09.688 INFO O| Planning: Evaluating mediators ... Done
41362026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.688 INFO O| Jun 22 19:41:09.688 INFO O| Planning: Planning completed in 0.00 seconds
41372026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.688 INFO O| Jun 22 19:41:09.688 INFO O| Variants/Facets to change: 1
41382026-06-22T19:41:10.669Z[verify-libraries] Compiling p521 v0.13.3
41392026-06-22T19:41:10.669Z[verify-libraries] Compiling p256 v0.13.2
41402026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.698 INFO O| Jun 22 19:41:09.698 INFO O| Finalize: Updating package state database ... Done
41412026-06-22T19:41:10.669Z[ recovery-image] Jun 22 19:41:09.698 INFO O| Jun 22 19:41:09.698 INFO O| Finalize: Updating package cache ... Done
41422026-06-22T19:41:10.680Z[ recovery-image] Jun 22 19:41:09.721 INFO O| Jun 22 19:41:09.721 INFO O| Finalize: Updating image state ... Done
41432026-06-22T19:41:10.680Z[ recovery-image] Jun 22 19:41:09.725 INFO O| Jun 22 19:41:09.725 INFO O| Finalize: Creating fast lookup database ... Done
41442026-06-22T19:41:10.680Z[ recovery-image] Jun 22 19:41:09.726 INFO O| Jun 22 19:41:09.726 INFO O| Finalize: Reading search index ... Done
41452026-06-22T19:41:10.680Z[ recovery-image] Jun 22 19:41:09.726 INFO O| Jun 22 19:41:09.726 INFO O| Finalize: Updating search index ... Done
41462026-06-22T19:41:10.680Z[ recovery-image] Jun 22 19:41:09.726 INFO O| Jun 22 19:41:09.726 INFO O| Finalize: Updating package cache ... Done
41472026-06-22T19:41:10.680Z[verify-libraries] Compiling aes-gcm v0.10.3
41482026-06-22T19:41:10.680Z[verify-libraries] Compiling pbkdf2 v0.11.0
41492026-06-22T19:41:10.738Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41502026-06-22T19:41:10.798Z[ recovery-image] Jun 22 19:41:09.860 INFO O| Jun 22 19:41:09.860 INFO STEP 6 (pkg_change_variant) COMPLETE
41512026-06-22T19:41:10.798Z[ recovery-image] Jun 22 19:41:09.860 INFO O| Jun 22 19:41:09.860 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41522026-06-22T19:41:10.837Z[ recovery-image] Jun 22 19:41:09.860 INFO O| Jun 22 19:41:09.860 INFO skip step because feature "debug_variant" is not enabled
41532026-06-22T19:41:10.837Z[ recovery-image] Jun 22 19:41:09.860 INFO O| Jun 22 19:41:09.860 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41542026-06-22T19:41:10.837Z[verify-libraries] Compiling md5 v0.7.0
41552026-06-22T19:41:10.888Z[verify-libraries] Compiling ssh-cipher v0.2.0
41562026-06-22T19:41:10.926Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41572026-06-22T19:41:10.971Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41582026-06-22T19:41:11.107Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41592026-06-22T19:41:11.153Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41602026-06-22T19:41:11.153Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41612026-06-22T19:41:11.153Z[ recovery-image] Jun 22 19:41:10.182 INFO O| Jun 22 19:41:10.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41622026-06-22T19:41:11.219Z[verify-libraries] Compiling num-bigint v0.4.6
41632026-06-22T19:41:11.220Z[verify-libraries] Compiling ssh-key v0.6.7
41642026-06-22T19:41:11.220Z[verify-libraries] Compiling des v0.8.1
41652026-06-22T19:41:11.310Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41662026-06-22T19:41:11.341Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41672026-06-22T19:41:11.341Z[verify-libraries] Compiling sync-ptr v0.1.4
41682026-06-22T19:41:11.341Z[verify-libraries] Compiling hex-literal v0.4.1
41692026-06-22T19:41:11.444Z[ host-image] Jun 22 19:41:10.521 INFO O| Jun 22 19:41:10.520 INFO O| Download: 4811/23764 items 42.3/222.2MB 19% complete (1.6M/s)
41702026-06-22T19:41:11.539Z[verify-libraries] Compiling sqlformat v0.3.5
41712026-06-22T19:41:11.589Z[verify-libraries] Compiling recursive v0.1.1
41722026-06-22T19:41:11.647Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41732026-06-22T19:41:11.684Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41742026-06-22T19:41:11.703Z[verify-libraries] Compiling sqlparser v0.61.0
41752026-06-22T19:41:11.743Z[verify-libraries] Compiling rustyline v14.0.0
41762026-06-22T19:41:11.789Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41772026-06-22T19:41:11.848Z[ recovery-image] Jun 22 19:41:10.915 INFO O| Jun 22 19:41:10.915 INFO O| Startup: Refreshing catalog 'helios' ... Done
41782026-06-22T19:41:11.878Z[verify-libraries] Compiling internet-checksum v0.2.1
41792026-06-22T19:41:12.036Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41802026-06-22T19:41:12.036Z[ recovery-image] Jun 22 19:41:11.041 INFO O| Jun 22 19:41:11.041 INFO O| Startup: Caching catalogs ... Done
41812026-06-22T19:41:12.036Z[ recovery-image] Jun 22 19:41:11.048 INFO O| Jun 22 19:41:11.047 INFO O| Planning: Planning completed in 0.00 seconds
41822026-06-22T19:41:12.036Z[ recovery-image] Jun 22 19:41:11.048 INFO O| Jun 22 19:41:11.048 INFO O| Planning: Consolidating action changes ... Done
41832026-06-22T19:41:12.037Z[ recovery-image] Jun 22 19:41:11.048 INFO O| Jun 22 19:41:11.048 INFO O| Planning: Evaluating mediators ... Done
41842026-06-22T19:41:12.037Z[ recovery-image] Jun 22 19:41:11.048 INFO O| Jun 22 19:41:11.048 INFO O| Planning: Planning completed in 0.00 seconds
41852026-06-22T19:41:12.037Z[ recovery-image] Jun 22 19:41:11.049 INFO O| Jun 22 19:41:11.049 INFO O| Variants/Facets to change: 1
41862026-06-22T19:41:12.037Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41872026-06-22T19:41:12.037Z[ recovery-image] Jun 22 19:41:11.071 INFO O| Jun 22 19:41:11.071 INFO O| Finalize: Updating package state database ... Done
41882026-06-22T19:41:12.037Z[ recovery-image] Jun 22 19:41:11.071 INFO O| Jun 22 19:41:11.071 INFO O| Finalize: Updating package cache ... Done
41892026-06-22T19:41:12.080Z[ recovery-image] Jun 22 19:41:11.091 INFO O| Jun 22 19:41:11.091 INFO O| Finalize: Updating image state ... Done
41902026-06-22T19:41:12.081Z[ recovery-image] Jun 22 19:41:11.095 INFO O| Jun 22 19:41:11.095 INFO O| Finalize: Creating fast lookup database ... Done
41912026-06-22T19:41:12.081Z[ recovery-image] Jun 22 19:41:11.095 INFO O| Jun 22 19:41:11.095 INFO O| Finalize: Reading search index ... Done
41922026-06-22T19:41:12.081Z[ recovery-image] Jun 22 19:41:11.095 INFO O| Jun 22 19:41:11.095 INFO O| Finalize: Updating search index ... Done
41932026-06-22T19:41:12.081Z[ recovery-image] Jun 22 19:41:11.096 INFO O| Jun 22 19:41:11.096 INFO O| Finalize: Updating package cache ... Done
41942026-06-22T19:41:12.123Z[verify-libraries] Compiling git-stub v1.0.0
41952026-06-22T19:41:12.158Z[ recovery-image] Jun 22 19:41:11.225 INFO O| Jun 22 19:41:11.225 INFO STEP 8 (pkg_change_facet) COMPLETE
41962026-06-22T19:41:12.158Z[ recovery-image] Jun 22 19:41:11.226 INFO O| Jun 22 19:41:11.225 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-06-22T19:41:12.297Z[verify-libraries] Compiling yansi v1.0.1
41982026-06-22T19:41:12.511Z[ recovery-image] Jun 22 19:41:11.570 INFO O| Jun 22 19:41:11.570 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41992026-06-22T19:41:12.622Z[verify-libraries] Compiling russh-keys v0.45.0
42002026-06-22T19:41:12.731Z[verify-libraries] Compiling diff v0.1.13
42012026-06-22T19:41:12.811Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42022026-06-22T19:41:12.870Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42032026-06-22T19:41:13.140Z[verify-libraries] Compiling pretty_assertions v1.4.1
42042026-06-22T19:41:13.382Z[ recovery-image] Jun 22 19:41:12.445 INFO O| Jun 22 19:41:12.445 INFO O| Startup: Refreshing catalog 'helios' ... Done
42052026-06-22T19:41:13.449Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42062026-06-22T19:41:13.669Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42072026-06-22T19:41:13.719Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42082026-06-22T19:41:13.929Z[ recovery-image] Jun 22 19:41:12.973 INFO O| Jun 22 19:41:12.973 INFO O| Startup: Caching catalogs ... Done
42092026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.980 INFO O| Jun 22 19:41:12.980 INFO O| Planning: Planning completed in 0.00 seconds
42102026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.980 INFO O| Jun 22 19:41:12.980 INFO O| Planning: Consolidating action changes ... Done
42112026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.980 INFO O| Jun 22 19:41:12.980 INFO O| Planning: Evaluating mediators ... Done
42122026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.980 INFO O| Jun 22 19:41:12.980 INFO O| Planning: Planning completed in 0.00 seconds
42132026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.981 INFO O| Jun 22 19:41:12.981 INFO O| Variants/Facets to change: 1
42142026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.991 INFO O| Jun 22 19:41:12.991 INFO O| Finalize: Updating package state database ... Done
42152026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:12.991 INFO O| Jun 22 19:41:12.991 INFO O| Finalize: Updating package cache ... Done
42162026-06-22T19:41:13.974Z[verify-libraries] Compiling russh v0.45.0
42172026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:13.012 INFO O| Jun 22 19:41:13.012 INFO O| Finalize: Updating image state ... Done
42182026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:13.017 INFO O| Jun 22 19:41:13.016 INFO O| Finalize: Creating fast lookup database ... Done
42192026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:13.017 INFO O| Jun 22 19:41:13.017 INFO O| Finalize: Reading search index ... Done
42202026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:13.017 INFO O| Jun 22 19:41:13.017 INFO O| Finalize: Updating search index ... Done
42212026-06-22T19:41:13.974Z[ recovery-image] Jun 22 19:41:13.018 INFO O| Jun 22 19:41:13.018 INFO O| Finalize: Updating package cache ... Done
42222026-06-22T19:41:13.984Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42232026-06-22T19:41:14.062Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42242026-06-22T19:41:14.097Z[ recovery-image] Jun 22 19:41:13.145 INFO O| Jun 22 19:41:13.145 INFO STEP 9 (pkg_change_facet) COMPLETE
42252026-06-22T19:41:14.097Z[ recovery-image] Jun 22 19:41:13.145 INFO O| Jun 22 19:41:13.145 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-06-22T19:41:14.310Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42272026-06-22T19:41:14.355Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42282026-06-22T19:41:14.390Z[verify-libraries] Compiling drift v0.2.0
42292026-06-22T19:41:14.430Z[ recovery-image] Jun 22 19:41:13.495 INFO O| Jun 22 19:41:13.495 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42302026-06-22T19:41:14.649Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42312026-06-22T19:41:14.707Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42322026-06-22T19:41:14.751Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42332026-06-22T19:41:14.876Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42342026-06-22T19:41:15.238Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42352026-06-22T19:41:15.288Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42362026-06-22T19:41:15.405Z[ recovery-image] Jun 22 19:41:14.423 INFO O| Jun 22 19:41:14.423 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-06-22T19:41:15.571Z[ recovery-image] Jun 22 19:41:14.547 INFO O| Jun 22 19:41:14.547 INFO O| Startup: Caching catalogs ... Done
42382026-06-22T19:41:15.571Z[verify-libraries] Compiling termios v0.3.3
42392026-06-22T19:41:15.633Z[ recovery-image] Jun 22 19:41:14.553 INFO O| Jun 22 19:41:14.553 INFO O| Planning: Planning completed in 0.00 seconds
42402026-06-22T19:41:15.633Z[ recovery-image] Jun 22 19:41:14.554 INFO O| Jun 22 19:41:14.554 INFO O| Planning: Consolidating action changes ... Done
42412026-06-22T19:41:15.633Z[ recovery-image] Jun 22 19:41:14.554 INFO O| Jun 22 19:41:14.554 INFO O| Planning: Evaluating mediators ... Done
42422026-06-22T19:41:15.633Z[ recovery-image] Jun 22 19:41:14.554 INFO O| Jun 22 19:41:14.554 INFO O| Planning: Planning completed in 0.00 seconds
42432026-06-22T19:41:15.633Z[ recovery-image] Jun 22 19:41:14.555 INFO O| Jun 22 19:41:14.555 INFO O| Variants/Facets to change: 1
42442026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.565 INFO O| Jun 22 19:41:14.565 INFO O| Finalize: Updating package state database ... Done
42452026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.565 INFO O| Jun 22 19:41:14.565 INFO O| Finalize: Updating package cache ... Done
42462026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.584 INFO O| Jun 22 19:41:14.584 INFO O| Finalize: Updating image state ... Done
42472026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.588 INFO O| Jun 22 19:41:14.588 INFO O| Finalize: Creating fast lookup database ... Done
42482026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.588 INFO O| Jun 22 19:41:14.588 INFO O| Finalize: Reading search index ... Done
42492026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.589 INFO O| Jun 22 19:41:14.588 INFO O| Finalize: Updating search index ... Done
42502026-06-22T19:41:15.634Z[ recovery-image] Jun 22 19:41:14.589 INFO O| Jun 22 19:41:14.589 INFO O| Finalize: Updating package cache ... Done
42512026-06-22T19:41:15.687Z[ recovery-image] Jun 22 19:41:14.728 INFO O| Jun 22 19:41:14.728 INFO STEP 10 (pkg_change_facet) COMPLETE
42522026-06-22T19:41:15.687Z[ recovery-image] Jun 22 19:41:14.728 INFO O| Jun 22 19:41:14.728 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42532026-06-22T19:41:15.736Z[ recovery-image] Jun 22 19:41:14.738 INFO O| Jun 22 19:41:14.738 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
42542026-06-22T19:41:15.736Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42552026-06-22T19:41:16.537Z[ recovery-image] Jun 22 19:41:15.585 INFO O| Jun 22 19:41:15.585 INFO O| Startup: Refreshing catalog 'helios' ... Done
42562026-06-22T19:41:16.663Z[ recovery-image] Jun 22 19:41:15.700 INFO O| Jun 22 19:41:15.700 INFO O| Startup: Caching catalogs ... Done
42572026-06-22T19:41:16.713Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42582026-06-22T19:41:16.767Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42592026-06-22T19:41:17.073Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42602026-06-22T19:41:17.149Z[ recovery-image] Jun 22 19:41:16.172 INFO O| Jun 22 19:41:16.171 INFO O| Planning: Solver setup ... Done
42612026-06-22T19:41:17.202Z[ recovery-image] Jun 22 19:41:16.191 INFO O| Jun 22 19:41:16.191 INFO O| Planning: Running solver ... Done
42622026-06-22T19:41:17.202Z[ recovery-image] Jun 22 19:41:16.203 INFO O| Jun 22 19:41:16.203 INFO O| Planning: Finding local manifests ... Done
42632026-06-22T19:41:17.305Z[ recovery-image] Jun 22 19:41:16.253 INFO O| Jun 22 19:41:16.253 INFO O| Planning: Fetching manifests: 0/128 0% complete
42642026-06-22T19:41:18.531Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42652026-06-22T19:41:20.404Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42662026-06-22T19:41:21.088Z[ host-image] Jun 22 19:41:20.146 INFO O| Jun 22 19:41:20.145 INFO O| Download: 4814/23764 items 42.3/222.2MB 19% complete
42672026-06-22T19:41:21.927Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42682026-06-22T19:41:22.160Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42692026-06-22T19:41:22.193Z[ recovery-image] Jun 22 19:41:21.269 INFO O| Jun 22 19:41:21.269 INFO O| Planning: Fetching manifests: 103/128 80% complete
42702026-06-22T19:41:24.452Z[ recovery-image] Jun 22 19:41:23.503 INFO O| Jun 22 19:41:23.503 INFO O| Planning: Fetching manifests: 128/128 100% complete
42712026-06-22T19:41:25.062Z[ recovery-image] Jun 22 19:41:24.125 INFO O| Jun 22 19:41:24.125 INFO O| Planning: Package planning ... Done
42722026-06-22T19:41:25.173Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42732026-06-22T19:41:25.224Z[ recovery-image] Jun 22 19:41:24.277 INFO O| Jun 22 19:41:24.276 INFO O| Planning: Merging actions ... Done
42742026-06-22T19:41:25.334Z[ recovery-image] Jun 22 19:41:24.354 INFO O| Jun 22 19:41:24.354 INFO O| Planning: Checking for conflicting actions ... Done
42752026-06-22T19:41:25.393Z[ recovery-image] Jun 22 19:41:24.408 INFO O| Jun 22 19:41:24.408 INFO O| Planning: Consolidating action changes ... Done
42762026-06-22T19:41:25.510Z[ recovery-image] Jun 22 19:41:24.542 INFO O| Jun 22 19:41:24.542 INFO O| Planning: Evaluating mediators ... Done
42772026-06-22T19:41:26.157Z[ host-image] Jun 22 19:41:25.183 INFO O| Jun 22 19:41:25.183 INFO O| Download: 4968/23764 items 43.7/222.2MB 19% complete (284k/s)
42782026-06-22T19:41:27.099Z[ recovery-image] Jun 22 19:41:26.016 INFO O| Jun 22 19:41:26.016 INFO O| Planning: Planning completed in 10.31 seconds
42792026-06-22T19:41:27.100Z[ recovery-image] Jun 22 19:41:26.018 INFO O| Jun 22 19:41:26.018 INFO O| Packages to install: 128
42802026-06-22T19:41:27.100Z[ recovery-image] Jun 22 19:41:26.018 INFO O| Jun 22 19:41:26.018 INFO O| Mediators to change: 5
42812026-06-22T19:41:27.100Z[ recovery-image] Jun 22 19:41:26.018 INFO O| Jun 22 19:41:26.018 INFO O| Services to change: 5
42822026-06-22T19:41:27.100Z[ recovery-image] Jun 22 19:41:26.045 INFO O| Jun 22 19:41:26.044 INFO O| Download: 0/16569 items 0.0/199.4MB 0% complete
42832026-06-22T19:41:27.717Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42842026-06-22T19:41:31.293Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42852026-06-22T19:41:31.491Z[ host-image] Jun 22 19:41:30.460 INFO O| Jun 22 19:41:30.460 INFO O| Download: 5040/23764 items 45.5/222.2MB 20% complete (369k/s)
42862026-06-22T19:41:31.957Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42872026-06-22T19:41:32.557Z[ recovery-image] Jun 22 19:41:31.056 INFO O| Jun 22 19:41:31.056 INFO O| Download: 640/16569 items 4.9/199.4MB 2% complete (1.1M/s)
42882026-06-22T19:41:33.518Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42892026-06-22T19:41:33.800Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42902026-06-22T19:41:33.918Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42912026-06-22T19:41:35.677Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42922026-06-22T19:41:36.432Z[ host-image] Jun 22 19:41:35.461 INFO O| Jun 22 19:41:35.460 INFO O| Download: 5150/23764 items 46.2/222.2MB 20% complete (284k/s)
42932026-06-22T19:41:37.587Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42942026-06-22T19:41:37.675Z[ recovery-image] Jun 22 19:41:36.654 INFO O| Jun 22 19:41:36.654 INFO O| Download: 998/16569 items 7.9/199.4MB 3% complete (912k/s)
42952026-06-22T19:41:37.675Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42962026-06-22T19:41:38.661Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42972026-06-22T19:41:39.115Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42982026-06-22T19:41:39.487Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42992026-06-22T19:41:40.094Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43002026-06-22T19:41:40.690Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43012026-06-22T19:41:40.924Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43022026-06-22T19:41:41.378Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43032026-06-22T19:41:41.425Z[ host-image] Jun 22 19:41:40.465 INFO O| Jun 22 19:41:40.465 INFO O| Download: 5525/23764 items 46.6/222.2MB 20% complete (113k/s)
43042026-06-22T19:41:41.957Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43052026-06-22T19:41:42.631Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43062026-06-22T19:41:43.084Z[ recovery-image] Jun 22 19:41:42.105 INFO O| Jun 22 19:41:42.105 INFO O| Download: 1002/16569 items 7.9/199.4MB 3% complete (828k/s)
43072026-06-22T19:41:43.240Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43082026-06-22T19:41:43.662Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43092026-06-22T19:41:44.253Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43102026-06-22T19:41:44.378Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43112026-06-22T19:41:45.203Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43122026-06-22T19:41:46.370Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43132026-06-22T19:41:47.220Z[ host-image] Jun 22 19:41:46.183 INFO O| Jun 22 19:41:46.183 INFO O| Download: 6065/23764 items 46.9/222.2MB 21% complete (83.5k/s)
43142026-06-22T19:41:48.045Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43152026-06-22T19:41:50.441Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43162026-06-22T19:41:50.729Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43172026-06-22T19:41:50.729Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43182026-06-22T19:41:51.293Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43192026-06-22T19:41:52.142Z[ host-image] Jun 22 19:41:51.185 INFO O| Jun 22 19:41:51.184 INFO O| Download: 7047/23764 items 47.6/222.2MB 21% complete (92.2k/s)
43202026-06-22T19:41:52.546Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43212026-06-22T19:41:52.642Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43222026-06-22T19:41:52.825Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43232026-06-22T19:41:55.610Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43242026-06-22T19:41:56.547Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43252026-06-22T19:41:57.136Z[ host-image] Jun 22 19:41:56.199 INFO O| Jun 22 19:41:56.199 INFO O| Download: 7238/23764 items 49.5/222.2MB 22% complete (261k/s)
43262026-06-22T19:41:58.642Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43272026-06-22T19:41:58.833Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43282026-06-22T19:42:00.057Z[ recovery-image] Jun 22 19:41:59.026 INFO O| Jun 22 19:41:59.026 INFO O| Download: 1006/16569 items 7.9/199.4MB 3% complete
43292026-06-22T19:42:03.380Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43302026-06-22T19:42:03.526Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43312026-06-22T19:42:04.453Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43322026-06-22T19:42:05.311Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43332026-06-22T19:42:06.087Z[ recovery-image] Jun 22 19:42:05.136 INFO O| Jun 22 19:42:05.136 INFO O| Download: 1056/16569 items 8.0/199.4MB 4% complete (268k/s)
43342026-06-22T19:42:06.704Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43352026-06-22T19:42:11.083Z[ recovery-image] Jun 22 19:42:10.137 INFO O| Jun 22 19:42:10.137 INFO O| Download: 1127/16569 items 9.5/199.4MB 4% complete (137k/s)
43362026-06-22T19:42:12.669Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43372026-06-22T19:42:13.915Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43382026-06-22T19:42:14.336Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43392026-06-22T19:42:17.662Z[ recovery-image] Jun 22 19:42:16.686 INFO O| Jun 22 19:42:16.686 INFO O| Download: 1324/16569 items 19.6/199.4MB 9% complete (1.2M/s)
43402026-06-22T19:42:19.100Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43412026-06-22T19:42:19.521Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43422026-06-22T19:42:19.777Z[ host-image] Jun 22 19:42:18.657 INFO O| Jun 22 19:42:18.656 INFO O| Download: 7247/23764 items 49.7/222.2MB 22% complete
43432026-06-22T19:42:19.892Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43442026-06-22T19:42:23.357Z[ recovery-image] Jun 22 19:42:22.394 INFO O| Jun 22 19:42:22.394 INFO O| Download: 1507/16569 items 21.1/199.4MB 10% complete (1.2M/s)
43452026-06-22T19:42:26.700Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43462026-06-22T19:42:27.264Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43472026-06-22T19:42:27.428Z[ host-image] Jun 22 19:42:26.429 INFO O| Jun 22 19:42:26.429 INFO O| Download: 7393/23764 items 52.0/222.2MB 23% complete (903k/s)
43482026-06-22T19:42:29.007Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43492026-06-22T19:42:29.263Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43502026-06-22T19:42:30.456Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43512026-06-22T19:42:31.533Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43522026-06-22T19:42:32.449Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43532026-06-22T19:42:33.087Z[ recovery-image] Jun 22 19:42:32.031 INFO O| Jun 22 19:42:32.031 INFO O| Download: 1512/16569 items 21.1/199.4MB 10% complete (1.1M/s)
43542026-06-22T19:42:34.010Z[ host-image] Jun 22 19:42:32.851 INFO O| Jun 22 19:42:32.850 INFO O| Download: 7395/23764 items 52.3/222.2MB 23% complete (692k/s)
43552026-06-22T19:42:38.039Z[ recovery-image] Jun 22 19:42:37.046 INFO O| Jun 22 19:42:37.046 INFO O| Download: 1916/16569 items 28.1/199.4MB 14% complete (1.4M/s)
43562026-06-22T19:42:38.817Z[ host-image] Jun 22 19:42:37.874 INFO O| Jun 22 19:42:37.874 INFO O| Download: 8243/23764 items 61.3/222.2MB 27% complete (1.9M/s)
43572026-06-22T19:42:41.217Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-06-22T19:42:41.651Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43592026-06-22T19:42:42.306Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43602026-06-22T19:42:43.082Z[ recovery-image] Jun 22 19:42:42.051 INFO O| Jun 22 19:42:42.051 INFO O| Download: 2553/16569 items 31.0/199.4MB 15% complete (1.0M/s)
43612026-06-22T19:42:43.811Z[ host-image] Jun 22 19:42:42.895 INFO O| Jun 22 19:42:42.895 INFO O| Download: 8571/23764 items 62.4/222.2MB 28% complete (1.0M/s)
43622026-06-22T19:42:47.977Z[ recovery-image] Jun 22 19:42:47.052 INFO O| Jun 22 19:42:47.051 INFO O| Download: 3223/16569 items 37.3/199.4MB 18% complete (953k/s)
43632026-06-22T19:42:48.005Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43642026-06-22T19:42:48.961Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43652026-06-22T19:42:49.171Z[ host-image] Jun 22 19:42:48.229 INFO O| Jun 22 19:42:48.229 INFO O| Download: 8769/23764 items 67.4/222.2MB 30% complete (556k/s)
43662026-06-22T19:42:50.173Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43672026-06-22T19:42:50.464Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43682026-06-22T19:42:54.240Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43692026-06-22T19:42:54.782Z[ recovery-image] Jun 22 19:42:53.853 INFO O| Jun 22 19:42:53.853 INFO O| Download: 3723/16569 items 38.6/199.4MB 19% complete (784k/s)
43702026-06-22T19:42:54.802Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43712026-06-22T19:43:00.291Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43722026-06-22T19:43:00.884Z[ host-image] Jun 22 19:42:59.470 INFO O| Jun 22 19:42:59.470 INFO O| Download: 8778/23764 items 67.9/222.2MB 30% complete (540k/s)
43732026-06-22T19:43:02.715Z[ recovery-image] Jun 22 19:43:01.757 INFO O| Jun 22 19:43:01.757 INFO O| Download: 3935/16569 items 39.6/199.4MB 19% complete (232k/s)
43742026-06-22T19:43:05.664Z[ host-image] Jun 22 19:43:04.548 INFO O| Jun 22 19:43:04.547 INFO O| Download: 8871/23764 items 77.4/222.2MB 34% complete (1.1M/s)
43752026-06-22T19:43:08.176Z[ recovery-image] Jun 22 19:43:07.070 INFO O| Jun 22 19:43:07.070 INFO O| Download: 3968/16569 items 40.2/199.4MB 20% complete (136k/s)
43762026-06-22T19:43:10.673Z[ host-image] Jun 22 19:43:09.550 INFO O| Jun 22 19:43:09.549 INFO O| Download: 9641/23764 items 81.2/222.2MB 36% complete (1.3M/s)
43772026-06-22T19:43:13.150Z[ recovery-image] Jun 22 19:43:12.071 INFO O| Jun 22 19:43:12.071 INFO O| Download: 4370/16569 items 43.3/199.4MB 21% complete (380k/s)
43782026-06-22T19:43:15.994Z[ host-image] Jun 22 19:43:14.557 INFO O| Jun 22 19:43:14.557 INFO O| Download: 10131/23764 items 91.7/222.2MB 41% complete (1.4M/s)
43792026-06-22T19:43:18.067Z[ recovery-image] Jun 22 19:43:17.075 INFO O| Jun 22 19:43:17.075 INFO O| Download: 5036/16569 items 43.7/199.4MB 21% complete (365k/s)
43802026-06-22T19:43:20.736Z[ host-image] Jun 22 19:43:19.579 INFO O| Jun 22 19:43:19.579 INFO O| Download: 10755/23764 items 93.6/222.2MB 42% complete (1.3M/s)
43812026-06-22T19:43:23.077Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43822026-06-22T19:43:23.510Z[ recovery-image] Jun 22 19:43:22.075 INFO O| Jun 22 19:43:22.075 INFO O| Download: 5713/16569 items 44.1/199.4MB 22% complete (78.7k/s)
43832026-06-22T19:43:27.011Z[ host-image] Jun 22 19:43:26.070 INFO O| Jun 22 19:43:26.070 INFO O| Download: 10930/23764 items 96.3/222.2MB 43% complete (799k/s)
43842026-06-22T19:43:28.176Z[ recovery-image] Jun 22 19:43:27.154 INFO O| Jun 22 19:43:27.153 INFO O| Download: 5998/16569 items 45.2/199.4MB 22% complete (129k/s)
43852026-06-22T19:43:30.171Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43862026-06-22T19:43:30.364Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43872026-06-22T19:43:31.717Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43882026-06-22T19:43:32.224Z[ host-image] Jun 22 19:43:31.220 INFO O| Jun 22 19:43:31.219 INFO O| Download: 11515/23764 items 98.4/222.2MB 44% complete (253k/s)
43892026-06-22T19:43:33.273Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43902026-06-22T19:43:33.651Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43912026-06-22T19:43:33.853Z[ recovery-image] Jun 22 19:43:32.876 INFO O| Jun 22 19:43:32.876 INFO O| Download: 6072/16569 items 45.8/199.4MB 22% complete (173k/s)
43922026-06-22T19:43:34.190Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43932026-06-22T19:43:39.030Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43942026-06-22T19:43:40.314Z[ recovery-image] Jun 22 19:43:39.382 INFO O| Jun 22 19:43:39.382 INFO O| Download: 6139/16569 items 47.5/199.4MB 23% complete (198k/s)
43952026-06-22T19:43:42.243Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43962026-06-22T19:43:44.014Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43972026-06-22T19:43:44.831Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43982026-06-22T19:43:46.191Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-06-22T19:43:46.359Z[ recovery-image] Jun 22 19:43:45.440 INFO O| Jun 22 19:43:45.440 INFO O| Download: 6165/16569 items 48.6/199.4MB 24% complete (260k/s)
44002026-06-22T19:43:52.135Z[ recovery-image] Jun 22 19:43:51.195 INFO O| Jun 22 19:43:51.195 INFO O| Download: 6374/16569 items 56.4/199.4MB 28% complete (958k/s)
44012026-06-22T19:43:53.798Z[ host-image] Jun 22 19:43:52.861 INFO O| Jun 22 19:43:52.861 INFO O| Download: 11655/23764 items 98.9/222.2MB 44% complete
44022026-06-22T19:43:58.876Z[ host-image] Jun 22 19:43:57.940 INFO O| Jun 22 19:43:57.939 INFO O| Download: 11673/23764 items 99.0/222.2MB 44% complete (5.2k/s)
44032026-06-22T19:43:59.389Z[ recovery-image] Jun 22 19:43:58.468 INFO O| Jun 22 19:43:58.468 INFO O| Download: 6437/16569 items 56.8/199.4MB 28% complete (1022k/s)
44042026-06-22T19:44:03.899Z[ host-image] Jun 22 19:44:02.985 INFO O| Jun 22 19:44:02.985 INFO O| Download: 12076/23764 items 103.7/222.2MB 46% complete (517k/s)
44052026-06-22T19:44:05.923Z[ recovery-image] Jun 22 19:44:05.004 INFO O| Jun 22 19:44:05.004 INFO O| Download: 6543/16569 items 62.0/199.4MB 31% complete (512k/s)
44062026-06-22T19:44:09.306Z[ host-image] Jun 22 19:44:08.347 INFO O| Jun 22 19:44:08.346 INFO O| Download: 12746/23764 items 107.5/222.2MB 48% complete (850k/s)
44072026-06-22T19:44:13.326Z[ recovery-image] Jun 22 19:44:12.074 INFO O| Jun 22 19:44:12.074 INFO O| Download: 6610/16569 items 70.7/199.4MB 35% complete (1.0M/s)
44082026-06-22T19:44:15.753Z[ host-image] Jun 22 19:44:14.841 INFO O| Jun 22 19:44:14.841 INFO O| Download: 12789/23764 items 109.3/222.2MB 49% complete (492k/s)
44092026-06-22T19:44:21.941Z[ host-image] Jun 22 19:44:20.911 INFO O| Jun 22 19:44:20.910 INFO O| Download: 12876/23764 items 110.3/222.2MB 49% complete (443k/s)
44102026-06-22T19:44:22.681Z[ recovery-image] Jun 22 19:44:21.708 INFO O| Jun 22 19:44:21.708 INFO O| Download: 6613/16569 items 70.8/199.4MB 35% complete
44112026-06-22T19:44:27.620Z[ recovery-image] Jun 22 19:44:26.709 INFO O| Jun 22 19:44:26.709 INFO O| Download: 7129/16569 items 73.4/199.4MB 36% complete (529k/s)
44122026-06-22T19:44:28.546Z[ host-image] Jun 22 19:44:27.327 INFO O| Jun 22 19:44:27.327 INFO O| Download: 12881/23764 items 110.3/222.2MB 49% complete (416k/s)
44132026-06-22T19:44:32.624Z[ recovery-image] Jun 22 19:44:31.710 INFO O| Jun 22 19:44:31.710 INFO O| Download: 7949/16569 items 83.0/199.4MB 41% complete (1.2M/s)
44142026-06-22T19:44:34.306Z[ host-image] Jun 22 19:44:33.377 INFO O| Jun 22 19:44:33.376 INFO O| Download: 12889/23764 items 115.8/222.2MB 52% complete (606k/s)
44152026-06-22T19:44:37.763Z[ recovery-image] Jun 22 19:44:36.846 INFO O| Jun 22 19:44:36.846 INFO O| Download: 8458/16569 items 85.6/199.4MB 42% complete (1.2M/s)
44162026-06-22T19:44:39.666Z[ host-image] Jun 22 19:44:38.753 INFO O| Jun 22 19:44:38.753 INFO O| Download: 13059/23764 items 119.0/222.2MB 53% complete (776k/s)
44172026-06-22T19:44:43.433Z[ recovery-image] Jun 22 19:44:42.514 INFO O| Jun 22 19:44:42.514 INFO O| Download: 8493/16569 items 86.8/199.4MB 43% complete (361k/s)
44182026-06-22T19:44:44.790Z[ host-image] Jun 22 19:44:43.753 INFO O| Jun 22 19:44:43.753 INFO O| Download: 13521/23764 items 119.2/222.2MB 53% complete (174k/s)
44192026-06-22T19:44:54.516Z[ host-image] Jun 22 19:44:52.877 INFO O| Jun 22 19:44:52.877 INFO O| Download: 14087/23764 items 119.5/222.2MB 53% complete (144k/s)
44202026-06-22T19:44:59.897Z[ host-image] Jun 22 19:44:58.985 INFO O| Jun 22 19:44:58.985 INFO O| Download: 14678/23764 items 119.8/222.2MB 53% complete (40.3k/s)
44212026-06-22T19:45:05.127Z[ host-image] Jun 22 19:45:04.210 INFO O| Jun 22 19:45:04.210 INFO O| Download: 15284/23764 items 126.3/222.2MB 56% complete (658k/s)
44222026-06-22T19:45:10.884Z[ host-image] Jun 22 19:45:09.971 INFO O| Jun 22 19:45:09.971 INFO O| Download: 16315/23764 items 135.3/222.2MB 60% complete (1.6M/s)
44232026-06-22T19:45:12.210Z[ recovery-image] Jun 22 19:45:11.298 INFO O| Jun 22 19:45:11.298 INFO O| Download: 8500/16569 items 87.0/199.4MB 43% complete
44242026-06-22T19:45:15.989Z[ host-image] Jun 22 19:45:15.078 INFO O| Jun 22 19:45:15.078 INFO O| Download: 16608/23764 items 139.7/222.2MB 62% complete (1.3M/s)
44252026-06-22T19:45:19.540Z[ recovery-image] Jun 22 19:45:18.629 INFO O| Jun 22 19:45:18.629 INFO O| Download: 8533/16569 items 87.6/199.4MB 43% complete (164k/s)
44262026-06-22T19:45:24.969Z[ recovery-image] Jun 22 19:45:24.058 INFO O| Jun 22 19:45:24.058 INFO O| Download: 9362/16569 items 101.9/199.4MB 51% complete (1.4M/s)
44272026-06-22T19:45:26.822Z[ host-image] Jun 22 19:45:25.889 INFO O| Jun 22 19:45:25.889 INFO O| Download: 16621/23764 items 139.9/222.2MB 62% complete (922k/s)
44282026-06-22T19:45:31.130Z[ recovery-image] Jun 22 19:45:30.112 INFO O| Jun 22 19:45:30.112 INFO O| Download: 9386/16569 items 102.1/199.4MB 51% complete (1.5M/s)
44292026-06-22T19:45:31.828Z[ host-image] Jun 22 19:45:30.917 INFO O| Jun 22 19:45:30.916 INFO O| Download: 17256/23764 items 145.1/222.2MB 65% complete (1.1M/s)
44302026-06-22T19:45:38.359Z[ recovery-image] Jun 22 19:45:37.446 INFO O| Jun 22 19:45:37.446 INFO O| Download: 9466/16569 items 102.8/199.4MB 51% complete (511k/s)
44312026-06-22T19:45:42.745Z[ host-image] Jun 22 19:45:41.833 INFO O| Jun 22 19:45:41.833 INFO O| Download: 17661/23764 items 146.3/222.2MB 65% complete (716k/s)
44322026-06-22T19:45:43.365Z[ recovery-image] Jun 22 19:45:42.452 INFO O| Jun 22 19:45:42.452 INFO O| Download: 10488/16569 items 103.2/199.4MB 51% complete (53.7k/s)
44332026-06-22T19:45:52.128Z[ host-image] Jun 22 19:45:51.217 INFO O| Jun 22 19:45:51.216 INFO O| Download: 17663/23764 items 146.3/222.2MB 65% complete
44342026-06-22T19:45:57.320Z[ host-image] Jun 22 19:45:56.393 INFO O| Jun 22 19:45:56.393 INFO O| Download: 18697/23764 items 166.5/222.2MB 74% complete (4.0M/s)
44352026-06-22T19:46:02.307Z[ host-image] Jun 22 19:46:01.395 INFO O| Jun 22 19:46:01.394 INFO O| Download: 19286/23764 items 174.0/222.2MB 78% complete (2.8M/s)
44362026-06-22T19:46:10.502Z[ recovery-image] Jun 22 19:46:09.589 INFO O| Jun 22 19:46:09.589 INFO O| Download: 10495/16569 items 103.2/199.4MB 51% complete
44372026-06-22T19:46:16.627Z[ recovery-image] Jun 22 19:46:15.714 INFO O| Jun 22 19:46:15.714 INFO O| Download: 11080/16569 items 103.6/199.4MB 51% complete (129k/s)
44382026-06-22T19:46:21.628Z[ recovery-image] Jun 22 19:46:20.716 INFO O| Jun 22 19:46:20.716 INFO O| Download: 11607/16569 items 109.7/199.4MB 55% complete (575k/s)
44392026-06-22T19:46:26.885Z[ recovery-image] Jun 22 19:46:25.972 INFO O| Jun 22 19:46:25.972 INFO O| Download: 11614/16569 items 109.8/199.4MB 55% complete (614k/s)
44402026-06-22T19:46:30.353Z[ host-image] Jun 22 19:46:29.436 INFO O| Jun 22 19:46:29.436 INFO O| Download: 19765/23764 items 176.4/222.2MB 79% complete
44412026-06-22T19:46:33.430Z[ recovery-image] Jun 22 19:46:32.514 INFO O| Jun 22 19:46:32.514 INFO O| Download: 11957/16569 items 117.5/199.4MB 58% complete (981k/s)
44422026-06-22T19:46:35.898Z[ host-image] Jun 22 19:46:34.986 INFO O| Jun 22 19:46:34.986 INFO O| Download: 20791/23764 items 179.9/222.2MB 80% complete (1.1M/s)
44432026-06-22T19:46:38.856Z[ recovery-image] Jun 22 19:46:37.944 INFO O| Jun 22 19:46:37.944 INFO O| Download: 12466/16569 items 139.1/199.4MB 69% complete (2.9M/s)
44442026-06-22T19:46:40.901Z[ host-image] Jun 22 19:46:39.988 INFO O| Jun 22 19:46:39.988 INFO O| Download: 21406/23764 items 182.6/222.2MB 82% complete (608k/s)
44452026-06-22T19:46:43.856Z[ recovery-image] Jun 22 19:46:42.944 INFO O| Jun 22 19:46:42.944 INFO O| Download: 12706/16569 items 151.3/199.4MB 75% complete (3.2M/s)
44462026-06-22T19:46:48.856Z[ recovery-image] Jun 22 19:46:47.944 INFO O| Jun 22 19:46:47.944 INFO O| Download: 13556/16569 items 155.1/199.4MB 77% complete (1.6M/s)
44472026-06-22T19:46:49.522Z[ host-image] Jun 22 19:46:48.610 INFO O| Jun 22 19:46:48.610 INFO O| Download: 21416/23764 items 182.6/222.2MB 82% complete (543k/s)
44482026-06-22T19:46:54.629Z[ recovery-image] Jun 22 19:46:53.716 INFO O| Jun 22 19:46:53.716 INFO O| Download: 14577/16569 items 158.6/199.4MB 79% complete (868k/s)
44492026-06-22T19:46:55.611Z[ host-image] Jun 22 19:46:54.698 INFO O| Jun 22 19:46:54.698 INFO O| Download: 21443/23764 items 183.0/222.2MB 82% complete (50.4k/s)
44502026-06-22T19:46:59.651Z[ recovery-image] Jun 22 19:46:58.738 INFO O| Jun 22 19:46:58.738 INFO O| Download: 15251/16569 items 162.5/199.4MB 81% complete (671k/s)
44512026-06-22T19:47:00.982Z[ host-image] Jun 22 19:47:00.069 INFO O| Jun 22 19:47:00.069 INFO O| Download: 21808/23764 items 189.4/222.2MB 85% complete (702k/s)
44522026-06-22T19:47:05.072Z[ recovery-image] Jun 22 19:47:04.159 INFO O| Jun 22 19:47:04.159 INFO O| Download: 15422/16569 items 168.0/199.4MB 84% complete (986k/s)
44532026-06-22T19:47:12.042Z[ recovery-image] Jun 22 19:47:11.130 INFO O| Jun 22 19:47:11.130 INFO O| Download: 15921/16569 items 177.9/199.4MB 89% complete (1.6M/s)
44542026-06-22T19:47:12.234Z[ host-image] Jun 22 19:47:11.322 INFO O| Jun 22 19:47:11.322 INFO O| Download: 21817/23764 items 189.4/222.2MB 85% complete (685k/s)
44552026-06-22T19:47:18.450Z[ recovery-image] Jun 22 19:47:17.537 INFO O| Jun 22 19:47:17.537 INFO O| Download: 15922/16569 items 177.9/199.4MB 89% complete
44562026-06-22T19:47:25.232Z[ host-image] Jun 22 19:47:24.112 INFO O| Jun 22 19:47:24.112 INFO O| Download: 21819/23764 items 189.5/222.2MB 85% complete
44572026-06-22T19:47:31.100Z[ host-image] Jun 22 19:47:30.187 INFO O| Jun 22 19:47:30.187 INFO O| Download: 21874/23764 items 189.7/222.2MB 85% complete (826k/s)
44582026-06-22T19:47:31.257Z[ recovery-image] Jun 22 19:47:30.345 INFO O| Jun 22 19:47:30.344 INFO O| Download: 15925/16569 items 177.9/199.4MB 89% complete
44592026-06-22T19:47:36.274Z[ recovery-image] Jun 22 19:47:35.361 INFO O| Jun 22 19:47:35.361 INFO O| Download: 16220/16569 items 192.6/199.4MB 96% complete (3.2M/s)
44602026-06-22T19:47:37.518Z[ host-image] Jun 22 19:47:36.605 INFO O| Jun 22 19:47:36.605 INFO O| Download: 21875/23764 items 189.7/222.2MB 85% complete (794k/s)
44612026-06-22T19:47:42.329Z[ recovery-image] Jun 22 19:47:41.416 INFO O| Jun 22 19:47:41.416 INFO O| Download: 16248/16569 items 192.8/199.4MB 96% complete (2.8M/s)
44622026-06-22T19:47:48.738Z[ recovery-image] Jun 22 19:47:47.825 INFO O| Jun 22 19:47:47.825 INFO O| Download: 16252/16569 items 192.8/199.4MB 96% complete (2.6M/s)
44632026-06-22T19:47:50.011Z[ host-image] Jun 22 19:47:49.098 INFO O| Jun 22 19:47:49.098 INFO O| Download: 21883/23764 items 189.8/222.2MB 85% complete
44642026-06-22T19:47:53.771Z[ recovery-image] Jun 22 19:47:52.828 INFO O| Jun 22 19:47:52.828 INFO O| Download: 16357/16569 items 194.2/199.4MB 97% complete (269k/s)
44652026-06-22T19:47:56.299Z[ recovery-image] Jun 22 19:47:55.380 INFO O| Jun 22 19:47:55.380 INFO O| Download: Completed 199.36 MB in 389.34 seconds (522k/s)
44662026-06-22T19:47:56.530Z[ recovery-image] Jun 22 19:47:55.617 INFO O| Jun 22 19:47:55.617 INFO O| Actions: 1/27398 actions (Installing new actions)
44672026-06-22T19:47:57.279Z[ host-image] Jun 22 19:47:56.366 INFO O| Jun 22 19:47:56.366 INFO O| Download: 21956/23764 items 190.2/222.2MB 85% complete (163k/s)
44682026-06-22T19:48:01.532Z[ recovery-image] Jun 22 19:48:00.619 INFO O| Jun 22 19:48:00.619 INFO O| Actions: 26974/27398 actions (Installing new actions)
44692026-06-22T19:48:01.648Z[ recovery-image] Jun 22 19:48:00.736 INFO O| Jun 22 19:48:00.735 INFO O| Actions: Completed 27398 actions in 5.12 seconds.
44702026-06-22T19:48:01.690Z[ recovery-image] Jun 22 19:48:00.777 INFO O| Jun 22 19:48:00.777 INFO O| Finalize: Updating package state database ... Done
44712026-06-22T19:48:01.690Z[ recovery-image] Jun 22 19:48:00.777 INFO O| Jun 22 19:48:00.777 INFO O| Finalize: Updating package cache ... Done
44722026-06-22T19:48:01.729Z[ recovery-image] Jun 22 19:48:00.816 INFO O| Jun 22 19:48:00.816 INFO O| Finalize: Updating image state ... Done
44732026-06-22T19:48:02.308Z[ recovery-image] Jun 22 19:48:01.395 INFO O| Jun 22 19:48:01.395 INFO O| Finalize: Creating fast lookup database ... Done
44742026-06-22T19:48:02.323Z[ recovery-image] Jun 22 19:48:01.409 INFO O| Jun 22 19:48:01.409 INFO O| Finalize: Reading search index ... Done
44752026-06-22T19:48:02.596Z[ host-image] Jun 22 19:48:01.682 INFO O| Jun 22 19:48:01.682 INFO O| Download: 22624/23764 items 200.2/222.2MB 90% complete (1.0M/s)
44762026-06-22T19:48:03.919Z[ recovery-image] Jun 22 19:48:03.006 INFO O| Jun 22 19:48:03.006 INFO O| Finalize: Building new search index ... Done
44772026-06-22T19:48:04.217Z[ recovery-image] Jun 22 19:48:03.295 INFO O| Jun 22 19:48:03.294 INFO O| Finalize: Updating package cache ... Done
44782026-06-22T19:48:04.352Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO STEP 11 (pkg_install) COMPLETE
44792026-06-22T19:48:04.352Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44802026-06-22T19:48:04.356Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO skip step because feature "recovery" is enabled
44812026-06-22T19:48:04.356Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-06-22T19:48:04.356Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO skip step because feature "omicron1" is not enabled
44832026-06-22T19:48:04.356Z[ recovery-image] Jun 22 19:48:03.438 INFO O| Jun 22 19:48:03.438 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-06-22T19:48:04.360Z[ recovery-image] Jun 22 19:48:03.447 INFO O| Jun 22 19:48:03.447 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
44852026-06-22T19:48:07.414Z[ recovery-image] Jun 22 19:48:06.499 INFO O| Jun 22 19:48:06.499 INFO O| Startup: Refreshing catalog 'helios' ... Done
44862026-06-22T19:48:07.517Z[ recovery-image] Jun 22 19:48:06.604 INFO O| Jun 22 19:48:06.604 INFO O| Startup: Caching catalogs ... Done
44872026-06-22T19:48:07.669Z[ recovery-image] Jun 22 19:48:06.756 INFO O| Jun 22 19:48:06.756 INFO O| Planning: Solver setup ... Done
44882026-06-22T19:48:07.673Z[ recovery-image] Jun 22 19:48:06.760 INFO O| Jun 22 19:48:06.760 INFO O| Planning: Running solver ... Done
44892026-06-22T19:48:07.677Z[ recovery-image] Jun 22 19:48:06.763 INFO O| Jun 22 19:48:06.763 INFO O| Planning: Finding local manifests ... Done
44902026-06-22T19:48:07.691Z[ recovery-image] Jun 22 19:48:06.778 INFO O| Jun 22 19:48:06.778 INFO O| Planning: Fetching manifests: 0/1 0% complete
44912026-06-22T19:48:07.696Z[ recovery-image] Jun 22 19:48:06.783 INFO O| Jun 22 19:48:06.783 INFO O| Planning: Fetching manifests: 1/1 100% complete
44922026-06-22T19:48:07.710Z[ recovery-image] Jun 22 19:48:06.797 INFO O| Jun 22 19:48:06.797 INFO O| Planning: Package planning ... Done
44932026-06-22T19:48:07.714Z[ recovery-image] Jun 22 19:48:06.797 INFO O| Jun 22 19:48:06.797 INFO O| Planning: Merging actions ... Done
44942026-06-22T19:48:07.766Z[ recovery-image] Jun 22 19:48:06.854 INFO O| Jun 22 19:48:06.854 INFO O| Planning: Checking for conflicting actions ... Done
44952026-06-22T19:48:07.770Z[ recovery-image] Jun 22 19:48:06.854 INFO O| Jun 22 19:48:06.854 INFO O| Planning: Consolidating action changes ... Done
44962026-06-22T19:48:07.860Z[ recovery-image] Jun 22 19:48:06.946 INFO O| Jun 22 19:48:06.946 INFO O| Planning: Evaluating mediators ... Done
44972026-06-22T19:48:07.864Z[ recovery-image] Jun 22 19:48:06.946 INFO O| Jun 22 19:48:06.946 INFO O| Planning: Planning completed in 0.34 seconds
44982026-06-22T19:48:07.865Z[ recovery-image] Jun 22 19:48:06.946 INFO O| Jun 22 19:48:06.946 INFO O| Packages to install: 1
44992026-06-22T19:48:07.870Z[ recovery-image] Jun 22 19:48:06.957 INFO O| Jun 22 19:48:06.957 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
45002026-06-22T19:48:08.340Z[ host-image] Jun 22 19:48:07.427 INFO O| Jun 22 19:48:07.427 INFO O| Download: 22898/23764 items 214.8/222.2MB 96% complete (2.5M/s)
45012026-06-22T19:48:08.389Z[ recovery-image] Jun 22 19:48:07.476 INFO O| Jun 22 19:48:07.476 INFO O| Download: Completed 13.07 MB in 0.52 seconds (25.2M/s)
45022026-06-22T19:48:08.429Z[ recovery-image] Jun 22 19:48:07.516 INFO O| Jun 22 19:48:07.516 INFO O| Actions: 1/22 actions (Installing new actions)
45032026-06-22T19:48:08.643Z[ recovery-image] Jun 22 19:48:07.730 INFO O| Jun 22 19:48:07.730 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45042026-06-22T19:48:08.654Z[ recovery-image] Jun 22 19:48:07.740 INFO O| Jun 22 19:48:07.740 INFO O| Finalize: Updating package state database ... Done
45052026-06-22T19:48:08.654Z[ recovery-image] Jun 22 19:48:07.740 INFO O| Jun 22 19:48:07.740 INFO O| Finalize: Updating package cache ... Done
45062026-06-22T19:48:08.679Z[ recovery-image] Jun 22 19:48:07.767 INFO O| Jun 22 19:48:07.767 INFO O| Finalize: Updating image state ... Done
45072026-06-22T19:48:09.231Z[ recovery-image] Jun 22 19:48:08.316 INFO O| Jun 22 19:48:08.316 INFO O| Finalize: Creating fast lookup database ... Done
45082026-06-22T19:48:09.245Z[ recovery-image] Jun 22 19:48:08.330 INFO O| Jun 22 19:48:08.330 INFO O| Finalize: Reading search index ... Done
45092026-06-22T19:48:09.250Z[ recovery-image] Jun 22 19:48:08.330 INFO O| Jun 22 19:48:08.330 INFO O| Finalize: Updating search index ... Done
45102026-06-22T19:48:09.256Z[ recovery-image] Jun 22 19:48:08.342 INFO O| Jun 22 19:48:08.341 INFO O| Finalize: Updating package cache ... Done
45112026-06-22T19:48:09.366Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 14 (pkg_install) COMPLETE
45122026-06-22T19:48:09.366Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45132026-06-22T19:48:09.366Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO skip step because feature "mfg" is not enabled
45142026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45152026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO skip step because feature "compliance" is not enabled
45162026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO skip step because feature "stress" is not enabled
45182026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45192026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO skip step because feature "compliance" is not enabled
45202026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45212026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO skip step because feature "nfs" is not enabled
45222026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45232026-06-22T19:48:09.371Z[ recovery-image] Jun 22 19:48:08.450 INFO O| Jun 22 19:48:08.450 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45242026-06-22T19:48:09.469Z[ recovery-image] Jun 22 19:48:08.555 INFO O| Jun 22 19:48:08.555 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45252026-06-22T19:48:09.602Z[ recovery-image] Jun 22 19:48:08.689 INFO O| Jun 22 19:48:08.689 INFO completed processing sled/ramdisk-01-os
45262026-06-22T19:48:09.606Z[ recovery-image] Jun 22 19:48:08.691 INFO image builder template: ramdisk-02-trim...
45272026-06-22T19:48:09.606Z[ recovery-image] Jun 22 19:48:08.691 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/.tmpjHzqnv/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@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-02-trim"], pwd: None
45282026-06-22T19:48:09.621Z[ recovery-image] Jun 22 19:48:08.707 INFO O| Jun 22 19:48:08.707 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45292026-06-22T19:48:09.626Z[ recovery-image] Jun 22 19:48:08.711 INFO O| Jun 22 19:48:08.711 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45302026-06-22T19:48:09.714Z[ recovery-image] Jun 22 19:48:08.801 INFO O| Jun 22 19:48:08.801 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45312026-06-22T19:48:09.780Z[ recovery-image] Jun 22 19:48:08.867 INFO O| Jun 22 19:48:08.867 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45322026-06-22T19:48:09.780Z[ recovery-image] Jun 22 19:48:08.867 INFO O| Jun 22 19:48:08.867 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45332026-06-22T19:48:09.784Z[ recovery-image] Jun 22 19:48:08.871 INFO O| Jun 22 19:48:08.871 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45342026-06-22T19:48:09.788Z[ recovery-image] Jun 22 19:48:08.874 INFO O| Jun 22 19:48:08.874 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45352026-06-22T19:48:09.792Z[ recovery-image] Jun 22 19:48:08.877 INFO O| Jun 22 19:48:08.877 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45362026-06-22T19:48:09.976Z[ recovery-image] Jun 22 19:48:09.062 INFO O| Jun 22 19:48:09.062 INFO rolled back to input snapshot; work may begin
45372026-06-22T19:48:09.976Z[ recovery-image] Jun 22 19:48:09.062 INFO O| Jun 22 19:48:09.062 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45382026-06-22T19:48:09.980Z[ recovery-image] Jun 22 19:48:09.065 INFO O| Jun 22 19:48:09.065 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-06-22T19:48:09.986Z[ recovery-image] Jun 22 19:48:09.073 INFO O| Jun 22 19:48:09.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45402026-06-22T19:48:10.022Z[ recovery-image] Jun 22 19:48:09.108 INFO O| Jun 22 19:48:09.108 INFO STEP 0 (remove_files) COMPLETE
45412026-06-22T19:48:10.022Z[ recovery-image] Jun 22 19:48:09.108 INFO O| Jun 22 19:48:09.108 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-06-22T19:48:10.029Z[ recovery-image] Jun 22 19:48:09.116 INFO O| Jun 22 19:48:09.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45432026-06-22T19:48:10.034Z[ recovery-image] Jun 22 19:48:09.118 INFO O| Jun 22 19:48:09.118 INFO STEP 1 (remove_files) COMPLETE
45442026-06-22T19:48:10.034Z[ recovery-image] Jun 22 19:48:09.118 INFO O| Jun 22 19:48:09.118 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-06-22T19:48:10.039Z[ recovery-image] Jun 22 19:48:09.126 INFO O| Jun 22 19:48:09.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45462026-06-22T19:48:10.051Z[ recovery-image] Jun 22 19:48:09.138 INFO O| Jun 22 19:48:09.138 INFO STEP 2 (remove_files) COMPLETE
45472026-06-22T19:48:10.051Z[ recovery-image] Jun 22 19:48:09.138 INFO O| Jun 22 19:48:09.138 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-06-22T19:48:10.058Z[ recovery-image] Jun 22 19:48:09.144 INFO O| Jun 22 19:48:09.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45492026-06-22T19:48:10.062Z[ recovery-image] Jun 22 19:48:09.146 INFO O| Jun 22 19:48:09.146 INFO STEP 3 (remove_files) COMPLETE
45502026-06-22T19:48:10.062Z[ recovery-image] Jun 22 19:48:09.146 INFO O| Jun 22 19:48:09.146 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-06-22T19:48:10.066Z[ recovery-image] Jun 22 19:48:09.151 INFO O| Jun 22 19:48:09.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45522026-06-22T19:48:10.070Z[ recovery-image] Jun 22 19:48:09.154 INFO O| Jun 22 19:48:09.154 INFO STEP 4 (remove_files) COMPLETE
45532026-06-22T19:48:10.071Z[ recovery-image] Jun 22 19:48:09.154 INFO O| Jun 22 19:48:09.154 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-06-22T19:48:10.075Z[ recovery-image] Jun 22 19:48:09.159 INFO O| Jun 22 19:48:09.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45552026-06-22T19:48:10.075Z[ recovery-image] Jun 22 19:48:09.159 INFO O| Jun 22 19:48:09.159 INFO STEP 5 (remove_files) COMPLETE
45562026-06-22T19:48:10.075Z[ recovery-image] Jun 22 19:48:09.159 INFO O| Jun 22 19:48:09.159 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-06-22T19:48:10.079Z[ recovery-image] Jun 22 19:48:09.166 INFO O| Jun 22 19:48:09.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45582026-06-22T19:48:10.090Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 6 (remove_files) COMPLETE
45592026-06-22T19:48:10.090Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO skip step because feature "heliosv2" is not enabled
45612026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO skip step because feature "recovery" is enabled
45632026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO skip step because feature "recovery" is enabled
45652026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO skip step because feature "recovery" is enabled
45672026-06-22T19:48:10.095Z[ recovery-image] Jun 22 19:48:09.177 INFO O| Jun 22 19:48:09.177 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-06-22T19:48:10.100Z[ recovery-image] Jun 22 19:48:09.183 INFO O| Jun 22 19:48:09.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45692026-06-22T19:48:10.100Z[ recovery-image] Jun 22 19:48:09.186 INFO O| Jun 22 19:48:09.186 INFO STEP 11 (remove_files) COMPLETE
45702026-06-22T19:48:10.100Z[ recovery-image] Jun 22 19:48:09.186 INFO O| Jun 22 19:48:09.186 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-06-22T19:48:10.107Z[ recovery-image] Jun 22 19:48:09.191 INFO O| Jun 22 19:48:09.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45722026-06-22T19:48:10.114Z[ recovery-image] Jun 22 19:48:09.192 INFO O| Jun 22 19:48:09.192 INFO STEP 12 (remove_files) COMPLETE
45732026-06-22T19:48:10.114Z[ recovery-image] Jun 22 19:48:09.192 INFO O| Jun 22 19:48:09.192 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-06-22T19:48:10.114Z[ recovery-image] Jun 22 19:48:09.197 INFO O| Jun 22 19:48:09.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45752026-06-22T19:48:10.114Z[ recovery-image] Jun 22 19:48:09.198 INFO O| Jun 22 19:48:09.198 INFO STEP 13 (remove_files) COMPLETE
45762026-06-22T19:48:10.114Z[ recovery-image] Jun 22 19:48:09.198 INFO O| Jun 22 19:48:09.198 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-06-22T19:48:10.122Z[ recovery-image] Jun 22 19:48:09.208 INFO O| Jun 22 19:48:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45782026-06-22T19:48:10.127Z[ recovery-image] Jun 22 19:48:09.208 INFO O| Jun 22 19:48:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45792026-06-22T19:48:10.208Z[ recovery-image] Jun 22 19:48:09.293 INFO O| Jun 22 19:48:09.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45802026-06-22T19:48:10.212Z[ recovery-image] Jun 22 19:48:09.296 INFO O| Jun 22 19:48:09.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45812026-06-22T19:48:10.253Z[ recovery-image] Jun 22 19:48:09.340 INFO O| Jun 22 19:48:09.340 INFO STEP 14 (remove_files) COMPLETE
45822026-06-22T19:48:10.253Z[ recovery-image] Jun 22 19:48:09.340 INFO O| Jun 22 19:48:09.340 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-06-22T19:48:10.260Z[ recovery-image] Jun 22 19:48:09.347 INFO O| Jun 22 19:48:09.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45842026-06-22T19:48:10.265Z[ recovery-image] Jun 22 19:48:09.348 INFO O| Jun 22 19:48:09.348 INFO STEP 15 (remove_files) COMPLETE
45852026-06-22T19:48:10.265Z[ recovery-image] Jun 22 19:48:09.348 INFO O| Jun 22 19:48:09.348 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-06-22T19:48:10.269Z[ recovery-image] Jun 22 19:48:09.353 INFO O| Jun 22 19:48:09.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45872026-06-22T19:48:10.273Z[ recovery-image] Jun 22 19:48:09.358 INFO O| Jun 22 19:48:09.358 INFO STEP 16 (remove_files) COMPLETE
45882026-06-22T19:48:10.273Z[ recovery-image] Jun 22 19:48:09.358 INFO O| Jun 22 19:48:09.358 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-06-22T19:48:10.277Z[ recovery-image] Jun 22 19:48:09.363 INFO O| Jun 22 19:48:09.363 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45902026-06-22T19:48:10.277Z[ recovery-image] Jun 22 19:48:09.363 INFO O| Jun 22 19:48:09.363 INFO STEP 17 (remove_files) COMPLETE
45912026-06-22T19:48:10.277Z[ recovery-image] Jun 22 19:48:09.363 INFO O| Jun 22 19:48:09.363 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-06-22T19:48:10.282Z[ recovery-image] Jun 22 19:48:09.368 INFO O| Jun 22 19:48:09.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45932026-06-22T19:48:10.286Z[ recovery-image] Jun 22 19:48:09.369 INFO O| Jun 22 19:48:09.369 INFO STEP 18 (remove_files) COMPLETE
45942026-06-22T19:48:10.286Z[ recovery-image] Jun 22 19:48:09.369 INFO O| Jun 22 19:48:09.369 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-06-22T19:48:10.290Z[ recovery-image] Jun 22 19:48:09.375 INFO O| Jun 22 19:48:09.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45962026-06-22T19:48:10.290Z[ recovery-image] Jun 22 19:48:09.375 INFO O| Jun 22 19:48:09.375 INFO STEP 19 (remove_files) COMPLETE
45972026-06-22T19:48:10.290Z[ recovery-image] Jun 22 19:48:09.375 INFO O| Jun 22 19:48:09.375 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-06-22T19:48:10.294Z[ recovery-image] Jun 22 19:48:09.380 INFO O| Jun 22 19:48:09.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45992026-06-22T19:48:10.294Z[ recovery-image] Jun 22 19:48:09.380 INFO O| Jun 22 19:48:09.380 INFO STEP 20 (remove_files) COMPLETE
46002026-06-22T19:48:10.294Z[ recovery-image] Jun 22 19:48:09.380 INFO O| Jun 22 19:48:09.380 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-06-22T19:48:10.298Z[ recovery-image] Jun 22 19:48:09.385 INFO O| Jun 22 19:48:09.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46022026-06-22T19:48:10.298Z[ recovery-image] Jun 22 19:48:09.385 INFO O| Jun 22 19:48:09.385 INFO STEP 21 (remove_files) COMPLETE
46032026-06-22T19:48:10.298Z[ recovery-image] Jun 22 19:48:09.385 INFO O| Jun 22 19:48:09.385 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-06-22T19:48:10.305Z[ recovery-image] Jun 22 19:48:09.391 INFO O| Jun 22 19:48:09.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46052026-06-22T19:48:10.305Z[ recovery-image] Jun 22 19:48:09.391 INFO O| Jun 22 19:48:09.391 INFO STEP 22 (remove_files) COMPLETE
46062026-06-22T19:48:10.305Z[ recovery-image] Jun 22 19:48:09.391 INFO O| Jun 22 19:48:09.391 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-06-22T19:48:10.309Z[ recovery-image] Jun 22 19:48:09.397 INFO O| Jun 22 19:48:09.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46082026-06-22T19:48:10.310Z[ recovery-image] Jun 22 19:48:09.397 INFO O| Jun 22 19:48:09.397 INFO STEP 23 (remove_files) COMPLETE
46092026-06-22T19:48:10.314Z[ recovery-image] Jun 22 19:48:09.397 INFO O| Jun 22 19:48:09.397 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-06-22T19:48:10.318Z[ recovery-image] Jun 22 19:48:09.402 INFO O| Jun 22 19:48:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46112026-06-22T19:48:10.318Z[ recovery-image] Jun 22 19:48:09.402 INFO O| Jun 22 19:48:09.402 INFO STEP 24 (remove_files) COMPLETE
46122026-06-22T19:48:10.318Z[ recovery-image] Jun 22 19:48:09.402 INFO O| Jun 22 19:48:09.402 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-06-22T19:48:10.323Z[ recovery-image] Jun 22 19:48:09.410 INFO O| Jun 22 19:48:09.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46142026-06-22T19:48:10.323Z[ recovery-image] Jun 22 19:48:09.410 INFO O| Jun 22 19:48:09.410 INFO STEP 25 (remove_files) COMPLETE
46152026-06-22T19:48:10.331Z[ recovery-image] Jun 22 19:48:09.410 INFO O| Jun 22 19:48:09.410 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-06-22T19:48:10.336Z[ recovery-image] Jun 22 19:48:09.418 INFO O| Jun 22 19:48:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46172026-06-22T19:48:10.336Z[ recovery-image] Jun 22 19:48:09.418 INFO O| Jun 22 19:48:09.418 INFO STEP 26 (remove_files) COMPLETE
46182026-06-22T19:48:10.336Z[ recovery-image] Jun 22 19:48:09.418 INFO O| Jun 22 19:48:09.418 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-06-22T19:48:10.343Z[ recovery-image] Jun 22 19:48:09.425 INFO O| Jun 22 19:48:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46202026-06-22T19:48:10.343Z[ recovery-image] Jun 22 19:48:09.425 INFO O| Jun 22 19:48:09.425 INFO STEP 27 (remove_files) COMPLETE
46212026-06-22T19:48:10.343Z[ recovery-image] Jun 22 19:48:09.425 INFO O| Jun 22 19:48:09.425 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.432 INFO O| Jun 22 19:48:09.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46232026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.432 INFO O| Jun 22 19:48:09.432 INFO STEP 28 (remove_files) COMPLETE
46242026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.432 INFO O| Jun 22 19:48:09.432 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.437 INFO O| Jun 22 19:48:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46262026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.437 INFO O| Jun 22 19:48:09.437 INFO STEP 29 (remove_files) COMPLETE
46272026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.437 INFO O| Jun 22 19:48:09.437 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.443 INFO O| Jun 22 19:48:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46292026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.443 INFO O| Jun 22 19:48:09.443 INFO STEP 30 (remove_files) COMPLETE
46302026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.443 INFO O| Jun 22 19:48:09.443 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.449 INFO O| Jun 22 19:48:09.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46322026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.449 INFO O| Jun 22 19:48:09.449 INFO STEP 31 (remove_files) COMPLETE
46332026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.449 INFO O| Jun 22 19:48:09.449 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.458 INFO O| Jun 22 19:48:09.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46352026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.458 INFO O| Jun 22 19:48:09.458 INFO STEP 32 (remove_files) COMPLETE
46362026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.458 INFO O| Jun 22 19:48:09.458 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.465 INFO O| Jun 22 19:48:09.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46382026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.465 INFO O| Jun 22 19:48:09.465 INFO STEP 33 (remove_files) COMPLETE
46392026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.465 INFO O| Jun 22 19:48:09.465 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.471 INFO O| Jun 22 19:48:09.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46412026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.471 INFO O| Jun 22 19:48:09.471 INFO STEP 34 (remove_files) COMPLETE
46422026-06-22T19:48:10.391Z[ recovery-image] Jun 22 19:48:09.471 INFO O| Jun 22 19:48:09.471 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-06-22T19:48:10.395Z[ recovery-image] Jun 22 19:48:09.478 INFO O| Jun 22 19:48:09.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46442026-06-22T19:48:10.396Z[ recovery-image] Jun 22 19:48:09.479 INFO O| Jun 22 19:48:09.479 INFO STEP 35 (remove_files) COMPLETE
46452026-06-22T19:48:10.396Z[ recovery-image] Jun 22 19:48:09.479 INFO O| Jun 22 19:48:09.479 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-06-22T19:48:10.400Z[ recovery-image] Jun 22 19:48:09.485 INFO O| Jun 22 19:48:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46472026-06-22T19:48:10.400Z[ recovery-image] Jun 22 19:48:09.485 INFO O| Jun 22 19:48:09.485 INFO STEP 36 (remove_files) COMPLETE
46482026-06-22T19:48:10.400Z[ recovery-image] Jun 22 19:48:09.485 INFO O| Jun 22 19:48:09.485 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-06-22T19:48:10.405Z[ recovery-image] Jun 22 19:48:09.492 INFO O| Jun 22 19:48:09.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46502026-06-22T19:48:10.405Z[ recovery-image] Jun 22 19:48:09.492 INFO O| Jun 22 19:48:09.492 INFO STEP 37 (remove_files) COMPLETE
46512026-06-22T19:48:10.405Z[ recovery-image] Jun 22 19:48:09.492 INFO O| Jun 22 19:48:09.492 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-06-22T19:48:10.410Z[ recovery-image] Jun 22 19:48:09.497 INFO O| Jun 22 19:48:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46532026-06-22T19:48:10.410Z[ recovery-image] Jun 22 19:48:09.497 INFO O| Jun 22 19:48:09.497 INFO STEP 38 (remove_files) COMPLETE
46542026-06-22T19:48:10.414Z[ recovery-image] Jun 22 19:48:09.497 INFO O| Jun 22 19:48:09.497 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-06-22T19:48:10.418Z[ recovery-image] Jun 22 19:48:09.503 INFO O| Jun 22 19:48:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46562026-06-22T19:48:10.418Z[ recovery-image] Jun 22 19:48:09.503 INFO O| Jun 22 19:48:09.503 INFO STEP 39 (remove_files) COMPLETE
46572026-06-22T19:48:10.418Z[ recovery-image] Jun 22 19:48:09.503 INFO O| Jun 22 19:48:09.503 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-06-22T19:48:10.422Z[ recovery-image] Jun 22 19:48:09.509 INFO O| Jun 22 19:48:09.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46592026-06-22T19:48:10.422Z[ recovery-image] Jun 22 19:48:09.509 INFO O| Jun 22 19:48:09.509 INFO STEP 40 (remove_files) COMPLETE
46602026-06-22T19:48:10.423Z[ recovery-image] Jun 22 19:48:09.509 INFO O| Jun 22 19:48:09.509 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-06-22T19:48:10.427Z[ recovery-image] Jun 22 19:48:09.514 INFO O| Jun 22 19:48:09.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46622026-06-22T19:48:10.427Z[ recovery-image] Jun 22 19:48:09.514 INFO O| Jun 22 19:48:09.514 INFO STEP 41 (remove_files) COMPLETE
46632026-06-22T19:48:10.431Z[ recovery-image] Jun 22 19:48:09.514 INFO O| Jun 22 19:48:09.514 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-06-22T19:48:10.436Z[ recovery-image] Jun 22 19:48:09.520 INFO O| Jun 22 19:48:09.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46652026-06-22T19:48:10.436Z[ recovery-image] Jun 22 19:48:09.520 INFO O| Jun 22 19:48:09.520 INFO STEP 42 (remove_files) COMPLETE
46662026-06-22T19:48:10.436Z[ recovery-image] Jun 22 19:48:09.520 INFO O| Jun 22 19:48:09.520 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-22T19:48:10.442Z[ recovery-image] Jun 22 19:48:09.525 INFO O| Jun 22 19:48:09.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46682026-06-22T19:48:10.442Z[ recovery-image] Jun 22 19:48:09.525 INFO O| Jun 22 19:48:09.525 INFO STEP 43 (remove_files) COMPLETE
46692026-06-22T19:48:10.442Z[ recovery-image] Jun 22 19:48:09.525 INFO O| Jun 22 19:48:09.525 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-22T19:48:10.448Z[ recovery-image] Jun 22 19:48:09.531 INFO O| Jun 22 19:48:09.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46712026-06-22T19:48:10.448Z[ recovery-image] Jun 22 19:48:09.531 INFO O| Jun 22 19:48:09.531 INFO STEP 44 (remove_files) COMPLETE
46722026-06-22T19:48:10.448Z[ recovery-image] Jun 22 19:48:09.531 INFO O| Jun 22 19:48:09.531 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-06-22T19:48:10.454Z[ recovery-image] Jun 22 19:48:09.539 INFO O| Jun 22 19:48:09.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46742026-06-22T19:48:10.455Z[ recovery-image] Jun 22 19:48:09.539 INFO O| Jun 22 19:48:09.539 INFO STEP 45 (remove_files) COMPLETE
46752026-06-22T19:48:10.455Z[ recovery-image] Jun 22 19:48:09.539 INFO O| Jun 22 19:48:09.539 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-22T19:48:10.461Z[ recovery-image] Jun 22 19:48:09.545 INFO O| Jun 22 19:48:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46772026-06-22T19:48:10.461Z[ recovery-image] Jun 22 19:48:09.545 INFO O| Jun 22 19:48:09.545 INFO STEP 46 (remove_files) COMPLETE
46782026-06-22T19:48:10.461Z[ recovery-image] Jun 22 19:48:09.545 INFO O| Jun 22 19:48:09.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-06-22T19:48:10.465Z[ recovery-image] Jun 22 19:48:09.552 INFO O| Jun 22 19:48:09.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46802026-06-22T19:48:10.465Z[ recovery-image] Jun 22 19:48:09.552 INFO O| Jun 22 19:48:09.552 INFO STEP 47 (remove_files) COMPLETE
46812026-06-22T19:48:10.465Z[ recovery-image] Jun 22 19:48:09.552 INFO O| Jun 22 19:48:09.552 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-06-22T19:48:10.470Z[ recovery-image] Jun 22 19:48:09.557 INFO O| Jun 22 19:48:09.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46832026-06-22T19:48:10.470Z[ recovery-image] Jun 22 19:48:09.557 INFO O| Jun 22 19:48:09.557 INFO STEP 48 (remove_files) COMPLETE
46842026-06-22T19:48:10.470Z[ recovery-image] Jun 22 19:48:09.557 INFO O| Jun 22 19:48:09.557 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-06-22T19:48:10.476Z[ recovery-image] Jun 22 19:48:09.563 INFO O| Jun 22 19:48:09.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46862026-06-22T19:48:10.476Z[ recovery-image] Jun 22 19:48:09.563 INFO O| Jun 22 19:48:09.563 INFO STEP 49 (remove_files) COMPLETE
46872026-06-22T19:48:10.481Z[ recovery-image] Jun 22 19:48:09.563 INFO O| Jun 22 19:48:09.563 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-06-22T19:48:10.485Z[ recovery-image] Jun 22 19:48:09.568 INFO O| Jun 22 19:48:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46892026-06-22T19:48:10.486Z[ recovery-image] Jun 22 19:48:09.569 INFO O| Jun 22 19:48:09.569 INFO STEP 50 (remove_files) COMPLETE
46902026-06-22T19:48:10.486Z[ recovery-image] Jun 22 19:48:09.569 INFO O| Jun 22 19:48:09.569 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-06-22T19:48:10.490Z[ recovery-image] Jun 22 19:48:09.574 INFO O| Jun 22 19:48:09.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46922026-06-22T19:48:10.491Z[ recovery-image] Jun 22 19:48:09.574 INFO O| Jun 22 19:48:09.574 INFO STEP 51 (remove_files) COMPLETE
46932026-06-22T19:48:10.491Z[ recovery-image] Jun 22 19:48:09.574 INFO O| Jun 22 19:48:09.574 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-06-22T19:48:10.497Z[ recovery-image] Jun 22 19:48:09.581 INFO O| Jun 22 19:48:09.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46952026-06-22T19:48:10.497Z[ recovery-image] Jun 22 19:48:09.582 INFO O| Jun 22 19:48:09.582 INFO STEP 52 (remove_files) COMPLETE
46962026-06-22T19:48:10.497Z[ recovery-image] Jun 22 19:48:09.582 INFO O| Jun 22 19:48:09.582 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-06-22T19:48:10.501Z[ recovery-image] Jun 22 19:48:09.587 INFO O| Jun 22 19:48:09.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46982026-06-22T19:48:10.501Z[ recovery-image] Jun 22 19:48:09.587 INFO O| Jun 22 19:48:09.587 INFO STEP 53 (remove_files) COMPLETE
46992026-06-22T19:48:10.501Z[ recovery-image] Jun 22 19:48:09.587 INFO O| Jun 22 19:48:09.587 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-06-22T19:48:10.506Z[ recovery-image] Jun 22 19:48:09.592 INFO O| Jun 22 19:48:09.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47012026-06-22T19:48:10.506Z[ recovery-image] Jun 22 19:48:09.592 INFO O| Jun 22 19:48:09.592 INFO STEP 54 (remove_files) COMPLETE
47022026-06-22T19:48:10.506Z[ recovery-image] Jun 22 19:48:09.592 INFO O| Jun 22 19:48:09.592 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-06-22T19:48:10.510Z[ recovery-image] Jun 22 19:48:09.597 INFO O| Jun 22 19:48:09.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47042026-06-22T19:48:10.510Z[ recovery-image] Jun 22 19:48:09.597 INFO O| Jun 22 19:48:09.597 INFO STEP 55 (remove_files) COMPLETE
47052026-06-22T19:48:10.510Z[ recovery-image] Jun 22 19:48:09.597 INFO O| Jun 22 19:48:09.597 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-06-22T19:48:10.532Z[ recovery-image] Jun 22 19:48:09.602 INFO O| Jun 22 19:48:09.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47072026-06-22T19:48:10.532Z[ recovery-image] Jun 22 19:48:09.602 INFO O| Jun 22 19:48:09.602 INFO STEP 56 (remove_files) COMPLETE
47082026-06-22T19:48:10.532Z[ recovery-image] Jun 22 19:48:09.602 INFO O| Jun 22 19:48:09.602 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-06-22T19:48:10.536Z[ recovery-image] Jun 22 19:48:09.607 INFO O| Jun 22 19:48:09.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47102026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.607 INFO O| Jun 22 19:48:09.607 INFO STEP 57 (remove_files) COMPLETE
47112026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.607 INFO O| Jun 22 19:48:09.607 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.612 INFO O| Jun 22 19:48:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47132026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.612 INFO O| Jun 22 19:48:09.612 INFO STEP 58 (remove_files) COMPLETE
47142026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.612 INFO O| Jun 22 19:48:09.612 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47162026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47172026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47182026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47192026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47202026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47212026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO ok!
47222026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO STEP 59 (ensure_file) COMPLETE
47232026-06-22T19:48:10.537Z[ recovery-image] Jun 22 19:48:09.617 INFO O| Jun 22 19:48:09.617 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-06-22T19:48:10.542Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47252026-06-22T19:48:10.542Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47262026-06-22T19:48:10.542Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47272026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47282026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47292026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47302026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO ok!
47312026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO STEP 60 (ensure_file) COMPLETE
47322026-06-22T19:48:10.543Z[ recovery-image] Jun 22 19:48:09.625 INFO O| Jun 22 19:48:09.625 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47342026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47352026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47362026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO ok!
47372026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO STEP 61 (ensure_file) COMPLETE
47382026-06-22T19:48:10.549Z[ recovery-image] Jun 22 19:48:09.631 INFO O| Jun 22 19:48:09.631 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47402026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47412026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47422026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 INFO ok!
47432026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 INFO STEP 62 (ensure_file) COMPLETE
47442026-06-22T19:48:10.554Z[ recovery-image] Jun 22 19:48:09.638 INFO O| Jun 22 19:48:09.638 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47462026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47472026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47482026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47492026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO ok!
47502026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO STEP 63 (ensure_file) COMPLETE
47512026-06-22T19:48:10.561Z[ recovery-image] Jun 22 19:48:09.645 INFO O| Jun 22 19:48:09.645 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-06-22T19:48:10.566Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47532026-06-22T19:48:10.566Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47542026-06-22T19:48:10.566Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47552026-06-22T19:48:10.566Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47562026-06-22T19:48:10.567Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO ok!
47572026-06-22T19:48:10.567Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO STEP 64 (ensure_file) COMPLETE
47582026-06-22T19:48:10.567Z[ recovery-image] Jun 22 19:48:09.650 INFO O| Jun 22 19:48:09.650 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47602026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47612026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47622026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO ok!
47632026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO STEP 65 (assemble_files) COMPLETE
47642026-06-22T19:48:10.572Z[ recovery-image] Jun 22 19:48:09.658 INFO O| Jun 22 19:48:09.658 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-06-22T19:48:10.580Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47662026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47672026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47682026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47692026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO ok!
47702026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO STEP 66 (ensure_file) COMPLETE
47712026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO skip step because feature "omicron1" is not enabled
47732026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO skip step because feature "omicron1" is not enabled
47752026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO skip step because feature "omicron1" is not enabled
47772026-06-22T19:48:10.587Z[ recovery-image] Jun 22 19:48:09.664 INFO O| Jun 22 19:48:09.664 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-06-22T19:48:10.593Z[ recovery-image] Jun 22 19:48:09.674 INFO O| Jun 22 19:48:09.674 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47792026-06-22T19:48:10.593Z[ recovery-image] Jun 22 19:48:09.674 INFO O| Jun 22 19:48:09.674 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47802026-06-22T19:48:11.652Z[ recovery-image] Jun 22 19:48:10.739 INFO O| Jun 22 19:48:10.739 INFO STEP 70 (pack_tar) COMPLETE
47812026-06-22T19:48:11.652Z[ recovery-image] Jun 22 19:48:10.739 INFO O| Jun 22 19:48:10.739 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47822026-06-22T19:48:11.652Z[ recovery-image] Jun 22 19:48:10.739 INFO O| Jun 22 19:48:10.739 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47832026-06-22T19:48:12.113Z[ recovery-image] Jun 22 19:48:11.200 INFO O| Jun 22 19:48:11.200 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47842026-06-22T19:48:12.187Z[ recovery-image] Jun 22 19:48:11.274 INFO O| Jun 22 19:48:11.274 INFO completed processing sled/ramdisk-02-trim
47852026-06-22T19:48:12.191Z[ recovery-image] Jun 22 19:48:11.276 INFO image builder template: ramdisk-03-recovery-trim...
47862026-06-22T19:48:12.191Z[ recovery-image] Jun 22 19:48:11.276 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/.tmpjHzqnv/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@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-03-recovery-trim"], pwd: None
47872026-06-22T19:48:12.195Z[ recovery-image] Jun 22 19:48:11.281 INFO O| Jun 22 19:48:11.281 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
47882026-06-22T19:48:12.348Z[ recovery-image] Jun 22 19:48:11.352 INFO O| Jun 22 19:48:11.352 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47892026-06-22T19:48:12.369Z[ recovery-image] Jun 22 19:48:11.355 INFO O| Jun 22 19:48:11.355 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47902026-06-22T19:48:12.432Z[ recovery-image] Jun 22 19:48:11.497 INFO O| Jun 22 19:48:11.497 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47912026-06-22T19:48:12.676Z[ recovery-image] Jun 22 19:48:11.612 INFO O| Jun 22 19:48:11.612 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47922026-06-22T19:48:12.677Z[ recovery-image] Jun 22 19:48:11.612 INFO O| Jun 22 19:48:11.612 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47932026-06-22T19:48:12.696Z[ recovery-image] Jun 22 19:48:11.617 INFO O| Jun 22 19:48:11.617 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47942026-06-22T19:48:12.696Z[ recovery-image] Jun 22 19:48:11.619 INFO O| Jun 22 19:48:11.619 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47952026-06-22T19:48:12.697Z[ recovery-image] Jun 22 19:48:11.622 INFO O| Jun 22 19:48:11.622 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47962026-06-22T19:48:12.928Z[ recovery-image] Jun 22 19:48:12.014 INFO O| Jun 22 19:48:12.014 INFO rolled back to input snapshot; work may begin
47972026-06-22T19:48:12.928Z[ recovery-image] Jun 22 19:48:12.014 INFO O| Jun 22 19:48:12.014 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47982026-06-22T19:48:12.932Z[ recovery-image] Jun 22 19:48:12.018 INFO O| Jun 22 19:48:12.018 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47992026-06-22T19:48:12.938Z[ recovery-image] Jun 22 19:48:12.025 INFO O| Jun 22 19:48:12.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48002026-06-22T19:48:12.942Z[ recovery-image] Jun 22 19:48:12.029 INFO O| Jun 22 19:48:12.029 INFO STEP 0 (remove_files) COMPLETE
48012026-06-22T19:48:12.942Z[ recovery-image] Jun 22 19:48:12.029 INFO O| Jun 22 19:48:12.029 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48022026-06-22T19:48:12.948Z[ recovery-image] Jun 22 19:48:12.036 INFO O| Jun 22 19:48:12.036 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48032026-06-22T19:48:12.995Z[ recovery-image] Jun 22 19:48:12.083 INFO O| Jun 22 19:48:12.083 INFO STEP 1 (remove_files) COMPLETE
48042026-06-22T19:48:12.995Z[ recovery-image] Jun 22 19:48:12.083 INFO O| Jun 22 19:48:12.083 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48052026-06-22T19:48:13.002Z[ recovery-image] Jun 22 19:48:12.089 INFO O| Jun 22 19:48:12.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48062026-06-22T19:48:13.006Z[ recovery-image] Jun 22 19:48:12.090 INFO O| Jun 22 19:48:12.090 INFO STEP 2 (remove_files) COMPLETE
48072026-06-22T19:48:13.006Z[ recovery-image] Jun 22 19:48:12.090 INFO O| Jun 22 19:48:12.090 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48082026-06-22T19:48:13.010Z[ recovery-image] Jun 22 19:48:12.095 INFO O| Jun 22 19:48:12.095 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48092026-06-22T19:48:13.074Z[ recovery-image] Jun 22 19:48:12.127 INFO O| Jun 22 19:48:12.127 INFO STEP 3 (remove_files) COMPLETE
48102026-06-22T19:48:13.074Z[ recovery-image] Jun 22 19:48:12.127 INFO O| Jun 22 19:48:12.127 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48112026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.134 INFO O| Jun 22 19:48:12.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48122026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.144 INFO O| Jun 22 19:48:12.144 INFO STEP 4 (remove_files) COMPLETE
48132026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.144 INFO O| Jun 22 19:48:12.144 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48142026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.149 INFO O| Jun 22 19:48:12.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48152026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.151 INFO O| Jun 22 19:48:12.151 INFO STEP 5 (remove_files) COMPLETE
48162026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.151 INFO O| Jun 22 19:48:12.151 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48172026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.157 INFO O| Jun 22 19:48:12.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48182026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.159 INFO O| Jun 22 19:48:12.159 INFO STEP 6 (remove_files) COMPLETE
48192026-06-22T19:48:13.080Z[ recovery-image] Jun 22 19:48:12.159 INFO O| Jun 22 19:48:12.159 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48202026-06-22T19:48:13.084Z[ recovery-image] Jun 22 19:48:12.167 INFO O| Jun 22 19:48:12.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48212026-06-22T19:48:13.085Z[ recovery-image] Jun 22 19:48:12.171 INFO O| Jun 22 19:48:12.171 INFO STEP 7 (remove_files) COMPLETE
48222026-06-22T19:48:13.085Z[ recovery-image] Jun 22 19:48:12.171 INFO O| Jun 22 19:48:12.171 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48232026-06-22T19:48:13.090Z[ recovery-image] Jun 22 19:48:12.178 INFO O| Jun 22 19:48:12.178 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48242026-06-22T19:48:13.094Z[ recovery-image] Jun 22 19:48:12.179 INFO O| Jun 22 19:48:12.179 INFO STEP 8 (remove_files) COMPLETE
48252026-06-22T19:48:13.094Z[ recovery-image] Jun 22 19:48:12.179 INFO O| Jun 22 19:48:12.179 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48262026-06-22T19:48:13.097Z[ recovery-image] Jun 22 19:48:12.185 INFO O| Jun 22 19:48:12.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48272026-06-22T19:48:13.101Z[ recovery-image] Jun 22 19:48:12.186 INFO O| Jun 22 19:48:12.186 INFO STEP 9 (remove_files) COMPLETE
48282026-06-22T19:48:13.101Z[ recovery-image] Jun 22 19:48:12.187 INFO O| Jun 22 19:48:12.186 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48292026-06-22T19:48:13.104Z[ recovery-image] Jun 22 19:48:12.192 INFO O| Jun 22 19:48:12.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48302026-06-22T19:48:13.159Z[ recovery-image] Jun 22 19:48:12.246 INFO O| Jun 22 19:48:12.246 INFO STEP 10 (remove_files) COMPLETE
48312026-06-22T19:48:13.159Z[ recovery-image] Jun 22 19:48:12.246 INFO O| Jun 22 19:48:12.246 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48322026-06-22T19:48:13.165Z[ recovery-image] Jun 22 19:48:12.253 INFO O| Jun 22 19:48:12.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48332026-06-22T19:48:13.169Z[ recovery-image] Jun 22 19:48:12.255 INFO O| Jun 22 19:48:12.255 INFO STEP 11 (remove_files) COMPLETE
48342026-06-22T19:48:13.169Z[ recovery-image] Jun 22 19:48:12.255 INFO O| Jun 22 19:48:12.255 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48352026-06-22T19:48:13.175Z[ recovery-image] Jun 22 19:48:12.261 INFO O| Jun 22 19:48:12.260 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48362026-06-22T19:48:13.178Z[ recovery-image] Jun 22 19:48:12.263 INFO O| Jun 22 19:48:12.263 INFO STEP 12 (remove_files) COMPLETE
48372026-06-22T19:48:13.179Z[ recovery-image] Jun 22 19:48:12.263 INFO O| Jun 22 19:48:12.263 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48382026-06-22T19:48:13.184Z[ recovery-image] Jun 22 19:48:12.271 INFO O| Jun 22 19:48:12.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48392026-06-22T19:48:13.187Z[ recovery-image] Jun 22 19:48:12.271 INFO O| Jun 22 19:48:12.271 INFO STEP 13 (remove_files) COMPLETE
48402026-06-22T19:48:13.187Z[ recovery-image] Jun 22 19:48:12.271 INFO O| Jun 22 19:48:12.271 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48412026-06-22T19:48:13.192Z[ recovery-image] Jun 22 19:48:12.278 INFO O| Jun 22 19:48:12.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48422026-06-22T19:48:13.192Z[ recovery-image] Jun 22 19:48:12.278 INFO O| Jun 22 19:48:12.278 INFO STEP 14 (remove_files) COMPLETE
48432026-06-22T19:48:13.192Z[ recovery-image] Jun 22 19:48:12.278 INFO O| Jun 22 19:48:12.278 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48442026-06-22T19:48:13.200Z[ recovery-image] Jun 22 19:48:12.283 INFO O| Jun 22 19:48:12.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48452026-06-22T19:48:13.211Z[ recovery-image] Jun 22 19:48:12.298 INFO O| Jun 22 19:48:12.298 INFO STEP 15 (remove_files) COMPLETE
48462026-06-22T19:48:13.214Z[ recovery-image] Jun 22 19:48:12.298 INFO O| Jun 22 19:48:12.298 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48472026-06-22T19:48:13.218Z[ recovery-image] Jun 22 19:48:12.304 INFO O| Jun 22 19:48:12.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48482026-06-22T19:48:13.218Z[ recovery-image] Jun 22 19:48:12.305 INFO O| Jun 22 19:48:12.305 INFO STEP 16 (remove_files) COMPLETE
48492026-06-22T19:48:13.218Z[ recovery-image] Jun 22 19:48:12.305 INFO O| Jun 22 19:48:12.305 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48502026-06-22T19:48:13.225Z[ recovery-image] Jun 22 19:48:12.312 INFO O| Jun 22 19:48:12.312 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48512026-06-22T19:48:13.225Z[ recovery-image] Jun 22 19:48:12.312 INFO O| Jun 22 19:48:12.312 INFO STEP 17 (remove_files) COMPLETE
48522026-06-22T19:48:13.229Z[ recovery-image] Jun 22 19:48:12.312 INFO O| Jun 22 19:48:12.312 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48532026-06-22T19:48:13.233Z[ recovery-image] Jun 22 19:48:12.318 INFO O| Jun 22 19:48:12.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48542026-06-22T19:48:13.273Z[ recovery-image] Jun 22 19:48:12.360 INFO O| Jun 22 19:48:12.360 INFO STEP 18 (remove_files) COMPLETE
48552026-06-22T19:48:13.273Z[ recovery-image] Jun 22 19:48:12.360 INFO O| Jun 22 19:48:12.360 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48562026-06-22T19:48:13.282Z[ recovery-image] Jun 22 19:48:12.369 INFO O| Jun 22 19:48:12.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48572026-06-22T19:48:13.286Z[ recovery-image] Jun 22 19:48:12.370 INFO O| Jun 22 19:48:12.370 INFO STEP 19 (remove_files) COMPLETE
48582026-06-22T19:48:13.286Z[ recovery-image] Jun 22 19:48:12.370 INFO O| Jun 22 19:48:12.370 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-06-22T19:48:13.292Z[ recovery-image] Jun 22 19:48:12.375 INFO O| Jun 22 19:48:12.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48602026-06-22T19:48:13.292Z[ recovery-image] Jun 22 19:48:12.375 INFO O| Jun 22 19:48:12.375 INFO STEP 20 (remove_files) COMPLETE
48612026-06-22T19:48:13.292Z[ recovery-image] Jun 22 19:48:12.375 INFO O| Jun 22 19:48:12.375 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-06-22T19:48:13.297Z[ recovery-image] Jun 22 19:48:12.381 INFO O| Jun 22 19:48:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48632026-06-22T19:48:13.297Z[ recovery-image] Jun 22 19:48:12.382 INFO O| Jun 22 19:48:12.382 INFO STEP 21 (remove_files) COMPLETE
48642026-06-22T19:48:13.297Z[ recovery-image] Jun 22 19:48:12.382 INFO O| Jun 22 19:48:12.382 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-06-22T19:48:13.301Z[ recovery-image] Jun 22 19:48:12.388 INFO O| Jun 22 19:48:12.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48662026-06-22T19:48:13.304Z[ recovery-image] Jun 22 19:48:12.388 INFO O| Jun 22 19:48:12.388 INFO STEP 22 (remove_files) COMPLETE
48672026-06-22T19:48:13.304Z[ recovery-image] Jun 22 19:48:12.388 INFO O| Jun 22 19:48:12.388 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-06-22T19:48:13.308Z[ recovery-image] Jun 22 19:48:12.395 INFO O| Jun 22 19:48:12.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48692026-06-22T19:48:13.308Z[ recovery-image] Jun 22 19:48:12.395 INFO O| Jun 22 19:48:12.395 INFO STEP 23 (remove_files) COMPLETE
48702026-06-22T19:48:13.308Z[ recovery-image] Jun 22 19:48:12.395 INFO O| Jun 22 19:48:12.395 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-06-22T19:48:13.314Z[ recovery-image] Jun 22 19:48:12.402 INFO O| Jun 22 19:48:12.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48722026-06-22T19:48:13.314Z[ recovery-image] Jun 22 19:48:12.402 INFO O| Jun 22 19:48:12.402 INFO STEP 24 (remove_files) COMPLETE
48732026-06-22T19:48:13.318Z[ recovery-image] Jun 22 19:48:12.402 INFO O| Jun 22 19:48:12.402 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-06-22T19:48:13.322Z[ recovery-image] Jun 22 19:48:12.407 INFO O| Jun 22 19:48:12.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48752026-06-22T19:48:13.322Z[ recovery-image] Jun 22 19:48:12.407 INFO O| Jun 22 19:48:12.407 INFO STEP 25 (remove_files) COMPLETE
48762026-06-22T19:48:13.322Z[ recovery-image] Jun 22 19:48:12.407 INFO O| Jun 22 19:48:12.407 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-06-22T19:48:13.326Z[ recovery-image] Jun 22 19:48:12.413 INFO O| Jun 22 19:48:12.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48782026-06-22T19:48:13.330Z[ recovery-image] Jun 22 19:48:12.414 INFO O| Jun 22 19:48:12.414 INFO STEP 26 (remove_files) COMPLETE
48792026-06-22T19:48:13.330Z[ recovery-image] Jun 22 19:48:12.414 INFO O| Jun 22 19:48:12.414 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-06-22T19:48:13.336Z[ recovery-image] Jun 22 19:48:12.420 INFO O| Jun 22 19:48:12.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48812026-06-22T19:48:13.336Z[ recovery-image] Jun 22 19:48:12.420 INFO O| Jun 22 19:48:12.420 INFO STEP 27 (remove_files) COMPLETE
48822026-06-22T19:48:13.337Z[ recovery-image] Jun 22 19:48:12.420 INFO O| Jun 22 19:48:12.420 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-06-22T19:48:13.341Z[ recovery-image] Jun 22 19:48:12.426 INFO O| Jun 22 19:48:12.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48842026-06-22T19:48:13.341Z[ recovery-image] Jun 22 19:48:12.427 INFO O| Jun 22 19:48:12.427 INFO STEP 28 (remove_files) COMPLETE
48852026-06-22T19:48:13.341Z[ recovery-image] Jun 22 19:48:12.427 INFO O| Jun 22 19:48:12.427 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-06-22T19:48:13.342Z[ host-image] Jun 22 19:48:12.428 INFO O| Jun 22 19:48:12.428 INFO O| Download: 23233/23764 items 220.9/222.2MB 99% complete (2.2M/s)
48872026-06-22T19:48:13.346Z[ recovery-image] Jun 22 19:48:12.433 INFO O| Jun 22 19:48:12.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48882026-06-22T19:48:13.346Z[ recovery-image] Jun 22 19:48:12.433 INFO O| Jun 22 19:48:12.433 INFO STEP 29 (remove_files) COMPLETE
48892026-06-22T19:48:13.350Z[ recovery-image] Jun 22 19:48:12.433 INFO O| Jun 22 19:48:12.433 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48902026-06-22T19:48:13.356Z[ recovery-image] Jun 22 19:48:12.438 INFO O| Jun 22 19:48:12.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48912026-06-22T19:48:13.356Z[ recovery-image] Jun 22 19:48:12.439 INFO O| Jun 22 19:48:12.439 INFO STEP 30 (remove_files) COMPLETE
48922026-06-22T19:48:13.356Z[ recovery-image] Jun 22 19:48:12.439 INFO O| Jun 22 19:48:12.439 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48932026-06-22T19:48:13.361Z[ recovery-image] Jun 22 19:48:12.445 INFO O| Jun 22 19:48:12.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48942026-06-22T19:48:13.361Z[ recovery-image] Jun 22 19:48:12.445 INFO O| Jun 22 19:48:12.445 INFO STEP 31 (remove_files) COMPLETE
48952026-06-22T19:48:13.361Z[ recovery-image] Jun 22 19:48:12.445 INFO O| Jun 22 19:48:12.445 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48962026-06-22T19:48:13.366Z[ recovery-image] Jun 22 19:48:12.451 INFO O| Jun 22 19:48:12.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48972026-06-22T19:48:13.366Z[ recovery-image] Jun 22 19:48:12.451 INFO O| Jun 22 19:48:12.451 INFO STEP 32 (remove_files) COMPLETE
48982026-06-22T19:48:13.366Z[ recovery-image] Jun 22 19:48:12.451 INFO O| Jun 22 19:48:12.451 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48992026-06-22T19:48:13.371Z[ recovery-image] Jun 22 19:48:12.456 INFO O| Jun 22 19:48:12.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49002026-06-22T19:48:13.371Z[ recovery-image] Jun 22 19:48:12.456 INFO O| Jun 22 19:48:12.456 INFO STEP 33 (remove_files) COMPLETE
49012026-06-22T19:48:13.371Z[ recovery-image] Jun 22 19:48:12.456 INFO O| Jun 22 19:48:12.456 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49022026-06-22T19:48:13.378Z[ recovery-image] Jun 22 19:48:12.463 INFO O| Jun 22 19:48:12.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49032026-06-22T19:48:13.382Z[ recovery-image] Jun 22 19:48:12.463 INFO O| Jun 22 19:48:12.463 INFO STEP 34 (remove_files) COMPLETE
49042026-06-22T19:48:13.382Z[ recovery-image] Jun 22 19:48:12.463 INFO O| Jun 22 19:48:12.463 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49052026-06-22T19:48:13.385Z[ recovery-image] Jun 22 19:48:12.469 INFO O| Jun 22 19:48:12.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49062026-06-22T19:48:13.385Z[ recovery-image] Jun 22 19:48:12.469 INFO O| Jun 22 19:48:12.469 INFO STEP 35 (remove_files) COMPLETE
49072026-06-22T19:48:13.385Z[ recovery-image] Jun 22 19:48:12.469 INFO O| Jun 22 19:48:12.469 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-06-22T19:48:13.389Z[ recovery-image] Jun 22 19:48:12.476 INFO O| Jun 22 19:48:12.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49092026-06-22T19:48:13.389Z[ recovery-image] Jun 22 19:48:12.476 INFO O| Jun 22 19:48:12.476 INFO STEP 36 (remove_files) COMPLETE
49102026-06-22T19:48:13.389Z[ recovery-image] Jun 22 19:48:12.476 INFO O| Jun 22 19:48:12.476 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-06-22T19:48:13.394Z[ recovery-image] Jun 22 19:48:12.482 INFO O| Jun 22 19:48:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49122026-06-22T19:48:13.394Z[ recovery-image] Jun 22 19:48:12.482 INFO O| Jun 22 19:48:12.482 INFO STEP 37 (remove_files) COMPLETE
49132026-06-22T19:48:13.398Z[ recovery-image] Jun 22 19:48:12.482 INFO O| Jun 22 19:48:12.482 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-06-22T19:48:13.401Z[ recovery-image] Jun 22 19:48:12.488 INFO O| Jun 22 19:48:12.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49152026-06-22T19:48:13.401Z[ recovery-image] Jun 22 19:48:12.488 INFO O| Jun 22 19:48:12.488 INFO STEP 38 (remove_files) COMPLETE
49162026-06-22T19:48:13.401Z[ recovery-image] Jun 22 19:48:12.488 INFO O| Jun 22 19:48:12.488 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-06-22T19:48:13.407Z[ recovery-image] Jun 22 19:48:12.495 INFO O| Jun 22 19:48:12.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49182026-06-22T19:48:13.407Z[ recovery-image] Jun 22 19:48:12.495 INFO O| Jun 22 19:48:12.495 INFO STEP 39 (remove_files) COMPLETE
49192026-06-22T19:48:13.407Z[ recovery-image] Jun 22 19:48:12.495 INFO O| Jun 22 19:48:12.495 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-06-22T19:48:13.413Z[ recovery-image] Jun 22 19:48:12.501 INFO O| Jun 22 19:48:12.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49212026-06-22T19:48:13.413Z[ recovery-image] Jun 22 19:48:12.501 INFO O| Jun 22 19:48:12.501 INFO STEP 40 (remove_files) COMPLETE
49222026-06-22T19:48:13.416Z[ recovery-image] Jun 22 19:48:12.501 INFO O| Jun 22 19:48:12.501 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-06-22T19:48:13.420Z[ recovery-image] Jun 22 19:48:12.507 INFO O| Jun 22 19:48:12.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49242026-06-22T19:48:13.420Z[ recovery-image] Jun 22 19:48:12.507 INFO O| Jun 22 19:48:12.507 INFO STEP 41 (remove_files) COMPLETE
49252026-06-22T19:48:13.420Z[ recovery-image] Jun 22 19:48:12.507 INFO O| Jun 22 19:48:12.507 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-06-22T19:48:13.426Z[ recovery-image] Jun 22 19:48:12.513 INFO O| Jun 22 19:48:12.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49272026-06-22T19:48:13.426Z[ recovery-image] Jun 22 19:48:12.513 INFO O| Jun 22 19:48:12.513 INFO STEP 42 (remove_files) COMPLETE
49282026-06-22T19:48:13.429Z[ recovery-image] Jun 22 19:48:12.513 INFO O| Jun 22 19:48:12.513 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-06-22T19:48:13.434Z[ recovery-image] Jun 22 19:48:12.518 INFO O| Jun 22 19:48:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49302026-06-22T19:48:13.434Z[ recovery-image] Jun 22 19:48:12.519 INFO O| Jun 22 19:48:12.518 INFO STEP 43 (remove_files) COMPLETE
49312026-06-22T19:48:13.434Z[ recovery-image] Jun 22 19:48:12.519 INFO O| Jun 22 19:48:12.518 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-06-22T19:48:13.437Z[ recovery-image] Jun 22 19:48:12.525 INFO O| Jun 22 19:48:12.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49332026-06-22T19:48:13.437Z[ recovery-image] Jun 22 19:48:12.525 INFO O| Jun 22 19:48:12.525 INFO STEP 44 (remove_files) COMPLETE
49342026-06-22T19:48:13.437Z[ recovery-image] Jun 22 19:48:12.525 INFO O| Jun 22 19:48:12.525 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-06-22T19:48:13.443Z[ recovery-image] Jun 22 19:48:12.531 INFO O| Jun 22 19:48:12.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49362026-06-22T19:48:13.447Z[ recovery-image] Jun 22 19:48:12.531 INFO O| Jun 22 19:48:12.531 INFO STEP 45 (remove_files) COMPLETE
49372026-06-22T19:48:13.447Z[ recovery-image] Jun 22 19:48:12.531 INFO O| Jun 22 19:48:12.531 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-06-22T19:48:13.451Z[ recovery-image] Jun 22 19:48:12.537 INFO O| Jun 22 19:48:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49392026-06-22T19:48:13.451Z[ recovery-image] Jun 22 19:48:12.537 INFO O| Jun 22 19:48:12.537 INFO STEP 46 (remove_files) COMPLETE
49402026-06-22T19:48:13.451Z[ recovery-image] Jun 22 19:48:12.537 INFO O| Jun 22 19:48:12.537 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-06-22T19:48:13.455Z[ recovery-image] Jun 22 19:48:12.543 INFO O| Jun 22 19:48:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49422026-06-22T19:48:13.458Z[ recovery-image] Jun 22 19:48:12.543 INFO O| Jun 22 19:48:12.543 INFO STEP 47 (remove_files) COMPLETE
49432026-06-22T19:48:13.459Z[ recovery-image] Jun 22 19:48:12.543 INFO O| Jun 22 19:48:12.543 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-06-22T19:48:13.462Z[ recovery-image] Jun 22 19:48:12.549 INFO O| Jun 22 19:48:12.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49452026-06-22T19:48:13.462Z[ recovery-image] Jun 22 19:48:12.549 INFO O| Jun 22 19:48:12.549 INFO STEP 48 (remove_files) COMPLETE
49462026-06-22T19:48:13.462Z[ recovery-image] Jun 22 19:48:12.549 INFO O| Jun 22 19:48:12.549 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-06-22T19:48:13.469Z[ recovery-image] Jun 22 19:48:12.557 INFO O| Jun 22 19:48:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49482026-06-22T19:48:13.472Z[ recovery-image] Jun 22 19:48:12.557 INFO O| Jun 22 19:48:12.557 INFO STEP 49 (remove_files) COMPLETE
49492026-06-22T19:48:13.472Z[ recovery-image] Jun 22 19:48:12.557 INFO O| Jun 22 19:48:12.557 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-06-22T19:48:13.476Z[ recovery-image] Jun 22 19:48:12.564 INFO O| Jun 22 19:48:12.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49512026-06-22T19:48:13.477Z[ recovery-image] Jun 22 19:48:12.564 INFO O| Jun 22 19:48:12.564 INFO STEP 50 (remove_files) COMPLETE
49522026-06-22T19:48:13.477Z[ recovery-image] Jun 22 19:48:12.564 INFO O| Jun 22 19:48:12.564 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-06-22T19:48:13.482Z[ recovery-image] Jun 22 19:48:12.570 INFO O| Jun 22 19:48:12.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49542026-06-22T19:48:13.482Z[ recovery-image] Jun 22 19:48:12.570 INFO O| Jun 22 19:48:12.570 INFO STEP 51 (remove_files) COMPLETE
49552026-06-22T19:48:13.485Z[ recovery-image] Jun 22 19:48:12.570 INFO O| Jun 22 19:48:12.570 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-06-22T19:48:13.490Z[ recovery-image] Jun 22 19:48:12.576 INFO O| Jun 22 19:48:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49572026-06-22T19:48:13.490Z[ recovery-image] Jun 22 19:48:12.576 INFO O| Jun 22 19:48:12.576 INFO STEP 52 (remove_files) COMPLETE
49582026-06-22T19:48:13.490Z[ recovery-image] Jun 22 19:48:12.576 INFO O| Jun 22 19:48:12.576 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-06-22T19:48:13.496Z[ recovery-image] Jun 22 19:48:12.583 INFO O| Jun 22 19:48:12.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49602026-06-22T19:48:13.496Z[ recovery-image] Jun 22 19:48:12.583 INFO O| Jun 22 19:48:12.583 INFO STEP 53 (remove_files) COMPLETE
49612026-06-22T19:48:13.496Z[ recovery-image] Jun 22 19:48:12.583 INFO O| Jun 22 19:48:12.583 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-06-22T19:48:13.501Z[ recovery-image] Jun 22 19:48:12.589 INFO O| Jun 22 19:48:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49632026-06-22T19:48:13.501Z[ recovery-image] Jun 22 19:48:12.589 INFO O| Jun 22 19:48:12.589 INFO STEP 54 (remove_files) COMPLETE
49642026-06-22T19:48:13.505Z[ recovery-image] Jun 22 19:48:12.589 INFO O| Jun 22 19:48:12.589 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-06-22T19:48:13.509Z[ recovery-image] Jun 22 19:48:12.595 INFO O| Jun 22 19:48:12.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49662026-06-22T19:48:13.509Z[ recovery-image] Jun 22 19:48:12.595 INFO O| Jun 22 19:48:12.595 INFO STEP 55 (remove_files) COMPLETE
49672026-06-22T19:48:13.509Z[ recovery-image] Jun 22 19:48:12.595 INFO O| Jun 22 19:48:12.595 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-06-22T19:48:13.513Z[ recovery-image] Jun 22 19:48:12.600 INFO O| Jun 22 19:48:12.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49692026-06-22T19:48:13.513Z[ recovery-image] Jun 22 19:48:12.600 INFO O| Jun 22 19:48:12.600 INFO STEP 56 (remove_files) COMPLETE
49702026-06-22T19:48:13.516Z[ recovery-image] Jun 22 19:48:12.600 INFO O| Jun 22 19:48:12.600 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-06-22T19:48:13.520Z[ recovery-image] Jun 22 19:48:12.607 INFO O| Jun 22 19:48:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49722026-06-22T19:48:13.523Z[ recovery-image] Jun 22 19:48:12.608 INFO O| Jun 22 19:48:12.608 INFO STEP 57 (remove_files) COMPLETE
49732026-06-22T19:48:13.523Z[ recovery-image] Jun 22 19:48:12.608 INFO O| Jun 22 19:48:12.608 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-06-22T19:48:13.526Z[ recovery-image] Jun 22 19:48:12.613 INFO O| Jun 22 19:48:12.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49752026-06-22T19:48:13.526Z[ recovery-image] Jun 22 19:48:12.613 INFO O| Jun 22 19:48:12.613 INFO STEP 58 (remove_files) COMPLETE
49762026-06-22T19:48:13.526Z[ recovery-image] Jun 22 19:48:12.613 INFO O| Jun 22 19:48:12.613 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-06-22T19:48:13.532Z[ recovery-image] Jun 22 19:48:12.619 INFO O| Jun 22 19:48:12.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49782026-06-22T19:48:13.532Z[ recovery-image] Jun 22 19:48:12.619 INFO O| Jun 22 19:48:12.619 INFO STEP 59 (remove_files) COMPLETE
49792026-06-22T19:48:13.535Z[ recovery-image] Jun 22 19:48:12.619 INFO O| Jun 22 19:48:12.619 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-06-22T19:48:13.538Z[ recovery-image] Jun 22 19:48:12.625 INFO O| Jun 22 19:48:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49812026-06-22T19:48:13.538Z[ recovery-image] Jun 22 19:48:12.625 INFO O| Jun 22 19:48:12.625 INFO STEP 60 (remove_files) COMPLETE
49822026-06-22T19:48:13.538Z[ recovery-image] Jun 22 19:48:12.625 INFO O| Jun 22 19:48:12.625 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-06-22T19:48:13.544Z[ recovery-image] Jun 22 19:48:12.631 INFO O| Jun 22 19:48:12.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49842026-06-22T19:48:13.544Z[ recovery-image] Jun 22 19:48:12.631 INFO O| Jun 22 19:48:12.631 INFO STEP 61 (remove_files) COMPLETE
49852026-06-22T19:48:13.544Z[ recovery-image] Jun 22 19:48:12.631 INFO O| Jun 22 19:48:12.631 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-06-22T19:48:13.549Z[ recovery-image] Jun 22 19:48:12.637 INFO O| Jun 22 19:48:12.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49872026-06-22T19:48:13.553Z[ recovery-image] Jun 22 19:48:12.638 INFO O| Jun 22 19:48:12.638 INFO STEP 62 (remove_files) COMPLETE
49882026-06-22T19:48:13.553Z[ recovery-image] Jun 22 19:48:12.638 INFO O| Jun 22 19:48:12.638 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-06-22T19:48:13.557Z[ recovery-image] Jun 22 19:48:12.643 INFO O| Jun 22 19:48:12.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49902026-06-22T19:48:13.557Z[ recovery-image] Jun 22 19:48:12.643 INFO O| Jun 22 19:48:12.643 INFO STEP 63 (remove_files) COMPLETE
49912026-06-22T19:48:13.557Z[ recovery-image] Jun 22 19:48:12.643 INFO O| Jun 22 19:48:12.643 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-06-22T19:48:13.561Z[ recovery-image] Jun 22 19:48:12.649 INFO O| Jun 22 19:48:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49932026-06-22T19:48:13.561Z[ recovery-image] Jun 22 19:48:12.649 INFO O| Jun 22 19:48:12.649 INFO STEP 64 (remove_files) COMPLETE
49942026-06-22T19:48:13.564Z[ recovery-image] Jun 22 19:48:12.649 INFO O| Jun 22 19:48:12.649 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-06-22T19:48:13.567Z[ recovery-image] Jun 22 19:48:12.655 INFO O| Jun 22 19:48:12.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49962026-06-22T19:48:13.567Z[ recovery-image] Jun 22 19:48:12.655 INFO O| Jun 22 19:48:12.655 INFO STEP 65 (remove_files) COMPLETE
49972026-06-22T19:48:13.567Z[ recovery-image] Jun 22 19:48:12.655 INFO O| Jun 22 19:48:12.655 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-06-22T19:48:13.573Z[ recovery-image] Jun 22 19:48:12.661 INFO O| Jun 22 19:48:12.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49992026-06-22T19:48:13.573Z[ recovery-image] Jun 22 19:48:12.661 INFO O| Jun 22 19:48:12.661 INFO STEP 66 (remove_files) COMPLETE
50002026-06-22T19:48:13.577Z[ recovery-image] Jun 22 19:48:12.661 INFO O| Jun 22 19:48:12.661 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-06-22T19:48:13.580Z[ recovery-image] Jun 22 19:48:12.666 INFO O| Jun 22 19:48:12.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50022026-06-22T19:48:13.580Z[ recovery-image] Jun 22 19:48:12.666 INFO O| Jun 22 19:48:12.666 INFO STEP 67 (remove_files) COMPLETE
50032026-06-22T19:48:13.580Z[ recovery-image] Jun 22 19:48:12.666 INFO O| Jun 22 19:48:12.666 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-06-22T19:48:13.584Z[ recovery-image] Jun 22 19:48:12.672 INFO O| Jun 22 19:48:12.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50052026-06-22T19:48:13.584Z[ recovery-image] Jun 22 19:48:12.672 INFO O| Jun 22 19:48:12.672 INFO STEP 68 (remove_files) COMPLETE
50062026-06-22T19:48:13.588Z[ recovery-image] Jun 22 19:48:12.672 INFO O| Jun 22 19:48:12.672 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-06-22T19:48:13.591Z[ recovery-image] Jun 22 19:48:12.677 INFO O| Jun 22 19:48:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50082026-06-22T19:48:13.591Z[ recovery-image] Jun 22 19:48:12.677 INFO O| Jun 22 19:48:12.677 INFO STEP 69 (remove_files) COMPLETE
50092026-06-22T19:48:13.591Z[ recovery-image] Jun 22 19:48:12.677 INFO O| Jun 22 19:48:12.677 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-06-22T19:48:13.599Z[ recovery-image] Jun 22 19:48:12.684 INFO O| Jun 22 19:48:12.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50112026-06-22T19:48:13.599Z[ recovery-image] Jun 22 19:48:12.684 INFO O| Jun 22 19:48:12.684 INFO STEP 70 (remove_files) COMPLETE
50122026-06-22T19:48:13.602Z[ recovery-image] Jun 22 19:48:12.684 INFO O| Jun 22 19:48:12.684 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-06-22T19:48:13.607Z[ recovery-image] Jun 22 19:48:12.691 INFO O| Jun 22 19:48:12.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50142026-06-22T19:48:13.607Z[ recovery-image] Jun 22 19:48:12.691 INFO O| Jun 22 19:48:12.691 INFO STEP 71 (remove_files) COMPLETE
50152026-06-22T19:48:13.607Z[ recovery-image] Jun 22 19:48:12.691 INFO O| Jun 22 19:48:12.691 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-06-22T19:48:13.611Z[ recovery-image] Jun 22 19:48:12.697 INFO O| Jun 22 19:48:12.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50172026-06-22T19:48:13.611Z[ recovery-image] Jun 22 19:48:12.697 INFO O| Jun 22 19:48:12.697 INFO STEP 72 (remove_files) COMPLETE
50182026-06-22T19:48:13.611Z[ recovery-image] Jun 22 19:48:12.697 INFO O| Jun 22 19:48:12.697 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-06-22T19:48:13.616Z[ recovery-image] Jun 22 19:48:12.704 INFO O| Jun 22 19:48:12.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50202026-06-22T19:48:13.619Z[ recovery-image] Jun 22 19:48:12.704 INFO O| Jun 22 19:48:12.704 INFO STEP 73 (remove_files) COMPLETE
50212026-06-22T19:48:13.619Z[ recovery-image] Jun 22 19:48:12.704 INFO O| Jun 22 19:48:12.704 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-06-22T19:48:13.624Z[ recovery-image] Jun 22 19:48:12.710 INFO O| Jun 22 19:48:12.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50232026-06-22T19:48:13.624Z[ recovery-image] Jun 22 19:48:12.710 INFO O| Jun 22 19:48:12.710 INFO STEP 74 (remove_files) COMPLETE
50242026-06-22T19:48:13.624Z[ recovery-image] Jun 22 19:48:12.710 INFO O| Jun 22 19:48:12.710 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-06-22T19:48:13.630Z[ recovery-image] Jun 22 19:48:12.717 INFO O| Jun 22 19:48:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50262026-06-22T19:48:13.630Z[ recovery-image] Jun 22 19:48:12.717 INFO O| Jun 22 19:48:12.717 INFO STEP 75 (remove_files) COMPLETE
50272026-06-22T19:48:13.633Z[ recovery-image] Jun 22 19:48:12.717 INFO O| Jun 22 19:48:12.717 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-06-22T19:48:13.637Z[ recovery-image] Jun 22 19:48:12.724 INFO O| Jun 22 19:48:12.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50292026-06-22T19:48:13.640Z[ recovery-image] Jun 22 19:48:12.725 INFO O| Jun 22 19:48:12.725 INFO STEP 76 (remove_files) COMPLETE
50302026-06-22T19:48:13.640Z[ recovery-image] Jun 22 19:48:12.725 INFO O| Jun 22 19:48:12.725 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-06-22T19:48:13.644Z[ recovery-image] Jun 22 19:48:12.731 INFO O| Jun 22 19:48:12.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50322026-06-22T19:48:13.648Z[ recovery-image] Jun 22 19:48:12.732 INFO O| Jun 22 19:48:12.732 INFO STEP 77 (remove_files) COMPLETE
50332026-06-22T19:48:13.648Z[ recovery-image] Jun 22 19:48:12.732 INFO O| Jun 22 19:48:12.732 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-06-22T19:48:13.651Z[ recovery-image] Jun 22 19:48:12.738 INFO O| Jun 22 19:48:12.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50352026-06-22T19:48:13.651Z[ recovery-image] Jun 22 19:48:12.739 INFO O| Jun 22 19:48:12.739 INFO STEP 78 (remove_files) COMPLETE
50362026-06-22T19:48:13.651Z[ recovery-image] Jun 22 19:48:12.739 INFO O| Jun 22 19:48:12.739 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-06-22T19:48:13.658Z[ recovery-image] Jun 22 19:48:12.746 INFO O| Jun 22 19:48:12.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50382026-06-22T19:48:13.662Z[ recovery-image] Jun 22 19:48:12.746 INFO O| Jun 22 19:48:12.746 INFO STEP 79 (remove_files) COMPLETE
50392026-06-22T19:48:13.662Z[ recovery-image] Jun 22 19:48:12.746 INFO O| Jun 22 19:48:12.746 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-06-22T19:48:13.665Z[ recovery-image] Jun 22 19:48:12.751 INFO O| Jun 22 19:48:12.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50412026-06-22T19:48:13.665Z[ recovery-image] Jun 22 19:48:12.751 INFO O| Jun 22 19:48:12.751 INFO STEP 80 (remove_files) COMPLETE
50422026-06-22T19:48:13.665Z[ recovery-image] Jun 22 19:48:12.751 INFO O| Jun 22 19:48:12.751 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-06-22T19:48:13.669Z[ recovery-image] Jun 22 19:48:12.757 INFO O| Jun 22 19:48:12.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50442026-06-22T19:48:13.669Z[ recovery-image] Jun 22 19:48:12.757 INFO O| Jun 22 19:48:12.757 INFO STEP 81 (remove_files) COMPLETE
50452026-06-22T19:48:13.677Z[ recovery-image] Jun 22 19:48:12.757 INFO O| Jun 22 19:48:12.757 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-06-22T19:48:13.685Z[ recovery-image] Jun 22 19:48:12.763 INFO O| Jun 22 19:48:12.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50472026-06-22T19:48:13.685Z[ recovery-image] Jun 22 19:48:12.763 INFO O| Jun 22 19:48:12.763 INFO STEP 82 (remove_files) COMPLETE
50482026-06-22T19:48:13.685Z[ recovery-image] Jun 22 19:48:12.763 INFO O| Jun 22 19:48:12.763 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-06-22T19:48:13.688Z[ recovery-image] Jun 22 19:48:12.770 INFO O| Jun 22 19:48:12.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50502026-06-22T19:48:13.688Z[ recovery-image] Jun 22 19:48:12.771 INFO O| Jun 22 19:48:12.771 INFO STEP 83 (remove_files) COMPLETE
50512026-06-22T19:48:13.688Z[ recovery-image] Jun 22 19:48:12.771 INFO O| Jun 22 19:48:12.771 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-06-22T19:48:13.692Z[ recovery-image] Jun 22 19:48:12.777 INFO O| Jun 22 19:48:12.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50532026-06-22T19:48:13.692Z[ recovery-image] Jun 22 19:48:12.777 INFO O| Jun 22 19:48:12.777 INFO STEP 84 (remove_files) COMPLETE
50542026-06-22T19:48:13.692Z[ recovery-image] Jun 22 19:48:12.777 INFO O| Jun 22 19:48:12.777 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-06-22T19:48:13.695Z[ recovery-image] Jun 22 19:48:12.783 INFO O| Jun 22 19:48:12.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50562026-06-22T19:48:13.695Z[ recovery-image] Jun 22 19:48:12.783 INFO O| Jun 22 19:48:12.783 INFO STEP 85 (remove_files) COMPLETE
50572026-06-22T19:48:13.699Z[ recovery-image] Jun 22 19:48:12.783 INFO O| Jun 22 19:48:12.783 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-06-22T19:48:13.704Z[ recovery-image] Jun 22 19:48:12.790 INFO O| Jun 22 19:48:12.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50592026-06-22T19:48:13.704Z[ recovery-image] Jun 22 19:48:12.790 INFO O| Jun 22 19:48:12.790 INFO STEP 86 (remove_files) COMPLETE
50602026-06-22T19:48:13.704Z[ recovery-image] Jun 22 19:48:12.790 INFO O| Jun 22 19:48:12.790 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-06-22T19:48:13.709Z[ recovery-image] Jun 22 19:48:12.796 INFO O| Jun 22 19:48:12.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50622026-06-22T19:48:13.712Z[ recovery-image] Jun 22 19:48:12.796 INFO O| Jun 22 19:48:12.796 INFO STEP 87 (remove_files) COMPLETE
50632026-06-22T19:48:13.712Z[ recovery-image] Jun 22 19:48:12.796 INFO O| Jun 22 19:48:12.796 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-06-22T19:48:13.716Z[ recovery-image] Jun 22 19:48:12.802 INFO O| Jun 22 19:48:12.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50652026-06-22T19:48:13.716Z[ recovery-image] Jun 22 19:48:12.802 INFO O| Jun 22 19:48:12.802 INFO STEP 88 (remove_files) COMPLETE
50662026-06-22T19:48:13.716Z[ recovery-image] Jun 22 19:48:12.802 INFO O| Jun 22 19:48:12.802 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-06-22T19:48:13.720Z[ recovery-image] Jun 22 19:48:12.807 INFO O| Jun 22 19:48:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50682026-06-22T19:48:13.720Z[ recovery-image] Jun 22 19:48:12.807 INFO O| Jun 22 19:48:12.807 INFO STEP 89 (remove_files) COMPLETE
50692026-06-22T19:48:13.724Z[ recovery-image] Jun 22 19:48:12.807 INFO O| Jun 22 19:48:12.807 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-06-22T19:48:13.727Z[ recovery-image] Jun 22 19:48:12.814 INFO O| Jun 22 19:48:12.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50712026-06-22T19:48:13.727Z[ recovery-image] Jun 22 19:48:12.814 INFO O| Jun 22 19:48:12.814 INFO STEP 90 (remove_files) COMPLETE
50722026-06-22T19:48:13.727Z[ recovery-image] Jun 22 19:48:12.814 INFO O| Jun 22 19:48:12.814 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-06-22T19:48:13.733Z[ recovery-image] Jun 22 19:48:12.820 INFO O| Jun 22 19:48:12.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50742026-06-22T19:48:13.733Z[ recovery-image] Jun 22 19:48:12.820 INFO O| Jun 22 19:48:12.820 INFO STEP 91 (remove_files) COMPLETE
50752026-06-22T19:48:13.736Z[ recovery-image] Jun 22 19:48:12.820 INFO O| Jun 22 19:48:12.820 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-06-22T19:48:13.739Z[ recovery-image] Jun 22 19:48:12.826 INFO O| Jun 22 19:48:12.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50772026-06-22T19:48:13.739Z[ recovery-image] Jun 22 19:48:12.826 INFO O| Jun 22 19:48:12.826 INFO STEP 92 (remove_files) COMPLETE
50782026-06-22T19:48:13.739Z[ recovery-image] Jun 22 19:48:12.826 INFO O| Jun 22 19:48:12.826 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-06-22T19:48:13.744Z[ recovery-image] Jun 22 19:48:12.832 INFO O| Jun 22 19:48:12.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50802026-06-22T19:48:13.744Z[ recovery-image] Jun 22 19:48:12.832 INFO O| Jun 22 19:48:12.832 INFO STEP 93 (remove_files) COMPLETE
50812026-06-22T19:48:13.748Z[ recovery-image] Jun 22 19:48:12.832 INFO O| Jun 22 19:48:12.832 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-06-22T19:48:13.751Z[ recovery-image] Jun 22 19:48:12.837 INFO O| Jun 22 19:48:12.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50832026-06-22T19:48:13.751Z[ recovery-image] Jun 22 19:48:12.837 INFO O| Jun 22 19:48:12.837 INFO STEP 94 (remove_files) COMPLETE
50842026-06-22T19:48:13.751Z[ recovery-image] Jun 22 19:48:12.838 INFO O| Jun 22 19:48:12.837 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-06-22T19:48:13.757Z[ recovery-image] Jun 22 19:48:12.845 INFO O| Jun 22 19:48:12.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50862026-06-22T19:48:13.757Z[ recovery-image] Jun 22 19:48:12.845 INFO O| Jun 22 19:48:12.845 INFO STEP 95 (remove_files) COMPLETE
50872026-06-22T19:48:13.761Z[ recovery-image] Jun 22 19:48:12.845 INFO O| Jun 22 19:48:12.845 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-06-22T19:48:13.765Z[ recovery-image] Jun 22 19:48:12.851 INFO O| Jun 22 19:48:12.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50892026-06-22T19:48:13.765Z[ recovery-image] Jun 22 19:48:12.851 INFO O| Jun 22 19:48:12.851 INFO STEP 96 (remove_files) COMPLETE
50902026-06-22T19:48:13.765Z[ recovery-image] Jun 22 19:48:12.851 INFO O| Jun 22 19:48:12.851 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-06-22T19:48:13.771Z[ recovery-image] Jun 22 19:48:12.858 INFO O| Jun 22 19:48:12.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50922026-06-22T19:48:13.771Z[ recovery-image] Jun 22 19:48:12.858 INFO O| Jun 22 19:48:12.858 INFO STEP 97 (remove_files) COMPLETE
50932026-06-22T19:48:13.771Z[ recovery-image] Jun 22 19:48:12.858 INFO O| Jun 22 19:48:12.858 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-06-22T19:48:13.777Z[ recovery-image] Jun 22 19:48:12.864 INFO O| Jun 22 19:48:12.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50952026-06-22T19:48:13.777Z[ recovery-image] Jun 22 19:48:12.864 INFO O| Jun 22 19:48:12.864 INFO STEP 98 (remove_files) COMPLETE
50962026-06-22T19:48:13.781Z[ recovery-image] Jun 22 19:48:12.864 INFO O| Jun 22 19:48:12.864 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-06-22T19:48:13.784Z[ recovery-image] Jun 22 19:48:12.870 INFO O| Jun 22 19:48:12.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50982026-06-22T19:48:13.784Z[ recovery-image] Jun 22 19:48:12.871 INFO O| Jun 22 19:48:12.871 INFO STEP 99 (remove_files) COMPLETE
50992026-06-22T19:48:13.784Z[ recovery-image] Jun 22 19:48:12.871 INFO O| Jun 22 19:48:12.871 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-06-22T19:48:13.789Z[ recovery-image] Jun 22 19:48:12.876 INFO O| Jun 22 19:48:12.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51012026-06-22T19:48:13.789Z[ recovery-image] Jun 22 19:48:12.876 INFO O| Jun 22 19:48:12.876 INFO STEP 100 (remove_files) COMPLETE
51022026-06-22T19:48:13.793Z[ recovery-image] Jun 22 19:48:12.876 INFO O| Jun 22 19:48:12.876 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-06-22T19:48:13.797Z[ recovery-image] Jun 22 19:48:12.883 INFO O| Jun 22 19:48:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51042026-06-22T19:48:13.797Z[ recovery-image] Jun 22 19:48:12.883 INFO O| Jun 22 19:48:12.883 INFO STEP 101 (remove_files) COMPLETE
51052026-06-22T19:48:13.797Z[ recovery-image] Jun 22 19:48:12.883 INFO O| Jun 22 19:48:12.883 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-06-22T19:48:13.802Z[ recovery-image] Jun 22 19:48:12.890 INFO O| Jun 22 19:48:12.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51072026-06-22T19:48:13.806Z[ recovery-image] Jun 22 19:48:12.890 INFO O| Jun 22 19:48:12.890 INFO STEP 102 (remove_files) COMPLETE
51082026-06-22T19:48:13.806Z[ recovery-image] Jun 22 19:48:12.890 INFO O| Jun 22 19:48:12.890 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-06-22T19:48:13.810Z[ recovery-image] Jun 22 19:48:12.897 INFO O| Jun 22 19:48:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51102026-06-22T19:48:13.810Z[ recovery-image] Jun 22 19:48:12.897 INFO O| Jun 22 19:48:12.897 INFO STEP 103 (remove_files) COMPLETE
51112026-06-22T19:48:13.810Z[ recovery-image] Jun 22 19:48:12.897 INFO O| Jun 22 19:48:12.897 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-06-22T19:48:13.816Z[ recovery-image] Jun 22 19:48:12.903 INFO O| Jun 22 19:48:12.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51132026-06-22T19:48:13.816Z[ recovery-image] Jun 22 19:48:12.903 INFO O| Jun 22 19:48:12.903 INFO STEP 104 (remove_files) COMPLETE
51142026-06-22T19:48:13.816Z[ recovery-image] Jun 22 19:48:12.903 INFO O| Jun 22 19:48:12.903 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-06-22T19:48:13.822Z[ recovery-image] Jun 22 19:48:12.909 INFO O| Jun 22 19:48:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51162026-06-22T19:48:13.827Z[ recovery-image] Jun 22 19:48:12.910 INFO O| Jun 22 19:48:12.910 INFO STEP 105 (remove_files) COMPLETE
51172026-06-22T19:48:13.827Z[ recovery-image] Jun 22 19:48:12.910 INFO O| Jun 22 19:48:12.910 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-06-22T19:48:13.833Z[ recovery-image] Jun 22 19:48:12.921 INFO O| Jun 22 19:48:12.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51192026-06-22T19:48:13.833Z[ recovery-image] Jun 22 19:48:12.921 INFO O| Jun 22 19:48:12.921 INFO STEP 106 (remove_files) COMPLETE
51202026-06-22T19:48:13.836Z[ recovery-image] Jun 22 19:48:12.921 INFO O| Jun 22 19:48:12.921 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-06-22T19:48:13.845Z[ recovery-image] Jun 22 19:48:12.933 INFO O| Jun 22 19:48:12.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51222026-06-22T19:48:13.846Z[ recovery-image] Jun 22 19:48:12.933 INFO O| Jun 22 19:48:12.933 INFO STEP 107 (remove_files) COMPLETE
51232026-06-22T19:48:13.849Z[ recovery-image] Jun 22 19:48:12.933 INFO O| Jun 22 19:48:12.933 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-06-22T19:48:13.854Z[ recovery-image] Jun 22 19:48:12.942 INFO O| Jun 22 19:48:12.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51252026-06-22T19:48:13.854Z[ recovery-image] Jun 22 19:48:12.942 INFO O| Jun 22 19:48:12.942 INFO STEP 108 (remove_files) COMPLETE
51262026-06-22T19:48:13.858Z[ recovery-image] Jun 22 19:48:12.942 INFO O| Jun 22 19:48:12.942 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-06-22T19:48:13.864Z[ recovery-image] Jun 22 19:48:12.949 INFO O| Jun 22 19:48:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51282026-06-22T19:48:13.864Z[ recovery-image] Jun 22 19:48:12.949 INFO O| Jun 22 19:48:12.949 INFO STEP 109 (remove_files) COMPLETE
51292026-06-22T19:48:13.864Z[ recovery-image] Jun 22 19:48:12.949 INFO O| Jun 22 19:48:12.949 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-06-22T19:48:13.870Z[ recovery-image] Jun 22 19:48:12.957 INFO O| Jun 22 19:48:12.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51312026-06-22T19:48:13.870Z[ recovery-image] Jun 22 19:48:12.958 INFO O| Jun 22 19:48:12.958 INFO STEP 110 (remove_files) COMPLETE
51322026-06-22T19:48:13.873Z[ recovery-image] Jun 22 19:48:12.958 INFO O| Jun 22 19:48:12.958 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-06-22T19:48:13.878Z[ recovery-image] Jun 22 19:48:12.966 INFO O| Jun 22 19:48:12.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51342026-06-22T19:48:13.881Z[ recovery-image] Jun 22 19:48:12.966 INFO O| Jun 22 19:48:12.966 INFO STEP 111 (remove_files) COMPLETE
51352026-06-22T19:48:13.882Z[ recovery-image] Jun 22 19:48:12.966 INFO O| Jun 22 19:48:12.966 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-06-22T19:48:13.888Z[ recovery-image] Jun 22 19:48:12.976 INFO O| Jun 22 19:48:12.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51372026-06-22T19:48:13.888Z[ recovery-image] Jun 22 19:48:12.976 INFO O| Jun 22 19:48:12.976 INFO STEP 112 (remove_files) COMPLETE
51382026-06-22T19:48:13.888Z[ recovery-image] Jun 22 19:48:12.976 INFO O| Jun 22 19:48:12.976 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-06-22T19:48:13.897Z[ recovery-image] Jun 22 19:48:12.985 INFO O| Jun 22 19:48:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51402026-06-22T19:48:13.900Z[ recovery-image] Jun 22 19:48:12.985 INFO O| Jun 22 19:48:12.985 INFO STEP 113 (remove_files) COMPLETE
51412026-06-22T19:48:13.900Z[ recovery-image] Jun 22 19:48:12.985 INFO O| Jun 22 19:48:12.985 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-06-22T19:48:13.905Z[ recovery-image] Jun 22 19:48:12.993 INFO O| Jun 22 19:48:12.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51432026-06-22T19:48:13.905Z[ recovery-image] Jun 22 19:48:12.993 INFO O| Jun 22 19:48:12.993 INFO STEP 114 (remove_files) COMPLETE
51442026-06-22T19:48:13.909Z[ recovery-image] Jun 22 19:48:12.993 INFO O| Jun 22 19:48:12.993 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-06-22T19:48:13.913Z[ recovery-image] Jun 22 19:48:13.001 INFO O| Jun 22 19:48:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51462026-06-22T19:48:13.917Z[ recovery-image] Jun 22 19:48:13.002 INFO O| Jun 22 19:48:13.002 INFO STEP 115 (remove_files) COMPLETE
51472026-06-22T19:48:13.917Z[ recovery-image] Jun 22 19:48:13.002 INFO O| Jun 22 19:48:13.002 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-06-22T19:48:13.922Z[ recovery-image] Jun 22 19:48:13.010 INFO O| Jun 22 19:48:13.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51492026-06-22T19:48:13.922Z[ recovery-image] Jun 22 19:48:13.010 INFO O| Jun 22 19:48:13.010 INFO STEP 116 (remove_files) COMPLETE
51502026-06-22T19:48:13.926Z[ recovery-image] Jun 22 19:48:13.010 INFO O| Jun 22 19:48:13.010 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-06-22T19:48:13.930Z[ recovery-image] Jun 22 19:48:13.017 INFO O| Jun 22 19:48:13.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51522026-06-22T19:48:13.930Z[ recovery-image] Jun 22 19:48:13.017 INFO O| Jun 22 19:48:13.017 INFO STEP 117 (remove_files) COMPLETE
51532026-06-22T19:48:13.935Z[ recovery-image] Jun 22 19:48:13.017 INFO O| Jun 22 19:48:13.017 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-06-22T19:48:13.938Z[ recovery-image] Jun 22 19:48:13.023 INFO O| Jun 22 19:48:13.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51552026-06-22T19:48:13.938Z[ recovery-image] Jun 22 19:48:13.023 INFO O| Jun 22 19:48:13.023 INFO STEP 118 (remove_files) COMPLETE
51562026-06-22T19:48:13.938Z[ recovery-image] Jun 22 19:48:13.023 INFO O| Jun 22 19:48:13.023 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-06-22T19:48:13.942Z[ recovery-image] Jun 22 19:48:13.028 INFO O| Jun 22 19:48:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51582026-06-22T19:48:13.942Z[ recovery-image] Jun 22 19:48:13.028 INFO O| Jun 22 19:48:13.028 INFO STEP 119 (remove_files) COMPLETE
51592026-06-22T19:48:13.942Z[ recovery-image] Jun 22 19:48:13.028 INFO O| Jun 22 19:48:13.028 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-06-22T19:48:13.946Z[ recovery-image] Jun 22 19:48:13.033 INFO O| Jun 22 19:48:13.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51612026-06-22T19:48:13.947Z[ recovery-image] Jun 22 19:48:13.033 INFO O| Jun 22 19:48:13.033 INFO STEP 120 (remove_files) COMPLETE
51622026-06-22T19:48:13.947Z[ recovery-image] Jun 22 19:48:13.033 INFO O| Jun 22 19:48:13.033 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-06-22T19:48:13.952Z[ recovery-image] Jun 22 19:48:13.040 INFO O| Jun 22 19:48:13.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51642026-06-22T19:48:13.952Z[ recovery-image] Jun 22 19:48:13.040 INFO O| Jun 22 19:48:13.040 INFO STEP 121 (remove_files) COMPLETE
51652026-06-22T19:48:13.956Z[ recovery-image] Jun 22 19:48:13.040 INFO O| Jun 22 19:48:13.040 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-06-22T19:48:13.959Z[ recovery-image] Jun 22 19:48:13.045 INFO O| Jun 22 19:48:13.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51672026-06-22T19:48:13.959Z[ recovery-image] Jun 22 19:48:13.045 INFO O| Jun 22 19:48:13.045 INFO STEP 122 (remove_files) COMPLETE
51682026-06-22T19:48:13.959Z[ recovery-image] Jun 22 19:48:13.045 INFO O| Jun 22 19:48:13.045 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-06-22T19:48:13.964Z[ recovery-image] Jun 22 19:48:13.050 INFO O| Jun 22 19:48:13.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51702026-06-22T19:48:13.964Z[ recovery-image] Jun 22 19:48:13.050 INFO O| Jun 22 19:48:13.050 INFO STEP 123 (remove_files) COMPLETE
51712026-06-22T19:48:13.968Z[ recovery-image] Jun 22 19:48:13.050 INFO O| Jun 22 19:48:13.050 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-06-22T19:48:13.973Z[ recovery-image] Jun 22 19:48:13.055 INFO O| Jun 22 19:48:13.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51732026-06-22T19:48:13.974Z[ recovery-image] Jun 22 19:48:13.055 INFO O| Jun 22 19:48:13.055 INFO STEP 124 (remove_files) COMPLETE
51742026-06-22T19:48:13.974Z[ recovery-image] Jun 22 19:48:13.055 INFO O| Jun 22 19:48:13.055 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.062 INFO O| Jun 22 19:48:13.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51762026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.063 INFO O| Jun 22 19:48:13.063 INFO STEP 125 (remove_files) COMPLETE
51772026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.063 INFO O| Jun 22 19:48:13.063 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.068 INFO O| Jun 22 19:48:13.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51792026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.069 INFO O| Jun 22 19:48:13.069 INFO STEP 126 (remove_files) COMPLETE
51802026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.069 INFO O| Jun 22 19:48:13.069 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.074 INFO O| Jun 22 19:48:13.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51822026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.074 INFO O| Jun 22 19:48:13.074 INFO STEP 127 (remove_files) COMPLETE
51832026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.074 INFO O| Jun 22 19:48:13.074 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.079 INFO O| Jun 22 19:48:13.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51852026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.079 INFO O| Jun 22 19:48:13.079 INFO STEP 128 (remove_files) COMPLETE
51862026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.079 INFO O| Jun 22 19:48:13.079 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.084 INFO O| Jun 22 19:48:13.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51882026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.084 INFO O| Jun 22 19:48:13.084 INFO STEP 129 (remove_files) COMPLETE
51892026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.084 INFO O| Jun 22 19:48:13.084 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51902026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.089 INFO O| Jun 22 19:48:13.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51912026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.090 INFO O| Jun 22 19:48:13.090 INFO STEP 130 (remove_files) COMPLETE
51922026-06-22T19:48:14.010Z[ recovery-image] Jun 22 19:48:13.090 INFO O| Jun 22 19:48:13.090 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-06-22T19:48:14.018Z[ recovery-image] Jun 22 19:48:13.097 INFO O| Jun 22 19:48:13.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51942026-06-22T19:48:14.018Z[ recovery-image] Jun 22 19:48:13.097 INFO O| Jun 22 19:48:13.097 INFO STEP 131 (remove_files) COMPLETE
51952026-06-22T19:48:14.018Z[ recovery-image] Jun 22 19:48:13.097 INFO O| Jun 22 19:48:13.097 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.102 INFO O| Jun 22 19:48:13.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51972026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.102 INFO O| Jun 22 19:48:13.102 INFO STEP 132 (remove_files) COMPLETE
51982026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.102 INFO O| Jun 22 19:48:13.102 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.108 INFO O| Jun 22 19:48:13.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52002026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.108 INFO O| Jun 22 19:48:13.108 INFO STEP 133 (remove_files) COMPLETE
52012026-06-22T19:48:14.023Z[ recovery-image] Jun 22 19:48:13.108 INFO O| Jun 22 19:48:13.108 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52022026-06-22T19:48:14.027Z[ recovery-image] Jun 22 19:48:13.113 INFO O| Jun 22 19:48:13.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52032026-06-22T19:48:14.027Z[ recovery-image] Jun 22 19:48:13.113 INFO O| Jun 22 19:48:13.113 INFO STEP 134 (remove_files) COMPLETE
52042026-06-22T19:48:14.027Z[ recovery-image] Jun 22 19:48:13.113 INFO O| Jun 22 19:48:13.113 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-06-22T19:48:14.034Z[ recovery-image] Jun 22 19:48:13.121 INFO O| Jun 22 19:48:13.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52062026-06-22T19:48:14.034Z[ recovery-image] Jun 22 19:48:13.121 INFO O| Jun 22 19:48:13.121 INFO STEP 135 (remove_files) COMPLETE
52072026-06-22T19:48:14.034Z[ recovery-image] Jun 22 19:48:13.121 INFO O| Jun 22 19:48:13.121 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52082026-06-22T19:48:14.040Z[ recovery-image] Jun 22 19:48:13.128 INFO O| Jun 22 19:48:13.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52092026-06-22T19:48:14.040Z[ recovery-image] Jun 22 19:48:13.128 INFO O| Jun 22 19:48:13.128 INFO STEP 136 (remove_files) COMPLETE
52102026-06-22T19:48:14.045Z[ recovery-image] Jun 22 19:48:13.128 INFO O| Jun 22 19:48:13.128 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52112026-06-22T19:48:14.048Z[ recovery-image] Jun 22 19:48:13.134 INFO O| Jun 22 19:48:13.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52122026-06-22T19:48:14.048Z[ recovery-image] Jun 22 19:48:13.134 INFO O| Jun 22 19:48:13.134 INFO STEP 137 (remove_files) COMPLETE
52132026-06-22T19:48:14.048Z[ recovery-image] Jun 22 19:48:13.134 INFO O| Jun 22 19:48:13.134 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-06-22T19:48:14.055Z[ recovery-image] Jun 22 19:48:13.141 INFO O| Jun 22 19:48:13.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52152026-06-22T19:48:14.058Z[ recovery-image] Jun 22 19:48:13.141 INFO O| Jun 22 19:48:13.141 INFO STEP 138 (remove_files) COMPLETE
52162026-06-22T19:48:14.058Z[ recovery-image] Jun 22 19:48:13.141 INFO O| Jun 22 19:48:13.141 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-06-22T19:48:14.064Z[ recovery-image] Jun 22 19:48:13.146 INFO O| Jun 22 19:48:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52182026-06-22T19:48:14.064Z[ recovery-image] Jun 22 19:48:13.146 INFO O| Jun 22 19:48:13.146 INFO STEP 139 (remove_files) COMPLETE
52192026-06-22T19:48:14.065Z[ recovery-image] Jun 22 19:48:13.146 INFO O| Jun 22 19:48:13.146 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-06-22T19:48:14.068Z[ recovery-image] Jun 22 19:48:13.151 INFO O| Jun 22 19:48:13.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52212026-06-22T19:48:14.068Z[ recovery-image] Jun 22 19:48:13.152 INFO O| Jun 22 19:48:13.152 INFO STEP 140 (remove_files) COMPLETE
52222026-06-22T19:48:14.068Z[ recovery-image] Jun 22 19:48:13.152 INFO O| Jun 22 19:48:13.152 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-06-22T19:48:14.072Z[ recovery-image] Jun 22 19:48:13.158 INFO O| Jun 22 19:48:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52242026-06-22T19:48:14.072Z[ recovery-image] Jun 22 19:48:13.158 INFO O| Jun 22 19:48:13.158 INFO STEP 141 (remove_files) COMPLETE
52252026-06-22T19:48:14.072Z[ recovery-image] Jun 22 19:48:13.158 INFO O| Jun 22 19:48:13.158 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-06-22T19:48:14.077Z[ recovery-image] Jun 22 19:48:13.165 INFO O| Jun 22 19:48:13.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52272026-06-22T19:48:14.077Z[ recovery-image] Jun 22 19:48:13.165 INFO O| Jun 22 19:48:13.165 INFO STEP 142 (remove_files) COMPLETE
52282026-06-22T19:48:14.077Z[ recovery-image] Jun 22 19:48:13.165 INFO O| Jun 22 19:48:13.165 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-06-22T19:48:14.085Z[ recovery-image] Jun 22 19:48:13.171 INFO O| Jun 22 19:48:13.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52302026-06-22T19:48:14.085Z[ recovery-image] Jun 22 19:48:13.171 INFO O| Jun 22 19:48:13.171 INFO STEP 143 (remove_files) COMPLETE
52312026-06-22T19:48:14.088Z[ recovery-image] Jun 22 19:48:13.171 INFO O| Jun 22 19:48:13.171 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-06-22T19:48:14.092Z[ recovery-image] Jun 22 19:48:13.177 INFO O| Jun 22 19:48:13.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52332026-06-22T19:48:14.093Z[ recovery-image] Jun 22 19:48:13.177 INFO O| Jun 22 19:48:13.177 INFO STEP 144 (remove_files) COMPLETE
52342026-06-22T19:48:14.093Z[ recovery-image] Jun 22 19:48:13.177 INFO O| Jun 22 19:48:13.177 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-06-22T19:48:14.096Z[ recovery-image] Jun 22 19:48:13.183 INFO O| Jun 22 19:48:13.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52362026-06-22T19:48:14.096Z[ recovery-image] Jun 22 19:48:13.183 INFO O| Jun 22 19:48:13.183 INFO STEP 145 (remove_files) COMPLETE
52372026-06-22T19:48:14.096Z[ recovery-image] Jun 22 19:48:13.184 INFO O| Jun 22 19:48:13.183 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-06-22T19:48:14.101Z[ recovery-image] Jun 22 19:48:13.189 INFO O| Jun 22 19:48:13.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52392026-06-22T19:48:14.101Z[ recovery-image] Jun 22 19:48:13.189 INFO O| Jun 22 19:48:13.189 INFO STEP 146 (remove_files) COMPLETE
52402026-06-22T19:48:14.104Z[ recovery-image] Jun 22 19:48:13.189 INFO O| Jun 22 19:48:13.189 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-06-22T19:48:14.108Z[ recovery-image] Jun 22 19:48:13.195 INFO O| Jun 22 19:48:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52422026-06-22T19:48:14.108Z[ recovery-image] Jun 22 19:48:13.195 INFO O| Jun 22 19:48:13.195 INFO STEP 147 (remove_files) COMPLETE
52432026-06-22T19:48:14.108Z[ recovery-image] Jun 22 19:48:13.195 INFO O| Jun 22 19:48:13.195 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-06-22T19:48:14.113Z[ recovery-image] Jun 22 19:48:13.201 INFO O| Jun 22 19:48:13.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52452026-06-22T19:48:14.113Z[ recovery-image] Jun 22 19:48:13.201 INFO O| Jun 22 19:48:13.201 INFO STEP 148 (remove_files) COMPLETE
52462026-06-22T19:48:14.118Z[ recovery-image] Jun 22 19:48:13.201 INFO O| Jun 22 19:48:13.201 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-06-22T19:48:14.122Z[ recovery-image] Jun 22 19:48:13.207 INFO O| Jun 22 19:48:13.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52482026-06-22T19:48:14.122Z[ recovery-image] Jun 22 19:48:13.207 INFO O| Jun 22 19:48:13.207 INFO STEP 149 (remove_files) COMPLETE
52492026-06-22T19:48:14.122Z[ recovery-image] Jun 22 19:48:13.207 INFO O| Jun 22 19:48:13.207 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-06-22T19:48:14.126Z[ recovery-image] Jun 22 19:48:13.213 INFO O| Jun 22 19:48:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52512026-06-22T19:48:14.126Z[ recovery-image] Jun 22 19:48:13.213 INFO O| Jun 22 19:48:13.213 INFO STEP 150 (remove_files) COMPLETE
52522026-06-22T19:48:14.126Z[ recovery-image] Jun 22 19:48:13.213 INFO O| Jun 22 19:48:13.213 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-06-22T19:48:14.131Z[ recovery-image] Jun 22 19:48:13.218 INFO O| Jun 22 19:48:13.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52542026-06-22T19:48:14.134Z[ recovery-image] Jun 22 19:48:13.218 INFO O| Jun 22 19:48:13.218 INFO STEP 151 (remove_files) COMPLETE
52552026-06-22T19:48:14.134Z[ recovery-image] Jun 22 19:48:13.218 INFO O| Jun 22 19:48:13.218 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-06-22T19:48:14.137Z[ recovery-image] Jun 22 19:48:13.224 INFO O| Jun 22 19:48:13.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52572026-06-22T19:48:14.137Z[ recovery-image] Jun 22 19:48:13.224 INFO O| Jun 22 19:48:13.224 INFO STEP 152 (remove_files) COMPLETE
52582026-06-22T19:48:14.137Z[ recovery-image] Jun 22 19:48:13.224 INFO O| Jun 22 19:48:13.224 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-06-22T19:48:14.141Z[ recovery-image] Jun 22 19:48:13.229 INFO O| Jun 22 19:48:13.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52602026-06-22T19:48:14.141Z[ recovery-image] Jun 22 19:48:13.229 INFO O| Jun 22 19:48:13.229 INFO STEP 153 (remove_files) COMPLETE
52612026-06-22T19:48:14.141Z[ recovery-image] Jun 22 19:48:13.229 INFO O| Jun 22 19:48:13.229 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-06-22T19:48:14.146Z[ recovery-image] Jun 22 19:48:13.234 INFO O| Jun 22 19:48:13.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52632026-06-22T19:48:14.146Z[ recovery-image] Jun 22 19:48:13.234 INFO O| Jun 22 19:48:13.234 INFO STEP 154 (remove_files) COMPLETE
52642026-06-22T19:48:14.146Z[ recovery-image] Jun 22 19:48:13.234 INFO O| Jun 22 19:48:13.234 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-06-22T19:48:14.153Z[ recovery-image] Jun 22 19:48:13.240 INFO O| Jun 22 19:48:13.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52662026-06-22T19:48:14.157Z[ recovery-image] Jun 22 19:48:13.240 INFO O| Jun 22 19:48:13.240 INFO STEP 155 (remove_files) COMPLETE
52672026-06-22T19:48:14.157Z[ recovery-image] Jun 22 19:48:13.240 INFO O| Jun 22 19:48:13.240 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-06-22T19:48:14.160Z[ recovery-image] Jun 22 19:48:13.247 INFO O| Jun 22 19:48:13.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52692026-06-22T19:48:14.160Z[ recovery-image] Jun 22 19:48:13.247 INFO O| Jun 22 19:48:13.247 INFO STEP 156 (remove_files) COMPLETE
52702026-06-22T19:48:14.160Z[ recovery-image] Jun 22 19:48:13.247 INFO O| Jun 22 19:48:13.247 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-06-22T19:48:14.166Z[ recovery-image] Jun 22 19:48:13.252 INFO O| Jun 22 19:48:13.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52722026-06-22T19:48:14.172Z[ recovery-image] Jun 22 19:48:13.253 INFO O| Jun 22 19:48:13.253 INFO STEP 157 (remove_files) COMPLETE
52732026-06-22T19:48:14.172Z[ recovery-image] Jun 22 19:48:13.253 INFO O| Jun 22 19:48:13.253 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.258 INFO O| Jun 22 19:48:13.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52752026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.258 INFO O| Jun 22 19:48:13.258 INFO STEP 158 (remove_files) COMPLETE
52762026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.258 INFO O| Jun 22 19:48:13.258 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.263 INFO O| Jun 22 19:48:13.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52782026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.263 INFO O| Jun 22 19:48:13.263 INFO STEP 159 (remove_files) COMPLETE
52792026-06-22T19:48:14.176Z[ recovery-image] Jun 22 19:48:13.263 INFO O| Jun 22 19:48:13.263 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-06-22T19:48:14.183Z[ recovery-image] Jun 22 19:48:13.270 INFO O| Jun 22 19:48:13.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52812026-06-22T19:48:14.183Z[ recovery-image] Jun 22 19:48:13.270 INFO O| Jun 22 19:48:13.270 INFO STEP 160 (remove_files) COMPLETE
52822026-06-22T19:48:14.186Z[ recovery-image] Jun 22 19:48:13.270 INFO O| Jun 22 19:48:13.270 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-06-22T19:48:14.189Z[ recovery-image] Jun 22 19:48:13.277 INFO O| Jun 22 19:48:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52842026-06-22T19:48:14.189Z[ recovery-image] Jun 22 19:48:13.277 INFO O| Jun 22 19:48:13.277 INFO STEP 161 (remove_files) COMPLETE
52852026-06-22T19:48:14.189Z[ recovery-image] Jun 22 19:48:13.277 INFO O| Jun 22 19:48:13.277 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-06-22T19:48:14.194Z[ recovery-image] Jun 22 19:48:13.282 INFO O| Jun 22 19:48:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52872026-06-22T19:48:14.194Z[ recovery-image] Jun 22 19:48:13.282 INFO O| Jun 22 19:48:13.282 INFO STEP 162 (remove_files) COMPLETE
52882026-06-22T19:48:14.199Z[ recovery-image] Jun 22 19:48:13.282 INFO O| Jun 22 19:48:13.282 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-06-22T19:48:14.203Z[ recovery-image] Jun 22 19:48:13.287 INFO O| Jun 22 19:48:13.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52902026-06-22T19:48:14.203Z[ recovery-image] Jun 22 19:48:13.287 INFO O| Jun 22 19:48:13.287 INFO STEP 163 (remove_files) COMPLETE
52912026-06-22T19:48:14.203Z[ recovery-image] Jun 22 19:48:13.287 INFO O| Jun 22 19:48:13.287 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-06-22T19:48:14.206Z[ recovery-image] Jun 22 19:48:13.292 INFO O| Jun 22 19:48:13.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52932026-06-22T19:48:14.206Z[ recovery-image] Jun 22 19:48:13.292 INFO O| Jun 22 19:48:13.292 INFO STEP 164 (remove_files) COMPLETE
52942026-06-22T19:48:14.206Z[ recovery-image] Jun 22 19:48:13.292 INFO O| Jun 22 19:48:13.292 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-06-22T19:48:14.211Z[ recovery-image] Jun 22 19:48:13.297 INFO O| Jun 22 19:48:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52962026-06-22T19:48:14.214Z[ recovery-image] Jun 22 19:48:13.297 INFO O| Jun 22 19:48:13.297 INFO STEP 165 (remove_files) COMPLETE
52972026-06-22T19:48:14.214Z[ recovery-image] Jun 22 19:48:13.297 INFO O| Jun 22 19:48:13.297 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-06-22T19:48:14.218Z[ recovery-image] Jun 22 19:48:13.304 INFO O| Jun 22 19:48:13.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52992026-06-22T19:48:14.218Z[ recovery-image] Jun 22 19:48:13.304 INFO O| Jun 22 19:48:13.304 INFO STEP 166 (remove_files) COMPLETE
53002026-06-22T19:48:14.218Z[ recovery-image] Jun 22 19:48:13.304 INFO O| Jun 22 19:48:13.304 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-06-22T19:48:14.223Z[ recovery-image] Jun 22 19:48:13.311 INFO O| Jun 22 19:48:13.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53022026-06-22T19:48:14.223Z[ recovery-image] Jun 22 19:48:13.311 INFO O| Jun 22 19:48:13.311 INFO STEP 167 (remove_files) COMPLETE
53032026-06-22T19:48:14.223Z[ recovery-image] Jun 22 19:48:13.311 INFO O| Jun 22 19:48:13.311 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-06-22T19:48:14.228Z[ recovery-image] Jun 22 19:48:13.316 INFO O| Jun 22 19:48:13.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53052026-06-22T19:48:14.228Z[ recovery-image] Jun 22 19:48:13.316 INFO O| Jun 22 19:48:13.316 INFO STEP 168 (remove_files) COMPLETE
53062026-06-22T19:48:14.231Z[ recovery-image] Jun 22 19:48:13.316 INFO O| Jun 22 19:48:13.316 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-06-22T19:48:14.235Z[ recovery-image] Jun 22 19:48:13.321 INFO O| Jun 22 19:48:13.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53082026-06-22T19:48:14.235Z[ recovery-image] Jun 22 19:48:13.321 INFO O| Jun 22 19:48:13.321 INFO STEP 169 (remove_files) COMPLETE
53092026-06-22T19:48:14.235Z[ recovery-image] Jun 22 19:48:13.321 INFO O| Jun 22 19:48:13.321 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-06-22T19:48:14.238Z[ recovery-image] Jun 22 19:48:13.326 INFO O| Jun 22 19:48:13.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53112026-06-22T19:48:14.238Z[ recovery-image] Jun 22 19:48:13.326 INFO O| Jun 22 19:48:13.326 INFO STEP 170 (remove_files) COMPLETE
53122026-06-22T19:48:14.238Z[ recovery-image] Jun 22 19:48:13.326 INFO O| Jun 22 19:48:13.326 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-06-22T19:48:14.246Z[ recovery-image] Jun 22 19:48:13.332 INFO O| Jun 22 19:48:13.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53142026-06-22T19:48:14.246Z[ recovery-image] Jun 22 19:48:13.332 INFO O| Jun 22 19:48:13.332 INFO STEP 171 (remove_files) COMPLETE
53152026-06-22T19:48:14.246Z[ recovery-image] Jun 22 19:48:13.332 INFO O| Jun 22 19:48:13.332 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-06-22T19:48:14.251Z[ recovery-image] Jun 22 19:48:13.339 INFO O| Jun 22 19:48:13.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53172026-06-22T19:48:14.251Z[ recovery-image] Jun 22 19:48:13.339 INFO O| Jun 22 19:48:13.339 INFO STEP 172 (remove_files) COMPLETE
53182026-06-22T19:48:14.255Z[ recovery-image] Jun 22 19:48:13.339 INFO O| Jun 22 19:48:13.339 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-06-22T19:48:14.259Z[ recovery-image] Jun 22 19:48:13.345 INFO O| Jun 22 19:48:13.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53202026-06-22T19:48:14.259Z[ recovery-image] Jun 22 19:48:13.345 INFO O| Jun 22 19:48:13.345 INFO STEP 173 (remove_files) COMPLETE
53212026-06-22T19:48:14.259Z[ recovery-image] Jun 22 19:48:13.346 INFO O| Jun 22 19:48:13.345 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-06-22T19:48:14.263Z[ recovery-image] Jun 22 19:48:13.351 INFO O| Jun 22 19:48:13.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53232026-06-22T19:48:14.263Z[ recovery-image] Jun 22 19:48:13.351 INFO O| Jun 22 19:48:13.351 INFO STEP 174 (remove_files) COMPLETE
53242026-06-22T19:48:14.269Z[ recovery-image] Jun 22 19:48:13.351 INFO O| Jun 22 19:48:13.351 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-06-22T19:48:14.272Z[ recovery-image] Jun 22 19:48:13.357 INFO O| Jun 22 19:48:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53262026-06-22T19:48:14.272Z[ recovery-image] Jun 22 19:48:13.357 INFO O| Jun 22 19:48:13.357 INFO STEP 175 (remove_files) COMPLETE
53272026-06-22T19:48:14.273Z[ recovery-image] Jun 22 19:48:13.357 INFO O| Jun 22 19:48:13.357 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-06-22T19:48:14.277Z[ recovery-image] Jun 22 19:48:13.362 INFO O| Jun 22 19:48:13.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53292026-06-22T19:48:14.277Z[ recovery-image] Jun 22 19:48:13.362 INFO O| Jun 22 19:48:13.362 INFO STEP 176 (remove_files) COMPLETE
53302026-06-22T19:48:14.277Z[ recovery-image] Jun 22 19:48:13.362 INFO O| Jun 22 19:48:13.362 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-06-22T19:48:14.282Z[ recovery-image] Jun 22 19:48:13.367 INFO O| Jun 22 19:48:13.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53322026-06-22T19:48:14.282Z[ recovery-image] Jun 22 19:48:13.367 INFO O| Jun 22 19:48:13.367 INFO STEP 177 (remove_files) COMPLETE
53332026-06-22T19:48:14.282Z[ recovery-image] Jun 22 19:48:13.367 INFO O| Jun 22 19:48:13.367 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-06-22T19:48:14.286Z[ recovery-image] Jun 22 19:48:13.373 INFO O| Jun 22 19:48:13.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53352026-06-22T19:48:14.287Z[ recovery-image] Jun 22 19:48:13.373 INFO O| Jun 22 19:48:13.373 INFO STEP 178 (remove_files) COMPLETE
53362026-06-22T19:48:14.287Z[ recovery-image] Jun 22 19:48:13.373 INFO O| Jun 22 19:48:13.373 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-06-22T19:48:14.292Z[ recovery-image] Jun 22 19:48:13.380 INFO O| Jun 22 19:48:13.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53382026-06-22T19:48:14.293Z[ recovery-image] Jun 22 19:48:13.380 INFO O| Jun 22 19:48:13.380 INFO STEP 179 (remove_files) COMPLETE
53392026-06-22T19:48:14.293Z[ recovery-image] Jun 22 19:48:13.380 INFO O| Jun 22 19:48:13.380 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-06-22T19:48:14.297Z[ recovery-image] Jun 22 19:48:13.385 INFO O| Jun 22 19:48:13.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53412026-06-22T19:48:14.297Z[ recovery-image] Jun 22 19:48:13.385 INFO O| Jun 22 19:48:13.385 INFO STEP 180 (remove_files) COMPLETE
53422026-06-22T19:48:14.297Z[ recovery-image] Jun 22 19:48:13.385 INFO O| Jun 22 19:48:13.385 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-06-22T19:48:14.304Z[ recovery-image] Jun 22 19:48:13.391 INFO O| Jun 22 19:48:13.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53442026-06-22T19:48:14.307Z[ recovery-image] Jun 22 19:48:13.391 INFO O| Jun 22 19:48:13.391 INFO STEP 181 (remove_files) COMPLETE
53452026-06-22T19:48:14.307Z[ recovery-image] Jun 22 19:48:13.391 INFO O| Jun 22 19:48:13.391 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-06-22T19:48:14.310Z[ recovery-image] Jun 22 19:48:13.398 INFO O| Jun 22 19:48:13.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53472026-06-22T19:48:14.310Z[ recovery-image] Jun 22 19:48:13.398 INFO O| Jun 22 19:48:13.398 INFO STEP 182 (remove_files) COMPLETE
53482026-06-22T19:48:14.310Z[ recovery-image] Jun 22 19:48:13.398 INFO O| Jun 22 19:48:13.398 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-06-22T19:48:14.315Z[ recovery-image] Jun 22 19:48:13.403 INFO O| Jun 22 19:48:13.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53502026-06-22T19:48:14.315Z[ recovery-image] Jun 22 19:48:13.403 INFO O| Jun 22 19:48:13.403 INFO STEP 183 (remove_files) COMPLETE
53512026-06-22T19:48:14.315Z[ recovery-image] Jun 22 19:48:13.403 INFO O| Jun 22 19:48:13.403 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-06-22T19:48:14.322Z[ recovery-image] Jun 22 19:48:13.409 INFO O| Jun 22 19:48:13.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53532026-06-22T19:48:14.322Z[ recovery-image] Jun 22 19:48:13.409 INFO O| Jun 22 19:48:13.409 INFO STEP 184 (remove_files) COMPLETE
53542026-06-22T19:48:14.326Z[ recovery-image] Jun 22 19:48:13.409 INFO O| Jun 22 19:48:13.409 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-06-22T19:48:14.330Z[ recovery-image] Jun 22 19:48:13.414 INFO O| Jun 22 19:48:13.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53562026-06-22T19:48:14.330Z[ recovery-image] Jun 22 19:48:13.414 INFO O| Jun 22 19:48:13.414 INFO STEP 185 (remove_files) COMPLETE
53572026-06-22T19:48:14.330Z[ recovery-image] Jun 22 19:48:13.414 INFO O| Jun 22 19:48:13.414 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-06-22T19:48:14.333Z[ recovery-image] Jun 22 19:48:13.419 INFO O| Jun 22 19:48:13.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53592026-06-22T19:48:14.333Z[ recovery-image] Jun 22 19:48:13.419 INFO O| Jun 22 19:48:13.419 INFO STEP 186 (remove_files) COMPLETE
53602026-06-22T19:48:14.333Z[ recovery-image] Jun 22 19:48:13.419 INFO O| Jun 22 19:48:13.419 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-06-22T19:48:14.338Z[ recovery-image] Jun 22 19:48:13.426 INFO O| Jun 22 19:48:13.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53622026-06-22T19:48:14.338Z[ recovery-image] Jun 22 19:48:13.426 INFO O| Jun 22 19:48:13.426 INFO STEP 187 (remove_files) COMPLETE
53632026-06-22T19:48:14.341Z[ recovery-image] Jun 22 19:48:13.426 INFO O| Jun 22 19:48:13.426 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-06-22T19:48:14.345Z[ recovery-image] Jun 22 19:48:13.431 INFO O| Jun 22 19:48:13.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53652026-06-22T19:48:14.345Z[ recovery-image] Jun 22 19:48:13.431 INFO O| Jun 22 19:48:13.431 INFO STEP 188 (remove_files) COMPLETE
53662026-06-22T19:48:14.345Z[ recovery-image] Jun 22 19:48:13.431 INFO O| Jun 22 19:48:13.431 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-06-22T19:48:14.349Z[ recovery-image] Jun 22 19:48:13.437 INFO O| Jun 22 19:48:13.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53682026-06-22T19:48:14.349Z[ recovery-image] Jun 22 19:48:13.437 INFO O| Jun 22 19:48:13.437 INFO STEP 189 (remove_files) COMPLETE
53692026-06-22T19:48:14.353Z[ recovery-image] Jun 22 19:48:13.437 INFO O| Jun 22 19:48:13.437 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-06-22T19:48:14.356Z[ recovery-image] Jun 22 19:48:13.442 INFO O| Jun 22 19:48:13.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53712026-06-22T19:48:14.356Z[ recovery-image] Jun 22 19:48:13.442 INFO O| Jun 22 19:48:13.442 INFO STEP 190 (remove_files) COMPLETE
53722026-06-22T19:48:14.356Z[ recovery-image] Jun 22 19:48:13.442 INFO O| Jun 22 19:48:13.442 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-06-22T19:48:14.360Z[ recovery-image] Jun 22 19:48:13.447 INFO O| Jun 22 19:48:13.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53742026-06-22T19:48:14.360Z[ recovery-image] Jun 22 19:48:13.447 INFO O| Jun 22 19:48:13.447 INFO STEP 191 (remove_files) COMPLETE
53752026-06-22T19:48:14.360Z[ recovery-image] Jun 22 19:48:13.447 INFO O| Jun 22 19:48:13.447 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-06-22T19:48:14.365Z[ recovery-image] Jun 22 19:48:13.453 INFO O| Jun 22 19:48:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53772026-06-22T19:48:14.365Z[ recovery-image] Jun 22 19:48:13.453 INFO O| Jun 22 19:48:13.453 INFO STEP 192 (remove_files) COMPLETE
53782026-06-22T19:48:14.368Z[ recovery-image] Jun 22 19:48:13.453 INFO O| Jun 22 19:48:13.453 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-06-22T19:48:14.378Z[ recovery-image] Jun 22 19:48:13.458 INFO O| Jun 22 19:48:13.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53802026-06-22T19:48:14.378Z[ recovery-image] Jun 22 19:48:13.458 INFO O| Jun 22 19:48:13.458 INFO STEP 193 (remove_files) COMPLETE
53812026-06-22T19:48:14.378Z[ recovery-image] Jun 22 19:48:13.458 INFO O| Jun 22 19:48:13.458 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-06-22T19:48:14.384Z[ recovery-image] Jun 22 19:48:13.463 INFO O| Jun 22 19:48:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53832026-06-22T19:48:14.384Z[ recovery-image] Jun 22 19:48:13.463 INFO O| Jun 22 19:48:13.463 INFO STEP 194 (remove_files) COMPLETE
53842026-06-22T19:48:14.384Z[ recovery-image] Jun 22 19:48:13.463 INFO O| Jun 22 19:48:13.463 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-06-22T19:48:14.391Z[ recovery-image] Jun 22 19:48:13.470 INFO O| Jun 22 19:48:13.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53862026-06-22T19:48:14.391Z[ recovery-image] Jun 22 19:48:13.470 INFO O| Jun 22 19:48:13.470 INFO STEP 195 (remove_files) COMPLETE
53872026-06-22T19:48:14.391Z[ recovery-image] Jun 22 19:48:13.470 INFO O| Jun 22 19:48:13.470 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-06-22T19:48:14.391Z[ recovery-image] Jun 22 19:48:13.476 INFO O| Jun 22 19:48:13.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53892026-06-22T19:48:14.391Z[ recovery-image] Jun 22 19:48:13.476 INFO O| Jun 22 19:48:13.476 INFO STEP 196 (remove_files) COMPLETE
53902026-06-22T19:48:14.395Z[ recovery-image] Jun 22 19:48:13.476 INFO O| Jun 22 19:48:13.476 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-06-22T19:48:14.395Z[ recovery-image] Jun 22 19:48:13.481 INFO O| Jun 22 19:48:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53922026-06-22T19:48:14.395Z[ recovery-image] Jun 22 19:48:13.481 INFO O| Jun 22 19:48:13.481 INFO STEP 197 (remove_files) COMPLETE
53932026-06-22T19:48:14.395Z[ recovery-image] Jun 22 19:48:13.481 INFO O| Jun 22 19:48:13.481 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-06-22T19:48:14.399Z[ recovery-image] Jun 22 19:48:13.486 INFO O| Jun 22 19:48:13.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53952026-06-22T19:48:14.399Z[ recovery-image] Jun 22 19:48:13.486 INFO O| Jun 22 19:48:13.486 INFO STEP 198 (remove_files) COMPLETE
53962026-06-22T19:48:14.399Z[ recovery-image] Jun 22 19:48:13.486 INFO O| Jun 22 19:48:13.486 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-06-22T19:48:14.403Z[ recovery-image] Jun 22 19:48:13.491 INFO O| Jun 22 19:48:13.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53982026-06-22T19:48:14.403Z[ recovery-image] Jun 22 19:48:13.491 INFO O| Jun 22 19:48:13.491 INFO STEP 199 (remove_files) COMPLETE
53992026-06-22T19:48:14.403Z[ recovery-image] Jun 22 19:48:13.491 INFO O| Jun 22 19:48:13.491 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-06-22T19:48:14.409Z[ recovery-image] Jun 22 19:48:13.496 INFO O| Jun 22 19:48:13.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54012026-06-22T19:48:14.409Z[ recovery-image] Jun 22 19:48:13.496 INFO O| Jun 22 19:48:13.496 INFO STEP 200 (remove_files) COMPLETE
54022026-06-22T19:48:14.409Z[ recovery-image] Jun 22 19:48:13.496 INFO O| Jun 22 19:48:13.496 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-06-22T19:48:14.413Z[ recovery-image] Jun 22 19:48:13.501 INFO O| Jun 22 19:48:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54042026-06-22T19:48:14.413Z[ recovery-image] Jun 22 19:48:13.501 INFO O| Jun 22 19:48:13.501 INFO STEP 201 (remove_files) COMPLETE
54052026-06-22T19:48:14.413Z[ recovery-image] Jun 22 19:48:13.501 INFO O| Jun 22 19:48:13.501 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-06-22T19:48:14.418Z[ recovery-image] Jun 22 19:48:13.506 INFO O| Jun 22 19:48:13.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54072026-06-22T19:48:14.418Z[ recovery-image] Jun 22 19:48:13.506 INFO O| Jun 22 19:48:13.506 INFO STEP 202 (remove_files) COMPLETE
54082026-06-22T19:48:14.422Z[ recovery-image] Jun 22 19:48:13.506 INFO O| Jun 22 19:48:13.506 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-06-22T19:48:14.428Z[ recovery-image] Jun 22 19:48:13.513 INFO O| Jun 22 19:48:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54102026-06-22T19:48:14.428Z[ recovery-image] Jun 22 19:48:13.513 INFO O| Jun 22 19:48:13.513 INFO STEP 203 (remove_files) COMPLETE
54112026-06-22T19:48:14.428Z[ recovery-image] Jun 22 19:48:13.513 INFO O| Jun 22 19:48:13.513 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-06-22T19:48:14.433Z[ recovery-image] Jun 22 19:48:13.518 INFO O| Jun 22 19:48:13.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54132026-06-22T19:48:14.433Z[ recovery-image] Jun 22 19:48:13.518 INFO O| Jun 22 19:48:13.518 INFO STEP 204 (remove_files) COMPLETE
54142026-06-22T19:48:14.433Z[ recovery-image] Jun 22 19:48:13.518 INFO O| Jun 22 19:48:13.518 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-06-22T19:48:14.436Z[ recovery-image] Jun 22 19:48:13.523 INFO O| Jun 22 19:48:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54162026-06-22T19:48:14.436Z[ recovery-image] Jun 22 19:48:13.523 INFO O| Jun 22 19:48:13.523 INFO STEP 205 (remove_files) COMPLETE
54172026-06-22T19:48:14.436Z[ recovery-image] Jun 22 19:48:13.523 INFO O| Jun 22 19:48:13.523 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-06-22T19:48:14.440Z[ recovery-image] Jun 22 19:48:13.528 INFO O| Jun 22 19:48:13.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54192026-06-22T19:48:14.440Z[ recovery-image] Jun 22 19:48:13.528 INFO O| Jun 22 19:48:13.528 INFO STEP 206 (remove_files) COMPLETE
54202026-06-22T19:48:14.445Z[ recovery-image] Jun 22 19:48:13.528 INFO O| Jun 22 19:48:13.528 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-06-22T19:48:14.448Z[ recovery-image] Jun 22 19:48:13.534 INFO O| Jun 22 19:48:13.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54222026-06-22T19:48:14.448Z[ recovery-image] Jun 22 19:48:13.534 INFO O| Jun 22 19:48:13.534 INFO STEP 207 (remove_files) COMPLETE
54232026-06-22T19:48:14.449Z[ recovery-image] Jun 22 19:48:13.534 INFO O| Jun 22 19:48:13.534 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-06-22T19:48:14.452Z[ recovery-image] Jun 22 19:48:13.539 INFO O| Jun 22 19:48:13.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54252026-06-22T19:48:14.452Z[ recovery-image] Jun 22 19:48:13.539 INFO O| Jun 22 19:48:13.539 INFO STEP 208 (remove_files) COMPLETE
54262026-06-22T19:48:14.453Z[ recovery-image] Jun 22 19:48:13.539 INFO O| Jun 22 19:48:13.539 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-06-22T19:48:14.457Z[ recovery-image] Jun 22 19:48:13.544 INFO O| Jun 22 19:48:13.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54282026-06-22T19:48:14.457Z[ recovery-image] Jun 22 19:48:13.544 INFO O| Jun 22 19:48:13.544 INFO STEP 209 (remove_files) COMPLETE
54292026-06-22T19:48:14.460Z[ recovery-image] Jun 22 19:48:13.544 INFO O| Jun 22 19:48:13.544 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-06-22T19:48:14.467Z[ recovery-image] Jun 22 19:48:13.549 INFO O| Jun 22 19:48:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54312026-06-22T19:48:14.467Z[ recovery-image] Jun 22 19:48:13.549 INFO O| Jun 22 19:48:13.549 INFO STEP 210 (remove_files) COMPLETE
54322026-06-22T19:48:14.467Z[ recovery-image] Jun 22 19:48:13.549 INFO O| Jun 22 19:48:13.549 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-06-22T19:48:14.470Z[ recovery-image] Jun 22 19:48:13.556 INFO O| Jun 22 19:48:13.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54342026-06-22T19:48:14.470Z[ recovery-image] Jun 22 19:48:13.556 INFO O| Jun 22 19:48:13.556 INFO STEP 211 (remove_files) COMPLETE
54352026-06-22T19:48:14.470Z[ recovery-image] Jun 22 19:48:13.556 INFO O| Jun 22 19:48:13.556 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-06-22T19:48:14.474Z[ recovery-image] Jun 22 19:48:13.561 INFO O| Jun 22 19:48:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54372026-06-22T19:48:14.474Z[ recovery-image] Jun 22 19:48:13.561 INFO O| Jun 22 19:48:13.561 INFO STEP 212 (remove_files) COMPLETE
54382026-06-22T19:48:14.474Z[ recovery-image] Jun 22 19:48:13.561 INFO O| Jun 22 19:48:13.561 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-06-22T19:48:14.480Z[ recovery-image] Jun 22 19:48:13.568 INFO O| Jun 22 19:48:13.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54402026-06-22T19:48:14.480Z[ recovery-image] Jun 22 19:48:13.568 INFO O| Jun 22 19:48:13.568 INFO STEP 213 (remove_files) COMPLETE
54412026-06-22T19:48:14.480Z[ recovery-image] Jun 22 19:48:13.568 INFO O| Jun 22 19:48:13.568 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-06-22T19:48:14.486Z[ recovery-image] Jun 22 19:48:13.574 INFO O| Jun 22 19:48:13.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54432026-06-22T19:48:14.486Z[ recovery-image] Jun 22 19:48:13.574 INFO O| Jun 22 19:48:13.574 INFO STEP 214 (remove_files) COMPLETE
54442026-06-22T19:48:14.490Z[ recovery-image] Jun 22 19:48:13.574 INFO O| Jun 22 19:48:13.574 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-06-22T19:48:14.494Z[ recovery-image] Jun 22 19:48:13.580 INFO O| Jun 22 19:48:13.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54462026-06-22T19:48:14.494Z[ recovery-image] Jun 22 19:48:13.580 INFO O| Jun 22 19:48:13.580 INFO STEP 215 (remove_files) COMPLETE
54472026-06-22T19:48:14.494Z[ recovery-image] Jun 22 19:48:13.580 INFO O| Jun 22 19:48:13.580 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-06-22T19:48:14.498Z[ recovery-image] Jun 22 19:48:13.585 INFO O| Jun 22 19:48:13.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54492026-06-22T19:48:14.498Z[ recovery-image] Jun 22 19:48:13.585 INFO O| Jun 22 19:48:13.585 INFO STEP 216 (remove_files) COMPLETE
54502026-06-22T19:48:14.498Z[ recovery-image] Jun 22 19:48:13.585 INFO O| Jun 22 19:48:13.585 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-06-22T19:48:14.502Z[ recovery-image] Jun 22 19:48:13.590 INFO O| Jun 22 19:48:13.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54522026-06-22T19:48:14.502Z[ recovery-image] Jun 22 19:48:13.590 INFO O| Jun 22 19:48:13.590 INFO STEP 217 (remove_files) COMPLETE
54532026-06-22T19:48:14.506Z[ recovery-image] Jun 22 19:48:13.590 INFO O| Jun 22 19:48:13.590 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-06-22T19:48:14.509Z[ recovery-image] Jun 22 19:48:13.596 INFO O| Jun 22 19:48:13.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54552026-06-22T19:48:14.509Z[ recovery-image] Jun 22 19:48:13.596 INFO O| Jun 22 19:48:13.596 INFO STEP 218 (remove_files) COMPLETE
54562026-06-22T19:48:14.509Z[ recovery-image] Jun 22 19:48:13.596 INFO O| Jun 22 19:48:13.596 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-06-22T19:48:14.514Z[ recovery-image] Jun 22 19:48:13.601 INFO O| Jun 22 19:48:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54582026-06-22T19:48:14.514Z[ recovery-image] Jun 22 19:48:13.602 INFO O| Jun 22 19:48:13.602 INFO STEP 219 (remove_files) COMPLETE
54592026-06-22T19:48:14.514Z[ recovery-image] Jun 22 19:48:13.602 INFO O| Jun 22 19:48:13.602 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-06-22T19:48:14.519Z[ recovery-image] Jun 22 19:48:13.607 INFO O| Jun 22 19:48:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54612026-06-22T19:48:14.519Z[ recovery-image] Jun 22 19:48:13.607 INFO O| Jun 22 19:48:13.607 INFO STEP 220 (remove_files) COMPLETE
54622026-06-22T19:48:14.522Z[ recovery-image] Jun 22 19:48:13.607 INFO O| Jun 22 19:48:13.607 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-06-22T19:48:14.528Z[ recovery-image] Jun 22 19:48:13.612 INFO O| Jun 22 19:48:13.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54642026-06-22T19:48:14.528Z[ recovery-image] Jun 22 19:48:13.612 INFO O| Jun 22 19:48:13.612 INFO STEP 221 (remove_files) COMPLETE
54652026-06-22T19:48:14.528Z[ recovery-image] Jun 22 19:48:13.612 INFO O| Jun 22 19:48:13.612 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-06-22T19:48:14.533Z[ recovery-image] Jun 22 19:48:13.619 INFO O| Jun 22 19:48:13.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54672026-06-22T19:48:14.533Z[ recovery-image] Jun 22 19:48:13.619 INFO O| Jun 22 19:48:13.619 INFO STEP 222 (remove_files) COMPLETE
54682026-06-22T19:48:14.534Z[ recovery-image] Jun 22 19:48:13.619 INFO O| Jun 22 19:48:13.619 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-06-22T19:48:14.537Z[ recovery-image] Jun 22 19:48:13.625 INFO O| Jun 22 19:48:13.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54702026-06-22T19:48:14.537Z[ recovery-image] Jun 22 19:48:13.625 INFO O| Jun 22 19:48:13.625 INFO STEP 223 (remove_files) COMPLETE
54712026-06-22T19:48:14.537Z[ recovery-image] Jun 22 19:48:13.625 INFO O| Jun 22 19:48:13.625 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-06-22T19:48:14.542Z[ recovery-image] Jun 22 19:48:13.630 INFO O| Jun 22 19:48:13.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54732026-06-22T19:48:14.542Z[ recovery-image] Jun 22 19:48:13.630 INFO O| Jun 22 19:48:13.630 INFO STEP 224 (remove_files) COMPLETE
54742026-06-22T19:48:14.546Z[ recovery-image] Jun 22 19:48:13.630 INFO O| Jun 22 19:48:13.630 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-06-22T19:48:14.549Z[ recovery-image] Jun 22 19:48:13.636 INFO O| Jun 22 19:48:13.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54762026-06-22T19:48:14.549Z[ recovery-image] Jun 22 19:48:13.636 INFO O| Jun 22 19:48:13.636 INFO STEP 225 (remove_files) COMPLETE
54772026-06-22T19:48:14.549Z[ recovery-image] Jun 22 19:48:13.636 INFO O| Jun 22 19:48:13.636 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-06-22T19:48:14.554Z[ recovery-image] Jun 22 19:48:13.642 INFO O| Jun 22 19:48:13.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54792026-06-22T19:48:14.554Z[ recovery-image] Jun 22 19:48:13.642 INFO O| Jun 22 19:48:13.642 INFO STEP 226 (remove_files) COMPLETE
54802026-06-22T19:48:14.554Z[ recovery-image] Jun 22 19:48:13.642 INFO O| Jun 22 19:48:13.642 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-06-22T19:48:14.560Z[ recovery-image] Jun 22 19:48:13.648 INFO O| Jun 22 19:48:13.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54822026-06-22T19:48:14.560Z[ recovery-image] Jun 22 19:48:13.648 INFO O| Jun 22 19:48:13.648 INFO STEP 227 (remove_files) COMPLETE
54832026-06-22T19:48:14.560Z[ recovery-image] Jun 22 19:48:13.648 INFO O| Jun 22 19:48:13.648 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-06-22T19:48:14.567Z[ recovery-image] Jun 22 19:48:13.654 INFO O| Jun 22 19:48:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54852026-06-22T19:48:14.567Z[ recovery-image] Jun 22 19:48:13.654 INFO O| Jun 22 19:48:13.654 INFO STEP 228 (remove_files) COMPLETE
54862026-06-22T19:48:14.567Z[ recovery-image] Jun 22 19:48:13.654 INFO O| Jun 22 19:48:13.654 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-06-22T19:48:14.573Z[ recovery-image] Jun 22 19:48:13.661 INFO O| Jun 22 19:48:13.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54882026-06-22T19:48:14.573Z[ recovery-image] Jun 22 19:48:13.661 INFO O| Jun 22 19:48:13.661 INFO STEP 229 (remove_files) COMPLETE
54892026-06-22T19:48:14.577Z[ recovery-image] Jun 22 19:48:13.661 INFO O| Jun 22 19:48:13.661 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-06-22T19:48:14.580Z[ recovery-image] Jun 22 19:48:13.667 INFO O| Jun 22 19:48:13.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54912026-06-22T19:48:14.580Z[ recovery-image] Jun 22 19:48:13.667 INFO O| Jun 22 19:48:13.667 INFO STEP 230 (remove_files) COMPLETE
54922026-06-22T19:48:14.580Z[ recovery-image] Jun 22 19:48:13.667 INFO O| Jun 22 19:48:13.667 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-06-22T19:48:14.585Z[ recovery-image] Jun 22 19:48:13.672 INFO O| Jun 22 19:48:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54942026-06-22T19:48:14.585Z[ recovery-image] Jun 22 19:48:13.672 INFO O| Jun 22 19:48:13.672 INFO STEP 231 (remove_files) COMPLETE
54952026-06-22T19:48:14.585Z[ recovery-image] Jun 22 19:48:13.672 INFO O| Jun 22 19:48:13.672 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-06-22T19:48:14.590Z[ recovery-image] Jun 22 19:48:13.677 INFO O| Jun 22 19:48:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54972026-06-22T19:48:14.590Z[ recovery-image] Jun 22 19:48:13.678 INFO O| Jun 22 19:48:13.678 INFO STEP 232 (remove_files) COMPLETE
54982026-06-22T19:48:14.590Z[ recovery-image] Jun 22 19:48:13.678 INFO O| Jun 22 19:48:13.678 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-06-22T19:48:14.597Z[ recovery-image] Jun 22 19:48:13.684 INFO O| Jun 22 19:48:13.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55002026-06-22T19:48:14.598Z[ recovery-image] Jun 22 19:48:13.684 INFO O| Jun 22 19:48:13.684 INFO STEP 233 (remove_files) COMPLETE
55012026-06-22T19:48:14.604Z[ recovery-image] Jun 22 19:48:13.684 INFO O| Jun 22 19:48:13.684 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-06-22T19:48:14.608Z[ recovery-image] Jun 22 19:48:13.690 INFO O| Jun 22 19:48:13.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55032026-06-22T19:48:14.608Z[ recovery-image] Jun 22 19:48:13.690 INFO O| Jun 22 19:48:13.690 INFO STEP 234 (remove_files) COMPLETE
55042026-06-22T19:48:14.608Z[ recovery-image] Jun 22 19:48:13.690 INFO O| Jun 22 19:48:13.690 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-06-22T19:48:14.611Z[ recovery-image] Jun 22 19:48:13.697 INFO O| Jun 22 19:48:13.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55062026-06-22T19:48:14.611Z[ recovery-image] Jun 22 19:48:13.697 INFO O| Jun 22 19:48:13.697 INFO STEP 235 (remove_files) COMPLETE
55072026-06-22T19:48:14.611Z[ recovery-image] Jun 22 19:48:13.697 INFO O| Jun 22 19:48:13.697 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-06-22T19:48:14.616Z[ recovery-image] Jun 22 19:48:13.703 INFO O| Jun 22 19:48:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55092026-06-22T19:48:14.619Z[ recovery-image] Jun 22 19:48:13.704 INFO O| Jun 22 19:48:13.704 INFO STEP 236 (remove_files) COMPLETE
55102026-06-22T19:48:14.619Z[ recovery-image] Jun 22 19:48:13.704 INFO O| Jun 22 19:48:13.704 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-06-22T19:48:14.623Z[ recovery-image] Jun 22 19:48:13.710 INFO O| Jun 22 19:48:13.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55122026-06-22T19:48:14.623Z[ recovery-image] Jun 22 19:48:13.710 INFO O| Jun 22 19:48:13.710 INFO STEP 237 (remove_files) COMPLETE
55132026-06-22T19:48:14.623Z[ recovery-image] Jun 22 19:48:13.710 INFO O| Jun 22 19:48:13.710 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-06-22T19:48:14.629Z[ recovery-image] Jun 22 19:48:13.717 INFO O| Jun 22 19:48:13.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55152026-06-22T19:48:14.629Z[ recovery-image] Jun 22 19:48:13.717 INFO O| Jun 22 19:48:13.717 INFO STEP 238 (remove_files) COMPLETE
55162026-06-22T19:48:14.633Z[ recovery-image] Jun 22 19:48:13.717 INFO O| Jun 22 19:48:13.717 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-06-22T19:48:14.637Z[ recovery-image] Jun 22 19:48:13.723 INFO O| Jun 22 19:48:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55182026-06-22T19:48:14.637Z[ recovery-image] Jun 22 19:48:13.723 INFO O| Jun 22 19:48:13.723 INFO STEP 239 (remove_files) COMPLETE
55192026-06-22T19:48:14.637Z[ recovery-image] Jun 22 19:48:13.723 INFO O| Jun 22 19:48:13.723 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-06-22T19:48:14.641Z[ recovery-image] Jun 22 19:48:13.728 INFO O| Jun 22 19:48:13.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55212026-06-22T19:48:14.641Z[ recovery-image] Jun 22 19:48:13.728 INFO O| Jun 22 19:48:13.728 INFO STEP 240 (remove_files) COMPLETE
55222026-06-22T19:48:14.641Z[ recovery-image] Jun 22 19:48:13.728 INFO O| Jun 22 19:48:13.728 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-06-22T19:48:14.646Z[ recovery-image] Jun 22 19:48:13.733 INFO O| Jun 22 19:48:13.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55242026-06-22T19:48:14.646Z[ recovery-image] Jun 22 19:48:13.733 INFO O| Jun 22 19:48:13.733 INFO STEP 241 (remove_files) COMPLETE
55252026-06-22T19:48:14.650Z[ recovery-image] Jun 22 19:48:13.733 INFO O| Jun 22 19:48:13.733 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-06-22T19:48:14.654Z[ recovery-image] Jun 22 19:48:13.738 INFO O| Jun 22 19:48:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55272026-06-22T19:48:14.654Z[ recovery-image] Jun 22 19:48:13.738 INFO O| Jun 22 19:48:13.738 INFO STEP 242 (remove_files) COMPLETE
55282026-06-22T19:48:14.654Z[ recovery-image] Jun 22 19:48:13.738 INFO O| Jun 22 19:48:13.738 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-06-22T19:48:14.658Z[ recovery-image] Jun 22 19:48:13.743 INFO O| Jun 22 19:48:13.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55302026-06-22T19:48:14.658Z[ recovery-image] Jun 22 19:48:13.743 INFO O| Jun 22 19:48:13.743 INFO STEP 243 (remove_files) COMPLETE
55312026-06-22T19:48:14.658Z[ recovery-image] Jun 22 19:48:13.743 INFO O| Jun 22 19:48:13.743 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-06-22T19:48:14.662Z[ recovery-image] Jun 22 19:48:13.748 INFO O| Jun 22 19:48:13.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55332026-06-22T19:48:14.662Z[ recovery-image] Jun 22 19:48:13.748 INFO O| Jun 22 19:48:13.748 INFO STEP 244 (remove_files) COMPLETE
55342026-06-22T19:48:14.662Z[ recovery-image] Jun 22 19:48:13.748 INFO O| Jun 22 19:48:13.748 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-06-22T19:48:14.666Z[ recovery-image] Jun 22 19:48:13.753 INFO O| Jun 22 19:48:13.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55362026-06-22T19:48:14.666Z[ recovery-image] Jun 22 19:48:13.753 INFO O| Jun 22 19:48:13.753 INFO STEP 245 (remove_files) COMPLETE
55372026-06-22T19:48:14.669Z[ recovery-image] Jun 22 19:48:13.753 INFO O| Jun 22 19:48:13.753 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-06-22T19:48:14.673Z[ recovery-image] Jun 22 19:48:13.759 INFO O| Jun 22 19:48:13.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55392026-06-22T19:48:14.673Z[ recovery-image] Jun 22 19:48:13.759 INFO O| Jun 22 19:48:13.759 INFO STEP 246 (remove_files) COMPLETE
55402026-06-22T19:48:14.673Z[ recovery-image] Jun 22 19:48:13.759 INFO O| Jun 22 19:48:13.759 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-06-22T19:48:14.677Z[ recovery-image] Jun 22 19:48:13.764 INFO O| Jun 22 19:48:13.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55422026-06-22T19:48:14.677Z[ recovery-image] Jun 22 19:48:13.764 INFO O| Jun 22 19:48:13.764 INFO STEP 247 (remove_files) COMPLETE
55432026-06-22T19:48:14.677Z[ recovery-image] Jun 22 19:48:13.764 INFO O| Jun 22 19:48:13.764 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-06-22T19:48:14.682Z[ recovery-image] Jun 22 19:48:13.769 INFO O| Jun 22 19:48:13.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55452026-06-22T19:48:14.686Z[ recovery-image] Jun 22 19:48:13.769 INFO O| Jun 22 19:48:13.769 INFO STEP 248 (remove_files) COMPLETE
55462026-06-22T19:48:14.686Z[ recovery-image] Jun 22 19:48:13.769 INFO O| Jun 22 19:48:13.769 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-06-22T19:48:14.690Z[ recovery-image] Jun 22 19:48:13.776 INFO O| Jun 22 19:48:13.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55482026-06-22T19:48:14.690Z[ recovery-image] Jun 22 19:48:13.776 INFO O| Jun 22 19:48:13.776 INFO STEP 249 (remove_files) COMPLETE
55492026-06-22T19:48:14.690Z[ recovery-image] Jun 22 19:48:13.776 INFO O| Jun 22 19:48:13.776 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-06-22T19:48:14.695Z[ recovery-image] Jun 22 19:48:13.782 INFO O| Jun 22 19:48:13.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55512026-06-22T19:48:14.695Z[ recovery-image] Jun 22 19:48:13.782 INFO O| Jun 22 19:48:13.782 INFO STEP 250 (remove_files) COMPLETE
55522026-06-22T19:48:14.695Z[ recovery-image] Jun 22 19:48:13.782 INFO O| Jun 22 19:48:13.782 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-06-22T19:48:14.701Z[ host-image] Jun 22 19:48:13.787 INFO O| Jun 22 19:48:13.787 INFO O| Download: Completed 222.16 MB in 481.59 seconds (471k/s)
55542026-06-22T19:48:14.705Z[ recovery-image] Jun 22 19:48:13.788 INFO O| Jun 22 19:48:13.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55552026-06-22T19:48:14.705Z[ recovery-image] Jun 22 19:48:13.788 INFO O| Jun 22 19:48:13.788 INFO STEP 251 (remove_files) COMPLETE
55562026-06-22T19:48:14.705Z[ recovery-image] Jun 22 19:48:13.788 INFO O| Jun 22 19:48:13.788 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-06-22T19:48:14.708Z[ recovery-image] Jun 22 19:48:13.793 INFO O| Jun 22 19:48:13.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55582026-06-22T19:48:14.708Z[ recovery-image] Jun 22 19:48:13.793 INFO O| Jun 22 19:48:13.793 INFO STEP 252 (remove_files) COMPLETE
55592026-06-22T19:48:14.708Z[ recovery-image] Jun 22 19:48:13.793 INFO O| Jun 22 19:48:13.793 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-06-22T19:48:14.712Z[ recovery-image] Jun 22 19:48:13.800 INFO O| Jun 22 19:48:13.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55612026-06-22T19:48:14.712Z[ recovery-image] Jun 22 19:48:13.800 INFO O| Jun 22 19:48:13.800 INFO STEP 253 (remove_files) COMPLETE
55622026-06-22T19:48:14.712Z[ recovery-image] Jun 22 19:48:13.800 INFO O| Jun 22 19:48:13.800 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-06-22T19:48:14.718Z[ recovery-image] Jun 22 19:48:13.806 INFO O| Jun 22 19:48:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55642026-06-22T19:48:14.718Z[ recovery-image] Jun 22 19:48:13.806 INFO O| Jun 22 19:48:13.806 INFO STEP 254 (remove_files) COMPLETE
55652026-06-22T19:48:14.722Z[ recovery-image] Jun 22 19:48:13.806 INFO O| Jun 22 19:48:13.806 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-06-22T19:48:14.725Z[ recovery-image] Jun 22 19:48:13.812 INFO O| Jun 22 19:48:13.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55672026-06-22T19:48:14.725Z[ recovery-image] Jun 22 19:48:13.812 INFO O| Jun 22 19:48:13.812 INFO STEP 255 (remove_files) COMPLETE
55682026-06-22T19:48:14.725Z[ recovery-image] Jun 22 19:48:13.812 INFO O| Jun 22 19:48:13.812 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-06-22T19:48:14.730Z[ recovery-image] Jun 22 19:48:13.817 INFO O| Jun 22 19:48:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55702026-06-22T19:48:14.730Z[ recovery-image] Jun 22 19:48:13.817 INFO O| Jun 22 19:48:13.817 INFO STEP 256 (remove_files) COMPLETE
55712026-06-22T19:48:14.730Z[ recovery-image] Jun 22 19:48:13.818 INFO O| Jun 22 19:48:13.817 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-06-22T19:48:14.736Z[ recovery-image] Jun 22 19:48:13.824 INFO O| Jun 22 19:48:13.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55732026-06-22T19:48:14.736Z[ recovery-image] Jun 22 19:48:13.824 INFO O| Jun 22 19:48:13.824 INFO STEP 257 (remove_files) COMPLETE
55742026-06-22T19:48:14.736Z[ recovery-image] Jun 22 19:48:13.824 INFO O| Jun 22 19:48:13.824 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-06-22T19:48:14.741Z[ recovery-image] Jun 22 19:48:13.829 INFO O| Jun 22 19:48:13.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55762026-06-22T19:48:14.741Z[ recovery-image] Jun 22 19:48:13.829 INFO O| Jun 22 19:48:13.829 INFO STEP 258 (remove_files) COMPLETE
55772026-06-22T19:48:14.742Z[ recovery-image] Jun 22 19:48:13.829 INFO O| Jun 22 19:48:13.829 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-06-22T19:48:14.748Z[ recovery-image] Jun 22 19:48:13.835 INFO O| Jun 22 19:48:13.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55792026-06-22T19:48:14.748Z[ recovery-image] Jun 22 19:48:13.835 INFO O| Jun 22 19:48:13.835 INFO STEP 259 (remove_files) COMPLETE
55802026-06-22T19:48:14.751Z[ recovery-image] Jun 22 19:48:13.835 INFO O| Jun 22 19:48:13.835 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-06-22T19:48:14.755Z[ recovery-image] Jun 22 19:48:13.841 INFO O| Jun 22 19:48:13.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55822026-06-22T19:48:14.755Z[ recovery-image] Jun 22 19:48:13.842 INFO O| Jun 22 19:48:13.842 INFO STEP 260 (remove_files) COMPLETE
55832026-06-22T19:48:14.755Z[ recovery-image] Jun 22 19:48:13.842 INFO O| Jun 22 19:48:13.842 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-06-22T19:48:14.760Z[ recovery-image] Jun 22 19:48:13.847 INFO O| Jun 22 19:48:13.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55852026-06-22T19:48:14.760Z[ recovery-image] Jun 22 19:48:13.847 INFO O| Jun 22 19:48:13.847 INFO STEP 261 (remove_files) COMPLETE
55862026-06-22T19:48:14.763Z[ recovery-image] Jun 22 19:48:13.847 INFO O| Jun 22 19:48:13.847 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-06-22T19:48:14.767Z[ recovery-image] Jun 22 19:48:13.853 INFO O| Jun 22 19:48:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55882026-06-22T19:48:14.767Z[ recovery-image] Jun 22 19:48:13.853 INFO O| Jun 22 19:48:13.853 INFO STEP 262 (remove_files) COMPLETE
55892026-06-22T19:48:14.767Z[ recovery-image] Jun 22 19:48:13.853 INFO O| Jun 22 19:48:13.853 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-06-22T19:48:14.773Z[ recovery-image] Jun 22 19:48:13.858 INFO O| Jun 22 19:48:13.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55912026-06-22T19:48:14.773Z[ recovery-image] Jun 22 19:48:13.858 INFO O| Jun 22 19:48:13.858 INFO STEP 263 (remove_files) COMPLETE
55922026-06-22T19:48:14.778Z[ recovery-image] Jun 22 19:48:13.858 INFO O| Jun 22 19:48:13.858 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-06-22T19:48:14.781Z[ recovery-image] Jun 22 19:48:13.864 INFO O| Jun 22 19:48:13.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55942026-06-22T19:48:14.781Z[ recovery-image] Jun 22 19:48:13.864 INFO O| Jun 22 19:48:13.864 INFO STEP 264 (remove_files) COMPLETE
55952026-06-22T19:48:14.781Z[ recovery-image] Jun 22 19:48:13.864 INFO O| Jun 22 19:48:13.864 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-06-22T19:48:14.785Z[ recovery-image] Jun 22 19:48:13.870 INFO O| Jun 22 19:48:13.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55972026-06-22T19:48:14.785Z[ recovery-image] Jun 22 19:48:13.870 INFO O| Jun 22 19:48:13.870 INFO STEP 265 (remove_files) COMPLETE
55982026-06-22T19:48:14.785Z[ recovery-image] Jun 22 19:48:13.870 INFO O| Jun 22 19:48:13.870 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-06-22T19:48:14.789Z[ recovery-image] Jun 22 19:48:13.876 INFO O| Jun 22 19:48:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56002026-06-22T19:48:14.789Z[ recovery-image] Jun 22 19:48:13.876 INFO O| Jun 22 19:48:13.876 INFO STEP 266 (remove_files) COMPLETE
56012026-06-22T19:48:14.789Z[ recovery-image] Jun 22 19:48:13.876 INFO O| Jun 22 19:48:13.876 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-06-22T19:48:14.794Z[ recovery-image] Jun 22 19:48:13.882 INFO O| Jun 22 19:48:13.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56032026-06-22T19:48:14.794Z[ recovery-image] Jun 22 19:48:13.882 INFO O| Jun 22 19:48:13.882 INFO STEP 267 (remove_files) COMPLETE
56042026-06-22T19:48:14.807Z[ recovery-image] Jun 22 19:48:13.882 INFO O| Jun 22 19:48:13.882 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-06-22T19:48:14.812Z[ recovery-image] Jun 22 19:48:13.888 INFO O| Jun 22 19:48:13.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56062026-06-22T19:48:14.812Z[ recovery-image] Jun 22 19:48:13.888 INFO O| Jun 22 19:48:13.888 INFO STEP 268 (remove_files) COMPLETE
56072026-06-22T19:48:14.812Z[ recovery-image] Jun 22 19:48:13.888 INFO O| Jun 22 19:48:13.888 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-06-22T19:48:14.812Z[ recovery-image] Jun 22 19:48:13.893 INFO O| Jun 22 19:48:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56092026-06-22T19:48:14.812Z[ recovery-image] Jun 22 19:48:13.893 INFO O| Jun 22 19:48:13.893 INFO STEP 269 (remove_files) COMPLETE
56102026-06-22T19:48:14.813Z[ recovery-image] Jun 22 19:48:13.893 INFO O| Jun 22 19:48:13.893 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-06-22T19:48:14.813Z[ recovery-image] Jun 22 19:48:13.899 INFO O| Jun 22 19:48:13.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56122026-06-22T19:48:14.816Z[ recovery-image] Jun 22 19:48:13.899 INFO O| Jun 22 19:48:13.899 INFO STEP 270 (remove_files) COMPLETE
56132026-06-22T19:48:14.817Z[ recovery-image] Jun 22 19:48:13.899 INFO O| Jun 22 19:48:13.899 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-06-22T19:48:14.822Z[ recovery-image] Jun 22 19:48:13.905 INFO O| Jun 22 19:48:13.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56152026-06-22T19:48:14.822Z[ recovery-image] Jun 22 19:48:13.905 INFO O| Jun 22 19:48:13.905 INFO STEP 271 (remove_files) COMPLETE
56162026-06-22T19:48:14.822Z[ recovery-image] Jun 22 19:48:13.905 INFO O| Jun 22 19:48:13.905 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-06-22T19:48:14.826Z[ recovery-image] Jun 22 19:48:13.911 INFO O| Jun 22 19:48:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56182026-06-22T19:48:14.826Z[ recovery-image] Jun 22 19:48:13.911 INFO O| Jun 22 19:48:13.911 INFO STEP 272 (remove_files) COMPLETE
56192026-06-22T19:48:14.826Z[ recovery-image] Jun 22 19:48:13.911 INFO O| Jun 22 19:48:13.911 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-06-22T19:48:14.830Z[ recovery-image] Jun 22 19:48:13.917 INFO O| Jun 22 19:48:13.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56212026-06-22T19:48:14.830Z[ recovery-image] Jun 22 19:48:13.917 INFO O| Jun 22 19:48:13.917 INFO STEP 273 (remove_files) COMPLETE
56222026-06-22T19:48:14.830Z[ recovery-image] Jun 22 19:48:13.917 INFO O| Jun 22 19:48:13.917 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-06-22T19:48:14.836Z[ recovery-image] Jun 22 19:48:13.923 INFO O| Jun 22 19:48:13.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56242026-06-22T19:48:14.836Z[ recovery-image] Jun 22 19:48:13.923 INFO O| Jun 22 19:48:13.923 INFO STEP 274 (remove_files) COMPLETE
56252026-06-22T19:48:14.839Z[ recovery-image] Jun 22 19:48:13.923 INFO O| Jun 22 19:48:13.923 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-06-22T19:48:14.843Z[ recovery-image] Jun 22 19:48:13.929 INFO O| Jun 22 19:48:13.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56272026-06-22T19:48:14.843Z[ recovery-image] Jun 22 19:48:13.929 INFO O| Jun 22 19:48:13.929 INFO STEP 275 (remove_files) COMPLETE
56282026-06-22T19:48:14.843Z[ recovery-image] Jun 22 19:48:13.929 INFO O| Jun 22 19:48:13.929 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-06-22T19:48:14.854Z[ recovery-image] Jun 22 19:48:13.934 INFO O| Jun 22 19:48:13.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56302026-06-22T19:48:14.854Z[ recovery-image] Jun 22 19:48:13.934 INFO O| Jun 22 19:48:13.934 INFO STEP 276 (remove_files) COMPLETE
56312026-06-22T19:48:14.854Z[ recovery-image] Jun 22 19:48:13.934 INFO O| Jun 22 19:48:13.934 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-06-22T19:48:14.908Z[ recovery-image] Jun 22 19:48:13.939 INFO O| Jun 22 19:48:13.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56332026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.939 INFO O| Jun 22 19:48:13.939 INFO STEP 277 (remove_files) COMPLETE
56342026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.939 INFO O| Jun 22 19:48:13.939 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.945 INFO O| Jun 22 19:48:13.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56362026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.945 INFO O| Jun 22 19:48:13.945 INFO STEP 278 (remove_files) COMPLETE
56372026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.945 INFO O| Jun 22 19:48:13.945 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.950 INFO O| Jun 22 19:48:13.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56392026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.950 INFO O| Jun 22 19:48:13.950 INFO STEP 279 (remove_files) COMPLETE
56402026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.950 INFO O| Jun 22 19:48:13.950 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.955 INFO O| Jun 22 19:48:13.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56422026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.956 INFO O| Jun 22 19:48:13.955 INFO STEP 280 (remove_files) COMPLETE
56432026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.956 INFO O| Jun 22 19:48:13.955 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.961 INFO O| Jun 22 19:48:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56452026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.961 INFO O| Jun 22 19:48:13.961 INFO STEP 281 (remove_files) COMPLETE
56462026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.961 INFO O| Jun 22 19:48:13.961 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.966 INFO O| Jun 22 19:48:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56482026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.966 INFO O| Jun 22 19:48:13.966 INFO STEP 282 (remove_files) COMPLETE
56492026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.966 INFO O| Jun 22 19:48:13.966 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.972 INFO O| Jun 22 19:48:13.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56512026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.972 INFO O| Jun 22 19:48:13.972 INFO STEP 283 (remove_files) COMPLETE
56522026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.972 INFO O| Jun 22 19:48:13.972 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.977 INFO O| Jun 22 19:48:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56542026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.977 INFO O| Jun 22 19:48:13.977 INFO STEP 284 (remove_files) COMPLETE
56552026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.977 INFO O| Jun 22 19:48:13.977 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.982 INFO O| Jun 22 19:48:13.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56572026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.982 INFO O| Jun 22 19:48:13.982 INFO STEP 285 (remove_files) COMPLETE
56582026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.982 INFO O| Jun 22 19:48:13.982 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.988 INFO O| Jun 22 19:48:13.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56602026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.988 INFO O| Jun 22 19:48:13.988 INFO STEP 286 (remove_files) COMPLETE
56612026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.988 INFO O| Jun 22 19:48:13.988 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.993 INFO O| Jun 22 19:48:13.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56632026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.993 INFO O| Jun 22 19:48:13.993 INFO STEP 287 (remove_files) COMPLETE
56642026-06-22T19:48:14.909Z[ recovery-image] Jun 22 19:48:13.993 INFO O| Jun 22 19:48:13.993 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-06-22T19:48:14.915Z[ recovery-image] Jun 22 19:48:13.998 INFO O| Jun 22 19:48:13.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56662026-06-22T19:48:14.915Z[ recovery-image] Jun 22 19:48:13.998 INFO O| Jun 22 19:48:13.998 INFO STEP 288 (remove_files) COMPLETE
56672026-06-22T19:48:14.915Z[ recovery-image] Jun 22 19:48:13.998 INFO O| Jun 22 19:48:13.998 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-06-22T19:48:14.920Z[ recovery-image] Jun 22 19:48:14.003 INFO O| Jun 22 19:48:14.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56692026-06-22T19:48:14.920Z[ recovery-image] Jun 22 19:48:14.003 INFO O| Jun 22 19:48:14.003 INFO STEP 289 (remove_files) COMPLETE
56702026-06-22T19:48:14.920Z[ recovery-image] Jun 22 19:48:14.003 INFO O| Jun 22 19:48:14.003 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-06-22T19:48:14.933Z[ recovery-image] Jun 22 19:48:14.009 INFO O| Jun 22 19:48:14.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56722026-06-22T19:48:14.933Z[ recovery-image] Jun 22 19:48:14.009 INFO O| Jun 22 19:48:14.009 INFO STEP 290 (remove_files) COMPLETE
56732026-06-22T19:48:14.933Z[ recovery-image] Jun 22 19:48:14.009 INFO O| Jun 22 19:48:14.009 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-06-22T19:48:14.939Z[ recovery-image] Jun 22 19:48:14.014 INFO O| Jun 22 19:48:14.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56752026-06-22T19:48:14.939Z[ recovery-image] Jun 22 19:48:14.015 INFO O| Jun 22 19:48:14.015 INFO STEP 291 (remove_files) COMPLETE
56762026-06-22T19:48:14.939Z[ recovery-image] Jun 22 19:48:14.015 INFO O| Jun 22 19:48:14.015 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-06-22T19:48:14.939Z[ recovery-image] Jun 22 19:48:14.020 INFO O| Jun 22 19:48:14.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56782026-06-22T19:48:14.940Z[ recovery-image] Jun 22 19:48:14.020 INFO O| Jun 22 19:48:14.020 INFO STEP 292 (remove_files) COMPLETE
56792026-06-22T19:48:14.940Z[ recovery-image] Jun 22 19:48:14.020 INFO O| Jun 22 19:48:14.020 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-06-22T19:48:14.947Z[ recovery-image] Jun 22 19:48:14.026 INFO O| Jun 22 19:48:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56812026-06-22T19:48:14.947Z[ recovery-image] Jun 22 19:48:14.026 INFO O| Jun 22 19:48:14.026 INFO STEP 293 (remove_files) COMPLETE
56822026-06-22T19:48:14.947Z[ recovery-image] Jun 22 19:48:14.026 INFO O| Jun 22 19:48:14.026 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-06-22T19:48:14.951Z[ recovery-image] Jun 22 19:48:14.031 INFO O| Jun 22 19:48:14.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56842026-06-22T19:48:14.951Z[ recovery-image] Jun 22 19:48:14.031 INFO O| Jun 22 19:48:14.031 INFO STEP 294 (remove_files) COMPLETE
56852026-06-22T19:48:14.952Z[ recovery-image] Jun 22 19:48:14.031 INFO O| Jun 22 19:48:14.031 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-06-22T19:48:14.952Z[ recovery-image] Jun 22 19:48:14.036 INFO O| Jun 22 19:48:14.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56872026-06-22T19:48:14.952Z[ recovery-image] Jun 22 19:48:14.036 INFO O| Jun 22 19:48:14.036 INFO STEP 295 (remove_files) COMPLETE
56882026-06-22T19:48:14.952Z[ recovery-image] Jun 22 19:48:14.036 INFO O| Jun 22 19:48:14.036 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-06-22T19:48:14.957Z[ recovery-image] Jun 22 19:48:14.042 INFO O| Jun 22 19:48:14.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56902026-06-22T19:48:14.957Z[ recovery-image] Jun 22 19:48:14.042 INFO O| Jun 22 19:48:14.042 INFO STEP 296 (remove_files) COMPLETE
56912026-06-22T19:48:14.957Z[ recovery-image] Jun 22 19:48:14.042 INFO O| Jun 22 19:48:14.042 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-06-22T19:48:14.961Z[ recovery-image] Jun 22 19:48:14.047 INFO O| Jun 22 19:48:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56932026-06-22T19:48:14.961Z[ recovery-image] Jun 22 19:48:14.047 INFO O| Jun 22 19:48:14.047 INFO STEP 297 (remove_files) COMPLETE
56942026-06-22T19:48:14.961Z[ recovery-image] Jun 22 19:48:14.047 INFO O| Jun 22 19:48:14.047 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-06-22T19:48:14.965Z[ recovery-image] Jun 22 19:48:14.052 INFO O| Jun 22 19:48:14.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56962026-06-22T19:48:14.965Z[ recovery-image] Jun 22 19:48:14.052 INFO O| Jun 22 19:48:14.052 INFO STEP 298 (remove_files) COMPLETE
56972026-06-22T19:48:14.969Z[ recovery-image] Jun 22 19:48:14.052 INFO O| Jun 22 19:48:14.052 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-06-22T19:48:14.973Z[ recovery-image] Jun 22 19:48:14.057 INFO O| Jun 22 19:48:14.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56992026-06-22T19:48:14.973Z[ recovery-image] Jun 22 19:48:14.057 INFO O| Jun 22 19:48:14.057 INFO STEP 299 (remove_files) COMPLETE
57002026-06-22T19:48:14.973Z[ recovery-image] Jun 22 19:48:14.057 INFO O| Jun 22 19:48:14.057 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-06-22T19:48:14.978Z[ recovery-image] Jun 22 19:48:14.063 INFO O| Jun 22 19:48:14.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57022026-06-22T19:48:14.978Z[ recovery-image] Jun 22 19:48:14.063 INFO O| Jun 22 19:48:14.063 INFO STEP 300 (remove_files) COMPLETE
57032026-06-22T19:48:14.978Z[ recovery-image] Jun 22 19:48:14.063 INFO O| Jun 22 19:48:14.063 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-06-22T19:48:14.981Z[ recovery-image] Jun 22 19:48:14.068 INFO O| Jun 22 19:48:14.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57052026-06-22T19:48:14.981Z[ recovery-image] Jun 22 19:48:14.068 INFO O| Jun 22 19:48:14.068 INFO STEP 301 (remove_files) COMPLETE
57062026-06-22T19:48:14.982Z[ recovery-image] Jun 22 19:48:14.068 INFO O| Jun 22 19:48:14.068 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-06-22T19:48:14.986Z[ recovery-image] Jun 22 19:48:14.073 INFO O| Jun 22 19:48:14.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57082026-06-22T19:48:14.986Z[ recovery-image] Jun 22 19:48:14.073 INFO O| Jun 22 19:48:14.073 INFO STEP 302 (remove_files) COMPLETE
57092026-06-22T19:48:14.986Z[ recovery-image] Jun 22 19:48:14.073 INFO O| Jun 22 19:48:14.073 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-06-22T19:48:14.992Z[ recovery-image] Jun 22 19:48:14.078 INFO O| Jun 22 19:48:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57112026-06-22T19:48:14.992Z[ recovery-image] Jun 22 19:48:14.078 INFO O| Jun 22 19:48:14.078 INFO STEP 303 (remove_files) COMPLETE
57122026-06-22T19:48:14.992Z[ recovery-image] Jun 22 19:48:14.078 INFO O| Jun 22 19:48:14.078 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-06-22T19:48:14.998Z[ recovery-image] Jun 22 19:48:14.084 INFO O| Jun 22 19:48:14.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57142026-06-22T19:48:14.998Z[ recovery-image] Jun 22 19:48:14.084 INFO O| Jun 22 19:48:14.084 INFO STEP 304 (remove_files) COMPLETE
57152026-06-22T19:48:15.002Z[ recovery-image] Jun 22 19:48:14.084 INFO O| Jun 22 19:48:14.084 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-06-22T19:48:15.002Z[ recovery-image] Jun 22 19:48:14.089 INFO O| Jun 22 19:48:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57172026-06-22T19:48:15.002Z[ recovery-image] Jun 22 19:48:14.089 INFO O| Jun 22 19:48:14.089 INFO STEP 305 (remove_files) COMPLETE
57182026-06-22T19:48:15.002Z[ recovery-image] Jun 22 19:48:14.089 INFO O| Jun 22 19:48:14.089 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-06-22T19:48:15.007Z[ recovery-image] Jun 22 19:48:14.094 INFO O| Jun 22 19:48:14.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57202026-06-22T19:48:15.010Z[ recovery-image] Jun 22 19:48:14.094 INFO O| Jun 22 19:48:14.094 INFO STEP 306 (remove_files) COMPLETE
57212026-06-22T19:48:15.010Z[ recovery-image] Jun 22 19:48:14.094 INFO O| Jun 22 19:48:14.094 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-06-22T19:48:15.017Z[ recovery-image] Jun 22 19:48:14.099 INFO O| Jun 22 19:48:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57232026-06-22T19:48:15.017Z[ recovery-image] Jun 22 19:48:14.099 INFO O| Jun 22 19:48:14.099 INFO STEP 307 (remove_files) COMPLETE
57242026-06-22T19:48:15.017Z[ recovery-image] Jun 22 19:48:14.099 INFO O| Jun 22 19:48:14.099 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-06-22T19:48:15.021Z[ recovery-image] Jun 22 19:48:14.105 INFO O| Jun 22 19:48:14.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57262026-06-22T19:48:15.021Z[ recovery-image] Jun 22 19:48:14.105 INFO O| Jun 22 19:48:14.105 INFO STEP 308 (remove_files) COMPLETE
57272026-06-22T19:48:15.021Z[ recovery-image] Jun 22 19:48:14.105 INFO O| Jun 22 19:48:14.105 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-22T19:48:15.024Z[ recovery-image] Jun 22 19:48:14.110 INFO O| Jun 22 19:48:14.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57292026-06-22T19:48:15.024Z[ recovery-image] Jun 22 19:48:14.110 INFO O| Jun 22 19:48:14.110 INFO STEP 309 (remove_files) COMPLETE
57302026-06-22T19:48:15.024Z[ recovery-image] Jun 22 19:48:14.110 INFO O| Jun 22 19:48:14.110 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-22T19:48:15.029Z[ recovery-image] Jun 22 19:48:14.115 INFO O| Jun 22 19:48:14.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57322026-06-22T19:48:15.029Z[ recovery-image] Jun 22 19:48:14.115 INFO O| Jun 22 19:48:14.115 INFO STEP 310 (remove_files) COMPLETE
57332026-06-22T19:48:15.029Z[ recovery-image] Jun 22 19:48:14.115 INFO O| Jun 22 19:48:14.115 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-22T19:48:15.033Z[ recovery-image] Jun 22 19:48:14.120 INFO O| Jun 22 19:48:14.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57352026-06-22T19:48:15.033Z[ recovery-image] Jun 22 19:48:14.120 INFO O| Jun 22 19:48:14.120 INFO STEP 311 (remove_files) COMPLETE
57362026-06-22T19:48:15.033Z[ recovery-image] Jun 22 19:48:14.120 INFO O| Jun 22 19:48:14.120 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-06-22T19:48:15.039Z[ recovery-image] Jun 22 19:48:14.126 INFO O| Jun 22 19:48:14.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57382026-06-22T19:48:15.039Z[ recovery-image] Jun 22 19:48:14.126 INFO O| Jun 22 19:48:14.126 INFO STEP 312 (remove_files) COMPLETE
57392026-06-22T19:48:15.042Z[ recovery-image] Jun 22 19:48:14.126 INFO O| Jun 22 19:48:14.126 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-06-22T19:48:15.042Z[ host-image] Jun 22 19:48:14.127 INFO O| Jun 22 19:48:14.127 INFO O| Actions: 1/53957 actions (Installing new actions)
57412026-06-22T19:48:15.049Z[ recovery-image] Jun 22 19:48:14.133 INFO O| Jun 22 19:48:14.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57422026-06-22T19:48:15.049Z[ recovery-image] Jun 22 19:48:14.133 INFO O| Jun 22 19:48:14.133 INFO STEP 313 (remove_files) COMPLETE
57432026-06-22T19:48:15.050Z[ recovery-image] Jun 22 19:48:14.133 INFO O| Jun 22 19:48:14.133 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-06-22T19:48:15.053Z[ recovery-image] Jun 22 19:48:14.139 INFO O| Jun 22 19:48:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57452026-06-22T19:48:15.053Z[ recovery-image] Jun 22 19:48:14.139 INFO O| Jun 22 19:48:14.139 INFO STEP 314 (remove_files) COMPLETE
57462026-06-22T19:48:15.053Z[ recovery-image] Jun 22 19:48:14.139 INFO O| Jun 22 19:48:14.139 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-06-22T19:48:15.057Z[ recovery-image] Jun 22 19:48:14.144 INFO O| Jun 22 19:48:14.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57482026-06-22T19:48:15.057Z[ recovery-image] Jun 22 19:48:14.144 INFO O| Jun 22 19:48:14.144 INFO STEP 315 (remove_files) COMPLETE
57492026-06-22T19:48:15.057Z[ recovery-image] Jun 22 19:48:14.144 INFO O| Jun 22 19:48:14.144 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-06-22T19:48:15.063Z[ recovery-image] Jun 22 19:48:14.149 INFO O| Jun 22 19:48:14.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57512026-06-22T19:48:15.067Z[ recovery-image] Jun 22 19:48:14.149 INFO O| Jun 22 19:48:14.149 INFO STEP 316 (remove_files) COMPLETE
57522026-06-22T19:48:15.067Z[ recovery-image] Jun 22 19:48:14.149 INFO O| Jun 22 19:48:14.149 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-06-22T19:48:15.070Z[ recovery-image] Jun 22 19:48:14.154 INFO O| Jun 22 19:48:14.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57542026-06-22T19:48:15.070Z[ recovery-image] Jun 22 19:48:14.154 INFO O| Jun 22 19:48:14.154 INFO STEP 317 (remove_files) COMPLETE
57552026-06-22T19:48:15.070Z[ recovery-image] Jun 22 19:48:14.154 INFO O| Jun 22 19:48:14.154 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-06-22T19:48:15.075Z[ recovery-image] Jun 22 19:48:14.159 INFO O| Jun 22 19:48:14.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57572026-06-22T19:48:15.075Z[ recovery-image] Jun 22 19:48:14.159 INFO O| Jun 22 19:48:14.159 INFO STEP 318 (remove_files) COMPLETE
57582026-06-22T19:48:15.075Z[ recovery-image] Jun 22 19:48:14.159 INFO O| Jun 22 19:48:14.159 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-06-22T19:48:15.081Z[ recovery-image] Jun 22 19:48:14.164 INFO O| Jun 22 19:48:14.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57602026-06-22T19:48:15.081Z[ recovery-image] Jun 22 19:48:14.164 INFO O| Jun 22 19:48:14.164 INFO STEP 319 (remove_files) COMPLETE
57612026-06-22T19:48:15.081Z[ recovery-image] Jun 22 19:48:14.164 INFO O| Jun 22 19:48:14.164 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-06-22T19:48:15.086Z[ recovery-image] Jun 22 19:48:14.170 INFO O| Jun 22 19:48:14.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57632026-06-22T19:48:15.086Z[ recovery-image] Jun 22 19:48:14.170 INFO O| Jun 22 19:48:14.170 INFO STEP 320 (remove_files) COMPLETE
57642026-06-22T19:48:15.087Z[ recovery-image] Jun 22 19:48:14.170 INFO O| Jun 22 19:48:14.170 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-06-22T19:48:15.090Z[ recovery-image] Jun 22 19:48:14.174 INFO O| Jun 22 19:48:14.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57662026-06-22T19:48:15.090Z[ recovery-image] Jun 22 19:48:14.174 INFO O| Jun 22 19:48:14.174 INFO STEP 321 (remove_files) COMPLETE
57672026-06-22T19:48:15.090Z[ recovery-image] Jun 22 19:48:14.174 INFO O| Jun 22 19:48:14.174 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-06-22T19:48:15.094Z[ recovery-image] Jun 22 19:48:14.179 INFO O| Jun 22 19:48:14.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57692026-06-22T19:48:15.094Z[ recovery-image] Jun 22 19:48:14.179 INFO O| Jun 22 19:48:14.179 INFO STEP 322 (remove_files) COMPLETE
57702026-06-22T19:48:15.094Z[ recovery-image] Jun 22 19:48:14.179 INFO O| Jun 22 19:48:14.179 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-06-22T19:48:15.098Z[ recovery-image] Jun 22 19:48:14.184 INFO O| Jun 22 19:48:14.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57722026-06-22T19:48:15.098Z[ recovery-image] Jun 22 19:48:14.184 INFO O| Jun 22 19:48:14.184 INFO STEP 323 (remove_files) COMPLETE
57732026-06-22T19:48:15.098Z[ recovery-image] Jun 22 19:48:14.184 INFO O| Jun 22 19:48:14.184 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-06-22T19:48:15.103Z[ recovery-image] Jun 22 19:48:14.189 INFO O| Jun 22 19:48:14.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57752026-06-22T19:48:15.103Z[ recovery-image] Jun 22 19:48:14.189 INFO O| Jun 22 19:48:14.189 INFO STEP 324 (remove_files) COMPLETE
57762026-06-22T19:48:15.108Z[ recovery-image] Jun 22 19:48:14.189 INFO O| Jun 22 19:48:14.189 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-06-22T19:48:15.112Z[ recovery-image] Jun 22 19:48:14.194 INFO O| Jun 22 19:48:14.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57782026-06-22T19:48:15.112Z[ recovery-image] Jun 22 19:48:14.194 INFO O| Jun 22 19:48:14.194 INFO STEP 325 (remove_files) COMPLETE
57792026-06-22T19:48:15.112Z[ recovery-image] Jun 22 19:48:14.194 INFO O| Jun 22 19:48:14.194 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-06-22T19:48:15.115Z[ recovery-image] Jun 22 19:48:14.199 INFO O| Jun 22 19:48:14.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57812026-06-22T19:48:15.115Z[ recovery-image] Jun 22 19:48:14.199 INFO O| Jun 22 19:48:14.199 INFO STEP 326 (remove_files) COMPLETE
57822026-06-22T19:48:15.115Z[ recovery-image] Jun 22 19:48:14.199 INFO O| Jun 22 19:48:14.199 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-06-22T19:48:15.121Z[ recovery-image] Jun 22 19:48:14.204 INFO O| Jun 22 19:48:14.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57842026-06-22T19:48:15.121Z[ recovery-image] Jun 22 19:48:14.204 INFO O| Jun 22 19:48:14.204 INFO STEP 327 (remove_files) COMPLETE
57852026-06-22T19:48:15.121Z[ recovery-image] Jun 22 19:48:14.204 INFO O| Jun 22 19:48:14.204 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-06-22T19:48:15.125Z[ recovery-image] Jun 22 19:48:14.210 INFO O| Jun 22 19:48:14.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57872026-06-22T19:48:15.125Z[ recovery-image] Jun 22 19:48:14.210 INFO O| Jun 22 19:48:14.210 INFO STEP 328 (remove_files) COMPLETE
57882026-06-22T19:48:15.125Z[ recovery-image] Jun 22 19:48:14.210 INFO O| Jun 22 19:48:14.210 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-06-22T19:48:15.128Z[ recovery-image] Jun 22 19:48:14.215 INFO O| Jun 22 19:48:14.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57902026-06-22T19:48:15.128Z[ recovery-image] Jun 22 19:48:14.215 INFO O| Jun 22 19:48:14.215 INFO STEP 329 (remove_files) COMPLETE
57912026-06-22T19:48:15.128Z[ recovery-image] Jun 22 19:48:14.215 INFO O| Jun 22 19:48:14.215 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-06-22T19:48:15.132Z[ recovery-image] Jun 22 19:48:14.220 INFO O| Jun 22 19:48:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57932026-06-22T19:48:15.132Z[ recovery-image] Jun 22 19:48:14.220 INFO O| Jun 22 19:48:14.220 INFO STEP 330 (remove_files) COMPLETE
57942026-06-22T19:48:15.136Z[ recovery-image] Jun 22 19:48:14.220 INFO O| Jun 22 19:48:14.220 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-06-22T19:48:15.140Z[ recovery-image] Jun 22 19:48:14.225 INFO O| Jun 22 19:48:14.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57962026-06-22T19:48:15.140Z[ recovery-image] Jun 22 19:48:14.225 INFO O| Jun 22 19:48:14.225 INFO STEP 331 (remove_files) COMPLETE
57972026-06-22T19:48:15.140Z[ recovery-image] Jun 22 19:48:14.225 INFO O| Jun 22 19:48:14.225 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-06-22T19:48:15.145Z[ recovery-image] Jun 22 19:48:14.230 INFO O| Jun 22 19:48:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57992026-06-22T19:48:15.145Z[ recovery-image] Jun 22 19:48:14.230 INFO O| Jun 22 19:48:14.230 INFO STEP 332 (remove_files) COMPLETE
58002026-06-22T19:48:15.145Z[ recovery-image] Jun 22 19:48:14.230 INFO O| Jun 22 19:48:14.230 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-06-22T19:48:15.148Z[ recovery-image] Jun 22 19:48:14.235 INFO O| Jun 22 19:48:14.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58022026-06-22T19:48:15.149Z[ recovery-image] Jun 22 19:48:14.235 INFO O| Jun 22 19:48:14.235 INFO STEP 333 (remove_files) COMPLETE
58032026-06-22T19:48:15.149Z[ recovery-image] Jun 22 19:48:14.235 INFO O| Jun 22 19:48:14.235 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-06-22T19:48:15.152Z[ recovery-image] Jun 22 19:48:14.239 INFO O| Jun 22 19:48:14.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58052026-06-22T19:48:15.152Z[ recovery-image] Jun 22 19:48:14.239 INFO O| Jun 22 19:48:14.239 INFO STEP 334 (remove_files) COMPLETE
58062026-06-22T19:48:15.153Z[ recovery-image] Jun 22 19:48:14.239 INFO O| Jun 22 19:48:14.239 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-06-22T19:48:15.157Z[ recovery-image] Jun 22 19:48:14.244 INFO O| Jun 22 19:48:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58082026-06-22T19:48:15.161Z[ recovery-image] Jun 22 19:48:14.244 INFO O| Jun 22 19:48:14.244 INFO STEP 335 (remove_files) COMPLETE
58092026-06-22T19:48:15.161Z[ recovery-image] Jun 22 19:48:14.244 INFO O| Jun 22 19:48:14.244 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-06-22T19:48:15.164Z[ recovery-image] Jun 22 19:48:14.249 INFO O| Jun 22 19:48:14.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58112026-06-22T19:48:15.164Z[ recovery-image] Jun 22 19:48:14.249 INFO O| Jun 22 19:48:14.249 INFO STEP 336 (remove_files) COMPLETE
58122026-06-22T19:48:15.164Z[ recovery-image] Jun 22 19:48:14.249 INFO O| Jun 22 19:48:14.249 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-06-22T19:48:15.169Z[ recovery-image] Jun 22 19:48:14.256 INFO O| Jun 22 19:48:14.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58142026-06-22T19:48:15.169Z[ recovery-image] Jun 22 19:48:14.256 INFO O| Jun 22 19:48:14.256 INFO STEP 337 (remove_files) COMPLETE
58152026-06-22T19:48:15.169Z[ recovery-image] Jun 22 19:48:14.256 INFO O| Jun 22 19:48:14.256 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-06-22T19:48:15.174Z[ recovery-image] Jun 22 19:48:14.262 INFO O| Jun 22 19:48:14.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58172026-06-22T19:48:15.174Z[ recovery-image] Jun 22 19:48:14.262 INFO O| Jun 22 19:48:14.262 INFO STEP 338 (remove_files) COMPLETE
58182026-06-22T19:48:15.174Z[ recovery-image] Jun 22 19:48:14.262 INFO O| Jun 22 19:48:14.262 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-06-22T19:48:15.180Z[ recovery-image] Jun 22 19:48:14.267 INFO O| Jun 22 19:48:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58202026-06-22T19:48:15.180Z[ recovery-image] Jun 22 19:48:14.267 INFO O| Jun 22 19:48:14.267 INFO STEP 339 (remove_files) COMPLETE
58212026-06-22T19:48:15.184Z[ recovery-image] Jun 22 19:48:14.267 INFO O| Jun 22 19:48:14.267 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-06-22T19:48:15.187Z[ recovery-image] Jun 22 19:48:14.272 INFO O| Jun 22 19:48:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58232026-06-22T19:48:15.187Z[ recovery-image] Jun 22 19:48:14.272 INFO O| Jun 22 19:48:14.272 INFO STEP 340 (remove_files) COMPLETE
58242026-06-22T19:48:15.187Z[ recovery-image] Jun 22 19:48:14.272 INFO O| Jun 22 19:48:14.272 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-06-22T19:48:15.191Z[ recovery-image] Jun 22 19:48:14.277 INFO O| Jun 22 19:48:14.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58262026-06-22T19:48:15.191Z[ recovery-image] Jun 22 19:48:14.277 INFO O| Jun 22 19:48:14.277 INFO STEP 341 (remove_files) COMPLETE
58272026-06-22T19:48:15.191Z[ recovery-image] Jun 22 19:48:14.277 INFO O| Jun 22 19:48:14.277 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-06-22T19:48:15.195Z[ recovery-image] Jun 22 19:48:14.282 INFO O| Jun 22 19:48:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58292026-06-22T19:48:15.195Z[ recovery-image] Jun 22 19:48:14.282 INFO O| Jun 22 19:48:14.282 INFO STEP 342 (remove_files) COMPLETE
58302026-06-22T19:48:15.195Z[ recovery-image] Jun 22 19:48:14.282 INFO O| Jun 22 19:48:14.282 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-06-22T19:48:15.201Z[ recovery-image] Jun 22 19:48:14.289 INFO O| Jun 22 19:48:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58322026-06-22T19:48:15.201Z[ recovery-image] Jun 22 19:48:14.289 INFO O| Jun 22 19:48:14.289 INFO STEP 343 (remove_files) COMPLETE
58332026-06-22T19:48:15.205Z[ recovery-image] Jun 22 19:48:14.289 INFO O| Jun 22 19:48:14.289 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-06-22T19:48:15.209Z[ recovery-image] Jun 22 19:48:14.294 INFO O| Jun 22 19:48:14.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58352026-06-22T19:48:15.209Z[ recovery-image] Jun 22 19:48:14.294 INFO O| Jun 22 19:48:14.294 INFO STEP 344 (remove_files) COMPLETE
58362026-06-22T19:48:15.209Z[ recovery-image] Jun 22 19:48:14.294 INFO O| Jun 22 19:48:14.294 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-06-22T19:48:15.212Z[ recovery-image] Jun 22 19:48:14.299 INFO O| Jun 22 19:48:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58382026-06-22T19:48:15.213Z[ recovery-image] Jun 22 19:48:14.299 INFO O| Jun 22 19:48:14.299 INFO STEP 345 (remove_files) COMPLETE
58392026-06-22T19:48:15.213Z[ recovery-image] Jun 22 19:48:14.299 INFO O| Jun 22 19:48:14.299 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-06-22T19:48:15.216Z[ recovery-image] Jun 22 19:48:14.304 INFO O| Jun 22 19:48:14.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58412026-06-22T19:48:15.220Z[ recovery-image] Jun 22 19:48:14.304 INFO O| Jun 22 19:48:14.304 INFO STEP 346 (remove_files) COMPLETE
58422026-06-22T19:48:15.220Z[ recovery-image] Jun 22 19:48:14.304 INFO O| Jun 22 19:48:14.304 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-06-22T19:48:15.223Z[ recovery-image] Jun 22 19:48:14.309 INFO O| Jun 22 19:48:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58442026-06-22T19:48:15.223Z[ recovery-image] Jun 22 19:48:14.309 INFO O| Jun 22 19:48:14.309 INFO STEP 347 (remove_files) COMPLETE
58452026-06-22T19:48:15.223Z[ recovery-image] Jun 22 19:48:14.309 INFO O| Jun 22 19:48:14.309 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-06-22T19:48:15.227Z[ recovery-image] Jun 22 19:48:14.314 INFO O| Jun 22 19:48:14.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58472026-06-22T19:48:15.227Z[ recovery-image] Jun 22 19:48:14.314 INFO O| Jun 22 19:48:14.314 INFO STEP 348 (remove_files) COMPLETE
58482026-06-22T19:48:15.230Z[ recovery-image] Jun 22 19:48:14.314 INFO O| Jun 22 19:48:14.314 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-06-22T19:48:15.235Z[ recovery-image] Jun 22 19:48:14.320 INFO O| Jun 22 19:48:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58502026-06-22T19:48:15.235Z[ recovery-image] Jun 22 19:48:14.320 INFO O| Jun 22 19:48:14.320 INFO STEP 349 (remove_files) COMPLETE
58512026-06-22T19:48:15.235Z[ recovery-image] Jun 22 19:48:14.320 INFO O| Jun 22 19:48:14.320 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-06-22T19:48:15.238Z[ recovery-image] Jun 22 19:48:14.326 INFO O| Jun 22 19:48:14.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58532026-06-22T19:48:15.239Z[ recovery-image] Jun 22 19:48:14.326 INFO O| Jun 22 19:48:14.326 INFO STEP 350 (remove_files) COMPLETE
58542026-06-22T19:48:15.239Z[ recovery-image] Jun 22 19:48:14.326 INFO O| Jun 22 19:48:14.326 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-06-22T19:48:15.244Z[ recovery-image] Jun 22 19:48:14.331 INFO O| Jun 22 19:48:14.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58562026-06-22T19:48:15.244Z[ recovery-image] Jun 22 19:48:14.331 INFO O| Jun 22 19:48:14.331 INFO STEP 351 (remove_files) COMPLETE
58572026-06-22T19:48:15.248Z[ recovery-image] Jun 22 19:48:14.331 INFO O| Jun 22 19:48:14.331 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-06-22T19:48:15.251Z[ recovery-image] Jun 22 19:48:14.338 INFO O| Jun 22 19:48:14.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58592026-06-22T19:48:15.251Z[ recovery-image] Jun 22 19:48:14.338 INFO O| Jun 22 19:48:14.338 INFO STEP 352 (remove_files) COMPLETE
58602026-06-22T19:48:15.251Z[ recovery-image] Jun 22 19:48:14.338 INFO O| Jun 22 19:48:14.338 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-06-22T19:48:15.256Z[ recovery-image] Jun 22 19:48:14.344 INFO O| Jun 22 19:48:14.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58622026-06-22T19:48:15.256Z[ recovery-image] Jun 22 19:48:14.344 INFO O| Jun 22 19:48:14.344 INFO STEP 353 (remove_files) COMPLETE
58632026-06-22T19:48:15.256Z[ recovery-image] Jun 22 19:48:14.344 INFO O| Jun 22 19:48:14.344 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-06-22T19:48:15.262Z[ recovery-image] Jun 22 19:48:14.350 INFO O| Jun 22 19:48:14.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58652026-06-22T19:48:15.262Z[ recovery-image] Jun 22 19:48:14.350 INFO O| Jun 22 19:48:14.350 INFO STEP 354 (remove_files) COMPLETE
58662026-06-22T19:48:15.262Z[ recovery-image] Jun 22 19:48:14.350 INFO O| Jun 22 19:48:14.350 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-06-22T19:48:15.269Z[ recovery-image] Jun 22 19:48:14.356 INFO O| Jun 22 19:48:14.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58682026-06-22T19:48:15.269Z[ recovery-image] Jun 22 19:48:14.356 INFO O| Jun 22 19:48:14.356 INFO STEP 355 (remove_files) COMPLETE
58692026-06-22T19:48:15.269Z[ recovery-image] Jun 22 19:48:14.356 INFO O| Jun 22 19:48:14.356 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-06-22T19:48:15.275Z[ recovery-image] Jun 22 19:48:14.362 INFO O| Jun 22 19:48:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58712026-06-22T19:48:15.278Z[ recovery-image] Jun 22 19:48:14.362 INFO O| Jun 22 19:48:14.362 INFO STEP 356 (remove_files) COMPLETE
58722026-06-22T19:48:15.278Z[ recovery-image] Jun 22 19:48:14.362 INFO O| Jun 22 19:48:14.362 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-06-22T19:48:15.282Z[ recovery-image] Jun 22 19:48:14.368 INFO O| Jun 22 19:48:14.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58742026-06-22T19:48:15.282Z[ recovery-image] Jun 22 19:48:14.368 INFO O| Jun 22 19:48:14.368 INFO STEP 357 (remove_files) COMPLETE
58752026-06-22T19:48:15.282Z[ recovery-image] Jun 22 19:48:14.368 INFO O| Jun 22 19:48:14.368 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-06-22T19:48:15.287Z[ recovery-image] Jun 22 19:48:14.375 INFO O| Jun 22 19:48:14.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58772026-06-22T19:48:15.287Z[ recovery-image] Jun 22 19:48:14.375 INFO O| Jun 22 19:48:14.375 INFO STEP 358 (remove_files) COMPLETE
58782026-06-22T19:48:15.287Z[ recovery-image] Jun 22 19:48:14.375 INFO O| Jun 22 19:48:14.375 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-06-22T19:48:15.295Z[ recovery-image] Jun 22 19:48:14.381 INFO O| Jun 22 19:48:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58802026-06-22T19:48:15.295Z[ recovery-image] Jun 22 19:48:14.381 INFO O| Jun 22 19:48:14.381 INFO STEP 359 (remove_files) COMPLETE
58812026-06-22T19:48:15.298Z[ recovery-image] Jun 22 19:48:14.381 INFO O| Jun 22 19:48:14.381 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-06-22T19:48:15.302Z[ recovery-image] Jun 22 19:48:14.387 INFO O| Jun 22 19:48:14.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58832026-06-22T19:48:15.302Z[ recovery-image] Jun 22 19:48:14.387 INFO O| Jun 22 19:48:14.387 INFO STEP 360 (remove_files) COMPLETE
58842026-06-22T19:48:15.302Z[ recovery-image] Jun 22 19:48:14.387 INFO O| Jun 22 19:48:14.387 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-06-22T19:48:15.306Z[ recovery-image] Jun 22 19:48:14.393 INFO O| Jun 22 19:48:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58862026-06-22T19:48:15.306Z[ recovery-image] Jun 22 19:48:14.393 INFO O| Jun 22 19:48:14.393 INFO STEP 361 (remove_files) COMPLETE
58872026-06-22T19:48:15.306Z[ recovery-image] Jun 22 19:48:14.393 INFO O| Jun 22 19:48:14.393 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-06-22T19:48:15.311Z[ recovery-image] Jun 22 19:48:14.399 INFO O| Jun 22 19:48:14.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58892026-06-22T19:48:15.311Z[ recovery-image] Jun 22 19:48:14.399 INFO O| Jun 22 19:48:14.399 INFO STEP 362 (remove_files) COMPLETE
58902026-06-22T19:48:15.315Z[ recovery-image] Jun 22 19:48:14.399 INFO O| Jun 22 19:48:14.399 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-06-22T19:48:15.318Z[ recovery-image] Jun 22 19:48:14.404 INFO O| Jun 22 19:48:14.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58922026-06-22T19:48:15.318Z[ recovery-image] Jun 22 19:48:14.404 INFO O| Jun 22 19:48:14.404 INFO STEP 363 (remove_files) COMPLETE
58932026-06-22T19:48:15.318Z[ recovery-image] Jun 22 19:48:14.404 INFO O| Jun 22 19:48:14.404 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-06-22T19:48:15.323Z[ recovery-image] Jun 22 19:48:14.410 INFO O| Jun 22 19:48:14.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58952026-06-22T19:48:15.323Z[ recovery-image] Jun 22 19:48:14.410 INFO O| Jun 22 19:48:14.410 INFO STEP 364 (remove_files) COMPLETE
58962026-06-22T19:48:15.327Z[ recovery-image] Jun 22 19:48:14.410 INFO O| Jun 22 19:48:14.410 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-06-22T19:48:15.332Z[ recovery-image] Jun 22 19:48:14.418 INFO O| Jun 22 19:48:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58982026-06-22T19:48:15.332Z[ recovery-image] Jun 22 19:48:14.418 INFO O| Jun 22 19:48:14.418 INFO STEP 365 (remove_files) COMPLETE
58992026-06-22T19:48:15.332Z[ recovery-image] Jun 22 19:48:14.418 INFO O| Jun 22 19:48:14.418 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-06-22T19:48:15.337Z[ recovery-image] Jun 22 19:48:14.423 INFO O| Jun 22 19:48:14.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59012026-06-22T19:48:15.337Z[ recovery-image] Jun 22 19:48:14.423 INFO O| Jun 22 19:48:14.423 INFO STEP 366 (remove_files) COMPLETE
59022026-06-22T19:48:15.337Z[ recovery-image] Jun 22 19:48:14.423 INFO O| Jun 22 19:48:14.423 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-06-22T19:48:15.341Z[ recovery-image] Jun 22 19:48:14.429 INFO O| Jun 22 19:48:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59042026-06-22T19:48:15.341Z[ recovery-image] Jun 22 19:48:14.429 INFO O| Jun 22 19:48:14.429 INFO STEP 367 (remove_files) COMPLETE
59052026-06-22T19:48:15.341Z[ recovery-image] Jun 22 19:48:14.429 INFO O| Jun 22 19:48:14.429 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-06-22T19:48:15.348Z[ recovery-image] Jun 22 19:48:14.434 INFO O| Jun 22 19:48:14.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59072026-06-22T19:48:15.348Z[ recovery-image] Jun 22 19:48:14.434 INFO O| Jun 22 19:48:14.434 INFO STEP 368 (remove_files) COMPLETE
59082026-06-22T19:48:15.348Z[ recovery-image] Jun 22 19:48:14.434 INFO O| Jun 22 19:48:14.434 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-06-22T19:48:15.354Z[ recovery-image] Jun 22 19:48:14.442 INFO O| Jun 22 19:48:14.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59102026-06-22T19:48:15.354Z[ recovery-image] Jun 22 19:48:14.442 INFO O| Jun 22 19:48:14.442 INFO STEP 369 (remove_files) COMPLETE
59112026-06-22T19:48:15.354Z[ recovery-image] Jun 22 19:48:14.442 INFO O| Jun 22 19:48:14.442 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-06-22T19:48:15.361Z[ recovery-image] Jun 22 19:48:14.448 INFO O| Jun 22 19:48:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59132026-06-22T19:48:15.361Z[ recovery-image] Jun 22 19:48:14.448 INFO O| Jun 22 19:48:14.448 INFO STEP 370 (remove_files) COMPLETE
59142026-06-22T19:48:15.361Z[ recovery-image] Jun 22 19:48:14.448 INFO O| Jun 22 19:48:14.448 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-06-22T19:48:15.367Z[ recovery-image] Jun 22 19:48:14.454 INFO O| Jun 22 19:48:14.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59162026-06-22T19:48:15.367Z[ recovery-image] Jun 22 19:48:14.454 INFO O| Jun 22 19:48:14.454 INFO STEP 371 (remove_files) COMPLETE
59172026-06-22T19:48:15.371Z[ recovery-image] Jun 22 19:48:14.454 INFO O| Jun 22 19:48:14.454 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-06-22T19:48:15.375Z[ recovery-image] Jun 22 19:48:14.460 INFO O| Jun 22 19:48:14.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59192026-06-22T19:48:15.375Z[ recovery-image] Jun 22 19:48:14.460 INFO O| Jun 22 19:48:14.460 INFO STEP 372 (remove_files) COMPLETE
59202026-06-22T19:48:15.375Z[ recovery-image] Jun 22 19:48:14.460 INFO O| Jun 22 19:48:14.460 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-06-22T19:48:15.379Z[ recovery-image] Jun 22 19:48:14.467 INFO O| Jun 22 19:48:14.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59222026-06-22T19:48:15.382Z[ recovery-image] Jun 22 19:48:14.467 INFO O| Jun 22 19:48:14.467 INFO STEP 373 (remove_files) COMPLETE
59232026-06-22T19:48:15.382Z[ recovery-image] Jun 22 19:48:14.467 INFO O| Jun 22 19:48:14.467 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-06-22T19:48:15.386Z[ recovery-image] Jun 22 19:48:14.472 INFO O| Jun 22 19:48:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59252026-06-22T19:48:15.386Z[ recovery-image] Jun 22 19:48:14.472 INFO O| Jun 22 19:48:14.472 INFO STEP 374 (remove_files) COMPLETE
59262026-06-22T19:48:15.386Z[ recovery-image] Jun 22 19:48:14.472 INFO O| Jun 22 19:48:14.472 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-06-22T19:48:15.397Z[ recovery-image] Jun 22 19:48:14.479 INFO O| Jun 22 19:48:14.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59282026-06-22T19:48:15.397Z[ recovery-image] Jun 22 19:48:14.479 INFO O| Jun 22 19:48:14.479 INFO STEP 375 (remove_files) COMPLETE
59292026-06-22T19:48:15.397Z[ recovery-image] Jun 22 19:48:14.479 INFO O| Jun 22 19:48:14.479 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-06-22T19:48:15.410Z[ recovery-image] Jun 22 19:48:14.485 INFO O| Jun 22 19:48:14.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59312026-06-22T19:48:15.410Z[ recovery-image] Jun 22 19:48:14.485 INFO O| Jun 22 19:48:14.485 INFO STEP 376 (remove_files) COMPLETE
59322026-06-22T19:48:15.410Z[ recovery-image] Jun 22 19:48:14.485 INFO O| Jun 22 19:48:14.485 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.490 INFO O| Jun 22 19:48:14.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59342026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.490 INFO O| Jun 22 19:48:14.490 INFO STEP 377 (remove_files) COMPLETE
59352026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.490 INFO O| Jun 22 19:48:14.490 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.496 INFO O| Jun 22 19:48:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59372026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.496 INFO O| Jun 22 19:48:14.496 INFO STEP 378 (remove_files) COMPLETE
59382026-06-22T19:48:15.419Z[ recovery-image] Jun 22 19:48:14.496 INFO O| Jun 22 19:48:14.496 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.502 INFO O| Jun 22 19:48:14.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59402026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.502 INFO O| Jun 22 19:48:14.502 INFO STEP 379 (remove_files) COMPLETE
59412026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.502 INFO O| Jun 22 19:48:14.502 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.507 INFO O| Jun 22 19:48:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59432026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.507 INFO O| Jun 22 19:48:14.507 INFO STEP 380 (remove_files) COMPLETE
59442026-06-22T19:48:15.423Z[ recovery-image] Jun 22 19:48:14.507 INFO O| Jun 22 19:48:14.507 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-06-22T19:48:15.426Z[ recovery-image] Jun 22 19:48:14.513 INFO O| Jun 22 19:48:14.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59462026-06-22T19:48:15.426Z[ recovery-image] Jun 22 19:48:14.513 INFO O| Jun 22 19:48:14.513 INFO STEP 381 (remove_files) COMPLETE
59472026-06-22T19:48:15.426Z[ recovery-image] Jun 22 19:48:14.513 INFO O| Jun 22 19:48:14.513 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-06-22T19:48:15.433Z[ recovery-image] Jun 22 19:48:14.520 INFO O| Jun 22 19:48:14.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59492026-06-22T19:48:15.433Z[ recovery-image] Jun 22 19:48:14.520 INFO O| Jun 22 19:48:14.520 INFO STEP 382 (remove_files) COMPLETE
59502026-06-22T19:48:15.436Z[ recovery-image] Jun 22 19:48:14.520 INFO O| Jun 22 19:48:14.520 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-06-22T19:48:15.439Z[ recovery-image] Jun 22 19:48:14.526 INFO O| Jun 22 19:48:14.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59522026-06-22T19:48:15.439Z[ recovery-image] Jun 22 19:48:14.526 INFO O| Jun 22 19:48:14.526 INFO STEP 383 (remove_files) COMPLETE
59532026-06-22T19:48:15.440Z[ recovery-image] Jun 22 19:48:14.526 INFO O| Jun 22 19:48:14.526 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-06-22T19:48:15.444Z[ recovery-image] Jun 22 19:48:14.532 INFO O| Jun 22 19:48:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59552026-06-22T19:48:15.448Z[ recovery-image] Jun 22 19:48:14.532 INFO O| Jun 22 19:48:14.532 INFO STEP 384 (remove_files) COMPLETE
59562026-06-22T19:48:15.448Z[ recovery-image] Jun 22 19:48:14.532 INFO O| Jun 22 19:48:14.532 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-06-22T19:48:15.451Z[ recovery-image] Jun 22 19:48:14.538 INFO O| Jun 22 19:48:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59582026-06-22T19:48:15.451Z[ recovery-image] Jun 22 19:48:14.538 INFO O| Jun 22 19:48:14.538 INFO STEP 385 (remove_files) COMPLETE
59592026-06-22T19:48:15.451Z[ recovery-image] Jun 22 19:48:14.538 INFO O| Jun 22 19:48:14.538 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-06-22T19:48:15.457Z[ recovery-image] Jun 22 19:48:14.544 INFO O| Jun 22 19:48:14.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59612026-06-22T19:48:15.457Z[ recovery-image] Jun 22 19:48:14.544 INFO O| Jun 22 19:48:14.544 INFO STEP 386 (remove_files) COMPLETE
59622026-06-22T19:48:15.461Z[ recovery-image] Jun 22 19:48:14.544 INFO O| Jun 22 19:48:14.544 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-06-22T19:48:15.464Z[ recovery-image] Jun 22 19:48:14.550 INFO O| Jun 22 19:48:14.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59642026-06-22T19:48:15.464Z[ recovery-image] Jun 22 19:48:14.550 INFO O| Jun 22 19:48:14.550 INFO STEP 387 (remove_files) COMPLETE
59652026-06-22T19:48:15.464Z[ recovery-image] Jun 22 19:48:14.550 INFO O| Jun 22 19:48:14.550 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-06-22T19:48:15.469Z[ recovery-image] Jun 22 19:48:14.555 INFO O| Jun 22 19:48:14.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59672026-06-22T19:48:15.472Z[ recovery-image] Jun 22 19:48:14.556 INFO O| Jun 22 19:48:14.556 INFO STEP 388 (remove_files) COMPLETE
59682026-06-22T19:48:15.472Z[ recovery-image] Jun 22 19:48:14.556 INFO O| Jun 22 19:48:14.556 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-06-22T19:48:15.476Z[ recovery-image] Jun 22 19:48:14.562 INFO O| Jun 22 19:48:14.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59702026-06-22T19:48:15.476Z[ recovery-image] Jun 22 19:48:14.562 INFO O| Jun 22 19:48:14.562 INFO STEP 389 (remove_files) COMPLETE
59712026-06-22T19:48:15.476Z[ recovery-image] Jun 22 19:48:14.562 INFO O| Jun 22 19:48:14.562 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-06-22T19:48:15.481Z[ recovery-image] Jun 22 19:48:14.568 INFO O| Jun 22 19:48:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59732026-06-22T19:48:15.485Z[ recovery-image] Jun 22 19:48:14.568 INFO O| Jun 22 19:48:14.568 INFO STEP 390 (remove_files) COMPLETE
59742026-06-22T19:48:15.485Z[ recovery-image] Jun 22 19:48:14.568 INFO O| Jun 22 19:48:14.568 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-06-22T19:48:15.489Z[ recovery-image] Jun 22 19:48:14.574 INFO O| Jun 22 19:48:14.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59762026-06-22T19:48:15.489Z[ recovery-image] Jun 22 19:48:14.574 INFO O| Jun 22 19:48:14.574 INFO STEP 391 (remove_files) COMPLETE
59772026-06-22T19:48:15.489Z[ recovery-image] Jun 22 19:48:14.574 INFO O| Jun 22 19:48:14.574 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-06-22T19:48:15.493Z[ recovery-image] Jun 22 19:48:14.579 INFO O| Jun 22 19:48:14.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59792026-06-22T19:48:15.493Z[ recovery-image] Jun 22 19:48:14.579 INFO O| Jun 22 19:48:14.579 INFO STEP 392 (remove_files) COMPLETE
59802026-06-22T19:48:15.493Z[ recovery-image] Jun 22 19:48:14.579 INFO O| Jun 22 19:48:14.579 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-06-22T19:48:15.501Z[ recovery-image] Jun 22 19:48:14.584 INFO O| Jun 22 19:48:14.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59822026-06-22T19:48:15.501Z[ recovery-image] Jun 22 19:48:14.585 INFO O| Jun 22 19:48:14.584 INFO STEP 393 (remove_files) COMPLETE
59832026-06-22T19:48:15.501Z[ recovery-image] Jun 22 19:48:14.585 INFO O| Jun 22 19:48:14.584 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-06-22T19:48:15.505Z[ recovery-image] Jun 22 19:48:14.592 INFO O| Jun 22 19:48:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59852026-06-22T19:48:15.505Z[ recovery-image] Jun 22 19:48:14.592 INFO O| Jun 22 19:48:14.592 INFO STEP 394 (remove_files) COMPLETE
59862026-06-22T19:48:15.505Z[ recovery-image] Jun 22 19:48:14.592 INFO O| Jun 22 19:48:14.592 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-06-22T19:48:15.511Z[ recovery-image] Jun 22 19:48:14.598 INFO O| Jun 22 19:48:14.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59882026-06-22T19:48:15.511Z[ recovery-image] Jun 22 19:48:14.598 INFO O| Jun 22 19:48:14.598 INFO STEP 395 (remove_files) COMPLETE
59892026-06-22T19:48:15.514Z[ recovery-image] Jun 22 19:48:14.598 INFO O| Jun 22 19:48:14.598 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-06-22T19:48:15.519Z[ recovery-image] Jun 22 19:48:14.604 INFO O| Jun 22 19:48:14.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59912026-06-22T19:48:15.519Z[ recovery-image] Jun 22 19:48:14.604 INFO O| Jun 22 19:48:14.604 INFO STEP 396 (remove_files) COMPLETE
59922026-06-22T19:48:15.519Z[ recovery-image] Jun 22 19:48:14.604 INFO O| Jun 22 19:48:14.604 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-06-22T19:48:15.523Z[ recovery-image] Jun 22 19:48:14.610 INFO O| Jun 22 19:48:14.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59942026-06-22T19:48:15.523Z[ recovery-image] Jun 22 19:48:14.610 INFO O| Jun 22 19:48:14.610 INFO STEP 397 (remove_files) COMPLETE
59952026-06-22T19:48:15.523Z[ recovery-image] Jun 22 19:48:14.610 INFO O| Jun 22 19:48:14.610 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-06-22T19:48:15.528Z[ recovery-image] Jun 22 19:48:14.615 INFO O| Jun 22 19:48:14.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59972026-06-22T19:48:15.528Z[ recovery-image] Jun 22 19:48:14.615 INFO O| Jun 22 19:48:14.615 INFO STEP 398 (remove_files) COMPLETE
59982026-06-22T19:48:15.535Z[ recovery-image] Jun 22 19:48:14.615 INFO O| Jun 22 19:48:14.615 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-06-22T19:48:15.535Z[ recovery-image] Jun 22 19:48:14.621 INFO O| Jun 22 19:48:14.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60002026-06-22T19:48:15.535Z[ recovery-image] Jun 22 19:48:14.621 INFO O| Jun 22 19:48:14.621 INFO STEP 399 (remove_files) COMPLETE
60012026-06-22T19:48:15.535Z[ recovery-image] Jun 22 19:48:14.621 INFO O| Jun 22 19:48:14.621 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-06-22T19:48:15.541Z[ recovery-image] Jun 22 19:48:14.627 INFO O| Jun 22 19:48:14.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60032026-06-22T19:48:15.541Z[ recovery-image] Jun 22 19:48:14.627 INFO O| Jun 22 19:48:14.627 INFO STEP 400 (remove_files) COMPLETE
60042026-06-22T19:48:15.545Z[ recovery-image] Jun 22 19:48:14.627 INFO O| Jun 22 19:48:14.627 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-06-22T19:48:15.545Z[ recovery-image] Jun 22 19:48:14.632 INFO O| Jun 22 19:48:14.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60062026-06-22T19:48:15.545Z[ recovery-image] Jun 22 19:48:14.632 INFO O| Jun 22 19:48:14.632 INFO STEP 401 (remove_files) COMPLETE
60072026-06-22T19:48:15.546Z[ recovery-image] Jun 22 19:48:14.632 INFO O| Jun 22 19:48:14.632 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-06-22T19:48:15.551Z[ recovery-image] Jun 22 19:48:14.638 INFO O| Jun 22 19:48:14.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60092026-06-22T19:48:15.551Z[ recovery-image] Jun 22 19:48:14.638 INFO O| Jun 22 19:48:14.638 INFO STEP 402 (remove_files) COMPLETE
60102026-06-22T19:48:15.554Z[ recovery-image] Jun 22 19:48:14.638 INFO O| Jun 22 19:48:14.638 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-06-22T19:48:15.558Z[ recovery-image] Jun 22 19:48:14.644 INFO O| Jun 22 19:48:14.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60122026-06-22T19:48:15.558Z[ recovery-image] Jun 22 19:48:14.644 INFO O| Jun 22 19:48:14.644 INFO STEP 403 (remove_files) COMPLETE
60132026-06-22T19:48:15.558Z[ recovery-image] Jun 22 19:48:14.644 INFO O| Jun 22 19:48:14.644 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-06-22T19:48:15.563Z[ recovery-image] Jun 22 19:48:14.649 INFO O| Jun 22 19:48:14.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60152026-06-22T19:48:15.563Z[ recovery-image] Jun 22 19:48:14.649 INFO O| Jun 22 19:48:14.649 INFO STEP 404 (remove_files) COMPLETE
60162026-06-22T19:48:15.566Z[ recovery-image] Jun 22 19:48:14.649 INFO O| Jun 22 19:48:14.649 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-06-22T19:48:15.571Z[ recovery-image] Jun 22 19:48:14.654 INFO O| Jun 22 19:48:14.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60182026-06-22T19:48:15.571Z[ recovery-image] Jun 22 19:48:14.655 INFO O| Jun 22 19:48:14.654 INFO STEP 405 (remove_files) COMPLETE
60192026-06-22T19:48:15.571Z[ recovery-image] Jun 22 19:48:14.655 INFO O| Jun 22 19:48:14.654 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-06-22T19:48:15.576Z[ recovery-image] Jun 22 19:48:14.660 INFO O| Jun 22 19:48:14.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60212026-06-22T19:48:15.576Z[ recovery-image] Jun 22 19:48:14.660 INFO O| Jun 22 19:48:14.660 INFO STEP 406 (remove_files) COMPLETE
60222026-06-22T19:48:15.576Z[ recovery-image] Jun 22 19:48:14.660 INFO O| Jun 22 19:48:14.660 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-06-22T19:48:15.580Z[ recovery-image] Jun 22 19:48:14.665 INFO O| Jun 22 19:48:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60242026-06-22T19:48:15.580Z[ recovery-image] Jun 22 19:48:14.665 INFO O| Jun 22 19:48:14.665 INFO STEP 407 (remove_files) COMPLETE
60252026-06-22T19:48:15.580Z[ recovery-image] Jun 22 19:48:14.665 INFO O| Jun 22 19:48:14.665 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-06-22T19:48:15.583Z[ recovery-image] Jun 22 19:48:14.670 INFO O| Jun 22 19:48:14.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60272026-06-22T19:48:15.583Z[ recovery-image] Jun 22 19:48:14.670 INFO O| Jun 22 19:48:14.670 INFO STEP 408 (remove_files) COMPLETE
60282026-06-22T19:48:15.583Z[ recovery-image] Jun 22 19:48:14.670 INFO O| Jun 22 19:48:14.670 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-06-22T19:48:15.588Z[ recovery-image] Jun 22 19:48:14.675 INFO O| Jun 22 19:48:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60302026-06-22T19:48:15.588Z[ recovery-image] Jun 22 19:48:14.675 INFO O| Jun 22 19:48:14.675 INFO STEP 409 (remove_files) COMPLETE
60312026-06-22T19:48:15.591Z[ recovery-image] Jun 22 19:48:14.675 INFO O| Jun 22 19:48:14.675 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-06-22T19:48:15.594Z[ recovery-image] Jun 22 19:48:14.680 INFO O| Jun 22 19:48:14.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60332026-06-22T19:48:15.594Z[ recovery-image] Jun 22 19:48:14.680 INFO O| Jun 22 19:48:14.680 INFO STEP 410 (remove_files) COMPLETE
60342026-06-22T19:48:15.594Z[ recovery-image] Jun 22 19:48:14.680 INFO O| Jun 22 19:48:14.680 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-06-22T19:48:15.599Z[ recovery-image] Jun 22 19:48:14.685 INFO O| Jun 22 19:48:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60362026-06-22T19:48:15.599Z[ recovery-image] Jun 22 19:48:14.685 INFO O| Jun 22 19:48:14.685 INFO STEP 411 (remove_files) COMPLETE
60372026-06-22T19:48:15.599Z[ recovery-image] Jun 22 19:48:14.685 INFO O| Jun 22 19:48:14.685 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-06-22T19:48:15.603Z[ recovery-image] Jun 22 19:48:14.690 INFO O| Jun 22 19:48:14.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60392026-06-22T19:48:15.603Z[ recovery-image] Jun 22 19:48:14.691 INFO O| Jun 22 19:48:14.690 INFO STEP 412 (remove_files) COMPLETE
60402026-06-22T19:48:15.603Z[ recovery-image] Jun 22 19:48:14.691 INFO O| Jun 22 19:48:14.690 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-06-22T19:48:15.608Z[ recovery-image] Jun 22 19:48:14.696 INFO O| Jun 22 19:48:14.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60422026-06-22T19:48:15.608Z[ recovery-image] Jun 22 19:48:14.696 INFO O| Jun 22 19:48:14.696 INFO STEP 413 (remove_files) COMPLETE
60432026-06-22T19:48:15.612Z[ recovery-image] Jun 22 19:48:14.696 INFO O| Jun 22 19:48:14.696 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-06-22T19:48:15.615Z[ recovery-image] Jun 22 19:48:14.703 INFO O| Jun 22 19:48:14.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60452026-06-22T19:48:15.619Z[ recovery-image] Jun 22 19:48:14.703 INFO O| Jun 22 19:48:14.703 INFO STEP 414 (remove_files) COMPLETE
60462026-06-22T19:48:15.619Z[ recovery-image] Jun 22 19:48:14.703 INFO O| Jun 22 19:48:14.703 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-06-22T19:48:15.623Z[ recovery-image] Jun 22 19:48:14.708 INFO O| Jun 22 19:48:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60482026-06-22T19:48:15.623Z[ recovery-image] Jun 22 19:48:14.708 INFO O| Jun 22 19:48:14.708 INFO STEP 415 (remove_files) COMPLETE
60492026-06-22T19:48:15.623Z[ recovery-image] Jun 22 19:48:14.708 INFO O| Jun 22 19:48:14.708 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-06-22T19:48:15.626Z[ recovery-image] Jun 22 19:48:14.713 INFO O| Jun 22 19:48:14.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60512026-06-22T19:48:15.626Z[ recovery-image] Jun 22 19:48:14.713 INFO O| Jun 22 19:48:14.713 INFO STEP 416 (remove_files) COMPLETE
60522026-06-22T19:48:15.626Z[ recovery-image] Jun 22 19:48:14.713 INFO O| Jun 22 19:48:14.713 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-06-22T19:48:15.631Z[ recovery-image] Jun 22 19:48:14.718 INFO O| Jun 22 19:48:14.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60542026-06-22T19:48:15.631Z[ recovery-image] Jun 22 19:48:14.718 INFO O| Jun 22 19:48:14.718 INFO STEP 417 (remove_files) COMPLETE
60552026-06-22T19:48:15.631Z[ recovery-image] Jun 22 19:48:14.718 INFO O| Jun 22 19:48:14.718 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-06-22T19:48:15.636Z[ recovery-image] Jun 22 19:48:14.723 INFO O| Jun 22 19:48:14.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60572026-06-22T19:48:15.636Z[ recovery-image] Jun 22 19:48:14.723 INFO O| Jun 22 19:48:14.723 INFO STEP 418 (remove_files) COMPLETE
60582026-06-22T19:48:15.636Z[ recovery-image] Jun 22 19:48:14.723 INFO O| Jun 22 19:48:14.723 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-06-22T19:48:15.643Z[ recovery-image] Jun 22 19:48:14.730 INFO O| Jun 22 19:48:14.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60602026-06-22T19:48:15.643Z[ recovery-image] Jun 22 19:48:14.730 INFO O| Jun 22 19:48:14.730 INFO STEP 419 (remove_files) COMPLETE
60612026-06-22T19:48:15.643Z[ recovery-image] Jun 22 19:48:14.730 INFO O| Jun 22 19:48:14.730 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-06-22T19:48:15.648Z[ recovery-image] Jun 22 19:48:14.735 INFO O| Jun 22 19:48:14.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60632026-06-22T19:48:15.648Z[ recovery-image] Jun 22 19:48:14.735 INFO O| Jun 22 19:48:14.735 INFO STEP 420 (remove_files) COMPLETE
60642026-06-22T19:48:15.652Z[ recovery-image] Jun 22 19:48:14.735 INFO O| Jun 22 19:48:14.735 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-06-22T19:48:15.655Z[ recovery-image] Jun 22 19:48:14.740 INFO O| Jun 22 19:48:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60662026-06-22T19:48:15.655Z[ recovery-image] Jun 22 19:48:14.740 INFO O| Jun 22 19:48:14.740 INFO STEP 421 (remove_files) COMPLETE
60672026-06-22T19:48:15.655Z[ recovery-image] Jun 22 19:48:14.740 INFO O| Jun 22 19:48:14.740 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-06-22T19:48:15.660Z[ recovery-image] Jun 22 19:48:14.747 INFO O| Jun 22 19:48:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60692026-06-22T19:48:15.660Z[ recovery-image] Jun 22 19:48:14.747 INFO O| Jun 22 19:48:14.747 INFO STEP 422 (remove_files) COMPLETE
60702026-06-22T19:48:15.660Z[ recovery-image] Jun 22 19:48:14.747 INFO O| Jun 22 19:48:14.747 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-06-22T19:48:15.665Z[ recovery-image] Jun 22 19:48:14.752 INFO O| Jun 22 19:48:14.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60722026-06-22T19:48:15.665Z[ recovery-image] Jun 22 19:48:14.752 INFO O| Jun 22 19:48:14.752 INFO STEP 423 (remove_files) COMPLETE
60732026-06-22T19:48:15.665Z[ recovery-image] Jun 22 19:48:14.752 INFO O| Jun 22 19:48:14.752 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-06-22T19:48:15.670Z[ recovery-image] Jun 22 19:48:14.757 INFO O| Jun 22 19:48:14.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60752026-06-22T19:48:15.670Z[ recovery-image] Jun 22 19:48:14.757 INFO O| Jun 22 19:48:14.757 INFO STEP 424 (remove_files) COMPLETE
60762026-06-22T19:48:15.670Z[ recovery-image] Jun 22 19:48:14.757 INFO O| Jun 22 19:48:14.757 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-06-22T19:48:15.675Z[ recovery-image] Jun 22 19:48:14.762 INFO O| Jun 22 19:48:14.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60782026-06-22T19:48:15.675Z[ recovery-image] Jun 22 19:48:14.763 INFO O| Jun 22 19:48:14.762 INFO STEP 425 (remove_files) COMPLETE
60792026-06-22T19:48:15.675Z[ recovery-image] Jun 22 19:48:14.763 INFO O| Jun 22 19:48:14.762 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-06-22T19:48:15.681Z[ recovery-image] Jun 22 19:48:14.768 INFO O| Jun 22 19:48:14.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60812026-06-22T19:48:15.681Z[ recovery-image] Jun 22 19:48:14.768 INFO O| Jun 22 19:48:14.768 INFO STEP 426 (remove_files) COMPLETE
60822026-06-22T19:48:15.681Z[ recovery-image] Jun 22 19:48:14.768 INFO O| Jun 22 19:48:14.768 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-06-22T19:48:15.687Z[ recovery-image] Jun 22 19:48:14.773 INFO O| Jun 22 19:48:14.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60842026-06-22T19:48:15.687Z[ recovery-image] Jun 22 19:48:14.773 INFO O| Jun 22 19:48:14.773 INFO STEP 427 (remove_files) COMPLETE
60852026-06-22T19:48:15.687Z[ recovery-image] Jun 22 19:48:14.773 INFO O| Jun 22 19:48:14.773 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-06-22T19:48:15.691Z[ recovery-image] Jun 22 19:48:14.778 INFO O| Jun 22 19:48:14.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60872026-06-22T19:48:15.691Z[ recovery-image] Jun 22 19:48:14.778 INFO O| Jun 22 19:48:14.778 INFO STEP 428 (remove_files) COMPLETE
60882026-06-22T19:48:15.691Z[ recovery-image] Jun 22 19:48:14.778 INFO O| Jun 22 19:48:14.778 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-06-22T19:48:15.696Z[ recovery-image] Jun 22 19:48:14.783 INFO O| Jun 22 19:48:14.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60902026-06-22T19:48:15.696Z[ recovery-image] Jun 22 19:48:14.783 INFO O| Jun 22 19:48:14.783 INFO STEP 429 (remove_files) COMPLETE
60912026-06-22T19:48:15.696Z[ recovery-image] Jun 22 19:48:14.783 INFO O| Jun 22 19:48:14.783 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-06-22T19:48:15.701Z[ recovery-image] Jun 22 19:48:14.788 INFO O| Jun 22 19:48:14.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60932026-06-22T19:48:15.701Z[ recovery-image] Jun 22 19:48:14.788 INFO O| Jun 22 19:48:14.788 INFO STEP 430 (remove_files) COMPLETE
60942026-06-22T19:48:15.701Z[ recovery-image] Jun 22 19:48:14.788 INFO O| Jun 22 19:48:14.788 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-06-22T19:48:15.707Z[ recovery-image] Jun 22 19:48:14.793 INFO O| Jun 22 19:48:14.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60962026-06-22T19:48:15.707Z[ recovery-image] Jun 22 19:48:14.793 INFO O| Jun 22 19:48:14.793 INFO STEP 431 (remove_files) COMPLETE
60972026-06-22T19:48:15.707Z[ recovery-image] Jun 22 19:48:14.793 INFO O| Jun 22 19:48:14.793 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-06-22T19:48:15.711Z[ recovery-image] Jun 22 19:48:14.798 INFO O| Jun 22 19:48:14.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60992026-06-22T19:48:15.711Z[ recovery-image] Jun 22 19:48:14.798 INFO O| Jun 22 19:48:14.798 INFO STEP 432 (remove_files) COMPLETE
61002026-06-22T19:48:15.712Z[ recovery-image] Jun 22 19:48:14.798 INFO O| Jun 22 19:48:14.798 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-06-22T19:48:15.715Z[ recovery-image] Jun 22 19:48:14.803 INFO O| Jun 22 19:48:14.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61022026-06-22T19:48:15.721Z[ recovery-image] Jun 22 19:48:14.803 INFO O| Jun 22 19:48:14.803 INFO STEP 433 (remove_files) COMPLETE
61032026-06-22T19:48:15.721Z[ recovery-image] Jun 22 19:48:14.803 INFO O| Jun 22 19:48:14.803 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-06-22T19:48:15.725Z[ recovery-image] Jun 22 19:48:14.808 INFO O| Jun 22 19:48:14.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61052026-06-22T19:48:15.725Z[ recovery-image] Jun 22 19:48:14.808 INFO O| Jun 22 19:48:14.808 INFO STEP 434 (remove_files) COMPLETE
61062026-06-22T19:48:15.725Z[ recovery-image] Jun 22 19:48:14.808 INFO O| Jun 22 19:48:14.808 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-06-22T19:48:15.728Z[ recovery-image] Jun 22 19:48:14.814 INFO O| Jun 22 19:48:14.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61082026-06-22T19:48:15.729Z[ recovery-image] Jun 22 19:48:14.814 INFO O| Jun 22 19:48:14.814 INFO STEP 435 (remove_files) COMPLETE
61092026-06-22T19:48:15.729Z[ recovery-image] Jun 22 19:48:14.814 INFO O| Jun 22 19:48:14.814 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-06-22T19:48:15.733Z[ recovery-image] Jun 22 19:48:14.819 INFO O| Jun 22 19:48:14.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61112026-06-22T19:48:15.733Z[ recovery-image] Jun 22 19:48:14.819 INFO O| Jun 22 19:48:14.819 INFO STEP 436 (remove_files) COMPLETE
61122026-06-22T19:48:15.733Z[ recovery-image] Jun 22 19:48:14.819 INFO O| Jun 22 19:48:14.819 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-06-22T19:48:15.737Z[ recovery-image] Jun 22 19:48:14.824 INFO O| Jun 22 19:48:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61142026-06-22T19:48:15.737Z[ recovery-image] Jun 22 19:48:14.824 INFO O| Jun 22 19:48:14.824 INFO STEP 437 (remove_files) COMPLETE
61152026-06-22T19:48:15.737Z[ recovery-image] Jun 22 19:48:14.824 INFO O| Jun 22 19:48:14.824 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-06-22T19:48:15.742Z[ recovery-image] Jun 22 19:48:14.829 INFO O| Jun 22 19:48:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61172026-06-22T19:48:15.742Z[ recovery-image] Jun 22 19:48:14.829 INFO O| Jun 22 19:48:14.829 INFO STEP 438 (remove_files) COMPLETE
61182026-06-22T19:48:15.746Z[ recovery-image] Jun 22 19:48:14.829 INFO O| Jun 22 19:48:14.829 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-06-22T19:48:15.749Z[ recovery-image] Jun 22 19:48:14.834 INFO O| Jun 22 19:48:14.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61202026-06-22T19:48:15.750Z[ recovery-image] Jun 22 19:48:14.834 INFO O| Jun 22 19:48:14.834 INFO STEP 439 (remove_files) COMPLETE
61212026-06-22T19:48:15.750Z[ recovery-image] Jun 22 19:48:14.834 INFO O| Jun 22 19:48:14.834 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-06-22T19:48:15.753Z[ recovery-image] Jun 22 19:48:14.839 INFO O| Jun 22 19:48:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61232026-06-22T19:48:15.753Z[ recovery-image] Jun 22 19:48:14.839 INFO O| Jun 22 19:48:14.839 INFO STEP 440 (remove_files) COMPLETE
61242026-06-22T19:48:15.753Z[ recovery-image] Jun 22 19:48:14.839 INFO O| Jun 22 19:48:14.839 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-06-22T19:48:15.756Z[ recovery-image] Jun 22 19:48:14.844 INFO O| Jun 22 19:48:14.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61262026-06-22T19:48:15.756Z[ recovery-image] Jun 22 19:48:14.844 INFO O| Jun 22 19:48:14.844 INFO STEP 441 (remove_files) COMPLETE
61272026-06-22T19:48:15.759Z[ recovery-image] Jun 22 19:48:14.844 INFO O| Jun 22 19:48:14.844 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-06-22T19:48:15.762Z[ recovery-image] Jun 22 19:48:14.849 INFO O| Jun 22 19:48:14.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61292026-06-22T19:48:15.762Z[ recovery-image] Jun 22 19:48:14.849 INFO O| Jun 22 19:48:14.849 INFO STEP 442 (remove_files) COMPLETE
61302026-06-22T19:48:15.762Z[ recovery-image] Jun 22 19:48:14.849 INFO O| Jun 22 19:48:14.849 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-06-22T19:48:15.766Z[ recovery-image] Jun 22 19:48:14.854 INFO O| Jun 22 19:48:14.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61322026-06-22T19:48:15.770Z[ recovery-image] Jun 22 19:48:14.854 INFO O| Jun 22 19:48:14.854 INFO STEP 443 (remove_files) COMPLETE
61332026-06-22T19:48:15.770Z[ recovery-image] Jun 22 19:48:14.854 INFO O| Jun 22 19:48:14.854 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-06-22T19:48:15.775Z[ recovery-image] Jun 22 19:48:14.859 INFO O| Jun 22 19:48:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61352026-06-22T19:48:15.775Z[ recovery-image] Jun 22 19:48:14.859 INFO O| Jun 22 19:48:14.859 INFO STEP 444 (remove_files) COMPLETE
61362026-06-22T19:48:15.775Z[ recovery-image] Jun 22 19:48:14.859 INFO O| Jun 22 19:48:14.859 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-06-22T19:48:15.778Z[ recovery-image] Jun 22 19:48:14.865 INFO O| Jun 22 19:48:14.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61382026-06-22T19:48:15.778Z[ recovery-image] Jun 22 19:48:14.865 INFO O| Jun 22 19:48:14.865 INFO STEP 445 (remove_files) COMPLETE
61392026-06-22T19:48:15.779Z[ recovery-image] Jun 22 19:48:14.865 INFO O| Jun 22 19:48:14.865 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-06-22T19:48:15.782Z[ recovery-image] Jun 22 19:48:14.870 INFO O| Jun 22 19:48:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61412026-06-22T19:48:15.782Z[ recovery-image] Jun 22 19:48:14.870 INFO O| Jun 22 19:48:14.870 INFO STEP 446 (remove_files) COMPLETE
61422026-06-22T19:48:15.785Z[ recovery-image] Jun 22 19:48:14.870 INFO O| Jun 22 19:48:14.870 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-06-22T19:48:15.788Z[ recovery-image] Jun 22 19:48:14.875 INFO O| Jun 22 19:48:14.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61442026-06-22T19:48:15.788Z[ recovery-image] Jun 22 19:48:14.875 INFO O| Jun 22 19:48:14.875 INFO STEP 447 (remove_files) COMPLETE
61452026-06-22T19:48:15.788Z[ recovery-image] Jun 22 19:48:14.875 INFO O| Jun 22 19:48:14.875 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-06-22T19:48:15.792Z[ recovery-image] Jun 22 19:48:14.880 INFO O| Jun 22 19:48:14.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61472026-06-22T19:48:15.792Z[ recovery-image] Jun 22 19:48:14.880 INFO O| Jun 22 19:48:14.880 INFO STEP 448 (remove_files) COMPLETE
61482026-06-22T19:48:15.861Z[ recovery-image] Jun 22 19:48:14.880 INFO O| Jun 22 19:48:14.880 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-06-22T19:48:15.861Z[ recovery-image] Jun 22 19:48:14.887 INFO O| Jun 22 19:48:14.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61502026-06-22T19:48:15.861Z[ recovery-image] Jun 22 19:48:14.887 INFO O| Jun 22 19:48:14.887 INFO STEP 449 (remove_files) COMPLETE
61512026-06-22T19:48:15.861Z[ recovery-image] Jun 22 19:48:14.887 INFO O| Jun 22 19:48:14.887 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-06-22T19:48:15.861Z[ recovery-image] Jun 22 19:48:14.893 INFO O| Jun 22 19:48:14.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61532026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.893 INFO O| Jun 22 19:48:14.893 INFO STEP 450 (remove_files) COMPLETE
61542026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.893 INFO O| Jun 22 19:48:14.893 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.899 INFO O| Jun 22 19:48:14.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61562026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.899 INFO O| Jun 22 19:48:14.899 INFO STEP 451 (remove_files) COMPLETE
61572026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.899 INFO O| Jun 22 19:48:14.899 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.905 INFO O| Jun 22 19:48:14.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61592026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.905 INFO O| Jun 22 19:48:14.905 INFO STEP 452 (remove_files) COMPLETE
61602026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.905 INFO O| Jun 22 19:48:14.905 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.911 INFO O| Jun 22 19:48:14.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61622026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.911 INFO O| Jun 22 19:48:14.911 INFO STEP 453 (remove_files) COMPLETE
61632026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.911 INFO O| Jun 22 19:48:14.911 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.917 INFO O| Jun 22 19:48:14.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61652026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.917 INFO O| Jun 22 19:48:14.917 INFO STEP 454 (remove_files) COMPLETE
61662026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.917 INFO O| Jun 22 19:48:14.917 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.923 INFO O| Jun 22 19:48:14.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61682026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.923 INFO O| Jun 22 19:48:14.923 INFO STEP 455 (remove_files) COMPLETE
61692026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.923 INFO O| Jun 22 19:48:14.923 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.929 INFO O| Jun 22 19:48:14.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61712026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.929 INFO O| Jun 22 19:48:14.929 INFO STEP 456 (remove_files) COMPLETE
61722026-06-22T19:48:15.862Z[ recovery-image] Jun 22 19:48:14.929 INFO O| Jun 22 19:48:14.929 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.935 INFO O| Jun 22 19:48:14.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61742026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.935 INFO O| Jun 22 19:48:14.935 INFO STEP 457 (remove_files) COMPLETE
61752026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.935 INFO O| Jun 22 19:48:14.935 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.940 INFO O| Jun 22 19:48:14.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61772026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.940 INFO O| Jun 22 19:48:14.940 INFO STEP 458 (remove_files) COMPLETE
61782026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.940 INFO O| Jun 22 19:48:14.940 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.948 INFO O| Jun 22 19:48:14.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61802026-06-22T19:48:15.866Z[ recovery-image] Jun 22 19:48:14.948 INFO O| Jun 22 19:48:14.948 INFO STEP 459 (remove_files) COMPLETE
61812026-06-22T19:48:15.867Z[ recovery-image] Jun 22 19:48:14.948 INFO O| Jun 22 19:48:14.948 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-06-22T19:48:15.870Z[ recovery-image] Jun 22 19:48:14.954 INFO O| Jun 22 19:48:14.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61832026-06-22T19:48:15.870Z[ recovery-image] Jun 22 19:48:14.954 INFO O| Jun 22 19:48:14.954 INFO STEP 460 (remove_files) COMPLETE
61842026-06-22T19:48:15.870Z[ recovery-image] Jun 22 19:48:14.954 INFO O| Jun 22 19:48:14.954 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-06-22T19:48:15.873Z[ recovery-image] Jun 22 19:48:14.960 INFO O| Jun 22 19:48:14.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61862026-06-22T19:48:15.874Z[ recovery-image] Jun 22 19:48:14.960 INFO O| Jun 22 19:48:14.960 INFO STEP 461 (remove_files) COMPLETE
61872026-06-22T19:48:15.874Z[ recovery-image] Jun 22 19:48:14.960 INFO O| Jun 22 19:48:14.960 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-06-22T19:48:15.879Z[ recovery-image] Jun 22 19:48:14.966 INFO O| Jun 22 19:48:14.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61892026-06-22T19:48:15.879Z[ recovery-image] Jun 22 19:48:14.966 INFO O| Jun 22 19:48:14.966 INFO STEP 462 (remove_files) COMPLETE
61902026-06-22T19:48:15.879Z[ recovery-image] Jun 22 19:48:14.966 INFO O| Jun 22 19:48:14.966 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-06-22T19:48:15.885Z[ recovery-image] Jun 22 19:48:14.973 INFO O| Jun 22 19:48:14.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61922026-06-22T19:48:15.889Z[ recovery-image] Jun 22 19:48:14.973 INFO O| Jun 22 19:48:14.973 INFO STEP 463 (remove_files) COMPLETE
61932026-06-22T19:48:15.889Z[ recovery-image] Jun 22 19:48:14.973 INFO O| Jun 22 19:48:14.973 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-06-22T19:48:15.893Z[ recovery-image] Jun 22 19:48:14.979 INFO O| Jun 22 19:48:14.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61952026-06-22T19:48:15.893Z[ recovery-image] Jun 22 19:48:14.979 INFO O| Jun 22 19:48:14.979 INFO STEP 464 (remove_files) COMPLETE
61962026-06-22T19:48:15.893Z[ recovery-image] Jun 22 19:48:14.979 INFO O| Jun 22 19:48:14.979 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-06-22T19:48:15.898Z[ recovery-image] Jun 22 19:48:14.985 INFO O| Jun 22 19:48:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61982026-06-22T19:48:15.898Z[ recovery-image] Jun 22 19:48:14.985 INFO O| Jun 22 19:48:14.985 INFO STEP 465 (remove_files) COMPLETE
61992026-06-22T19:48:15.901Z[ recovery-image] Jun 22 19:48:14.985 INFO O| Jun 22 19:48:14.985 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-06-22T19:48:15.904Z[ recovery-image] Jun 22 19:48:14.991 INFO O| Jun 22 19:48:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62012026-06-22T19:48:15.904Z[ recovery-image] Jun 22 19:48:14.991 INFO O| Jun 22 19:48:14.991 INFO STEP 466 (remove_files) COMPLETE
62022026-06-22T19:48:15.904Z[ recovery-image] Jun 22 19:48:14.991 INFO O| Jun 22 19:48:14.991 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-06-22T19:48:15.909Z[ recovery-image] Jun 22 19:48:14.997 INFO O| Jun 22 19:48:14.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62042026-06-22T19:48:15.909Z[ recovery-image] Jun 22 19:48:14.997 INFO O| Jun 22 19:48:14.997 INFO STEP 467 (remove_files) COMPLETE
62052026-06-22T19:48:15.909Z[ recovery-image] Jun 22 19:48:14.997 INFO O| Jun 22 19:48:14.997 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-06-22T19:48:15.915Z[ recovery-image] Jun 22 19:48:15.002 INFO O| Jun 22 19:48:15.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62072026-06-22T19:48:15.918Z[ recovery-image] Jun 22 19:48:15.003 INFO O| Jun 22 19:48:15.003 INFO STEP 468 (remove_files) COMPLETE
62082026-06-22T19:48:15.918Z[ recovery-image] Jun 22 19:48:15.003 INFO O| Jun 22 19:48:15.003 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-06-22T19:48:15.923Z[ recovery-image] Jun 22 19:48:15.010 INFO O| Jun 22 19:48:15.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62102026-06-22T19:48:15.923Z[ recovery-image] Jun 22 19:48:15.011 INFO O| Jun 22 19:48:15.010 INFO STEP 469 (remove_files) COMPLETE
62112026-06-22T19:48:15.923Z[ recovery-image] Jun 22 19:48:15.011 INFO O| Jun 22 19:48:15.010 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-06-22T19:48:15.929Z[ recovery-image] Jun 22 19:48:15.016 INFO O| Jun 22 19:48:15.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62132026-06-22T19:48:15.929Z[ recovery-image] Jun 22 19:48:15.016 INFO O| Jun 22 19:48:15.016 INFO STEP 470 (remove_files) COMPLETE
62142026-06-22T19:48:15.932Z[ recovery-image] Jun 22 19:48:15.016 INFO O| Jun 22 19:48:15.016 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-06-22T19:48:15.936Z[ recovery-image] Jun 22 19:48:15.023 INFO O| Jun 22 19:48:15.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62162026-06-22T19:48:15.939Z[ recovery-image] Jun 22 19:48:15.023 INFO O| Jun 22 19:48:15.023 INFO STEP 471 (remove_files) COMPLETE
62172026-06-22T19:48:15.939Z[ recovery-image] Jun 22 19:48:15.023 INFO O| Jun 22 19:48:15.023 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-06-22T19:48:15.942Z[ recovery-image] Jun 22 19:48:15.030 INFO O| Jun 22 19:48:15.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
62192026-06-22T19:48:15.946Z[ recovery-image] Jun 22 19:48:15.030 INFO O| Jun 22 19:48:15.030 INFO STEP 472 (remove_files) COMPLETE
62202026-06-22T19:48:15.946Z[ recovery-image] Jun 22 19:48:15.030 INFO O| Jun 22 19:48:15.030 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-06-22T19:48:15.949Z[ recovery-image] Jun 22 19:48:15.036 INFO O| Jun 22 19:48:15.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
62222026-06-22T19:48:15.949Z[ recovery-image] Jun 22 19:48:15.036 INFO O| Jun 22 19:48:15.036 INFO STEP 473 (remove_files) COMPLETE
62232026-06-22T19:48:15.949Z[ recovery-image] Jun 22 19:48:15.036 INFO O| Jun 22 19:48:15.036 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-06-22T19:48:15.955Z[ recovery-image] Jun 22 19:48:15.042 INFO O| Jun 22 19:48:15.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
62252026-06-22T19:48:15.955Z[ recovery-image] Jun 22 19:48:15.042 INFO O| Jun 22 19:48:15.042 INFO STEP 474 (remove_files) COMPLETE
62262026-06-22T19:48:15.958Z[ recovery-image] Jun 22 19:48:15.043 INFO O| Jun 22 19:48:15.042 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-06-22T19:48:15.962Z[ recovery-image] Jun 22 19:48:15.049 INFO O| Jun 22 19:48:15.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62282026-06-22T19:48:15.962Z[ recovery-image] Jun 22 19:48:15.049 INFO O| Jun 22 19:48:15.049 INFO STEP 475 (remove_files) COMPLETE
62292026-06-22T19:48:15.962Z[ recovery-image] Jun 22 19:48:15.049 INFO O| Jun 22 19:48:15.049 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-06-22T19:48:15.968Z[ recovery-image] Jun 22 19:48:15.055 INFO O| Jun 22 19:48:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62312026-06-22T19:48:15.968Z[ recovery-image] Jun 22 19:48:15.056 INFO O| Jun 22 19:48:15.056 INFO STEP 476 (remove_files) COMPLETE
62322026-06-22T19:48:15.971Z[ recovery-image] Jun 22 19:48:15.056 INFO O| Jun 22 19:48:15.056 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-06-22T19:48:15.974Z[ recovery-image] Jun 22 19:48:15.061 INFO O| Jun 22 19:48:15.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62342026-06-22T19:48:15.974Z[ recovery-image] Jun 22 19:48:15.062 INFO O| Jun 22 19:48:15.061 INFO STEP 477 (remove_files) COMPLETE
62352026-06-22T19:48:15.974Z[ recovery-image] Jun 22 19:48:15.062 INFO O| Jun 22 19:48:15.062 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-06-22T19:48:15.981Z[ recovery-image] Jun 22 19:48:15.068 INFO O| Jun 22 19:48:15.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62372026-06-22T19:48:15.981Z[ recovery-image] Jun 22 19:48:15.069 INFO O| Jun 22 19:48:15.068 INFO STEP 478 (remove_files) COMPLETE
62382026-06-22T19:48:15.981Z[ recovery-image] Jun 22 19:48:15.069 INFO O| Jun 22 19:48:15.069 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-06-22T19:48:15.987Z[ recovery-image] Jun 22 19:48:15.075 INFO O| Jun 22 19:48:15.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62402026-06-22T19:48:15.987Z[ recovery-image] Jun 22 19:48:15.075 INFO O| Jun 22 19:48:15.075 INFO STEP 479 (remove_files) COMPLETE
62412026-06-22T19:48:15.991Z[ recovery-image] Jun 22 19:48:15.075 INFO O| Jun 22 19:48:15.075 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-06-22T19:48:15.994Z[ recovery-image] Jun 22 19:48:15.081 INFO O| Jun 22 19:48:15.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62432026-06-22T19:48:15.994Z[ recovery-image] Jun 22 19:48:15.081 INFO O| Jun 22 19:48:15.081 INFO STEP 480 (remove_files) COMPLETE
62442026-06-22T19:48:15.994Z[ recovery-image] Jun 22 19:48:15.081 INFO O| Jun 22 19:48:15.081 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-06-22T19:48:16.001Z[ recovery-image] Jun 22 19:48:15.088 INFO O| Jun 22 19:48:15.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62462026-06-22T19:48:16.001Z[ recovery-image] Jun 22 19:48:15.088 INFO O| Jun 22 19:48:15.088 INFO STEP 481 (remove_files) COMPLETE
62472026-06-22T19:48:16.004Z[ recovery-image] Jun 22 19:48:15.088 INFO O| Jun 22 19:48:15.088 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-06-22T19:48:16.008Z[ recovery-image] Jun 22 19:48:15.095 INFO O| Jun 22 19:48:15.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62492026-06-22T19:48:16.008Z[ recovery-image] Jun 22 19:48:15.095 INFO O| Jun 22 19:48:15.095 INFO STEP 482 (remove_files) COMPLETE
62502026-06-22T19:48:16.008Z[ recovery-image] Jun 22 19:48:15.095 INFO O| Jun 22 19:48:15.095 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-06-22T19:48:16.014Z[ recovery-image] Jun 22 19:48:15.102 INFO O| Jun 22 19:48:15.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62522026-06-22T19:48:16.019Z[ recovery-image] Jun 22 19:48:15.102 INFO O| Jun 22 19:48:15.102 INFO STEP 483 (remove_files) COMPLETE
62532026-06-22T19:48:16.019Z[ recovery-image] Jun 22 19:48:15.102 INFO O| Jun 22 19:48:15.102 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-06-22T19:48:16.023Z[ recovery-image] Jun 22 19:48:15.108 INFO O| Jun 22 19:48:15.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62552026-06-22T19:48:16.023Z[ recovery-image] Jun 22 19:48:15.108 INFO O| Jun 22 19:48:15.108 INFO STEP 484 (remove_files) COMPLETE
62562026-06-22T19:48:16.023Z[ recovery-image] Jun 22 19:48:15.108 INFO O| Jun 22 19:48:15.108 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-06-22T19:48:16.027Z[ recovery-image] Jun 22 19:48:15.115 INFO O| Jun 22 19:48:15.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62582026-06-22T19:48:16.027Z[ recovery-image] Jun 22 19:48:15.115 INFO O| Jun 22 19:48:15.115 INFO STEP 485 (remove_files) COMPLETE
62592026-06-22T19:48:16.031Z[ recovery-image] Jun 22 19:48:15.115 INFO O| Jun 22 19:48:15.115 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-06-22T19:48:16.036Z[ recovery-image] Jun 22 19:48:15.122 INFO O| Jun 22 19:48:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62612026-06-22T19:48:16.036Z[ recovery-image] Jun 22 19:48:15.122 INFO O| Jun 22 19:48:15.122 INFO STEP 486 (remove_files) COMPLETE
62622026-06-22T19:48:16.036Z[ recovery-image] Jun 22 19:48:15.122 INFO O| Jun 22 19:48:15.122 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-06-22T19:48:16.041Z[ recovery-image] Jun 22 19:48:15.128 INFO O| Jun 22 19:48:15.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62642026-06-22T19:48:16.041Z[ recovery-image] Jun 22 19:48:15.128 INFO O| Jun 22 19:48:15.128 INFO STEP 487 (remove_files) COMPLETE
62652026-06-22T19:48:16.041Z[ recovery-image] Jun 22 19:48:15.128 INFO O| Jun 22 19:48:15.128 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-06-22T19:48:16.046Z[ recovery-image] Jun 22 19:48:15.134 INFO O| Jun 22 19:48:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62672026-06-22T19:48:16.046Z[ recovery-image] Jun 22 19:48:15.134 INFO O| Jun 22 19:48:15.134 INFO STEP 488 (remove_files) COMPLETE
62682026-06-22T19:48:16.052Z[ recovery-image] Jun 22 19:48:15.134 INFO O| Jun 22 19:48:15.134 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-06-22T19:48:16.056Z[ recovery-image] Jun 22 19:48:15.140 INFO O| Jun 22 19:48:15.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62702026-06-22T19:48:16.056Z[ recovery-image] Jun 22 19:48:15.140 INFO O| Jun 22 19:48:15.140 INFO STEP 489 (remove_files) COMPLETE
62712026-06-22T19:48:16.056Z[ recovery-image] Jun 22 19:48:15.140 INFO O| Jun 22 19:48:15.140 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-06-22T19:48:16.059Z[ recovery-image] Jun 22 19:48:15.146 INFO O| Jun 22 19:48:15.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62732026-06-22T19:48:16.059Z[ recovery-image] Jun 22 19:48:15.146 INFO O| Jun 22 19:48:15.146 INFO STEP 490 (remove_files) COMPLETE
62742026-06-22T19:48:16.059Z[ recovery-image] Jun 22 19:48:15.146 INFO O| Jun 22 19:48:15.146 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-06-22T19:48:16.065Z[ recovery-image] Jun 22 19:48:15.152 INFO O| Jun 22 19:48:15.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62762026-06-22T19:48:16.068Z[ recovery-image] Jun 22 19:48:15.153 INFO O| Jun 22 19:48:15.153 INFO STEP 491 (remove_files) COMPLETE
62772026-06-22T19:48:16.068Z[ recovery-image] Jun 22 19:48:15.153 INFO O| Jun 22 19:48:15.153 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-06-22T19:48:16.072Z[ recovery-image] Jun 22 19:48:15.159 INFO O| Jun 22 19:48:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62792026-06-22T19:48:16.072Z[ recovery-image] Jun 22 19:48:15.159 INFO O| Jun 22 19:48:15.159 INFO STEP 492 (remove_files) COMPLETE
62802026-06-22T19:48:16.072Z[ recovery-image] Jun 22 19:48:15.159 INFO O| Jun 22 19:48:15.159 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-06-22T19:48:16.078Z[ recovery-image] Jun 22 19:48:15.165 INFO O| Jun 22 19:48:15.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62822026-06-22T19:48:16.082Z[ recovery-image] Jun 22 19:48:15.166 INFO O| Jun 22 19:48:15.166 INFO STEP 493 (remove_files) COMPLETE
62832026-06-22T19:48:16.082Z[ recovery-image] Jun 22 19:48:15.166 INFO O| Jun 22 19:48:15.166 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-06-22T19:48:16.086Z[ recovery-image] Jun 22 19:48:15.173 INFO O| Jun 22 19:48:15.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62852026-06-22T19:48:16.086Z[ recovery-image] Jun 22 19:48:15.173 INFO O| Jun 22 19:48:15.173 INFO STEP 494 (remove_files) COMPLETE
62862026-06-22T19:48:16.086Z[ recovery-image] Jun 22 19:48:15.173 INFO O| Jun 22 19:48:15.173 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-06-22T19:48:16.092Z[ recovery-image] Jun 22 19:48:15.179 INFO O| Jun 22 19:48:15.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62882026-06-22T19:48:16.096Z[ recovery-image] Jun 22 19:48:15.179 INFO O| Jun 22 19:48:15.179 INFO STEP 495 (remove_files) COMPLETE
62892026-06-22T19:48:16.097Z[ recovery-image] Jun 22 19:48:15.179 INFO O| Jun 22 19:48:15.179 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-06-22T19:48:16.101Z[ recovery-image] Jun 22 19:48:15.184 INFO O| Jun 22 19:48:15.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62912026-06-22T19:48:16.101Z[ recovery-image] Jun 22 19:48:15.184 INFO O| Jun 22 19:48:15.184 INFO STEP 496 (remove_files) COMPLETE
62922026-06-22T19:48:16.101Z[ recovery-image] Jun 22 19:48:15.184 INFO O| Jun 22 19:48:15.184 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-06-22T19:48:16.105Z[ recovery-image] Jun 22 19:48:15.191 INFO O| Jun 22 19:48:15.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62942026-06-22T19:48:16.105Z[ recovery-image] Jun 22 19:48:15.191 INFO O| Jun 22 19:48:15.191 INFO STEP 497 (remove_files) COMPLETE
62952026-06-22T19:48:16.105Z[ recovery-image] Jun 22 19:48:15.191 INFO O| Jun 22 19:48:15.191 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-06-22T19:48:16.109Z[ recovery-image] Jun 22 19:48:15.197 INFO O| Jun 22 19:48:15.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62972026-06-22T19:48:16.109Z[ recovery-image] Jun 22 19:48:15.197 INFO O| Jun 22 19:48:15.197 INFO STEP 498 (remove_files) COMPLETE
62982026-06-22T19:48:16.109Z[ recovery-image] Jun 22 19:48:15.197 INFO O| Jun 22 19:48:15.197 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-06-22T19:48:16.116Z[ recovery-image] Jun 22 19:48:15.204 INFO O| Jun 22 19:48:15.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63002026-06-22T19:48:16.120Z[ recovery-image] Jun 22 19:48:15.204 INFO O| Jun 22 19:48:15.204 INFO STEP 499 (remove_files) COMPLETE
63012026-06-22T19:48:16.120Z[ recovery-image] Jun 22 19:48:15.204 INFO O| Jun 22 19:48:15.204 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-06-22T19:48:16.124Z[ recovery-image] Jun 22 19:48:15.210 INFO O| Jun 22 19:48:15.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63032026-06-22T19:48:16.124Z[ recovery-image] Jun 22 19:48:15.210 INFO O| Jun 22 19:48:15.210 INFO STEP 500 (remove_files) COMPLETE
63042026-06-22T19:48:16.124Z[ recovery-image] Jun 22 19:48:15.210 INFO O| Jun 22 19:48:15.210 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-06-22T19:48:16.130Z[ recovery-image] Jun 22 19:48:15.216 INFO O| Jun 22 19:48:15.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63062026-06-22T19:48:16.130Z[ recovery-image] Jun 22 19:48:15.216 INFO O| Jun 22 19:48:15.216 INFO STEP 501 (remove_files) COMPLETE
63072026-06-22T19:48:16.133Z[ recovery-image] Jun 22 19:48:15.216 INFO O| Jun 22 19:48:15.216 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-06-22T19:48:16.137Z[ recovery-image] Jun 22 19:48:15.222 INFO O| Jun 22 19:48:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63092026-06-22T19:48:16.137Z[ recovery-image] Jun 22 19:48:15.222 INFO O| Jun 22 19:48:15.222 INFO STEP 502 (remove_files) COMPLETE
63102026-06-22T19:48:16.137Z[ recovery-image] Jun 22 19:48:15.222 INFO O| Jun 22 19:48:15.222 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-06-22T19:48:16.141Z[ recovery-image] Jun 22 19:48:15.228 INFO O| Jun 22 19:48:15.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63122026-06-22T19:48:16.144Z[ recovery-image] Jun 22 19:48:15.228 INFO O| Jun 22 19:48:15.228 INFO STEP 503 (remove_files) COMPLETE
63132026-06-22T19:48:16.144Z[ recovery-image] Jun 22 19:48:15.228 INFO O| Jun 22 19:48:15.228 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-06-22T19:48:16.148Z[ recovery-image] Jun 22 19:48:15.234 INFO O| Jun 22 19:48:15.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63152026-06-22T19:48:16.148Z[ recovery-image] Jun 22 19:48:15.234 INFO O| Jun 22 19:48:15.234 INFO STEP 504 (remove_files) COMPLETE
63162026-06-22T19:48:16.148Z[ recovery-image] Jun 22 19:48:15.234 INFO O| Jun 22 19:48:15.234 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-06-22T19:48:16.152Z[ recovery-image] Jun 22 19:48:15.240 INFO O| Jun 22 19:48:15.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63182026-06-22T19:48:16.152Z[ recovery-image] Jun 22 19:48:15.240 INFO O| Jun 22 19:48:15.240 INFO STEP 505 (remove_files) COMPLETE
63192026-06-22T19:48:16.156Z[ recovery-image] Jun 22 19:48:15.240 INFO O| Jun 22 19:48:15.240 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-06-22T19:48:16.159Z[ recovery-image] Jun 22 19:48:15.246 INFO O| Jun 22 19:48:15.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63212026-06-22T19:48:16.159Z[ recovery-image] Jun 22 19:48:15.246 INFO O| Jun 22 19:48:15.246 INFO STEP 506 (remove_files) COMPLETE
63222026-06-22T19:48:16.159Z[ recovery-image] Jun 22 19:48:15.246 INFO O| Jun 22 19:48:15.246 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-06-22T19:48:16.165Z[ recovery-image] Jun 22 19:48:15.253 INFO O| Jun 22 19:48:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63242026-06-22T19:48:16.165Z[ recovery-image] Jun 22 19:48:15.253 INFO O| Jun 22 19:48:15.253 INFO STEP 507 (remove_files) COMPLETE
63252026-06-22T19:48:16.165Z[ recovery-image] Jun 22 19:48:15.253 INFO O| Jun 22 19:48:15.253 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-06-22T19:48:16.173Z[ recovery-image] Jun 22 19:48:15.260 INFO O| Jun 22 19:48:15.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
63272026-06-22T19:48:16.173Z[ recovery-image] Jun 22 19:48:15.260 INFO O| Jun 22 19:48:15.260 INFO STEP 508 (remove_files) COMPLETE
63282026-06-22T19:48:16.178Z[ recovery-image] Jun 22 19:48:15.260 INFO O| Jun 22 19:48:15.260 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-06-22T19:48:16.183Z[ recovery-image] Jun 22 19:48:15.266 INFO O| Jun 22 19:48:15.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
63302026-06-22T19:48:16.183Z[ recovery-image] Jun 22 19:48:15.266 INFO O| Jun 22 19:48:15.266 INFO STEP 509 (remove_files) COMPLETE
63312026-06-22T19:48:16.183Z[ recovery-image] Jun 22 19:48:15.266 INFO O| Jun 22 19:48:15.266 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-06-22T19:48:16.188Z[ recovery-image] Jun 22 19:48:15.272 INFO O| Jun 22 19:48:15.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
63332026-06-22T19:48:16.188Z[ recovery-image] Jun 22 19:48:15.272 INFO O| Jun 22 19:48:15.272 INFO STEP 510 (remove_files) COMPLETE
63342026-06-22T19:48:16.188Z[ recovery-image] Jun 22 19:48:15.272 INFO O| Jun 22 19:48:15.272 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-06-22T19:48:16.193Z[ recovery-image] Jun 22 19:48:15.279 INFO O| Jun 22 19:48:15.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
63362026-06-22T19:48:16.193Z[ recovery-image] Jun 22 19:48:15.279 INFO O| Jun 22 19:48:15.279 INFO STEP 511 (remove_files) COMPLETE
63372026-06-22T19:48:16.193Z[ recovery-image] Jun 22 19:48:15.279 INFO O| Jun 22 19:48:15.279 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-06-22T19:48:16.202Z[ recovery-image] Jun 22 19:48:15.285 INFO O| Jun 22 19:48:15.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63392026-06-22T19:48:16.202Z[ recovery-image] Jun 22 19:48:15.285 INFO O| Jun 22 19:48:15.285 INFO STEP 512 (remove_files) COMPLETE
63402026-06-22T19:48:16.209Z[ recovery-image] Jun 22 19:48:15.285 INFO O| Jun 22 19:48:15.285 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-06-22T19:48:16.210Z[ recovery-image] Jun 22 19:48:15.291 INFO O| Jun 22 19:48:15.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63422026-06-22T19:48:16.210Z[ recovery-image] Jun 22 19:48:15.291 INFO O| Jun 22 19:48:15.291 INFO STEP 513 (remove_files) COMPLETE
63432026-06-22T19:48:16.210Z[ recovery-image] Jun 22 19:48:15.291 INFO O| Jun 22 19:48:15.291 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-06-22T19:48:16.214Z[ recovery-image] Jun 22 19:48:15.296 INFO O| Jun 22 19:48:15.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63452026-06-22T19:48:16.214Z[ recovery-image] Jun 22 19:48:15.296 INFO O| Jun 22 19:48:15.296 INFO STEP 514 (remove_files) COMPLETE
63462026-06-22T19:48:16.214Z[ recovery-image] Jun 22 19:48:15.296 INFO O| Jun 22 19:48:15.296 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-06-22T19:48:16.223Z[ recovery-image] Jun 22 19:48:15.302 INFO O| Jun 22 19:48:15.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63482026-06-22T19:48:16.223Z[ recovery-image] Jun 22 19:48:15.302 INFO O| Jun 22 19:48:15.302 INFO STEP 515 (remove_files) COMPLETE
63492026-06-22T19:48:16.223Z[ recovery-image] Jun 22 19:48:15.302 INFO O| Jun 22 19:48:15.302 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.308 INFO O| Jun 22 19:48:15.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63512026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.308 INFO O| Jun 22 19:48:15.308 INFO STEP 516 (remove_files) COMPLETE
63522026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.308 INFO O| Jun 22 19:48:15.308 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.313 INFO O| Jun 22 19:48:15.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63542026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.313 INFO O| Jun 22 19:48:15.313 INFO STEP 517 (remove_files) COMPLETE
63552026-06-22T19:48:16.227Z[ recovery-image] Jun 22 19:48:15.313 INFO O| Jun 22 19:48:15.313 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-06-22T19:48:16.232Z[ recovery-image] Jun 22 19:48:15.319 INFO O| Jun 22 19:48:15.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63572026-06-22T19:48:16.232Z[ recovery-image] Jun 22 19:48:15.319 INFO O| Jun 22 19:48:15.319 INFO STEP 518 (remove_files) COMPLETE
63582026-06-22T19:48:16.235Z[ recovery-image] Jun 22 19:48:15.319 INFO O| Jun 22 19:48:15.319 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-06-22T19:48:16.239Z[ recovery-image] Jun 22 19:48:15.326 INFO O| Jun 22 19:48:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63602026-06-22T19:48:16.239Z[ recovery-image] Jun 22 19:48:15.326 INFO O| Jun 22 19:48:15.326 INFO STEP 519 (remove_files) COMPLETE
63612026-06-22T19:48:16.239Z[ recovery-image] Jun 22 19:48:15.326 INFO O| Jun 22 19:48:15.326 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-06-22T19:48:16.252Z[ recovery-image] Jun 22 19:48:15.332 INFO O| Jun 22 19:48:15.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63632026-06-22T19:48:16.257Z[ recovery-image] Jun 22 19:48:15.332 INFO O| Jun 22 19:48:15.332 INFO STEP 520 (remove_files) COMPLETE
63642026-06-22T19:48:16.257Z[ recovery-image] Jun 22 19:48:15.332 INFO O| Jun 22 19:48:15.332 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-06-22T19:48:16.257Z[ recovery-image] Jun 22 19:48:15.338 INFO O| Jun 22 19:48:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63662026-06-22T19:48:16.257Z[ recovery-image] Jun 22 19:48:15.338 INFO O| Jun 22 19:48:15.338 INFO STEP 521 (remove_files) COMPLETE
63672026-06-22T19:48:16.257Z[ recovery-image] Jun 22 19:48:15.338 INFO O| Jun 22 19:48:15.338 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-06-22T19:48:16.261Z[ recovery-image] Jun 22 19:48:15.344 INFO O| Jun 22 19:48:15.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63692026-06-22T19:48:16.261Z[ recovery-image] Jun 22 19:48:15.344 INFO O| Jun 22 19:48:15.344 INFO STEP 522 (remove_files) COMPLETE
63702026-06-22T19:48:16.261Z[ recovery-image] Jun 22 19:48:15.344 INFO O| Jun 22 19:48:15.344 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-06-22T19:48:16.265Z[ recovery-image] Jun 22 19:48:15.351 INFO O| Jun 22 19:48:15.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63722026-06-22T19:48:16.265Z[ recovery-image] Jun 22 19:48:15.351 INFO O| Jun 22 19:48:15.351 INFO STEP 523 (remove_files) COMPLETE
63732026-06-22T19:48:16.265Z[ recovery-image] Jun 22 19:48:15.351 INFO O| Jun 22 19:48:15.351 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-06-22T19:48:16.270Z[ recovery-image] Jun 22 19:48:15.357 INFO O| Jun 22 19:48:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63752026-06-22T19:48:16.270Z[ recovery-image] Jun 22 19:48:15.357 INFO O| Jun 22 19:48:15.357 INFO STEP 524 (remove_files) COMPLETE
63762026-06-22T19:48:16.270Z[ recovery-image] Jun 22 19:48:15.357 INFO O| Jun 22 19:48:15.357 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-06-22T19:48:16.275Z[ recovery-image] Jun 22 19:48:15.363 INFO O| Jun 22 19:48:15.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63782026-06-22T19:48:16.275Z[ recovery-image] Jun 22 19:48:15.363 INFO O| Jun 22 19:48:15.363 INFO STEP 525 (remove_files) COMPLETE
63792026-06-22T19:48:16.280Z[ recovery-image] Jun 22 19:48:15.363 INFO O| Jun 22 19:48:15.363 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-06-22T19:48:16.283Z[ recovery-image] Jun 22 19:48:15.369 INFO O| Jun 22 19:48:15.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63812026-06-22T19:48:16.283Z[ recovery-image] Jun 22 19:48:15.369 INFO O| Jun 22 19:48:15.369 INFO STEP 526 (remove_files) COMPLETE
63822026-06-22T19:48:16.283Z[ recovery-image] Jun 22 19:48:15.369 INFO O| Jun 22 19:48:15.369 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-06-22T19:48:16.287Z[ recovery-image] Jun 22 19:48:15.374 INFO O| Jun 22 19:48:15.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63842026-06-22T19:48:16.287Z[ recovery-image] Jun 22 19:48:15.374 INFO O| Jun 22 19:48:15.374 INFO STEP 527 (remove_files) COMPLETE
63852026-06-22T19:48:16.287Z[ recovery-image] Jun 22 19:48:15.374 INFO O| Jun 22 19:48:15.374 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-06-22T19:48:16.293Z[ recovery-image] Jun 22 19:48:15.380 INFO O| Jun 22 19:48:15.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63872026-06-22T19:48:16.293Z[ recovery-image] Jun 22 19:48:15.380 INFO O| Jun 22 19:48:15.380 INFO STEP 528 (remove_files) COMPLETE
63882026-06-22T19:48:16.293Z[ recovery-image] Jun 22 19:48:15.380 INFO O| Jun 22 19:48:15.380 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-06-22T19:48:16.298Z[ recovery-image] Jun 22 19:48:15.386 INFO O| Jun 22 19:48:15.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63902026-06-22T19:48:16.298Z[ recovery-image] Jun 22 19:48:15.386 INFO O| Jun 22 19:48:15.386 INFO STEP 529 (remove_files) COMPLETE
63912026-06-22T19:48:16.303Z[ recovery-image] Jun 22 19:48:15.386 INFO O| Jun 22 19:48:15.386 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-06-22T19:48:16.307Z[ recovery-image] Jun 22 19:48:15.392 INFO O| Jun 22 19:48:15.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63932026-06-22T19:48:16.307Z[ recovery-image] Jun 22 19:48:15.392 INFO O| Jun 22 19:48:15.392 INFO STEP 530 (remove_files) COMPLETE
63942026-06-22T19:48:16.307Z[ recovery-image] Jun 22 19:48:15.392 INFO O| Jun 22 19:48:15.392 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-06-22T19:48:16.311Z[ recovery-image] Jun 22 19:48:15.397 INFO O| Jun 22 19:48:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63962026-06-22T19:48:16.311Z[ recovery-image] Jun 22 19:48:15.397 INFO O| Jun 22 19:48:15.397 INFO STEP 531 (remove_files) COMPLETE
63972026-06-22T19:48:16.311Z[ recovery-image] Jun 22 19:48:15.397 INFO O| Jun 22 19:48:15.397 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-06-22T19:48:16.316Z[ recovery-image] Jun 22 19:48:15.403 INFO O| Jun 22 19:48:15.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63992026-06-22T19:48:16.316Z[ recovery-image] Jun 22 19:48:15.403 INFO O| Jun 22 19:48:15.403 INFO STEP 532 (remove_files) COMPLETE
64002026-06-22T19:48:16.316Z[ recovery-image] Jun 22 19:48:15.403 INFO O| Jun 22 19:48:15.403 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-06-22T19:48:16.322Z[ recovery-image] Jun 22 19:48:15.409 INFO O| Jun 22 19:48:15.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64022026-06-22T19:48:16.327Z[ recovery-image] Jun 22 19:48:15.409 INFO O| Jun 22 19:48:15.409 INFO STEP 533 (remove_files) COMPLETE
64032026-06-22T19:48:16.327Z[ recovery-image] Jun 22 19:48:15.409 INFO O| Jun 22 19:48:15.409 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-06-22T19:48:16.332Z[ recovery-image] Jun 22 19:48:15.415 INFO O| Jun 22 19:48:15.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64052026-06-22T19:48:16.332Z[ recovery-image] Jun 22 19:48:15.415 INFO O| Jun 22 19:48:15.415 INFO STEP 534 (remove_files) COMPLETE
64062026-06-22T19:48:16.332Z[ recovery-image] Jun 22 19:48:15.415 INFO O| Jun 22 19:48:15.415 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-06-22T19:48:16.336Z[ recovery-image] Jun 22 19:48:15.421 INFO O| Jun 22 19:48:15.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64082026-06-22T19:48:16.336Z[ recovery-image] Jun 22 19:48:15.421 INFO O| Jun 22 19:48:15.421 INFO STEP 535 (remove_files) COMPLETE
64092026-06-22T19:48:16.336Z[ recovery-image] Jun 22 19:48:15.421 INFO O| Jun 22 19:48:15.421 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-06-22T19:48:16.340Z[ recovery-image] Jun 22 19:48:15.427 INFO O| Jun 22 19:48:15.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64112026-06-22T19:48:16.340Z[ recovery-image] Jun 22 19:48:15.427 INFO O| Jun 22 19:48:15.427 INFO STEP 536 (remove_files) COMPLETE
64122026-06-22T19:48:16.340Z[ recovery-image] Jun 22 19:48:15.427 INFO O| Jun 22 19:48:15.427 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-06-22T19:48:16.345Z[ recovery-image] Jun 22 19:48:15.432 INFO O| Jun 22 19:48:15.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64142026-06-22T19:48:16.349Z[ recovery-image] Jun 22 19:48:15.432 INFO O| Jun 22 19:48:15.432 INFO STEP 537 (remove_files) COMPLETE
64152026-06-22T19:48:16.349Z[ recovery-image] Jun 22 19:48:15.432 INFO O| Jun 22 19:48:15.432 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-06-22T19:48:16.353Z[ recovery-image] Jun 22 19:48:15.440 INFO O| Jun 22 19:48:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64172026-06-22T19:48:16.356Z[ recovery-image] Jun 22 19:48:15.441 INFO O| Jun 22 19:48:15.441 INFO STEP 538 (remove_files) COMPLETE
64182026-06-22T19:48:16.356Z[ recovery-image] Jun 22 19:48:15.441 INFO O| Jun 22 19:48:15.441 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-06-22T19:48:16.360Z[ recovery-image] Jun 22 19:48:15.447 INFO O| Jun 22 19:48:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64202026-06-22T19:48:16.360Z[ recovery-image] Jun 22 19:48:15.447 INFO O| Jun 22 19:48:15.447 INFO STEP 539 (remove_files) COMPLETE
64212026-06-22T19:48:16.360Z[ recovery-image] Jun 22 19:48:15.447 INFO O| Jun 22 19:48:15.447 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-06-22T19:48:16.365Z[ recovery-image] Jun 22 19:48:15.452 INFO O| Jun 22 19:48:15.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64232026-06-22T19:48:16.365Z[ recovery-image] Jun 22 19:48:15.452 INFO O| Jun 22 19:48:15.452 INFO STEP 540 (remove_files) COMPLETE
64242026-06-22T19:48:16.368Z[ recovery-image] Jun 22 19:48:15.452 INFO O| Jun 22 19:48:15.452 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-06-22T19:48:16.372Z[ recovery-image] Jun 22 19:48:15.458 INFO O| Jun 22 19:48:15.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64262026-06-22T19:48:16.372Z[ recovery-image] Jun 22 19:48:15.458 INFO O| Jun 22 19:48:15.458 INFO STEP 541 (remove_files) COMPLETE
64272026-06-22T19:48:16.372Z[ recovery-image] Jun 22 19:48:15.458 INFO O| Jun 22 19:48:15.458 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-06-22T19:48:16.380Z[ recovery-image] Jun 22 19:48:15.465 INFO O| Jun 22 19:48:15.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64292026-06-22T19:48:16.383Z[ recovery-image] Jun 22 19:48:15.466 INFO O| Jun 22 19:48:15.466 INFO STEP 542 (remove_files) COMPLETE
64302026-06-22T19:48:16.383Z[ recovery-image] Jun 22 19:48:15.466 INFO O| Jun 22 19:48:15.466 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-06-22T19:48:16.387Z[ recovery-image] Jun 22 19:48:15.472 INFO O| Jun 22 19:48:15.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64322026-06-22T19:48:16.387Z[ recovery-image] Jun 22 19:48:15.472 INFO O| Jun 22 19:48:15.472 INFO STEP 543 (remove_files) COMPLETE
64332026-06-22T19:48:16.387Z[ recovery-image] Jun 22 19:48:15.472 INFO O| Jun 22 19:48:15.472 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-06-22T19:48:16.391Z[ recovery-image] Jun 22 19:48:15.478 INFO O| Jun 22 19:48:15.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64352026-06-22T19:48:16.391Z[ recovery-image] Jun 22 19:48:15.478 INFO O| Jun 22 19:48:15.478 INFO STEP 544 (remove_files) COMPLETE
64362026-06-22T19:48:16.391Z[ recovery-image] Jun 22 19:48:15.478 INFO O| Jun 22 19:48:15.478 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-06-22T19:48:16.397Z[ recovery-image] Jun 22 19:48:15.484 INFO O| Jun 22 19:48:15.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64382026-06-22T19:48:16.400Z[ recovery-image] Jun 22 19:48:15.484 INFO O| Jun 22 19:48:15.484 INFO STEP 545 (remove_files) COMPLETE
64392026-06-22T19:48:16.400Z[ recovery-image] Jun 22 19:48:15.484 INFO O| Jun 22 19:48:15.484 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-06-22T19:48:16.412Z[ recovery-image] Jun 22 19:48:15.490 INFO O| Jun 22 19:48:15.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64412026-06-22T19:48:16.416Z[ recovery-image] Jun 22 19:48:15.491 INFO O| Jun 22 19:48:15.491 INFO STEP 546 (remove_files) COMPLETE
64422026-06-22T19:48:16.416Z[ recovery-image] Jun 22 19:48:15.491 INFO O| Jun 22 19:48:15.491 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-06-22T19:48:16.416Z[ recovery-image] Jun 22 19:48:15.498 INFO O| Jun 22 19:48:15.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64442026-06-22T19:48:16.416Z[ recovery-image] Jun 22 19:48:15.499 INFO O| Jun 22 19:48:15.499 INFO STEP 547 (remove_files) COMPLETE
64452026-06-22T19:48:16.416Z[ recovery-image] Jun 22 19:48:15.499 INFO O| Jun 22 19:48:15.499 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-06-22T19:48:16.419Z[ recovery-image] Jun 22 19:48:15.506 INFO O| Jun 22 19:48:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64472026-06-22T19:48:16.419Z[ recovery-image] Jun 22 19:48:15.506 INFO O| Jun 22 19:48:15.506 INFO STEP 548 (remove_files) COMPLETE
64482026-06-22T19:48:16.419Z[ recovery-image] Jun 22 19:48:15.506 INFO O| Jun 22 19:48:15.506 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-06-22T19:48:16.426Z[ recovery-image] Jun 22 19:48:15.513 INFO O| Jun 22 19:48:15.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64502026-06-22T19:48:16.426Z[ recovery-image] Jun 22 19:48:15.513 INFO O| Jun 22 19:48:15.513 INFO STEP 549 (remove_files) COMPLETE
64512026-06-22T19:48:16.432Z[ recovery-image] Jun 22 19:48:15.513 INFO O| Jun 22 19:48:15.513 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-06-22T19:48:16.435Z[ recovery-image] Jun 22 19:48:15.520 INFO O| Jun 22 19:48:15.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64532026-06-22T19:48:16.435Z[ recovery-image] Jun 22 19:48:15.520 INFO O| Jun 22 19:48:15.520 INFO STEP 550 (remove_files) COMPLETE
64542026-06-22T19:48:16.435Z[ recovery-image] Jun 22 19:48:15.520 INFO O| Jun 22 19:48:15.520 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-06-22T19:48:16.439Z[ recovery-image] Jun 22 19:48:15.527 INFO O| Jun 22 19:48:15.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64562026-06-22T19:48:16.439Z[ recovery-image] Jun 22 19:48:15.527 INFO O| Jun 22 19:48:15.527 INFO STEP 551 (remove_files) COMPLETE
64572026-06-22T19:48:16.442Z[ recovery-image] Jun 22 19:48:15.527 INFO O| Jun 22 19:48:15.527 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-06-22T19:48:16.447Z[ recovery-image] Jun 22 19:48:15.534 INFO O| Jun 22 19:48:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64592026-06-22T19:48:16.447Z[ recovery-image] Jun 22 19:48:15.534 INFO O| Jun 22 19:48:15.534 INFO STEP 552 (remove_files) COMPLETE
64602026-06-22T19:48:16.451Z[ recovery-image] Jun 22 19:48:15.534 INFO O| Jun 22 19:48:15.534 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-06-22T19:48:16.454Z[ recovery-image] Jun 22 19:48:15.541 INFO O| Jun 22 19:48:15.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64622026-06-22T19:48:16.454Z[ recovery-image] Jun 22 19:48:15.541 INFO O| Jun 22 19:48:15.541 INFO STEP 553 (remove_files) COMPLETE
64632026-06-22T19:48:16.454Z[ recovery-image] Jun 22 19:48:15.541 INFO O| Jun 22 19:48:15.541 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-06-22T19:48:16.461Z[ recovery-image] Jun 22 19:48:15.549 INFO O| Jun 22 19:48:15.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64652026-06-22T19:48:16.461Z[ recovery-image] Jun 22 19:48:15.549 INFO O| Jun 22 19:48:15.549 INFO STEP 554 (remove_files) COMPLETE
64662026-06-22T19:48:16.465Z[ recovery-image] Jun 22 19:48:15.549 INFO O| Jun 22 19:48:15.549 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-06-22T19:48:16.469Z[ recovery-image] Jun 22 19:48:15.556 INFO O| Jun 22 19:48:15.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64682026-06-22T19:48:16.469Z[ recovery-image] Jun 22 19:48:15.556 INFO O| Jun 22 19:48:15.556 INFO STEP 555 (remove_files) COMPLETE
64692026-06-22T19:48:16.469Z[ recovery-image] Jun 22 19:48:15.556 INFO O| Jun 22 19:48:15.556 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-06-22T19:48:16.476Z[ recovery-image] Jun 22 19:48:15.563 INFO O| Jun 22 19:48:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64712026-06-22T19:48:16.476Z[ recovery-image] Jun 22 19:48:15.563 INFO O| Jun 22 19:48:15.563 INFO STEP 556 (remove_files) COMPLETE
64722026-06-22T19:48:16.479Z[ recovery-image] Jun 22 19:48:15.563 INFO O| Jun 22 19:48:15.563 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-06-22T19:48:16.484Z[ recovery-image] Jun 22 19:48:15.571 INFO O| Jun 22 19:48:15.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64742026-06-22T19:48:16.487Z[ recovery-image] Jun 22 19:48:15.571 INFO O| Jun 22 19:48:15.571 INFO STEP 557 (remove_files) COMPLETE
64752026-06-22T19:48:16.487Z[ recovery-image] Jun 22 19:48:15.571 INFO O| Jun 22 19:48:15.571 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-06-22T19:48:16.491Z[ recovery-image] Jun 22 19:48:15.578 INFO O| Jun 22 19:48:15.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64772026-06-22T19:48:16.491Z[ recovery-image] Jun 22 19:48:15.578 INFO O| Jun 22 19:48:15.578 INFO STEP 558 (remove_files) COMPLETE
64782026-06-22T19:48:16.491Z[ recovery-image] Jun 22 19:48:15.578 INFO O| Jun 22 19:48:15.578 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-06-22T19:48:16.497Z[ recovery-image] Jun 22 19:48:15.584 INFO O| Jun 22 19:48:15.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64802026-06-22T19:48:16.497Z[ recovery-image] Jun 22 19:48:15.584 INFO O| Jun 22 19:48:15.584 INFO STEP 559 (remove_files) COMPLETE
64812026-06-22T19:48:16.505Z[ recovery-image] Jun 22 19:48:15.584 INFO O| Jun 22 19:48:15.584 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-06-22T19:48:16.508Z[ recovery-image] Jun 22 19:48:15.590 INFO O| Jun 22 19:48:15.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64832026-06-22T19:48:16.508Z[ recovery-image] Jun 22 19:48:15.590 INFO O| Jun 22 19:48:15.590 INFO STEP 560 (remove_files) COMPLETE
64842026-06-22T19:48:16.508Z[ recovery-image] Jun 22 19:48:15.590 INFO O| Jun 22 19:48:15.590 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-06-22T19:48:16.512Z[ recovery-image] Jun 22 19:48:15.598 INFO O| Jun 22 19:48:15.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64862026-06-22T19:48:16.512Z[ recovery-image] Jun 22 19:48:15.598 INFO O| Jun 22 19:48:15.598 INFO STEP 561 (remove_files) COMPLETE
64872026-06-22T19:48:16.512Z[ recovery-image] Jun 22 19:48:15.598 INFO O| Jun 22 19:48:15.598 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-06-22T19:48:16.517Z[ recovery-image] Jun 22 19:48:15.605 INFO O| Jun 22 19:48:15.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64892026-06-22T19:48:16.521Z[ recovery-image] Jun 22 19:48:15.605 INFO O| Jun 22 19:48:15.605 INFO STEP 562 (remove_files) COMPLETE
64902026-06-22T19:48:16.521Z[ recovery-image] Jun 22 19:48:15.605 INFO O| Jun 22 19:48:15.605 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-06-22T19:48:16.526Z[ recovery-image] Jun 22 19:48:15.611 INFO O| Jun 22 19:48:15.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64922026-06-22T19:48:16.526Z[ recovery-image] Jun 22 19:48:15.611 INFO O| Jun 22 19:48:15.611 INFO STEP 563 (remove_files) COMPLETE
64932026-06-22T19:48:16.526Z[ recovery-image] Jun 22 19:48:15.611 INFO O| Jun 22 19:48:15.611 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-06-22T19:48:16.531Z[ recovery-image] Jun 22 19:48:15.618 INFO O| Jun 22 19:48:15.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64952026-06-22T19:48:16.531Z[ recovery-image] Jun 22 19:48:15.618 INFO O| Jun 22 19:48:15.618 INFO STEP 564 (remove_files) COMPLETE
64962026-06-22T19:48:16.534Z[ recovery-image] Jun 22 19:48:15.618 INFO O| Jun 22 19:48:15.618 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-06-22T19:48:16.538Z[ recovery-image] Jun 22 19:48:15.625 INFO O| Jun 22 19:48:15.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64982026-06-22T19:48:16.538Z[ recovery-image] Jun 22 19:48:15.625 INFO O| Jun 22 19:48:15.625 INFO STEP 565 (remove_files) COMPLETE
64992026-06-22T19:48:16.538Z[ recovery-image] Jun 22 19:48:15.625 INFO O| Jun 22 19:48:15.625 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-06-22T19:48:16.544Z[ recovery-image] Jun 22 19:48:15.632 INFO O| Jun 22 19:48:15.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65012026-06-22T19:48:16.544Z[ recovery-image] Jun 22 19:48:15.632 INFO O| Jun 22 19:48:15.632 INFO STEP 566 (remove_files) COMPLETE
65022026-06-22T19:48:16.544Z[ recovery-image] Jun 22 19:48:15.632 INFO O| Jun 22 19:48:15.632 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-06-22T19:48:16.550Z[ recovery-image] Jun 22 19:48:15.638 INFO O| Jun 22 19:48:15.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65042026-06-22T19:48:16.550Z[ recovery-image] Jun 22 19:48:15.638 INFO O| Jun 22 19:48:15.638 INFO STEP 567 (remove_files) COMPLETE
65052026-06-22T19:48:16.550Z[ recovery-image] Jun 22 19:48:15.638 INFO O| Jun 22 19:48:15.638 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-06-22T19:48:16.558Z[ recovery-image] Jun 22 19:48:15.646 INFO O| Jun 22 19:48:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65072026-06-22T19:48:16.558Z[ recovery-image] Jun 22 19:48:15.646 INFO O| Jun 22 19:48:15.646 INFO STEP 568 (remove_files) COMPLETE
65082026-06-22T19:48:16.563Z[ recovery-image] Jun 22 19:48:15.646 INFO O| Jun 22 19:48:15.646 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-06-22T19:48:16.566Z[ recovery-image] Jun 22 19:48:15.652 INFO O| Jun 22 19:48:15.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65102026-06-22T19:48:16.566Z[ recovery-image] Jun 22 19:48:15.652 INFO O| Jun 22 19:48:15.652 INFO STEP 569 (remove_files) COMPLETE
65112026-06-22T19:48:16.566Z[ recovery-image] Jun 22 19:48:15.652 INFO O| Jun 22 19:48:15.652 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-06-22T19:48:16.570Z[ recovery-image] Jun 22 19:48:15.658 INFO O| Jun 22 19:48:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65132026-06-22T19:48:16.570Z[ recovery-image] Jun 22 19:48:15.658 INFO O| Jun 22 19:48:15.658 INFO STEP 570 (remove_files) COMPLETE
65142026-06-22T19:48:16.575Z[ recovery-image] Jun 22 19:48:15.658 INFO O| Jun 22 19:48:15.658 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-06-22T19:48:16.579Z[ recovery-image] Jun 22 19:48:15.664 INFO O| Jun 22 19:48:15.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65162026-06-22T19:48:16.579Z[ recovery-image] Jun 22 19:48:15.664 INFO O| Jun 22 19:48:15.664 INFO STEP 571 (remove_files) COMPLETE
65172026-06-22T19:48:16.580Z[ recovery-image] Jun 22 19:48:15.664 INFO O| Jun 22 19:48:15.664 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-06-22T19:48:16.585Z[ recovery-image] Jun 22 19:48:15.671 INFO O| Jun 22 19:48:15.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65192026-06-22T19:48:16.585Z[ recovery-image] Jun 22 19:48:15.671 INFO O| Jun 22 19:48:15.671 INFO STEP 572 (remove_files) COMPLETE
65202026-06-22T19:48:16.586Z[ recovery-image] Jun 22 19:48:15.671 INFO O| Jun 22 19:48:15.671 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-06-22T19:48:16.590Z[ recovery-image] Jun 22 19:48:15.678 INFO O| Jun 22 19:48:15.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65222026-06-22T19:48:16.590Z[ recovery-image] Jun 22 19:48:15.678 INFO O| Jun 22 19:48:15.678 INFO STEP 573 (remove_files) COMPLETE
65232026-06-22T19:48:16.590Z[ recovery-image] Jun 22 19:48:15.678 INFO O| Jun 22 19:48:15.678 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-06-22T19:48:16.597Z[ recovery-image] Jun 22 19:48:15.684 INFO O| Jun 22 19:48:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65252026-06-22T19:48:16.600Z[ recovery-image] Jun 22 19:48:15.684 INFO O| Jun 22 19:48:15.684 INFO STEP 574 (remove_files) COMPLETE
65262026-06-22T19:48:16.600Z[ recovery-image] Jun 22 19:48:15.684 INFO O| Jun 22 19:48:15.684 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-06-22T19:48:16.604Z[ recovery-image] Jun 22 19:48:15.692 INFO O| Jun 22 19:48:15.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65282026-06-22T19:48:16.607Z[ recovery-image] Jun 22 19:48:15.693 INFO O| Jun 22 19:48:15.692 INFO STEP 575 (remove_files) COMPLETE
65292026-06-22T19:48:16.607Z[ recovery-image] Jun 22 19:48:15.693 INFO O| Jun 22 19:48:15.693 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-06-22T19:48:16.613Z[ recovery-image] Jun 22 19:48:15.700 INFO O| Jun 22 19:48:15.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65312026-06-22T19:48:16.613Z[ recovery-image] Jun 22 19:48:15.700 INFO O| Jun 22 19:48:15.700 INFO STEP 576 (remove_files) COMPLETE
65322026-06-22T19:48:16.613Z[ recovery-image] Jun 22 19:48:15.700 INFO O| Jun 22 19:48:15.700 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-06-22T19:48:16.619Z[ recovery-image] Jun 22 19:48:15.706 INFO O| Jun 22 19:48:15.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65342026-06-22T19:48:16.619Z[ recovery-image] Jun 22 19:48:15.706 INFO O| Jun 22 19:48:15.706 INFO STEP 577 (remove_files) COMPLETE
65352026-06-22T19:48:16.624Z[ recovery-image] Jun 22 19:48:15.706 INFO O| Jun 22 19:48:15.706 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-06-22T19:48:16.627Z[ recovery-image] Jun 22 19:48:15.713 INFO O| Jun 22 19:48:15.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65372026-06-22T19:48:16.627Z[ recovery-image] Jun 22 19:48:15.713 INFO O| Jun 22 19:48:15.713 INFO STEP 578 (remove_files) COMPLETE
65382026-06-22T19:48:16.627Z[ recovery-image] Jun 22 19:48:15.713 INFO O| Jun 22 19:48:15.713 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-06-22T19:48:16.632Z[ recovery-image] Jun 22 19:48:15.719 INFO O| Jun 22 19:48:15.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65402026-06-22T19:48:16.632Z[ recovery-image] Jun 22 19:48:15.719 INFO O| Jun 22 19:48:15.719 INFO STEP 579 (remove_files) COMPLETE
65412026-06-22T19:48:16.632Z[ recovery-image] Jun 22 19:48:15.719 INFO O| Jun 22 19:48:15.719 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-06-22T19:48:16.639Z[ recovery-image] Jun 22 19:48:15.726 INFO O| Jun 22 19:48:15.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65432026-06-22T19:48:16.639Z[ recovery-image] Jun 22 19:48:15.726 INFO O| Jun 22 19:48:15.726 INFO STEP 580 (remove_files) COMPLETE
65442026-06-22T19:48:16.643Z[ recovery-image] Jun 22 19:48:15.726 INFO O| Jun 22 19:48:15.726 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-06-22T19:48:16.646Z[ recovery-image] Jun 22 19:48:15.733 INFO O| Jun 22 19:48:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65462026-06-22T19:48:16.646Z[ recovery-image] Jun 22 19:48:15.733 INFO O| Jun 22 19:48:15.733 INFO STEP 581 (remove_files) COMPLETE
65472026-06-22T19:48:16.646Z[ recovery-image] Jun 22 19:48:15.733 INFO O| Jun 22 19:48:15.733 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-06-22T19:48:16.653Z[ recovery-image] Jun 22 19:48:15.740 INFO O| Jun 22 19:48:15.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65492026-06-22T19:48:16.653Z[ recovery-image] Jun 22 19:48:15.740 INFO O| Jun 22 19:48:15.740 INFO STEP 582 (remove_files) COMPLETE
65502026-06-22T19:48:16.656Z[ recovery-image] Jun 22 19:48:15.740 INFO O| Jun 22 19:48:15.740 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-06-22T19:48:16.660Z[ recovery-image] Jun 22 19:48:15.747 INFO O| Jun 22 19:48:15.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65522026-06-22T19:48:16.660Z[ recovery-image] Jun 22 19:48:15.747 INFO O| Jun 22 19:48:15.747 INFO STEP 583 (remove_files) COMPLETE
65532026-06-22T19:48:16.660Z[ recovery-image] Jun 22 19:48:15.747 INFO O| Jun 22 19:48:15.747 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-06-22T19:48:16.666Z[ recovery-image] Jun 22 19:48:15.754 INFO O| Jun 22 19:48:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65552026-06-22T19:48:16.666Z[ recovery-image] Jun 22 19:48:15.754 INFO O| Jun 22 19:48:15.754 INFO STEP 584 (remove_files) COMPLETE
65562026-06-22T19:48:16.670Z[ recovery-image] Jun 22 19:48:15.754 INFO O| Jun 22 19:48:15.754 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-06-22T19:48:16.673Z[ recovery-image] Jun 22 19:48:15.759 INFO O| Jun 22 19:48:15.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65582026-06-22T19:48:16.673Z[ recovery-image] Jun 22 19:48:15.759 INFO O| Jun 22 19:48:15.759 INFO STEP 585 (remove_files) COMPLETE
65592026-06-22T19:48:16.673Z[ recovery-image] Jun 22 19:48:15.759 INFO O| Jun 22 19:48:15.759 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-06-22T19:48:16.679Z[ recovery-image] Jun 22 19:48:15.767 INFO O| Jun 22 19:48:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65612026-06-22T19:48:16.679Z[ recovery-image] Jun 22 19:48:15.767 INFO O| Jun 22 19:48:15.767 INFO STEP 586 (remove_files) COMPLETE
65622026-06-22T19:48:16.683Z[ recovery-image] Jun 22 19:48:15.767 INFO O| Jun 22 19:48:15.767 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-06-22T19:48:16.686Z[ recovery-image] Jun 22 19:48:15.773 INFO O| Jun 22 19:48:15.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65642026-06-22T19:48:16.689Z[ recovery-image] Jun 22 19:48:15.774 INFO O| Jun 22 19:48:15.774 INFO STEP 587 (remove_files) COMPLETE
65652026-06-22T19:48:16.690Z[ recovery-image] Jun 22 19:48:15.774 INFO O| Jun 22 19:48:15.774 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-06-22T19:48:16.694Z[ recovery-image] Jun 22 19:48:15.781 INFO O| Jun 22 19:48:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65672026-06-22T19:48:16.694Z[ recovery-image] Jun 22 19:48:15.781 INFO O| Jun 22 19:48:15.781 INFO STEP 588 (remove_files) COMPLETE
65682026-06-22T19:48:16.697Z[ recovery-image] Jun 22 19:48:15.781 INFO O| Jun 22 19:48:15.781 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-06-22T19:48:16.701Z[ recovery-image] Jun 22 19:48:15.788 INFO O| Jun 22 19:48:15.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65702026-06-22T19:48:16.701Z[ recovery-image] Jun 22 19:48:15.788 INFO O| Jun 22 19:48:15.788 INFO STEP 589 (remove_files) COMPLETE
65712026-06-22T19:48:16.701Z[ recovery-image] Jun 22 19:48:15.788 INFO O| Jun 22 19:48:15.788 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-06-22T19:48:16.707Z[ recovery-image] Jun 22 19:48:15.795 INFO O| Jun 22 19:48:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65732026-06-22T19:48:16.707Z[ recovery-image] Jun 22 19:48:15.795 INFO O| Jun 22 19:48:15.795 INFO STEP 590 (remove_files) COMPLETE
65742026-06-22T19:48:16.711Z[ recovery-image] Jun 22 19:48:15.795 INFO O| Jun 22 19:48:15.795 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-06-22T19:48:16.715Z[ recovery-image] Jun 22 19:48:15.802 INFO O| Jun 22 19:48:15.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65762026-06-22T19:48:16.718Z[ recovery-image] Jun 22 19:48:15.802 INFO O| Jun 22 19:48:15.802 INFO STEP 591 (remove_files) COMPLETE
65772026-06-22T19:48:16.718Z[ recovery-image] Jun 22 19:48:15.802 INFO O| Jun 22 19:48:15.802 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-06-22T19:48:16.722Z[ recovery-image] Jun 22 19:48:15.809 INFO O| Jun 22 19:48:15.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65792026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.810 INFO O| Jun 22 19:48:15.810 INFO STEP 592 (remove_files) COMPLETE
65802026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.810 INFO O| Jun 22 19:48:15.810 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.817 INFO O| Jun 22 19:48:15.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65822026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.817 INFO O| Jun 22 19:48:15.817 INFO STEP 593 (remove_files) COMPLETE
65832026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.817 INFO O| Jun 22 19:48:15.817 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.824 INFO O| Jun 22 19:48:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65852026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.824 INFO O| Jun 22 19:48:15.824 INFO STEP 594 (remove_files) COMPLETE
65862026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.824 INFO O| Jun 22 19:48:15.824 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.830 INFO O| Jun 22 19:48:15.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65882026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.830 INFO O| Jun 22 19:48:15.830 INFO STEP 595 (remove_files) COMPLETE
65892026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.830 INFO O| Jun 22 19:48:15.830 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.836 INFO O| Jun 22 19:48:15.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65912026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.836 INFO O| Jun 22 19:48:15.836 INFO STEP 596 (remove_files) COMPLETE
65922026-06-22T19:48:16.758Z[ recovery-image] Jun 22 19:48:15.836 INFO O| Jun 22 19:48:15.836 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-06-22T19:48:16.762Z[ recovery-image] Jun 22 19:48:15.844 INFO O| Jun 22 19:48:15.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65942026-06-22T19:48:16.762Z[ recovery-image] Jun 22 19:48:15.844 INFO O| Jun 22 19:48:15.844 INFO STEP 597 (remove_files) COMPLETE
65952026-06-22T19:48:16.762Z[ recovery-image] Jun 22 19:48:15.844 INFO O| Jun 22 19:48:15.844 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-06-22T19:48:16.766Z[ recovery-image] Jun 22 19:48:15.851 INFO O| Jun 22 19:48:15.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65972026-06-22T19:48:16.766Z[ recovery-image] Jun 22 19:48:15.851 INFO O| Jun 22 19:48:15.851 INFO STEP 598 (remove_files) COMPLETE
65982026-06-22T19:48:16.766Z[ recovery-image] Jun 22 19:48:15.851 INFO O| Jun 22 19:48:15.851 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-06-22T19:48:16.771Z[ recovery-image] Jun 22 19:48:15.858 INFO O| Jun 22 19:48:15.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66002026-06-22T19:48:16.771Z[ recovery-image] Jun 22 19:48:15.858 INFO O| Jun 22 19:48:15.858 INFO STEP 599 (remove_files) COMPLETE
66012026-06-22T19:48:16.774Z[ recovery-image] Jun 22 19:48:15.858 INFO O| Jun 22 19:48:15.858 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-06-22T19:48:16.778Z[ recovery-image] Jun 22 19:48:15.865 INFO O| Jun 22 19:48:15.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66032026-06-22T19:48:16.782Z[ recovery-image] Jun 22 19:48:15.866 INFO O| Jun 22 19:48:15.865 INFO STEP 600 (remove_files) COMPLETE
66042026-06-22T19:48:16.782Z[ recovery-image] Jun 22 19:48:15.866 INFO O| Jun 22 19:48:15.865 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-06-22T19:48:16.786Z[ recovery-image] Jun 22 19:48:15.872 INFO O| Jun 22 19:48:15.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66062026-06-22T19:48:16.786Z[ recovery-image] Jun 22 19:48:15.872 INFO O| Jun 22 19:48:15.872 INFO STEP 601 (remove_files) COMPLETE
66072026-06-22T19:48:16.786Z[ recovery-image] Jun 22 19:48:15.872 INFO O| Jun 22 19:48:15.872 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-06-22T19:48:16.807Z[ recovery-image] Jun 22 19:48:15.878 INFO O| Jun 22 19:48:15.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66092026-06-22T19:48:16.807Z[ recovery-image] Jun 22 19:48:15.878 INFO O| Jun 22 19:48:15.878 INFO STEP 602 (remove_files) COMPLETE
66102026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.878 INFO O| Jun 22 19:48:15.878 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.885 INFO O| Jun 22 19:48:15.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66122026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.885 INFO O| Jun 22 19:48:15.885 INFO STEP 603 (remove_files) COMPLETE
66132026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.885 INFO O| Jun 22 19:48:15.885 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.891 INFO O| Jun 22 19:48:15.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66152026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.891 INFO O| Jun 22 19:48:15.891 INFO STEP 604 (remove_files) COMPLETE
66162026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.891 INFO O| Jun 22 19:48:15.891 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.898 INFO O| Jun 22 19:48:15.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66182026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.898 INFO O| Jun 22 19:48:15.898 INFO STEP 605 (remove_files) COMPLETE
66192026-06-22T19:48:16.811Z[ recovery-image] Jun 22 19:48:15.898 INFO O| Jun 22 19:48:15.898 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-06-22T19:48:16.817Z[ recovery-image] Jun 22 19:48:15.905 INFO O| Jun 22 19:48:15.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66212026-06-22T19:48:16.817Z[ recovery-image] Jun 22 19:48:15.905 INFO O| Jun 22 19:48:15.905 INFO STEP 606 (remove_files) COMPLETE
66222026-06-22T19:48:16.817Z[ recovery-image] Jun 22 19:48:15.905 INFO O| Jun 22 19:48:15.905 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-06-22T19:48:16.824Z[ recovery-image] Jun 22 19:48:15.912 INFO O| Jun 22 19:48:15.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66242026-06-22T19:48:16.824Z[ recovery-image] Jun 22 19:48:15.912 INFO O| Jun 22 19:48:15.912 INFO STEP 607 (remove_files) COMPLETE
66252026-06-22T19:48:16.824Z[ recovery-image] Jun 22 19:48:15.912 INFO O| Jun 22 19:48:15.912 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-06-22T19:48:16.831Z[ recovery-image] Jun 22 19:48:15.918 INFO O| Jun 22 19:48:15.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66272026-06-22T19:48:16.831Z[ recovery-image] Jun 22 19:48:15.918 INFO O| Jun 22 19:48:15.918 INFO STEP 608 (remove_files) COMPLETE
66282026-06-22T19:48:16.834Z[ recovery-image] Jun 22 19:48:15.918 INFO O| Jun 22 19:48:15.918 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-06-22T19:48:16.837Z[ recovery-image] Jun 22 19:48:15.924 INFO O| Jun 22 19:48:15.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66302026-06-22T19:48:16.837Z[ recovery-image] Jun 22 19:48:15.924 INFO O| Jun 22 19:48:15.924 INFO STEP 609 (remove_files) COMPLETE
66312026-06-22T19:48:16.837Z[ recovery-image] Jun 22 19:48:15.924 INFO O| Jun 22 19:48:15.924 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-06-22T19:48:16.844Z[ recovery-image] Jun 22 19:48:15.931 INFO O| Jun 22 19:48:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66332026-06-22T19:48:16.844Z[ recovery-image] Jun 22 19:48:15.931 INFO O| Jun 22 19:48:15.931 INFO STEP 610 (remove_files) COMPLETE
66342026-06-22T19:48:16.844Z[ recovery-image] Jun 22 19:48:15.931 INFO O| Jun 22 19:48:15.931 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-06-22T19:48:16.850Z[ recovery-image] Jun 22 19:48:15.938 INFO O| Jun 22 19:48:15.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66362026-06-22T19:48:16.850Z[ recovery-image] Jun 22 19:48:15.938 INFO O| Jun 22 19:48:15.938 INFO STEP 611 (remove_files) COMPLETE
66372026-06-22T19:48:16.853Z[ recovery-image] Jun 22 19:48:15.938 INFO O| Jun 22 19:48:15.938 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-06-22T19:48:16.856Z[ recovery-image] Jun 22 19:48:15.944 INFO O| Jun 22 19:48:15.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66392026-06-22T19:48:16.856Z[ recovery-image] Jun 22 19:48:15.944 INFO O| Jun 22 19:48:15.944 INFO STEP 612 (remove_files) COMPLETE
66402026-06-22T19:48:16.856Z[ recovery-image] Jun 22 19:48:15.944 INFO O| Jun 22 19:48:15.944 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-06-22T19:48:16.863Z[ recovery-image] Jun 22 19:48:15.951 INFO O| Jun 22 19:48:15.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66422026-06-22T19:48:16.866Z[ recovery-image] Jun 22 19:48:15.951 INFO O| Jun 22 19:48:15.951 INFO STEP 613 (remove_files) COMPLETE
66432026-06-22T19:48:16.867Z[ recovery-image] Jun 22 19:48:15.951 INFO O| Jun 22 19:48:15.951 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-06-22T19:48:16.871Z[ recovery-image] Jun 22 19:48:15.958 INFO O| Jun 22 19:48:15.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66452026-06-22T19:48:16.871Z[ recovery-image] Jun 22 19:48:15.958 INFO O| Jun 22 19:48:15.958 INFO STEP 614 (remove_files) COMPLETE
66462026-06-22T19:48:16.875Z[ recovery-image] Jun 22 19:48:15.958 INFO O| Jun 22 19:48:15.958 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-06-22T19:48:16.878Z[ recovery-image] Jun 22 19:48:15.965 INFO O| Jun 22 19:48:15.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66482026-06-22T19:48:16.878Z[ recovery-image] Jun 22 19:48:15.965 INFO O| Jun 22 19:48:15.965 INFO STEP 615 (remove_files) COMPLETE
66492026-06-22T19:48:16.878Z[ recovery-image] Jun 22 19:48:15.965 INFO O| Jun 22 19:48:15.965 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-06-22T19:48:16.886Z[ recovery-image] Jun 22 19:48:15.973 INFO O| Jun 22 19:48:15.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66512026-06-22T19:48:16.886Z[ recovery-image] Jun 22 19:48:15.973 INFO O| Jun 22 19:48:15.973 INFO STEP 616 (remove_files) COMPLETE
66522026-06-22T19:48:16.890Z[ recovery-image] Jun 22 19:48:15.973 INFO O| Jun 22 19:48:15.973 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-06-22T19:48:16.893Z[ recovery-image] Jun 22 19:48:15.980 INFO O| Jun 22 19:48:15.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66542026-06-22T19:48:16.893Z[ recovery-image] Jun 22 19:48:15.980 INFO O| Jun 22 19:48:15.980 INFO STEP 617 (remove_files) COMPLETE
66552026-06-22T19:48:16.893Z[ recovery-image] Jun 22 19:48:15.980 INFO O| Jun 22 19:48:15.980 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-06-22T19:48:16.899Z[ recovery-image] Jun 22 19:48:15.987 INFO O| Jun 22 19:48:15.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66572026-06-22T19:48:16.899Z[ recovery-image] Jun 22 19:48:15.987 INFO O| Jun 22 19:48:15.987 INFO STEP 618 (remove_files) COMPLETE
66582026-06-22T19:48:16.909Z[ recovery-image] Jun 22 19:48:15.987 INFO O| Jun 22 19:48:15.987 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-06-22T19:48:16.912Z[ recovery-image] Jun 22 19:48:15.994 INFO O| Jun 22 19:48:15.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66602026-06-22T19:48:16.912Z[ recovery-image] Jun 22 19:48:15.994 INFO O| Jun 22 19:48:15.994 INFO STEP 619 (remove_files) COMPLETE
66612026-06-22T19:48:16.912Z[ recovery-image] Jun 22 19:48:15.994 INFO O| Jun 22 19:48:15.994 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-06-22T19:48:16.915Z[ recovery-image] Jun 22 19:48:16.001 INFO O| Jun 22 19:48:16.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66632026-06-22T19:48:16.915Z[ recovery-image] Jun 22 19:48:16.001 INFO O| Jun 22 19:48:16.001 INFO STEP 620 (remove_files) COMPLETE
66642026-06-22T19:48:16.915Z[ recovery-image] Jun 22 19:48:16.001 INFO O| Jun 22 19:48:16.001 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-06-22T19:48:16.922Z[ recovery-image] Jun 22 19:48:16.008 INFO O| Jun 22 19:48:16.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66662026-06-22T19:48:16.922Z[ recovery-image] Jun 22 19:48:16.008 INFO O| Jun 22 19:48:16.008 INFO STEP 621 (remove_files) COMPLETE
66672026-06-22T19:48:16.925Z[ recovery-image] Jun 22 19:48:16.008 INFO O| Jun 22 19:48:16.008 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-06-22T19:48:16.929Z[ recovery-image] Jun 22 19:48:16.015 INFO O| Jun 22 19:48:16.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66692026-06-22T19:48:16.929Z[ recovery-image] Jun 22 19:48:16.015 INFO O| Jun 22 19:48:16.015 INFO STEP 622 (remove_files) COMPLETE
66702026-06-22T19:48:16.929Z[ recovery-image] Jun 22 19:48:16.015 INFO O| Jun 22 19:48:16.015 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-06-22T19:48:16.934Z[ recovery-image] Jun 22 19:48:16.021 INFO O| Jun 22 19:48:16.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66722026-06-22T19:48:16.934Z[ recovery-image] Jun 22 19:48:16.021 INFO O| Jun 22 19:48:16.021 INFO STEP 623 (remove_files) COMPLETE
66732026-06-22T19:48:16.937Z[ recovery-image] Jun 22 19:48:16.021 INFO O| Jun 22 19:48:16.021 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-06-22T19:48:16.940Z[ recovery-image] Jun 22 19:48:16.028 INFO O| Jun 22 19:48:16.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66752026-06-22T19:48:16.940Z[ recovery-image] Jun 22 19:48:16.028 INFO O| Jun 22 19:48:16.028 INFO STEP 624 (remove_files) COMPLETE
66762026-06-22T19:48:16.940Z[ recovery-image] Jun 22 19:48:16.028 INFO O| Jun 22 19:48:16.028 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-06-22T19:48:16.947Z[ recovery-image] Jun 22 19:48:16.035 INFO O| Jun 22 19:48:16.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66782026-06-22T19:48:16.947Z[ recovery-image] Jun 22 19:48:16.035 INFO O| Jun 22 19:48:16.035 INFO STEP 625 (remove_files) COMPLETE
66792026-06-22T19:48:16.947Z[ recovery-image] Jun 22 19:48:16.035 INFO O| Jun 22 19:48:16.035 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-06-22T19:48:16.954Z[ recovery-image] Jun 22 19:48:16.041 INFO O| Jun 22 19:48:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66812026-06-22T19:48:16.958Z[ recovery-image] Jun 22 19:48:16.041 INFO O| Jun 22 19:48:16.041 INFO STEP 626 (remove_files) COMPLETE
66822026-06-22T19:48:16.958Z[ recovery-image] Jun 22 19:48:16.041 INFO O| Jun 22 19:48:16.041 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-06-22T19:48:16.961Z[ recovery-image] Jun 22 19:48:16.049 INFO O| Jun 22 19:48:16.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66842026-06-22T19:48:16.962Z[ recovery-image] Jun 22 19:48:16.049 INFO O| Jun 22 19:48:16.049 INFO STEP 627 (remove_files) COMPLETE
66852026-06-22T19:48:16.962Z[ recovery-image] Jun 22 19:48:16.049 INFO O| Jun 22 19:48:16.049 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-06-22T19:48:16.970Z[ recovery-image] Jun 22 19:48:16.056 INFO O| Jun 22 19:48:16.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66872026-06-22T19:48:16.970Z[ recovery-image] Jun 22 19:48:16.056 INFO O| Jun 22 19:48:16.056 INFO STEP 628 (remove_files) COMPLETE
66882026-06-22T19:48:16.970Z[ recovery-image] Jun 22 19:48:16.056 INFO O| Jun 22 19:48:16.056 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-06-22T19:48:16.975Z[ recovery-image] Jun 22 19:48:16.062 INFO O| Jun 22 19:48:16.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66902026-06-22T19:48:16.975Z[ recovery-image] Jun 22 19:48:16.062 INFO O| Jun 22 19:48:16.062 INFO STEP 629 (remove_files) COMPLETE
66912026-06-22T19:48:16.978Z[ recovery-image] Jun 22 19:48:16.062 INFO O| Jun 22 19:48:16.062 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-06-22T19:48:16.983Z[ recovery-image] Jun 22 19:48:16.070 INFO O| Jun 22 19:48:16.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66932026-06-22T19:48:16.983Z[ recovery-image] Jun 22 19:48:16.070 INFO O| Jun 22 19:48:16.070 INFO STEP 630 (remove_files) COMPLETE
66942026-06-22T19:48:16.987Z[ recovery-image] Jun 22 19:48:16.070 INFO O| Jun 22 19:48:16.070 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-06-22T19:48:16.991Z[ recovery-image] Jun 22 19:48:16.078 INFO O| Jun 22 19:48:16.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66962026-06-22T19:48:16.991Z[ recovery-image] Jun 22 19:48:16.078 INFO O| Jun 22 19:48:16.078 INFO STEP 631 (remove_files) COMPLETE
66972026-06-22T19:48:16.991Z[ recovery-image] Jun 22 19:48:16.078 INFO O| Jun 22 19:48:16.078 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-06-22T19:48:16.997Z[ recovery-image] Jun 22 19:48:16.084 INFO O| Jun 22 19:48:16.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66992026-06-22T19:48:16.997Z[ recovery-image] Jun 22 19:48:16.084 INFO O| Jun 22 19:48:16.084 INFO STEP 632 (remove_files) COMPLETE
67002026-06-22T19:48:17.000Z[ recovery-image] Jun 22 19:48:16.084 INFO O| Jun 22 19:48:16.084 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-06-22T19:48:17.004Z[ recovery-image] Jun 22 19:48:16.092 INFO O| Jun 22 19:48:16.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67022026-06-22T19:48:17.004Z[ recovery-image] Jun 22 19:48:16.092 INFO O| Jun 22 19:48:16.092 INFO STEP 633 (remove_files) COMPLETE
67032026-06-22T19:48:17.008Z[ recovery-image] Jun 22 19:48:16.092 INFO O| Jun 22 19:48:16.092 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-06-22T19:48:17.011Z[ recovery-image] Jun 22 19:48:16.099 INFO O| Jun 22 19:48:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67052026-06-22T19:48:17.012Z[ recovery-image] Jun 22 19:48:16.099 INFO O| Jun 22 19:48:16.099 INFO STEP 634 (remove_files) COMPLETE
67062026-06-22T19:48:17.012Z[ recovery-image] Jun 22 19:48:16.099 INFO O| Jun 22 19:48:16.099 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-06-22T19:48:17.019Z[ recovery-image] Jun 22 19:48:16.107 INFO O| Jun 22 19:48:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67082026-06-22T19:48:17.019Z[ recovery-image] Jun 22 19:48:16.107 INFO O| Jun 22 19:48:16.107 INFO STEP 635 (remove_files) COMPLETE
67092026-06-22T19:48:17.022Z[ recovery-image] Jun 22 19:48:16.107 INFO O| Jun 22 19:48:16.107 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-06-22T19:48:17.025Z[ recovery-image] Jun 22 19:48:16.113 INFO O| Jun 22 19:48:16.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67112026-06-22T19:48:17.028Z[ recovery-image] Jun 22 19:48:16.113 INFO O| Jun 22 19:48:16.113 INFO STEP 636 (remove_files) COMPLETE
67122026-06-22T19:48:17.029Z[ recovery-image] Jun 22 19:48:16.113 INFO O| Jun 22 19:48:16.113 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-06-22T19:48:17.033Z[ recovery-image] Jun 22 19:48:16.120 INFO O| Jun 22 19:48:16.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67142026-06-22T19:48:17.036Z[ recovery-image] Jun 22 19:48:16.120 INFO O| Jun 22 19:48:16.120 INFO STEP 637 (remove_files) COMPLETE
67152026-06-22T19:48:17.036Z[ recovery-image] Jun 22 19:48:16.120 INFO O| Jun 22 19:48:16.120 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-06-22T19:48:17.040Z[ recovery-image] Jun 22 19:48:16.127 INFO O| Jun 22 19:48:16.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67172026-06-22T19:48:17.040Z[ recovery-image] Jun 22 19:48:16.127 INFO O| Jun 22 19:48:16.127 INFO STEP 638 (remove_files) COMPLETE
67182026-06-22T19:48:17.043Z[ recovery-image] Jun 22 19:48:16.127 INFO O| Jun 22 19:48:16.127 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-06-22T19:48:17.047Z[ recovery-image] Jun 22 19:48:16.134 INFO O| Jun 22 19:48:16.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67202026-06-22T19:48:17.050Z[ recovery-image] Jun 22 19:48:16.134 INFO O| Jun 22 19:48:16.134 INFO STEP 639 (remove_files) COMPLETE
67212026-06-22T19:48:17.050Z[ recovery-image] Jun 22 19:48:16.134 INFO O| Jun 22 19:48:16.134 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-06-22T19:48:17.054Z[ recovery-image] Jun 22 19:48:16.141 INFO O| Jun 22 19:48:16.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67232026-06-22T19:48:17.054Z[ recovery-image] Jun 22 19:48:16.141 INFO O| Jun 22 19:48:16.141 INFO STEP 640 (remove_files) COMPLETE
67242026-06-22T19:48:17.057Z[ recovery-image] Jun 22 19:48:16.141 INFO O| Jun 22 19:48:16.141 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-06-22T19:48:17.061Z[ recovery-image] Jun 22 19:48:16.148 INFO O| Jun 22 19:48:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67262026-06-22T19:48:17.061Z[ recovery-image] Jun 22 19:48:16.148 INFO O| Jun 22 19:48:16.148 INFO STEP 641 (remove_files) COMPLETE
67272026-06-22T19:48:17.064Z[ recovery-image] Jun 22 19:48:16.148 INFO O| Jun 22 19:48:16.148 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-06-22T19:48:17.068Z[ recovery-image] Jun 22 19:48:16.155 INFO O| Jun 22 19:48:16.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67292026-06-22T19:48:17.068Z[ recovery-image] Jun 22 19:48:16.155 INFO O| Jun 22 19:48:16.155 INFO STEP 642 (remove_files) COMPLETE
67302026-06-22T19:48:17.068Z[ recovery-image] Jun 22 19:48:16.155 INFO O| Jun 22 19:48:16.155 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-06-22T19:48:17.075Z[ recovery-image] Jun 22 19:48:16.162 INFO O| Jun 22 19:48:16.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67322026-06-22T19:48:17.075Z[ recovery-image] Jun 22 19:48:16.162 INFO O| Jun 22 19:48:16.162 INFO STEP 643 (remove_files) COMPLETE
67332026-06-22T19:48:17.078Z[ recovery-image] Jun 22 19:48:16.162 INFO O| Jun 22 19:48:16.162 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-06-22T19:48:17.082Z[ recovery-image] Jun 22 19:48:16.169 INFO O| Jun 22 19:48:16.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67352026-06-22T19:48:17.082Z[ recovery-image] Jun 22 19:48:16.169 INFO O| Jun 22 19:48:16.169 INFO STEP 644 (remove_files) COMPLETE
67362026-06-22T19:48:17.086Z[ recovery-image] Jun 22 19:48:16.169 INFO O| Jun 22 19:48:16.169 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-06-22T19:48:17.089Z[ recovery-image] Jun 22 19:48:16.176 INFO O| Jun 22 19:48:16.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67382026-06-22T19:48:17.090Z[ recovery-image] Jun 22 19:48:16.176 INFO O| Jun 22 19:48:16.176 INFO STEP 645 (remove_files) COMPLETE
67392026-06-22T19:48:17.090Z[ recovery-image] Jun 22 19:48:16.176 INFO O| Jun 22 19:48:16.176 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-06-22T19:48:17.096Z[ recovery-image] Jun 22 19:48:16.183 INFO O| Jun 22 19:48:16.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67412026-06-22T19:48:17.096Z[ recovery-image] Jun 22 19:48:16.183 INFO O| Jun 22 19:48:16.183 INFO STEP 646 (remove_files) COMPLETE
67422026-06-22T19:48:17.096Z[ recovery-image] Jun 22 19:48:16.183 INFO O| Jun 22 19:48:16.183 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-06-22T19:48:17.103Z[ recovery-image] Jun 22 19:48:16.191 INFO O| Jun 22 19:48:16.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67442026-06-22T19:48:17.103Z[ recovery-image] Jun 22 19:48:16.191 INFO O| Jun 22 19:48:16.191 INFO STEP 647 (remove_files) COMPLETE
67452026-06-22T19:48:17.106Z[ recovery-image] Jun 22 19:48:16.191 INFO O| Jun 22 19:48:16.191 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-06-22T19:48:17.110Z[ recovery-image] Jun 22 19:48:16.197 INFO O| Jun 22 19:48:16.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67472026-06-22T19:48:17.110Z[ recovery-image] Jun 22 19:48:16.197 INFO O| Jun 22 19:48:16.197 INFO STEP 648 (remove_files) COMPLETE
67482026-06-22T19:48:17.113Z[ recovery-image] Jun 22 19:48:16.197 INFO O| Jun 22 19:48:16.197 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-06-22T19:48:17.117Z[ recovery-image] Jun 22 19:48:16.205 INFO O| Jun 22 19:48:16.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67502026-06-22T19:48:17.117Z[ recovery-image] Jun 22 19:48:16.205 INFO O| Jun 22 19:48:16.205 INFO STEP 649 (remove_files) COMPLETE
67512026-06-22T19:48:17.117Z[ recovery-image] Jun 22 19:48:16.205 INFO O| Jun 22 19:48:16.205 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-06-22T19:48:17.125Z[ recovery-image] Jun 22 19:48:16.212 INFO O| Jun 22 19:48:16.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67532026-06-22T19:48:17.125Z[ recovery-image] Jun 22 19:48:16.212 INFO O| Jun 22 19:48:16.212 INFO STEP 650 (remove_files) COMPLETE
67542026-06-22T19:48:17.130Z[ recovery-image] Jun 22 19:48:16.212 INFO O| Jun 22 19:48:16.212 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-06-22T19:48:17.133Z[ recovery-image] Jun 22 19:48:16.220 INFO O| Jun 22 19:48:16.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67562026-06-22T19:48:17.133Z[ recovery-image] Jun 22 19:48:16.220 INFO O| Jun 22 19:48:16.220 INFO STEP 651 (remove_files) COMPLETE
67572026-06-22T19:48:17.133Z[ recovery-image] Jun 22 19:48:16.220 INFO O| Jun 22 19:48:16.220 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-06-22T19:48:17.138Z[ recovery-image] Jun 22 19:48:16.226 INFO O| Jun 22 19:48:16.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67592026-06-22T19:48:17.138Z[ recovery-image] Jun 22 19:48:16.226 INFO O| Jun 22 19:48:16.226 INFO STEP 652 (remove_files) COMPLETE
67602026-06-22T19:48:17.145Z[ recovery-image] Jun 22 19:48:16.226 INFO O| Jun 22 19:48:16.226 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-06-22T19:48:17.148Z[ recovery-image] Jun 22 19:48:16.232 INFO O| Jun 22 19:48:16.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67622026-06-22T19:48:17.148Z[ recovery-image] Jun 22 19:48:16.232 INFO O| Jun 22 19:48:16.232 INFO STEP 653 (remove_files) COMPLETE
67632026-06-22T19:48:17.148Z[ recovery-image] Jun 22 19:48:16.232 INFO O| Jun 22 19:48:16.232 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-06-22T19:48:17.151Z[ recovery-image] Jun 22 19:48:16.238 INFO O| Jun 22 19:48:16.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67652026-06-22T19:48:17.152Z[ recovery-image] Jun 22 19:48:16.238 INFO O| Jun 22 19:48:16.238 INFO STEP 654 (remove_files) COMPLETE
67662026-06-22T19:48:17.152Z[ recovery-image] Jun 22 19:48:16.238 INFO O| Jun 22 19:48:16.238 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-06-22T19:48:17.157Z[ recovery-image] Jun 22 19:48:16.243 INFO O| Jun 22 19:48:16.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67682026-06-22T19:48:17.162Z[ recovery-image] Jun 22 19:48:16.243 INFO O| Jun 22 19:48:16.243 INFO STEP 655 (remove_files) COMPLETE
67692026-06-22T19:48:17.162Z[ recovery-image] Jun 22 19:48:16.243 INFO O| Jun 22 19:48:16.243 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-06-22T19:48:17.165Z[ recovery-image] Jun 22 19:48:16.249 INFO O| Jun 22 19:48:16.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67712026-06-22T19:48:17.165Z[ recovery-image] Jun 22 19:48:16.249 INFO O| Jun 22 19:48:16.249 INFO STEP 656 (remove_files) COMPLETE
67722026-06-22T19:48:17.165Z[ recovery-image] Jun 22 19:48:16.249 INFO O| Jun 22 19:48:16.249 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-06-22T19:48:17.168Z[ recovery-image] Jun 22 19:48:16.254 INFO O| Jun 22 19:48:16.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67742026-06-22T19:48:17.169Z[ recovery-image] Jun 22 19:48:16.254 INFO O| Jun 22 19:48:16.254 INFO STEP 657 (remove_files) COMPLETE
67752026-06-22T19:48:17.169Z[ recovery-image] Jun 22 19:48:16.254 INFO O| Jun 22 19:48:16.254 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-06-22T19:48:17.172Z[ recovery-image] Jun 22 19:48:16.259 INFO O| Jun 22 19:48:16.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67772026-06-22T19:48:17.172Z[ recovery-image] Jun 22 19:48:16.259 INFO O| Jun 22 19:48:16.259 INFO STEP 658 (remove_files) COMPLETE
67782026-06-22T19:48:17.172Z[ recovery-image] Jun 22 19:48:16.259 INFO O| Jun 22 19:48:16.259 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-06-22T19:48:17.177Z[ recovery-image] Jun 22 19:48:16.265 INFO O| Jun 22 19:48:16.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67802026-06-22T19:48:17.177Z[ recovery-image] Jun 22 19:48:16.265 INFO O| Jun 22 19:48:16.265 INFO STEP 659 (remove_files) COMPLETE
67812026-06-22T19:48:17.177Z[ recovery-image] Jun 22 19:48:16.265 INFO O| Jun 22 19:48:16.265 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-06-22T19:48:17.182Z[ recovery-image] Jun 22 19:48:16.270 INFO O| Jun 22 19:48:16.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67832026-06-22T19:48:17.182Z[ recovery-image] Jun 22 19:48:16.270 INFO O| Jun 22 19:48:16.270 INFO STEP 660 (remove_files) COMPLETE
67842026-06-22T19:48:17.185Z[ recovery-image] Jun 22 19:48:16.270 INFO O| Jun 22 19:48:16.270 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-06-22T19:48:17.189Z[ recovery-image] Jun 22 19:48:16.275 INFO O| Jun 22 19:48:16.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67862026-06-22T19:48:17.189Z[ recovery-image] Jun 22 19:48:16.275 INFO O| Jun 22 19:48:16.275 INFO STEP 661 (remove_files) COMPLETE
67872026-06-22T19:48:17.189Z[ recovery-image] Jun 22 19:48:16.275 INFO O| Jun 22 19:48:16.275 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-06-22T19:48:17.193Z[ recovery-image] Jun 22 19:48:16.281 INFO O| Jun 22 19:48:16.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67892026-06-22T19:48:17.193Z[ recovery-image] Jun 22 19:48:16.281 INFO O| Jun 22 19:48:16.281 INFO STEP 662 (remove_files) COMPLETE
67902026-06-22T19:48:17.197Z[ recovery-image] Jun 22 19:48:16.281 INFO O| Jun 22 19:48:16.281 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-06-22T19:48:17.200Z[ recovery-image] Jun 22 19:48:16.286 INFO O| Jun 22 19:48:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67922026-06-22T19:48:17.200Z[ recovery-image] Jun 22 19:48:16.286 INFO O| Jun 22 19:48:16.286 INFO STEP 663 (remove_files) COMPLETE
67932026-06-22T19:48:17.200Z[ recovery-image] Jun 22 19:48:16.286 INFO O| Jun 22 19:48:16.286 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-06-22T19:48:17.205Z[ recovery-image] Jun 22 19:48:16.292 INFO O| Jun 22 19:48:16.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67952026-06-22T19:48:17.208Z[ recovery-image] Jun 22 19:48:16.292 INFO O| Jun 22 19:48:16.292 INFO STEP 664 (remove_files) COMPLETE
67962026-06-22T19:48:17.208Z[ recovery-image] Jun 22 19:48:16.292 INFO O| Jun 22 19:48:16.292 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-06-22T19:48:17.211Z[ recovery-image] Jun 22 19:48:16.298 INFO O| Jun 22 19:48:16.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67982026-06-22T19:48:17.211Z[ recovery-image] Jun 22 19:48:16.298 INFO O| Jun 22 19:48:16.298 INFO STEP 665 (remove_files) COMPLETE
67992026-06-22T19:48:17.211Z[ recovery-image] Jun 22 19:48:16.298 INFO O| Jun 22 19:48:16.298 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-06-22T19:48:17.217Z[ recovery-image] Jun 22 19:48:16.304 INFO O| Jun 22 19:48:16.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68012026-06-22T19:48:17.220Z[ recovery-image] Jun 22 19:48:16.305 INFO O| Jun 22 19:48:16.305 INFO STEP 666 (remove_files) COMPLETE
68022026-06-22T19:48:17.220Z[ recovery-image] Jun 22 19:48:16.305 INFO O| Jun 22 19:48:16.305 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-06-22T19:48:17.224Z[ recovery-image] Jun 22 19:48:16.310 INFO O| Jun 22 19:48:16.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68042026-06-22T19:48:17.224Z[ recovery-image] Jun 22 19:48:16.311 INFO O| Jun 22 19:48:16.311 INFO STEP 667 (remove_files) COMPLETE
68052026-06-22T19:48:17.224Z[ recovery-image] Jun 22 19:48:16.311 INFO O| Jun 22 19:48:16.311 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-06-22T19:48:17.230Z[ recovery-image] Jun 22 19:48:16.317 INFO O| Jun 22 19:48:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68072026-06-22T19:48:17.233Z[ recovery-image] Jun 22 19:48:16.317 INFO O| Jun 22 19:48:16.317 INFO STEP 668 (remove_files) COMPLETE
68082026-06-22T19:48:17.233Z[ recovery-image] Jun 22 19:48:16.317 INFO O| Jun 22 19:48:16.317 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-06-22T19:48:17.237Z[ recovery-image] Jun 22 19:48:16.323 INFO O| Jun 22 19:48:16.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68102026-06-22T19:48:17.237Z[ recovery-image] Jun 22 19:48:16.323 INFO O| Jun 22 19:48:16.323 INFO STEP 669 (remove_files) COMPLETE
68112026-06-22T19:48:17.237Z[ recovery-image] Jun 22 19:48:16.323 INFO O| Jun 22 19:48:16.323 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-06-22T19:48:17.241Z[ recovery-image] Jun 22 19:48:16.329 INFO O| Jun 22 19:48:16.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68132026-06-22T19:48:17.244Z[ recovery-image] Jun 22 19:48:16.330 INFO O| Jun 22 19:48:16.330 INFO STEP 670 (remove_files) COMPLETE
68142026-06-22T19:48:17.245Z[ recovery-image] Jun 22 19:48:16.330 INFO O| Jun 22 19:48:16.330 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-06-22T19:48:17.248Z[ recovery-image] Jun 22 19:48:16.336 INFO O| Jun 22 19:48:16.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68162026-06-22T19:48:17.248Z[ recovery-image] Jun 22 19:48:16.336 INFO O| Jun 22 19:48:16.336 INFO STEP 671 (remove_files) COMPLETE
68172026-06-22T19:48:17.248Z[ recovery-image] Jun 22 19:48:16.336 INFO O| Jun 22 19:48:16.336 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-06-22T19:48:17.254Z[ recovery-image] Jun 22 19:48:16.342 INFO O| Jun 22 19:48:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68192026-06-22T19:48:17.254Z[ recovery-image] Jun 22 19:48:16.342 INFO O| Jun 22 19:48:16.342 INFO STEP 672 (remove_files) COMPLETE
68202026-06-22T19:48:17.258Z[ recovery-image] Jun 22 19:48:16.342 INFO O| Jun 22 19:48:16.342 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-06-22T19:48:17.262Z[ recovery-image] Jun 22 19:48:16.348 INFO O| Jun 22 19:48:16.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68222026-06-22T19:48:17.263Z[ recovery-image] Jun 22 19:48:16.348 INFO O| Jun 22 19:48:16.348 INFO STEP 673 (remove_files) COMPLETE
68232026-06-22T19:48:17.263Z[ recovery-image] Jun 22 19:48:16.348 INFO O| Jun 22 19:48:16.348 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-06-22T19:48:17.267Z[ recovery-image] Jun 22 19:48:16.353 INFO O| Jun 22 19:48:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68252026-06-22T19:48:17.267Z[ recovery-image] Jun 22 19:48:16.353 INFO O| Jun 22 19:48:16.353 INFO STEP 674 (remove_files) COMPLETE
68262026-06-22T19:48:17.267Z[ recovery-image] Jun 22 19:48:16.353 INFO O| Jun 22 19:48:16.353 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-06-22T19:48:17.272Z[ recovery-image] Jun 22 19:48:16.359 INFO O| Jun 22 19:48:16.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68282026-06-22T19:48:17.275Z[ recovery-image] Jun 22 19:48:16.359 INFO O| Jun 22 19:48:16.359 INFO STEP 675 (remove_files) COMPLETE
68292026-06-22T19:48:17.275Z[ recovery-image] Jun 22 19:48:16.359 INFO O| Jun 22 19:48:16.359 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-06-22T19:48:17.280Z[ recovery-image] Jun 22 19:48:16.365 INFO O| Jun 22 19:48:16.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68312026-06-22T19:48:17.280Z[ recovery-image] Jun 22 19:48:16.365 INFO O| Jun 22 19:48:16.365 INFO STEP 676 (remove_files) COMPLETE
68322026-06-22T19:48:17.280Z[ recovery-image] Jun 22 19:48:16.365 INFO O| Jun 22 19:48:16.365 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-06-22T19:48:17.284Z[ recovery-image] Jun 22 19:48:16.372 INFO O| Jun 22 19:48:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68342026-06-22T19:48:17.289Z[ recovery-image] Jun 22 19:48:16.372 INFO O| Jun 22 19:48:16.372 INFO STEP 677 (remove_files) COMPLETE
68352026-06-22T19:48:17.289Z[ recovery-image] Jun 22 19:48:16.372 INFO O| Jun 22 19:48:16.372 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-06-22T19:48:17.295Z[ recovery-image] Jun 22 19:48:16.378 INFO O| Jun 22 19:48:16.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68372026-06-22T19:48:17.295Z[ recovery-image] Jun 22 19:48:16.378 INFO O| Jun 22 19:48:16.378 INFO STEP 678 (remove_files) COMPLETE
68382026-06-22T19:48:17.295Z[ recovery-image] Jun 22 19:48:16.378 INFO O| Jun 22 19:48:16.378 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-06-22T19:48:17.298Z[ recovery-image] Jun 22 19:48:16.384 INFO O| Jun 22 19:48:16.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68402026-06-22T19:48:17.298Z[ recovery-image] Jun 22 19:48:16.384 INFO O| Jun 22 19:48:16.384 INFO STEP 679 (remove_files) COMPLETE
68412026-06-22T19:48:17.298Z[ recovery-image] Jun 22 19:48:16.384 INFO O| Jun 22 19:48:16.384 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-06-22T19:48:17.304Z[ recovery-image] Jun 22 19:48:16.390 INFO O| Jun 22 19:48:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68432026-06-22T19:48:17.309Z[ recovery-image] Jun 22 19:48:16.390 INFO O| Jun 22 19:48:16.390 INFO STEP 680 (remove_files) COMPLETE
68442026-06-22T19:48:17.309Z[ recovery-image] Jun 22 19:48:16.390 INFO O| Jun 22 19:48:16.390 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-06-22T19:48:17.313Z[ recovery-image] Jun 22 19:48:16.396 INFO O| Jun 22 19:48:16.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68462026-06-22T19:48:17.313Z[ recovery-image] Jun 22 19:48:16.396 INFO O| Jun 22 19:48:16.396 INFO STEP 681 (remove_files) COMPLETE
68472026-06-22T19:48:17.313Z[ recovery-image] Jun 22 19:48:16.396 INFO O| Jun 22 19:48:16.396 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-06-22T19:48:17.317Z[ recovery-image] Jun 22 19:48:16.402 INFO O| Jun 22 19:48:16.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68492026-06-22T19:48:17.317Z[ recovery-image] Jun 22 19:48:16.402 INFO O| Jun 22 19:48:16.402 INFO STEP 682 (remove_files) COMPLETE
68502026-06-22T19:48:17.317Z[ recovery-image] Jun 22 19:48:16.402 INFO O| Jun 22 19:48:16.402 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-06-22T19:48:17.320Z[ recovery-image] Jun 22 19:48:16.408 INFO O| Jun 22 19:48:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68522026-06-22T19:48:17.320Z[ recovery-image] Jun 22 19:48:16.408 INFO O| Jun 22 19:48:16.408 INFO STEP 683 (remove_files) COMPLETE
68532026-06-22T19:48:17.324Z[ recovery-image] Jun 22 19:48:16.408 INFO O| Jun 22 19:48:16.408 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-06-22T19:48:17.329Z[ recovery-image] Jun 22 19:48:16.414 INFO O| Jun 22 19:48:16.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68552026-06-22T19:48:17.329Z[ recovery-image] Jun 22 19:48:16.414 INFO O| Jun 22 19:48:16.414 INFO STEP 684 (remove_files) COMPLETE
68562026-06-22T19:48:17.329Z[ recovery-image] Jun 22 19:48:16.414 INFO O| Jun 22 19:48:16.414 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-06-22T19:48:17.332Z[ recovery-image] Jun 22 19:48:16.420 INFO O| Jun 22 19:48:16.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68582026-06-22T19:48:17.332Z[ recovery-image] Jun 22 19:48:16.420 INFO O| Jun 22 19:48:16.420 INFO STEP 685 (remove_files) COMPLETE
68592026-06-22T19:48:17.336Z[ recovery-image] Jun 22 19:48:16.420 INFO O| Jun 22 19:48:16.420 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-06-22T19:48:17.339Z[ recovery-image] Jun 22 19:48:16.426 INFO O| Jun 22 19:48:16.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68612026-06-22T19:48:17.339Z[ recovery-image] Jun 22 19:48:16.426 INFO O| Jun 22 19:48:16.426 INFO STEP 686 (remove_files) COMPLETE
68622026-06-22T19:48:17.339Z[ recovery-image] Jun 22 19:48:16.426 INFO O| Jun 22 19:48:16.426 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-06-22T19:48:17.344Z[ recovery-image] Jun 22 19:48:16.432 INFO O| Jun 22 19:48:16.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68642026-06-22T19:48:17.347Z[ recovery-image] Jun 22 19:48:16.432 INFO O| Jun 22 19:48:16.432 INFO STEP 687 (remove_files) COMPLETE
68652026-06-22T19:48:17.347Z[ recovery-image] Jun 22 19:48:16.432 INFO O| Jun 22 19:48:16.432 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-06-22T19:48:17.351Z[ recovery-image] Jun 22 19:48:16.438 INFO O| Jun 22 19:48:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68672026-06-22T19:48:17.351Z[ recovery-image] Jun 22 19:48:16.438 INFO O| Jun 22 19:48:16.438 INFO STEP 688 (remove_files) COMPLETE
68682026-06-22T19:48:17.351Z[ recovery-image] Jun 22 19:48:16.438 INFO O| Jun 22 19:48:16.438 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-06-22T19:48:17.356Z[ recovery-image] Jun 22 19:48:16.443 INFO O| Jun 22 19:48:16.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68702026-06-22T19:48:17.356Z[ recovery-image] Jun 22 19:48:16.443 INFO O| Jun 22 19:48:16.443 INFO STEP 689 (remove_files) COMPLETE
68712026-06-22T19:48:17.359Z[ recovery-image] Jun 22 19:48:16.444 INFO O| Jun 22 19:48:16.443 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-06-22T19:48:17.364Z[ recovery-image] Jun 22 19:48:16.449 INFO O| Jun 22 19:48:16.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68732026-06-22T19:48:17.364Z[ recovery-image] Jun 22 19:48:16.449 INFO O| Jun 22 19:48:16.449 INFO STEP 690 (remove_files) COMPLETE
68742026-06-22T19:48:17.364Z[ recovery-image] Jun 22 19:48:16.449 INFO O| Jun 22 19:48:16.449 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-06-22T19:48:17.367Z[ recovery-image] Jun 22 19:48:16.455 INFO O| Jun 22 19:48:16.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68762026-06-22T19:48:17.367Z[ recovery-image] Jun 22 19:48:16.455 INFO O| Jun 22 19:48:16.455 INFO STEP 691 (remove_files) COMPLETE
68772026-06-22T19:48:17.367Z[ recovery-image] Jun 22 19:48:16.455 INFO O| Jun 22 19:48:16.455 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-06-22T19:48:17.373Z[ recovery-image] Jun 22 19:48:16.460 INFO O| Jun 22 19:48:16.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68792026-06-22T19:48:17.376Z[ recovery-image] Jun 22 19:48:16.460 INFO O| Jun 22 19:48:16.460 INFO STEP 692 (remove_files) COMPLETE
68802026-06-22T19:48:17.376Z[ recovery-image] Jun 22 19:48:16.460 INFO O| Jun 22 19:48:16.460 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-06-22T19:48:17.379Z[ recovery-image] Jun 22 19:48:16.466 INFO O| Jun 22 19:48:16.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68822026-06-22T19:48:17.379Z[ recovery-image] Jun 22 19:48:16.466 INFO O| Jun 22 19:48:16.466 INFO STEP 693 (remove_files) COMPLETE
68832026-06-22T19:48:17.379Z[ recovery-image] Jun 22 19:48:16.466 INFO O| Jun 22 19:48:16.466 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-06-22T19:48:17.384Z[ recovery-image] Jun 22 19:48:16.472 INFO O| Jun 22 19:48:16.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68852026-06-22T19:48:17.384Z[ recovery-image] Jun 22 19:48:16.472 INFO O| Jun 22 19:48:16.472 INFO STEP 694 (remove_files) COMPLETE
68862026-06-22T19:48:17.387Z[ recovery-image] Jun 22 19:48:16.472 INFO O| Jun 22 19:48:16.472 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-06-22T19:48:17.390Z[ recovery-image] Jun 22 19:48:16.477 INFO O| Jun 22 19:48:16.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68882026-06-22T19:48:17.390Z[ recovery-image] Jun 22 19:48:16.477 INFO O| Jun 22 19:48:16.477 INFO STEP 695 (remove_files) COMPLETE
68892026-06-22T19:48:17.390Z[ recovery-image] Jun 22 19:48:16.477 INFO O| Jun 22 19:48:16.477 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-06-22T19:48:17.398Z[ recovery-image] Jun 22 19:48:16.485 INFO O| Jun 22 19:48:16.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68912026-06-22T19:48:17.398Z[ recovery-image] Jun 22 19:48:16.485 INFO O| Jun 22 19:48:16.485 INFO STEP 696 (remove_files) COMPLETE
68922026-06-22T19:48:17.402Z[ recovery-image] Jun 22 19:48:16.485 INFO O| Jun 22 19:48:16.485 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-06-22T19:48:17.405Z[ recovery-image] Jun 22 19:48:16.491 INFO O| Jun 22 19:48:16.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68942026-06-22T19:48:17.406Z[ recovery-image] Jun 22 19:48:16.491 INFO O| Jun 22 19:48:16.491 INFO STEP 697 (remove_files) COMPLETE
68952026-06-22T19:48:17.406Z[ recovery-image] Jun 22 19:48:16.491 INFO O| Jun 22 19:48:16.491 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-06-22T19:48:17.409Z[ recovery-image] Jun 22 19:48:16.496 INFO O| Jun 22 19:48:16.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68972026-06-22T19:48:17.409Z[ recovery-image] Jun 22 19:48:16.496 INFO O| Jun 22 19:48:16.496 INFO STEP 698 (remove_files) COMPLETE
68982026-06-22T19:48:17.409Z[ recovery-image] Jun 22 19:48:16.496 INFO O| Jun 22 19:48:16.496 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-06-22T19:48:17.419Z[ recovery-image] Jun 22 19:48:16.502 INFO O| Jun 22 19:48:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69002026-06-22T19:48:17.422Z[ recovery-image] Jun 22 19:48:16.502 INFO O| Jun 22 19:48:16.502 INFO STEP 699 (remove_files) COMPLETE
69012026-06-22T19:48:17.423Z[ recovery-image] Jun 22 19:48:16.502 INFO O| Jun 22 19:48:16.502 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-06-22T19:48:17.423Z[ recovery-image] Jun 22 19:48:16.507 INFO O| Jun 22 19:48:16.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69032026-06-22T19:48:17.423Z[ recovery-image] Jun 22 19:48:16.507 INFO O| Jun 22 19:48:16.507 INFO STEP 700 (remove_files) COMPLETE
69042026-06-22T19:48:17.423Z[ recovery-image] Jun 22 19:48:16.507 INFO O| Jun 22 19:48:16.507 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-06-22T19:48:17.426Z[ recovery-image] Jun 22 19:48:16.512 INFO O| Jun 22 19:48:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69062026-06-22T19:48:17.426Z[ recovery-image] Jun 22 19:48:16.512 INFO O| Jun 22 19:48:16.512 INFO STEP 701 (remove_files) COMPLETE
69072026-06-22T19:48:17.426Z[ recovery-image] Jun 22 19:48:16.512 INFO O| Jun 22 19:48:16.512 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-06-22T19:48:17.430Z[ recovery-image] Jun 22 19:48:16.518 INFO O| Jun 22 19:48:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69092026-06-22T19:48:17.430Z[ recovery-image] Jun 22 19:48:16.518 INFO O| Jun 22 19:48:16.518 INFO STEP 702 (remove_files) COMPLETE
69102026-06-22T19:48:17.434Z[ recovery-image] Jun 22 19:48:16.518 INFO O| Jun 22 19:48:16.518 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-06-22T19:48:17.437Z[ recovery-image] Jun 22 19:48:16.524 INFO O| Jun 22 19:48:16.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69122026-06-22T19:48:17.437Z[ recovery-image] Jun 22 19:48:16.524 INFO O| Jun 22 19:48:16.524 INFO STEP 703 (remove_files) COMPLETE
69132026-06-22T19:48:17.438Z[ recovery-image] Jun 22 19:48:16.524 INFO O| Jun 22 19:48:16.524 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-06-22T19:48:17.442Z[ recovery-image] Jun 22 19:48:16.529 INFO O| Jun 22 19:48:16.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69152026-06-22T19:48:17.442Z[ recovery-image] Jun 22 19:48:16.529 INFO O| Jun 22 19:48:16.529 INFO STEP 704 (remove_files) COMPLETE
69162026-06-22T19:48:17.446Z[ recovery-image] Jun 22 19:48:16.529 INFO O| Jun 22 19:48:16.529 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-06-22T19:48:17.450Z[ recovery-image] Jun 22 19:48:16.538 INFO O| Jun 22 19:48:16.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69182026-06-22T19:48:17.450Z[ recovery-image] Jun 22 19:48:16.538 INFO O| Jun 22 19:48:16.538 INFO STEP 705 (remove_files) COMPLETE
69192026-06-22T19:48:17.450Z[ recovery-image] Jun 22 19:48:16.538 INFO O| Jun 22 19:48:16.538 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-06-22T19:48:17.458Z[ recovery-image] Jun 22 19:48:16.545 INFO O| Jun 22 19:48:16.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69212026-06-22T19:48:17.461Z[ recovery-image] Jun 22 19:48:16.546 INFO O| Jun 22 19:48:16.546 INFO STEP 706 (remove_files) COMPLETE
69222026-06-22T19:48:17.461Z[ recovery-image] Jun 22 19:48:16.546 INFO O| Jun 22 19:48:16.546 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-06-22T19:48:17.466Z[ recovery-image] Jun 22 19:48:16.553 INFO O| Jun 22 19:48:16.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69242026-06-22T19:48:17.469Z[ recovery-image] Jun 22 19:48:16.553 INFO O| Jun 22 19:48:16.553 INFO STEP 707 (remove_files) COMPLETE
69252026-06-22T19:48:17.469Z[ recovery-image] Jun 22 19:48:16.553 INFO O| Jun 22 19:48:16.553 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-06-22T19:48:17.473Z[ recovery-image] Jun 22 19:48:16.560 INFO O| Jun 22 19:48:16.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69272026-06-22T19:48:17.473Z[ recovery-image] Jun 22 19:48:16.560 INFO O| Jun 22 19:48:16.560 INFO STEP 708 (remove_files) COMPLETE
69282026-06-22T19:48:17.473Z[ recovery-image] Jun 22 19:48:16.560 INFO O| Jun 22 19:48:16.560 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-06-22T19:48:17.479Z[ recovery-image] Jun 22 19:48:16.565 INFO O| Jun 22 19:48:16.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69302026-06-22T19:48:17.479Z[ recovery-image] Jun 22 19:48:16.565 INFO O| Jun 22 19:48:16.565 INFO STEP 709 (remove_files) COMPLETE
69312026-06-22T19:48:17.482Z[ recovery-image] Jun 22 19:48:16.565 INFO O| Jun 22 19:48:16.565 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-06-22T19:48:17.486Z[ recovery-image] Jun 22 19:48:16.571 INFO O| Jun 22 19:48:16.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69332026-06-22T19:48:17.486Z[ recovery-image] Jun 22 19:48:16.571 INFO O| Jun 22 19:48:16.571 INFO STEP 710 (remove_files) COMPLETE
69342026-06-22T19:48:17.486Z[ recovery-image] Jun 22 19:48:16.571 INFO O| Jun 22 19:48:16.571 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-06-22T19:48:17.489Z[ recovery-image] Jun 22 19:48:16.577 INFO O| Jun 22 19:48:16.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69362026-06-22T19:48:17.489Z[ recovery-image] Jun 22 19:48:16.577 INFO O| Jun 22 19:48:16.577 INFO STEP 711 (remove_files) COMPLETE
69372026-06-22T19:48:17.489Z[ recovery-image] Jun 22 19:48:16.577 INFO O| Jun 22 19:48:16.577 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-06-22T19:48:17.495Z[ recovery-image] Jun 22 19:48:16.583 INFO O| Jun 22 19:48:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69392026-06-22T19:48:17.495Z[ recovery-image] Jun 22 19:48:16.583 INFO O| Jun 22 19:48:16.583 INFO STEP 712 (remove_files) COMPLETE
69402026-06-22T19:48:17.499Z[ recovery-image] Jun 22 19:48:16.583 INFO O| Jun 22 19:48:16.583 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-06-22T19:48:17.503Z[ recovery-image] Jun 22 19:48:16.591 INFO O| Jun 22 19:48:16.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69422026-06-22T19:48:17.503Z[ recovery-image] Jun 22 19:48:16.591 INFO O| Jun 22 19:48:16.591 INFO STEP 713 (remove_files) COMPLETE
69432026-06-22T19:48:17.506Z[ recovery-image] Jun 22 19:48:16.591 INFO O| Jun 22 19:48:16.591 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-06-22T19:48:17.510Z[ recovery-image] Jun 22 19:48:16.597 INFO O| Jun 22 19:48:16.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69452026-06-22T19:48:17.510Z[ recovery-image] Jun 22 19:48:16.597 INFO O| Jun 22 19:48:16.597 INFO STEP 714 (remove_files) COMPLETE
69462026-06-22T19:48:17.510Z[ recovery-image] Jun 22 19:48:16.597 INFO O| Jun 22 19:48:16.597 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-06-22T19:48:17.516Z[ recovery-image] Jun 22 19:48:16.604 INFO O| Jun 22 19:48:16.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69482026-06-22T19:48:17.516Z[ recovery-image] Jun 22 19:48:16.604 INFO O| Jun 22 19:48:16.604 INFO STEP 715 (remove_files) COMPLETE
69492026-06-22T19:48:17.516Z[ recovery-image] Jun 22 19:48:16.604 INFO O| Jun 22 19:48:16.604 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-06-22T19:48:17.524Z[ recovery-image] Jun 22 19:48:16.610 INFO O| Jun 22 19:48:16.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69512026-06-22T19:48:17.524Z[ recovery-image] Jun 22 19:48:16.610 INFO O| Jun 22 19:48:16.610 INFO STEP 716 (remove_files) COMPLETE
69522026-06-22T19:48:17.527Z[ recovery-image] Jun 22 19:48:16.610 INFO O| Jun 22 19:48:16.610 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-06-22T19:48:17.530Z[ recovery-image] Jun 22 19:48:16.618 INFO O| Jun 22 19:48:16.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69542026-06-22T19:48:17.530Z[ recovery-image] Jun 22 19:48:16.618 INFO O| Jun 22 19:48:16.618 INFO STEP 717 (remove_files) COMPLETE
69552026-06-22T19:48:17.530Z[ recovery-image] Jun 22 19:48:16.618 INFO O| Jun 22 19:48:16.618 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-06-22T19:48:17.537Z[ recovery-image] Jun 22 19:48:16.625 INFO O| Jun 22 19:48:16.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69572026-06-22T19:48:17.541Z[ recovery-image] Jun 22 19:48:16.625 INFO O| Jun 22 19:48:16.625 INFO STEP 718 (remove_files) COMPLETE
69582026-06-22T19:48:17.541Z[ recovery-image] Jun 22 19:48:16.625 INFO O| Jun 22 19:48:16.625 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-06-22T19:48:17.545Z[ recovery-image] Jun 22 19:48:16.633 INFO O| Jun 22 19:48:16.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69602026-06-22T19:48:17.545Z[ recovery-image] Jun 22 19:48:16.633 INFO O| Jun 22 19:48:16.633 INFO STEP 719 (remove_files) COMPLETE
69612026-06-22T19:48:17.545Z[ recovery-image] Jun 22 19:48:16.633 INFO O| Jun 22 19:48:16.633 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-06-22T19:48:17.552Z[ recovery-image] Jun 22 19:48:16.640 INFO O| Jun 22 19:48:16.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69632026-06-22T19:48:17.552Z[ recovery-image] Jun 22 19:48:16.640 INFO O| Jun 22 19:48:16.640 INFO STEP 720 (remove_files) COMPLETE
69642026-06-22T19:48:17.559Z[ recovery-image] Jun 22 19:48:16.640 INFO O| Jun 22 19:48:16.640 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-06-22T19:48:17.562Z[ recovery-image] Jun 22 19:48:16.647 INFO O| Jun 22 19:48:16.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69662026-06-22T19:48:17.562Z[ recovery-image] Jun 22 19:48:16.647 INFO O| Jun 22 19:48:16.647 INFO STEP 721 (remove_files) COMPLETE
69672026-06-22T19:48:17.562Z[ recovery-image] Jun 22 19:48:16.647 INFO O| Jun 22 19:48:16.647 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-06-22T19:48:17.567Z[ recovery-image] Jun 22 19:48:16.654 INFO O| Jun 22 19:48:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69692026-06-22T19:48:17.567Z[ recovery-image] Jun 22 19:48:16.654 INFO O| Jun 22 19:48:16.654 INFO STEP 722 (remove_files) COMPLETE
69702026-06-22T19:48:17.567Z[ recovery-image] Jun 22 19:48:16.654 INFO O| Jun 22 19:48:16.654 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-06-22T19:48:17.574Z[ recovery-image] Jun 22 19:48:16.660 INFO O| Jun 22 19:48:16.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69722026-06-22T19:48:17.578Z[ recovery-image] Jun 22 19:48:16.660 INFO O| Jun 22 19:48:16.660 INFO STEP 723 (remove_files) COMPLETE
69732026-06-22T19:48:17.578Z[ recovery-image] Jun 22 19:48:16.660 INFO O| Jun 22 19:48:16.660 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-06-22T19:48:17.581Z[ recovery-image] Jun 22 19:48:16.666 INFO O| Jun 22 19:48:16.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69752026-06-22T19:48:17.581Z[ recovery-image] Jun 22 19:48:16.667 INFO O| Jun 22 19:48:16.667 INFO STEP 724 (remove_files) COMPLETE
69762026-06-22T19:48:17.581Z[ recovery-image] Jun 22 19:48:16.667 INFO O| Jun 22 19:48:16.667 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-06-22T19:48:17.588Z[ recovery-image] Jun 22 19:48:16.673 INFO O| Jun 22 19:48:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69782026-06-22T19:48:17.588Z[ recovery-image] Jun 22 19:48:16.673 INFO O| Jun 22 19:48:16.673 INFO STEP 725 (remove_files) COMPLETE
69792026-06-22T19:48:17.588Z[ recovery-image] Jun 22 19:48:16.673 INFO O| Jun 22 19:48:16.673 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-06-22T19:48:17.592Z[ recovery-image] Jun 22 19:48:16.679 INFO O| Jun 22 19:48:16.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69812026-06-22T19:48:17.592Z[ recovery-image] Jun 22 19:48:16.679 INFO O| Jun 22 19:48:16.679 INFO STEP 726 (remove_files) COMPLETE
69822026-06-22T19:48:17.595Z[ recovery-image] Jun 22 19:48:16.679 INFO O| Jun 22 19:48:16.679 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-06-22T19:48:17.598Z[ recovery-image] Jun 22 19:48:16.685 INFO O| Jun 22 19:48:16.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69842026-06-22T19:48:17.598Z[ recovery-image] Jun 22 19:48:16.685 INFO O| Jun 22 19:48:16.685 INFO STEP 727 (remove_files) COMPLETE
69852026-06-22T19:48:17.598Z[ recovery-image] Jun 22 19:48:16.685 INFO O| Jun 22 19:48:16.685 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-06-22T19:48:17.604Z[ recovery-image] Jun 22 19:48:16.691 INFO O| Jun 22 19:48:16.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69872026-06-22T19:48:17.604Z[ recovery-image] Jun 22 19:48:16.691 INFO O| Jun 22 19:48:16.691 INFO STEP 728 (remove_files) COMPLETE
69882026-06-22T19:48:17.604Z[ recovery-image] Jun 22 19:48:16.691 INFO O| Jun 22 19:48:16.691 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-06-22T19:48:17.611Z[ recovery-image] Jun 22 19:48:16.698 INFO O| Jun 22 19:48:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69902026-06-22T19:48:17.614Z[ recovery-image] Jun 22 19:48:16.698 INFO O| Jun 22 19:48:16.698 INFO STEP 729 (remove_files) COMPLETE
69912026-06-22T19:48:17.614Z[ recovery-image] Jun 22 19:48:16.698 INFO O| Jun 22 19:48:16.698 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-06-22T19:48:17.621Z[ recovery-image] Jun 22 19:48:16.704 INFO O| Jun 22 19:48:16.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69932026-06-22T19:48:17.621Z[ recovery-image] Jun 22 19:48:16.704 INFO O| Jun 22 19:48:16.704 INFO STEP 730 (remove_files) COMPLETE
69942026-06-22T19:48:17.621Z[ recovery-image] Jun 22 19:48:16.704 INFO O| Jun 22 19:48:16.704 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-06-22T19:48:17.626Z[ recovery-image] Jun 22 19:48:16.712 INFO O| Jun 22 19:48:16.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69962026-06-22T19:48:17.626Z[ recovery-image] Jun 22 19:48:16.712 INFO O| Jun 22 19:48:16.712 INFO STEP 731 (remove_files) COMPLETE
69972026-06-22T19:48:17.626Z[ recovery-image] Jun 22 19:48:16.712 INFO O| Jun 22 19:48:16.712 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-06-22T19:48:17.633Z[ recovery-image] Jun 22 19:48:16.719 INFO O| Jun 22 19:48:16.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69992026-06-22T19:48:17.633Z[ recovery-image] Jun 22 19:48:16.719 INFO O| Jun 22 19:48:16.719 INFO STEP 732 (remove_files) COMPLETE
70002026-06-22T19:48:17.633Z[ recovery-image] Jun 22 19:48:16.719 INFO O| Jun 22 19:48:16.719 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-06-22T19:48:17.638Z[ recovery-image] Jun 22 19:48:16.726 INFO O| Jun 22 19:48:16.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70022026-06-22T19:48:17.638Z[ recovery-image] Jun 22 19:48:16.726 INFO O| Jun 22 19:48:16.726 INFO STEP 733 (remove_files) COMPLETE
70032026-06-22T19:48:17.642Z[ recovery-image] Jun 22 19:48:16.726 INFO O| Jun 22 19:48:16.726 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-06-22T19:48:17.645Z[ recovery-image] Jun 22 19:48:16.732 INFO O| Jun 22 19:48:16.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70052026-06-22T19:48:17.645Z[ recovery-image] Jun 22 19:48:16.732 INFO O| Jun 22 19:48:16.732 INFO STEP 734 (remove_files) COMPLETE
70062026-06-22T19:48:17.645Z[ recovery-image] Jun 22 19:48:16.732 INFO O| Jun 22 19:48:16.732 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-06-22T19:48:17.652Z[ recovery-image] Jun 22 19:48:16.739 INFO O| Jun 22 19:48:16.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70082026-06-22T19:48:17.652Z[ recovery-image] Jun 22 19:48:16.739 INFO O| Jun 22 19:48:16.739 INFO STEP 735 (remove_files) COMPLETE
70092026-06-22T19:48:17.655Z[ recovery-image] Jun 22 19:48:16.739 INFO O| Jun 22 19:48:16.739 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-06-22T19:48:17.660Z[ recovery-image] Jun 22 19:48:16.746 INFO O| Jun 22 19:48:16.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70112026-06-22T19:48:17.660Z[ recovery-image] Jun 22 19:48:16.746 INFO O| Jun 22 19:48:16.746 INFO STEP 736 (remove_files) COMPLETE
70122026-06-22T19:48:17.660Z[ recovery-image] Jun 22 19:48:16.746 INFO O| Jun 22 19:48:16.746 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-06-22T19:48:17.666Z[ recovery-image] Jun 22 19:48:16.753 INFO O| Jun 22 19:48:16.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70142026-06-22T19:48:17.666Z[ recovery-image] Jun 22 19:48:16.754 INFO O| Jun 22 19:48:16.754 INFO STEP 737 (remove_files) COMPLETE
70152026-06-22T19:48:17.666Z[ recovery-image] Jun 22 19:48:16.754 INFO O| Jun 22 19:48:16.754 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-06-22T19:48:17.672Z[ recovery-image] Jun 22 19:48:16.760 INFO O| Jun 22 19:48:16.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70172026-06-22T19:48:17.676Z[ recovery-image] Jun 22 19:48:16.761 INFO O| Jun 22 19:48:16.761 INFO STEP 738 (remove_files) COMPLETE
70182026-06-22T19:48:17.676Z[ recovery-image] Jun 22 19:48:16.761 INFO O| Jun 22 19:48:16.761 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-06-22T19:48:17.679Z[ recovery-image] Jun 22 19:48:16.766 INFO O| Jun 22 19:48:16.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70202026-06-22T19:48:17.679Z[ recovery-image] Jun 22 19:48:16.766 INFO O| Jun 22 19:48:16.766 INFO STEP 739 (remove_files) COMPLETE
70212026-06-22T19:48:17.679Z[ recovery-image] Jun 22 19:48:16.766 INFO O| Jun 22 19:48:16.766 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-06-22T19:48:17.684Z[ recovery-image] Jun 22 19:48:16.772 INFO O| Jun 22 19:48:16.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70232026-06-22T19:48:17.690Z[ recovery-image] Jun 22 19:48:16.772 INFO O| Jun 22 19:48:16.772 INFO STEP 740 (remove_files) COMPLETE
70242026-06-22T19:48:17.690Z[ recovery-image] Jun 22 19:48:16.772 INFO O| Jun 22 19:48:16.772 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-06-22T19:48:17.693Z[ recovery-image] Jun 22 19:48:16.778 INFO O| Jun 22 19:48:16.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70262026-06-22T19:48:17.693Z[ recovery-image] Jun 22 19:48:16.778 INFO O| Jun 22 19:48:16.778 INFO STEP 741 (remove_files) COMPLETE
70272026-06-22T19:48:17.693Z[ recovery-image] Jun 22 19:48:16.778 INFO O| Jun 22 19:48:16.778 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.783 INFO O| Jun 22 19:48:16.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70292026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.784 INFO O| Jun 22 19:48:16.784 INFO STEP 742 (remove_files) COMPLETE
70302026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.784 INFO O| Jun 22 19:48:16.784 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.790 INFO O| Jun 22 19:48:16.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70322026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.790 INFO O| Jun 22 19:48:16.790 INFO STEP 743 (remove_files) COMPLETE
70332026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.790 INFO O| Jun 22 19:48:16.790 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.796 INFO O| Jun 22 19:48:16.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70352026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.796 INFO O| Jun 22 19:48:16.796 INFO STEP 744 (remove_files) COMPLETE
70362026-06-22T19:48:17.735Z[ recovery-image] Jun 22 19:48:16.796 INFO O| Jun 22 19:48:16.796 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.802 INFO O| Jun 22 19:48:16.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70382026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.802 INFO O| Jun 22 19:48:16.802 INFO STEP 745 (remove_files) COMPLETE
70392026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.802 INFO O| Jun 22 19:48:16.802 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.808 INFO O| Jun 22 19:48:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70412026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.808 INFO O| Jun 22 19:48:16.808 INFO STEP 746 (remove_files) COMPLETE
70422026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.808 INFO O| Jun 22 19:48:16.808 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.814 INFO O| Jun 22 19:48:16.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70442026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.814 INFO O| Jun 22 19:48:16.814 INFO STEP 747 (remove_files) COMPLETE
70452026-06-22T19:48:17.736Z[ recovery-image] Jun 22 19:48:16.814 INFO O| Jun 22 19:48:16.814 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-06-22T19:48:17.739Z[ recovery-image] Jun 22 19:48:16.821 INFO O| Jun 22 19:48:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70472026-06-22T19:48:17.739Z[ recovery-image] Jun 22 19:48:16.821 INFO O| Jun 22 19:48:16.821 INFO STEP 748 (remove_files) COMPLETE
70482026-06-22T19:48:17.739Z[ recovery-image] Jun 22 19:48:16.821 INFO O| Jun 22 19:48:16.821 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-06-22T19:48:17.743Z[ recovery-image] Jun 22 19:48:16.827 INFO O| Jun 22 19:48:16.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70502026-06-22T19:48:17.743Z[ recovery-image] Jun 22 19:48:16.827 INFO O| Jun 22 19:48:16.827 INFO STEP 749 (remove_files) COMPLETE
70512026-06-22T19:48:17.743Z[ recovery-image] Jun 22 19:48:16.827 INFO O| Jun 22 19:48:16.827 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-06-22T19:48:17.747Z[ recovery-image] Jun 22 19:48:16.835 INFO O| Jun 22 19:48:16.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70532026-06-22T19:48:17.750Z[ recovery-image] Jun 22 19:48:16.836 INFO O| Jun 22 19:48:16.836 INFO STEP 750 (remove_files) COMPLETE
70542026-06-22T19:48:17.750Z[ recovery-image] Jun 22 19:48:16.836 INFO O| Jun 22 19:48:16.836 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-06-22T19:48:17.755Z[ recovery-image] Jun 22 19:48:16.843 INFO O| Jun 22 19:48:16.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70562026-06-22T19:48:17.761Z[ recovery-image] Jun 22 19:48:16.844 INFO O| Jun 22 19:48:16.844 INFO STEP 751 (remove_files) COMPLETE
70572026-06-22T19:48:17.761Z[ recovery-image] Jun 22 19:48:16.844 INFO O| Jun 22 19:48:16.844 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-06-22T19:48:17.765Z[ recovery-image] Jun 22 19:48:16.851 INFO O| Jun 22 19:48:16.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70592026-06-22T19:48:17.765Z[ recovery-image] Jun 22 19:48:16.851 INFO O| Jun 22 19:48:16.851 INFO STEP 752 (remove_files) COMPLETE
70602026-06-22T19:48:17.765Z[ recovery-image] Jun 22 19:48:16.851 INFO O| Jun 22 19:48:16.851 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-06-22T19:48:17.770Z[ recovery-image] Jun 22 19:48:16.858 INFO O| Jun 22 19:48:16.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70622026-06-22T19:48:17.770Z[ recovery-image] Jun 22 19:48:16.858 INFO O| Jun 22 19:48:16.858 INFO STEP 753 (remove_files) COMPLETE
70632026-06-22T19:48:17.770Z[ recovery-image] Jun 22 19:48:16.858 INFO O| Jun 22 19:48:16.858 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-06-22T19:48:17.777Z[ recovery-image] Jun 22 19:48:16.865 INFO O| Jun 22 19:48:16.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70652026-06-22T19:48:17.777Z[ recovery-image] Jun 22 19:48:16.865 INFO O| Jun 22 19:48:16.865 INFO STEP 754 (remove_files) COMPLETE
70662026-06-22T19:48:17.777Z[ recovery-image] Jun 22 19:48:16.865 INFO O| Jun 22 19:48:16.865 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-06-22T19:48:17.783Z[ recovery-image] Jun 22 19:48:16.871 INFO O| Jun 22 19:48:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70682026-06-22T19:48:17.783Z[ recovery-image] Jun 22 19:48:16.871 INFO O| Jun 22 19:48:16.871 INFO STEP 755 (remove_files) COMPLETE
70692026-06-22T19:48:17.783Z[ recovery-image] Jun 22 19:48:16.871 INFO O| Jun 22 19:48:16.871 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-06-22T19:48:17.790Z[ recovery-image] Jun 22 19:48:16.878 INFO O| Jun 22 19:48:16.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70712026-06-22T19:48:17.790Z[ recovery-image] Jun 22 19:48:16.878 INFO O| Jun 22 19:48:16.878 INFO STEP 756 (remove_files) COMPLETE
70722026-06-22T19:48:17.794Z[ recovery-image] Jun 22 19:48:16.878 INFO O| Jun 22 19:48:16.878 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-06-22T19:48:17.797Z[ recovery-image] Jun 22 19:48:16.885 INFO O| Jun 22 19:48:16.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70742026-06-22T19:48:17.797Z[ recovery-image] Jun 22 19:48:16.885 INFO O| Jun 22 19:48:16.885 INFO STEP 757 (remove_files) COMPLETE
70752026-06-22T19:48:17.797Z[ recovery-image] Jun 22 19:48:16.885 INFO O| Jun 22 19:48:16.885 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-06-22T19:48:17.804Z[ recovery-image] Jun 22 19:48:16.891 INFO O| Jun 22 19:48:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70772026-06-22T19:48:17.804Z[ recovery-image] Jun 22 19:48:16.891 INFO O| Jun 22 19:48:16.891 INFO STEP 758 (remove_files) COMPLETE
70782026-06-22T19:48:17.807Z[ recovery-image] Jun 22 19:48:16.891 INFO O| Jun 22 19:48:16.891 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-06-22T19:48:17.810Z[ recovery-image] Jun 22 19:48:16.897 INFO O| Jun 22 19:48:16.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70802026-06-22T19:48:17.810Z[ recovery-image] Jun 22 19:48:16.897 INFO O| Jun 22 19:48:16.897 INFO STEP 759 (remove_files) COMPLETE
70812026-06-22T19:48:17.810Z[ recovery-image] Jun 22 19:48:16.897 INFO O| Jun 22 19:48:16.897 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-06-22T19:48:17.815Z[ recovery-image] Jun 22 19:48:16.903 INFO O| Jun 22 19:48:16.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70832026-06-22T19:48:17.820Z[ recovery-image] Jun 22 19:48:16.903 INFO O| Jun 22 19:48:16.903 INFO STEP 760 (remove_files) COMPLETE
70842026-06-22T19:48:17.820Z[ recovery-image] Jun 22 19:48:16.903 INFO O| Jun 22 19:48:16.903 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-06-22T19:48:17.823Z[ recovery-image] Jun 22 19:48:16.908 INFO O| Jun 22 19:48:16.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70862026-06-22T19:48:17.823Z[ recovery-image] Jun 22 19:48:16.908 INFO O| Jun 22 19:48:16.908 INFO STEP 761 (remove_files) COMPLETE
70872026-06-22T19:48:17.823Z[ recovery-image] Jun 22 19:48:16.908 INFO O| Jun 22 19:48:16.908 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-06-22T19:48:17.829Z[ recovery-image] Jun 22 19:48:16.916 INFO O| Jun 22 19:48:16.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70892026-06-22T19:48:17.829Z[ recovery-image] Jun 22 19:48:16.916 INFO O| Jun 22 19:48:16.916 INFO STEP 762 (remove_files) COMPLETE
70902026-06-22T19:48:17.832Z[ recovery-image] Jun 22 19:48:16.916 INFO O| Jun 22 19:48:16.916 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-06-22T19:48:17.836Z[ recovery-image] Jun 22 19:48:16.924 INFO O| Jun 22 19:48:16.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70922026-06-22T19:48:17.841Z[ recovery-image] Jun 22 19:48:16.924 INFO O| Jun 22 19:48:16.924 INFO STEP 763 (remove_files) COMPLETE
70932026-06-22T19:48:17.841Z[ recovery-image] Jun 22 19:48:16.924 INFO O| Jun 22 19:48:16.924 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-06-22T19:48:17.844Z[ recovery-image] Jun 22 19:48:16.930 INFO O| Jun 22 19:48:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70952026-06-22T19:48:17.844Z[ recovery-image] Jun 22 19:48:16.930 INFO O| Jun 22 19:48:16.930 INFO STEP 764 (remove_files) COMPLETE
70962026-06-22T19:48:17.844Z[ recovery-image] Jun 22 19:48:16.930 INFO O| Jun 22 19:48:16.930 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-06-22T19:48:17.850Z[ recovery-image] Jun 22 19:48:16.937 INFO O| Jun 22 19:48:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70982026-06-22T19:48:17.850Z[ recovery-image] Jun 22 19:48:16.937 INFO O| Jun 22 19:48:16.937 INFO STEP 765 (remove_files) COMPLETE
70992026-06-22T19:48:17.854Z[ recovery-image] Jun 22 19:48:16.937 INFO O| Jun 22 19:48:16.937 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-06-22T19:48:17.857Z[ recovery-image] Jun 22 19:48:16.944 INFO O| Jun 22 19:48:16.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71012026-06-22T19:48:17.857Z[ recovery-image] Jun 22 19:48:16.944 INFO O| Jun 22 19:48:16.944 INFO STEP 766 (remove_files) COMPLETE
71022026-06-22T19:48:17.857Z[ recovery-image] Jun 22 19:48:16.944 INFO O| Jun 22 19:48:16.944 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-06-22T19:48:17.871Z[ recovery-image] Jun 22 19:48:16.953 INFO O| Jun 22 19:48:16.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71042026-06-22T19:48:17.877Z[ recovery-image] Jun 22 19:48:16.965 INFO O| Jun 22 19:48:16.965 INFO STEP 767 (remove_files) COMPLETE
71052026-06-22T19:48:17.877Z[ recovery-image] Jun 22 19:48:16.965 INFO O| Jun 22 19:48:16.965 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-06-22T19:48:17.888Z[ recovery-image] Jun 22 19:48:16.975 INFO O| Jun 22 19:48:16.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71072026-06-22T19:48:17.888Z[ recovery-image] Jun 22 19:48:16.975 INFO O| Jun 22 19:48:16.975 INFO STEP 768 (remove_files) COMPLETE
71082026-06-22T19:48:17.888Z[ recovery-image] Jun 22 19:48:16.975 INFO O| Jun 22 19:48:16.975 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-06-22T19:48:17.896Z[ recovery-image] Jun 22 19:48:16.983 INFO O| Jun 22 19:48:16.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71102026-06-22T19:48:17.896Z[ recovery-image] Jun 22 19:48:16.983 INFO O| Jun 22 19:48:16.983 INFO STEP 769 (remove_files) COMPLETE
71112026-06-22T19:48:17.896Z[ recovery-image] Jun 22 19:48:16.983 INFO O| Jun 22 19:48:16.983 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-06-22T19:48:17.904Z[ recovery-image] Jun 22 19:48:16.992 INFO O| Jun 22 19:48:16.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71132026-06-22T19:48:17.905Z[ recovery-image] Jun 22 19:48:16.992 INFO O| Jun 22 19:48:16.992 INFO STEP 770 (remove_files) COMPLETE
71142026-06-22T19:48:17.905Z[ recovery-image] Jun 22 19:48:16.992 INFO O| Jun 22 19:48:16.992 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-06-22T19:48:17.913Z[ recovery-image] Jun 22 19:48:17.000 INFO O| Jun 22 19:48:16.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71162026-06-22T19:48:17.913Z[ recovery-image] Jun 22 19:48:17.000 INFO O| Jun 22 19:48:17.000 INFO STEP 771 (remove_files) COMPLETE
71172026-06-22T19:48:17.913Z[ recovery-image] Jun 22 19:48:17.000 INFO O| Jun 22 19:48:17.000 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-06-22T19:48:17.923Z[ recovery-image] Jun 22 19:48:17.010 INFO O| Jun 22 19:48:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71192026-06-22T19:48:17.923Z[ recovery-image] Jun 22 19:48:17.010 INFO O| Jun 22 19:48:17.010 INFO STEP 772 (remove_files) COMPLETE
71202026-06-22T19:48:17.926Z[ recovery-image] Jun 22 19:48:17.010 INFO O| Jun 22 19:48:17.010 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-06-22T19:48:17.931Z[ recovery-image] Jun 22 19:48:17.019 INFO O| Jun 22 19:48:17.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71222026-06-22T19:48:17.931Z[ recovery-image] Jun 22 19:48:17.019 INFO O| Jun 22 19:48:17.019 INFO STEP 773 (remove_files) COMPLETE
71232026-06-22T19:48:17.936Z[ recovery-image] Jun 22 19:48:17.019 INFO O| Jun 22 19:48:17.019 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-06-22T19:48:17.939Z[ recovery-image] Jun 22 19:48:17.026 INFO O| Jun 22 19:48:17.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71252026-06-22T19:48:17.939Z[ recovery-image] Jun 22 19:48:17.026 INFO O| Jun 22 19:48:17.026 INFO STEP 774 (remove_files) COMPLETE
71262026-06-22T19:48:17.939Z[ recovery-image] Jun 22 19:48:17.026 INFO O| Jun 22 19:48:17.026 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-06-22T19:48:17.947Z[ recovery-image] Jun 22 19:48:17.034 INFO O| Jun 22 19:48:17.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71282026-06-22T19:48:17.947Z[ recovery-image] Jun 22 19:48:17.034 INFO O| Jun 22 19:48:17.034 INFO STEP 775 (remove_files) COMPLETE
71292026-06-22T19:48:17.950Z[ recovery-image] Jun 22 19:48:17.034 INFO O| Jun 22 19:48:17.034 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-06-22T19:48:17.956Z[ recovery-image] Jun 22 19:48:17.042 INFO O| Jun 22 19:48:17.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71312026-06-22T19:48:17.956Z[ recovery-image] Jun 22 19:48:17.042 INFO O| Jun 22 19:48:17.042 INFO STEP 776 (remove_files) COMPLETE
71322026-06-22T19:48:17.956Z[ recovery-image] Jun 22 19:48:17.042 INFO O| Jun 22 19:48:17.042 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-06-22T19:48:17.961Z[ recovery-image] Jun 22 19:48:17.049 INFO O| Jun 22 19:48:17.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71342026-06-22T19:48:17.964Z[ recovery-image] Jun 22 19:48:17.049 INFO O| Jun 22 19:48:17.049 INFO STEP 777 (remove_files) COMPLETE
71352026-06-22T19:48:17.964Z[ recovery-image] Jun 22 19:48:17.049 INFO O| Jun 22 19:48:17.049 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-06-22T19:48:17.969Z[ recovery-image] Jun 22 19:48:17.056 INFO O| Jun 22 19:48:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71372026-06-22T19:48:17.972Z[ recovery-image] Jun 22 19:48:17.056 INFO O| Jun 22 19:48:17.056 INFO STEP 778 (remove_files) COMPLETE
71382026-06-22T19:48:17.972Z[ recovery-image] Jun 22 19:48:17.056 INFO O| Jun 22 19:48:17.056 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-06-22T19:48:17.976Z[ recovery-image] Jun 22 19:48:17.064 INFO O| Jun 22 19:48:17.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71402026-06-22T19:48:17.980Z[ recovery-image] Jun 22 19:48:17.064 INFO O| Jun 22 19:48:17.064 INFO STEP 779 (remove_files) COMPLETE
71412026-06-22T19:48:17.980Z[ recovery-image] Jun 22 19:48:17.064 INFO O| Jun 22 19:48:17.064 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-06-22T19:48:17.983Z[ recovery-image] Jun 22 19:48:17.071 INFO O| Jun 22 19:48:17.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71432026-06-22T19:48:17.983Z[ recovery-image] Jun 22 19:48:17.071 INFO O| Jun 22 19:48:17.071 INFO STEP 780 (remove_files) COMPLETE
71442026-06-22T19:48:17.983Z[ recovery-image] Jun 22 19:48:17.071 INFO O| Jun 22 19:48:17.071 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-06-22T19:48:17.991Z[ recovery-image] Jun 22 19:48:17.079 INFO O| Jun 22 19:48:17.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71462026-06-22T19:48:17.991Z[ recovery-image] Jun 22 19:48:17.079 INFO O| Jun 22 19:48:17.079 INFO STEP 781 (remove_files) COMPLETE
71472026-06-22T19:48:17.994Z[ recovery-image] Jun 22 19:48:17.079 INFO O| Jun 22 19:48:17.079 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-06-22T19:48:17.999Z[ recovery-image] Jun 22 19:48:17.087 INFO O| Jun 22 19:48:17.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71492026-06-22T19:48:17.999Z[ recovery-image] Jun 22 19:48:17.087 INFO O| Jun 22 19:48:17.087 INFO STEP 782 (remove_files) COMPLETE
71502026-06-22T19:48:18.002Z[ recovery-image] Jun 22 19:48:17.087 INFO O| Jun 22 19:48:17.087 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-06-22T19:48:18.006Z[ recovery-image] Jun 22 19:48:17.093 INFO O| Jun 22 19:48:17.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71522026-06-22T19:48:18.009Z[ recovery-image] Jun 22 19:48:17.093 INFO O| Jun 22 19:48:17.093 INFO STEP 783 (remove_files) COMPLETE
71532026-06-22T19:48:18.009Z[ recovery-image] Jun 22 19:48:17.093 INFO O| Jun 22 19:48:17.093 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-06-22T19:48:18.014Z[ recovery-image] Jun 22 19:48:17.102 INFO O| Jun 22 19:48:17.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71552026-06-22T19:48:18.018Z[ recovery-image] Jun 22 19:48:17.102 INFO O| Jun 22 19:48:17.102 INFO STEP 784 (remove_files) COMPLETE
71562026-06-22T19:48:18.018Z[ recovery-image] Jun 22 19:48:17.102 INFO O| Jun 22 19:48:17.102 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-06-22T19:48:18.022Z[ recovery-image] Jun 22 19:48:17.110 INFO O| Jun 22 19:48:17.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71582026-06-22T19:48:18.022Z[ recovery-image] Jun 22 19:48:17.110 INFO O| Jun 22 19:48:17.110 INFO STEP 785 (remove_files) COMPLETE
71592026-06-22T19:48:18.026Z[ recovery-image] Jun 22 19:48:17.110 INFO O| Jun 22 19:48:17.110 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-06-22T19:48:18.030Z[ recovery-image] Jun 22 19:48:17.117 INFO O| Jun 22 19:48:17.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71612026-06-22T19:48:18.033Z[ recovery-image] Jun 22 19:48:17.117 INFO O| Jun 22 19:48:17.117 INFO STEP 786 (remove_files) COMPLETE
71622026-06-22T19:48:18.033Z[ recovery-image] Jun 22 19:48:17.117 INFO O| Jun 22 19:48:17.117 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-06-22T19:48:18.037Z[ recovery-image] Jun 22 19:48:17.125 INFO O| Jun 22 19:48:17.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71642026-06-22T19:48:18.037Z[ recovery-image] Jun 22 19:48:17.125 INFO O| Jun 22 19:48:17.125 INFO STEP 787 (remove_files) COMPLETE
71652026-06-22T19:48:18.040Z[ recovery-image] Jun 22 19:48:17.125 INFO O| Jun 22 19:48:17.125 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-06-22T19:48:18.045Z[ recovery-image] Jun 22 19:48:17.132 INFO O| Jun 22 19:48:17.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71672026-06-22T19:48:18.048Z[ recovery-image] Jun 22 19:48:17.132 INFO O| Jun 22 19:48:17.132 INFO STEP 788 (remove_files) COMPLETE
71682026-06-22T19:48:18.048Z[ recovery-image] Jun 22 19:48:17.132 INFO O| Jun 22 19:48:17.132 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-06-22T19:48:18.052Z[ recovery-image] Jun 22 19:48:17.140 INFO O| Jun 22 19:48:17.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71702026-06-22T19:48:18.052Z[ recovery-image] Jun 22 19:48:17.140 INFO O| Jun 22 19:48:17.140 INFO STEP 789 (remove_files) COMPLETE
71712026-06-22T19:48:18.052Z[ recovery-image] Jun 22 19:48:17.140 INFO O| Jun 22 19:48:17.140 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-06-22T19:48:18.061Z[ recovery-image] Jun 22 19:48:17.147 INFO O| Jun 22 19:48:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71732026-06-22T19:48:18.065Z[ recovery-image] Jun 22 19:48:17.147 INFO O| Jun 22 19:48:17.147 INFO STEP 790 (remove_files) COMPLETE
71742026-06-22T19:48:18.065Z[ recovery-image] Jun 22 19:48:17.147 INFO O| Jun 22 19:48:17.147 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-06-22T19:48:18.068Z[ recovery-image] Jun 22 19:48:17.155 INFO O| Jun 22 19:48:17.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71762026-06-22T19:48:18.068Z[ recovery-image] Jun 22 19:48:17.155 INFO O| Jun 22 19:48:17.155 INFO STEP 791 (remove_files) COMPLETE
71772026-06-22T19:48:18.068Z[ recovery-image] Jun 22 19:48:17.155 INFO O| Jun 22 19:48:17.155 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-06-22T19:48:18.074Z[ recovery-image] Jun 22 19:48:17.162 INFO O| Jun 22 19:48:17.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71792026-06-22T19:48:18.075Z[ recovery-image] Jun 22 19:48:17.162 INFO O| Jun 22 19:48:17.162 INFO STEP 792 (remove_files) COMPLETE
71802026-06-22T19:48:18.078Z[ recovery-image] Jun 22 19:48:17.162 INFO O| Jun 22 19:48:17.162 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-06-22T19:48:18.082Z[ recovery-image] Jun 22 19:48:17.170 INFO O| Jun 22 19:48:17.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71822026-06-22T19:48:18.082Z[ recovery-image] Jun 22 19:48:17.170 INFO O| Jun 22 19:48:17.170 INFO STEP 793 (remove_files) COMPLETE
71832026-06-22T19:48:18.082Z[ recovery-image] Jun 22 19:48:17.170 INFO O| Jun 22 19:48:17.170 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-06-22T19:48:18.089Z[ recovery-image] Jun 22 19:48:17.177 INFO O| Jun 22 19:48:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71852026-06-22T19:48:18.093Z[ recovery-image] Jun 22 19:48:17.177 INFO O| Jun 22 19:48:17.177 INFO STEP 794 (remove_files) COMPLETE
71862026-06-22T19:48:18.093Z[ recovery-image] Jun 22 19:48:17.177 INFO O| Jun 22 19:48:17.177 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-06-22T19:48:18.097Z[ recovery-image] Jun 22 19:48:17.184 INFO O| Jun 22 19:48:17.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71882026-06-22T19:48:18.097Z[ recovery-image] Jun 22 19:48:17.184 INFO O| Jun 22 19:48:17.184 INFO STEP 795 (remove_files) COMPLETE
71892026-06-22T19:48:18.100Z[ recovery-image] Jun 22 19:48:17.184 INFO O| Jun 22 19:48:17.184 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-06-22T19:48:18.103Z[ recovery-image] Jun 22 19:48:17.191 INFO O| Jun 22 19:48:17.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71912026-06-22T19:48:18.106Z[ recovery-image] Jun 22 19:48:17.191 INFO O| Jun 22 19:48:17.191 INFO STEP 796 (remove_files) COMPLETE
71922026-06-22T19:48:18.106Z[ recovery-image] Jun 22 19:48:17.191 INFO O| Jun 22 19:48:17.191 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-06-22T19:48:18.110Z[ recovery-image] Jun 22 19:48:17.198 INFO O| Jun 22 19:48:17.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71942026-06-22T19:48:18.113Z[ recovery-image] Jun 22 19:48:17.198 INFO O| Jun 22 19:48:17.198 INFO STEP 797 (remove_files) COMPLETE
71952026-06-22T19:48:18.113Z[ recovery-image] Jun 22 19:48:17.198 INFO O| Jun 22 19:48:17.198 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-06-22T19:48:18.117Z[ recovery-image] Jun 22 19:48:17.204 INFO O| Jun 22 19:48:17.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71972026-06-22T19:48:18.117Z[ recovery-image] Jun 22 19:48:17.204 INFO O| Jun 22 19:48:17.204 INFO STEP 798 (remove_files) COMPLETE
71982026-06-22T19:48:18.117Z[ recovery-image] Jun 22 19:48:17.204 INFO O| Jun 22 19:48:17.204 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-06-22T19:48:18.124Z[ recovery-image] Jun 22 19:48:17.211 INFO O| Jun 22 19:48:17.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72002026-06-22T19:48:18.127Z[ recovery-image] Jun 22 19:48:17.211 INFO O| Jun 22 19:48:17.211 INFO STEP 799 (remove_files) COMPLETE
72012026-06-22T19:48:18.127Z[ recovery-image] Jun 22 19:48:17.211 INFO O| Jun 22 19:48:17.211 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-06-22T19:48:18.130Z[ recovery-image] Jun 22 19:48:17.218 INFO O| Jun 22 19:48:17.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72032026-06-22T19:48:18.130Z[ recovery-image] Jun 22 19:48:17.218 INFO O| Jun 22 19:48:17.218 INFO STEP 800 (remove_files) COMPLETE
72042026-06-22T19:48:18.133Z[ recovery-image] Jun 22 19:48:17.218 INFO O| Jun 22 19:48:17.218 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-06-22T19:48:18.137Z[ recovery-image] Jun 22 19:48:17.225 INFO O| Jun 22 19:48:17.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72062026-06-22T19:48:18.137Z[ recovery-image] Jun 22 19:48:17.225 INFO O| Jun 22 19:48:17.225 INFO STEP 801 (remove_files) COMPLETE
72072026-06-22T19:48:18.141Z[ recovery-image] Jun 22 19:48:17.225 INFO O| Jun 22 19:48:17.225 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-06-22T19:48:18.144Z[ recovery-image] Jun 22 19:48:17.232 INFO O| Jun 22 19:48:17.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72092026-06-22T19:48:18.147Z[ recovery-image] Jun 22 19:48:17.232 INFO O| Jun 22 19:48:17.232 INFO STEP 802 (remove_files) COMPLETE
72102026-06-22T19:48:18.147Z[ recovery-image] Jun 22 19:48:17.232 INFO O| Jun 22 19:48:17.232 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-06-22T19:48:18.150Z[ recovery-image] Jun 22 19:48:17.238 INFO O| Jun 22 19:48:17.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72122026-06-22T19:48:18.153Z[ recovery-image] Jun 22 19:48:17.238 INFO O| Jun 22 19:48:17.238 INFO STEP 803 (remove_files) COMPLETE
72132026-06-22T19:48:18.153Z[ recovery-image] Jun 22 19:48:17.238 INFO O| Jun 22 19:48:17.238 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-06-22T19:48:18.158Z[ recovery-image] Jun 22 19:48:17.245 INFO O| Jun 22 19:48:17.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72152026-06-22T19:48:18.161Z[ recovery-image] Jun 22 19:48:17.245 INFO O| Jun 22 19:48:17.245 INFO STEP 804 (remove_files) COMPLETE
72162026-06-22T19:48:18.161Z[ recovery-image] Jun 22 19:48:17.245 INFO O| Jun 22 19:48:17.245 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-06-22T19:48:18.167Z[ recovery-image] Jun 22 19:48:17.252 INFO O| Jun 22 19:48:17.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72182026-06-22T19:48:18.172Z[ recovery-image] Jun 22 19:48:17.252 INFO O| Jun 22 19:48:17.252 INFO STEP 805 (remove_files) COMPLETE
72192026-06-22T19:48:18.172Z[ recovery-image] Jun 22 19:48:17.252 INFO O| Jun 22 19:48:17.252 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-06-22T19:48:18.176Z[ recovery-image] Jun 22 19:48:17.259 INFO O| Jun 22 19:48:17.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72212026-06-22T19:48:18.176Z[ recovery-image] Jun 22 19:48:17.259 INFO O| Jun 22 19:48:17.259 INFO STEP 806 (remove_files) COMPLETE
72222026-06-22T19:48:18.176Z[ recovery-image] Jun 22 19:48:17.259 INFO O| Jun 22 19:48:17.259 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-06-22T19:48:18.181Z[ recovery-image] Jun 22 19:48:17.267 INFO O| Jun 22 19:48:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72242026-06-22T19:48:18.181Z[ recovery-image] Jun 22 19:48:17.267 INFO O| Jun 22 19:48:17.267 INFO STEP 807 (remove_files) COMPLETE
72252026-06-22T19:48:18.181Z[ recovery-image] Jun 22 19:48:17.267 INFO O| Jun 22 19:48:17.267 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-06-22T19:48:18.187Z[ recovery-image] Jun 22 19:48:17.274 INFO O| Jun 22 19:48:17.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72272026-06-22T19:48:18.190Z[ recovery-image] Jun 22 19:48:17.275 INFO O| Jun 22 19:48:17.275 INFO STEP 808 (remove_files) COMPLETE
72282026-06-22T19:48:18.190Z[ recovery-image] Jun 22 19:48:17.275 INFO O| Jun 22 19:48:17.275 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-06-22T19:48:18.194Z[ recovery-image] Jun 22 19:48:17.282 INFO O| Jun 22 19:48:17.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72302026-06-22T19:48:18.197Z[ recovery-image] Jun 22 19:48:17.283 INFO O| Jun 22 19:48:17.283 CRIT fatal error: No such file or directory (os error 2)
72312026-06-22T19:48:18.200Z[ recovery-image] Error: 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/.tmpjHzqnv/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@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-03-recovery-trim"]: failed ExitStatus(unix_wait_status(256))
72322026-06-22T19:48:18.200Z[ recovery-image]
72332026-06-22T19:48:18.201Z[ recovery-image] real 7:13.294595526
72342026-06-22T19:48:18.201Z[ recovery-image] user 24.789932981
72352026-06-22T19:48:18.201Z[ recovery-image] sys 10.855388269
72362026-06-22T19:48:18.201Z[ recovery-image] trap 0.010743805
72372026-06-22T19:48:18.201Z[ recovery-image] tflt 0.000006500
72382026-06-22T19:48:18.201Z[ recovery-image] dflt 0.000141220
72392026-06-22T19:48:18.201Z[ recovery-image] kflt 0.000007900
72402026-06-22T19:48:18.201Z[ recovery-image] lock 7:02.382545365
72412026-06-22T19:48:18.201Z[ recovery-image] slp 49:19.761642402
72422026-06-22T19:48:18.201Z[ recovery-image] lat 12.759631687
72432026-06-22T19:48:18.201Z[ recovery-image] stop 0.028570237
72442026-06-22T19:48:18.201ZJun 22 19:48:17.288 ERRO [recovery-image] process exited with exit status: 1 (433.298550979s)
72452026-06-22T19:48:18.494ZError: command `IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.483' -P /tmp/.tmpjHzqnv/proto/recovery/root -N 'recovery 8c3936c/${os_short_commit} 2026-06-22 19:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'` exited with exit status: 1
72462026-06-22T19:48:18.546Zprocess exited: duration 1438480 ms, exit code 1
 
72472026-06-22T19:48:18.553Zfound 38 output files
72482026-06-22T19:48:18.559Zuploading: /work/helios.json (647 bytes)
72492026-06-22T19:48:19.586Zuploaded: /work/helios.json
72502026-06-22T19:48:19.586Zuploading: /work/incorporation.p5m (113332 bytes)
72512026-06-22T19:48:20.598Zuploaded: /work/incorporation.p5m
72522026-06-22T19:48:20.598Zuploading: /work/incorporation.p5p (133120 bytes)
72532026-06-22T19:48:21.616Zuploaded: /work/incorporation.p5p
72542026-06-22T19:48:21.616Zuploading: /work/helios-incorp.log (522 bytes)
72552026-06-22T19:48:22.633Zuploaded: /work/helios-incorp.log
72562026-06-22T19:48:22.633Zuploading: /work/helios-setup.log (56937 bytes)
72572026-06-22T19:48:23.653Zuploaded: /work/helios-setup.log
72582026-06-22T19:48:23.653Zuploading: /work/host-image.log (21200 bytes)
72592026-06-22T19:48:24.669Zuploaded: /work/host-image.log
72602026-06-22T19:48:24.669Zuploading: /work/host-package.log (34199 bytes)
72612026-06-22T19:48:25.916Zuploaded: /work/host-package.log
72622026-06-22T19:48:25.916Zuploading: /work/host-target.log (101 bytes)
72632026-06-22T19:48:27.380Zuploaded: /work/host-target.log
72642026-06-22T19:48:27.380Zuploading: /work/incorp-create.log (0 bytes)
72652026-06-22T19:48:28.393Zuploaded: /work/incorp-create.log
72662026-06-22T19:48:28.393Zuploading: /work/incorp-fmt.log (0 bytes)
72672026-06-22T19:48:29.404Zuploaded: /work/incorp-fmt.log
72682026-06-22T19:48:29.404Zuploading: /work/incorp-pkgsend.log (108 bytes)
72692026-06-22T19:48:30.435Zuploaded: /work/incorp-pkgsend.log
72702026-06-22T19:48:30.435Zuploading: /work/incorp-publisher.log (0 bytes)
72712026-06-22T19:48:31.446Zuploaded: /work/incorp-publisher.log
72722026-06-22T19:48:31.446Zuploading: /work/omicron-package.log (9215 bytes)
72732026-06-22T19:48:32.459Zuploaded: /work/omicron-package.log
72742026-06-22T19:48:32.459Zuploading: /work/recovery-image.log (373068 bytes)
72752026-06-22T19:48:33.479Zuploaded: /work/recovery-image.log
72762026-06-22T19:48:33.479Zuploading: /work/recovery-package.log (2545 bytes)
72772026-06-22T19:48:34.489Zuploaded: /work/recovery-package.log
72782026-06-22T19:48:34.489Zuploading: /work/recovery-target.log (98 bytes)
72792026-06-22T19:48:35.508Zuploaded: /work/recovery-target.log
72802026-06-22T19:48:35.508Zuploading: /work/stamp-clickhouse.log (117 bytes)
72812026-06-22T19:48:36.521Zuploaded: /work/stamp-clickhouse.log
72822026-06-22T19:48:36.521Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
72832026-06-22T19:48:37.531Zuploaded: /work/stamp-clickhouse_keeper.log
72842026-06-22T19:48:37.532Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
72852026-06-22T19:48:38.545Zuploaded: /work/stamp-clickhouse_server.log
72862026-06-22T19:48:38.545Zuploading: /work/stamp-cockroachdb.log (118 bytes)
72872026-06-22T19:48:39.567Zuploaded: /work/stamp-cockroachdb.log
72882026-06-22T19:48:39.567Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
72892026-06-22T19:48:40.593Zuploaded: /work/stamp-crucible-pantry-zone.log
72902026-06-22T19:48:40.593Zuploading: /work/stamp-crucible-utils.log (118 bytes)
72912026-06-22T19:48:41.607Zuploaded: /work/stamp-crucible-utils.log
72922026-06-22T19:48:41.607Zuploading: /work/stamp-crucible-zone.log (120 bytes)
72932026-06-22T19:48:42.622Zuploaded: /work/stamp-crucible-zone.log
72942026-06-22T19:48:42.622Zuploading: /work/stamp-external-dns.log (119 bytes)
72952026-06-22T19:48:43.640Zuploaded: /work/stamp-external-dns.log
72962026-06-22T19:48:43.640Zuploading: /work/stamp-installinator.log (103 bytes)
72972026-06-22T19:48:44.657Zuploaded: /work/stamp-installinator.log
72982026-06-22T19:48:44.657Zuploading: /work/stamp-internal-dns.log (119 bytes)
72992026-06-22T19:48:45.667Zuploaded: /work/stamp-internal-dns.log
73002026-06-22T19:48:45.667Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
73012026-06-22T19:48:46.684Zuploaded: /work/stamp-mg-ddm-gz.log
73022026-06-22T19:48:46.684Zuploading: /work/stamp-nexus.log (112 bytes)
73032026-06-22T19:48:47.696Zuploaded: /work/stamp-nexus.log
73042026-06-22T19:48:47.696Zuploading: /work/stamp-ntp.log (110 bytes)
73052026-06-22T19:48:48.708Zuploaded: /work/stamp-ntp.log
73062026-06-22T19:48:48.708Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
73072026-06-22T19:48:49.717Zuploaded: /work/stamp-omicron-sled-agent.log
73082026-06-22T19:48:49.717Zuploading: /work/stamp-overlay.log (114 bytes)
73092026-06-22T19:48:50.729Zuploaded: /work/stamp-overlay.log
73102026-06-22T19:48:50.729Zuploading: /work/stamp-oximeter.log (115 bytes)
73112026-06-22T19:48:51.741Zuploaded: /work/stamp-oximeter.log
73122026-06-22T19:48:51.741Zuploading: /work/stamp-oxlog.log (109 bytes)
73132026-06-22T19:48:52.755Zuploaded: /work/stamp-oxlog.log
73142026-06-22T19:48:52.755Zuploading: /work/stamp-probe.log (112 bytes)
73152026-06-22T19:48:53.766Zuploaded: /work/stamp-probe.log
73162026-06-22T19:48:53.767Zuploading: /work/stamp-propolis-server.log (122 bytes)
73172026-06-22T19:48:54.777Zuploaded: /work/stamp-propolis-server.log
73182026-06-22T19:48:54.777Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
73192026-06-22T19:48:55.786Zuploaded: /work/stamp-pumpkind-gz.log
73202026-06-22T19:48:55.789Zuploading: /work/stamp-switch-asic.log (118 bytes)
73212026-06-22T19:48:56.802Zuploaded: /work/stamp-switch-asic.log
73222026-06-22T19:48:56.805Zuploading: /work/verify-libraries.log (14144 bytes)
73232026-06-22T19:48:57.813Zuploaded: /work/verify-libraries.log
73242026-06-22T19:48:57.816Zupload error: rule "/work/manifest.toml" required a match, but was not used
73252026-06-22T19:48:57.816Zupload error: rule "/work/repo.zip" required a match, but was not used
73262026-06-22T19:48:57.816Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used